/* https://sass-mq.github.io/sass-mq/ */
@font-face {
  font-family: "nunito";
  src: url("../fonts/nunito-sans-v2-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v2-latin-regular.woff") format("woff"), url("../fonts/nunito-sans-v2-latin-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "nunitov3";
  src: url("../fonts/nunito-sans-v3-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v3-latin-regular.woff") format("woff"), url("../fonts/nunito-sans-v3-latin-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("../fonts/Gibson-Regular-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("../fonts/Gibson-Regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("../fonts/Gibson-Regular-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("../fonts/Gibson-Regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("../fonts/Gibson-SemiBold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("../fonts/Gibson-SemiBold-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}
.tk-nunito {
  font-family: "nunito", sans-serif;
}

.tk-canada-type-gibson {
  font-family: "canada-type-gibson", sans-serif;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #F7F7F7;
  background-size: 100vw 0.0444444444vw;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#site-wrap {
  width: auto;
  height: 66.6666666667vw;
  margin: 0;
  background-size: 26.6666666667vw 26.6666666667vw;
}
#site-wrap .inner {
  position: relative;
  z-index: 3;
  width: 84.4vw;
  margin: 0 auto;
}
#site-wrap #coffee {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
#site-wrap #coffee.hide {
  display: none;
}
#site-wrap #coffee video {
  position: relative;
  left: 25.3%;
  top: 7%;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  margin: 0;
  padding: 0;
  display: block;
}

ul.nav {
  position: relative;
  z-index: 4;
  opacity: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1e3c52;
  height: 3.1555555556vw;
  transition: opacity 0s, height 0s;
}
ul.nav.hide {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
ul.nav li {
  float: left;
}
ul.nav li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 0.6888888889vw;
}
ul.nav li a img {
  width: 1.7777777778vw !important;
  height: 1.7777777778vw !important;
  font-size: 1.7777777778vw !important;
}
ul.nav .nav-close-button {
  cursor: pointer;
  float: right;
}
ul.nav .nav-close-button img {
  padding: 0.2222222222vw;
}

#home-page-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: -4.4444444444vw;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0s, height 0s;
}
#home-page-container.hide {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}
#home-page-container .intro-copy-wrap {
  width: 36vw;
  padding: 7.7777777778vw 0 0;
}
#home-page-container .intro-copy-wrap .logo {
  width: 13.4222222222vw;
  height: 4.5777777778vw;
  background: url(../images/frost-logo.svg) no-repeat;
  background-size: contain;
  margin-bottom: 16.5333333333vw;
}
#home-page-container .intro-copy-wrap h1 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 6.7111111111vw;
  margin: 0 0 3.9111111111vw;
  font-weight: 600;
  color: #444B5B;
  letter-spacing: 0.0888888889vw;
}
#home-page-container .intro-copy-wrap p {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.4666666667vw;
  margin: 0;
  font-weight: normal;
  color: #444B5B;
  line-height: 1.73;
  letter-spacing: 0.0622222222vw;
}
#home-page-container .cta-wrap {
  width: 39.1555555556vw;
  padding: 12.2222222222vw 0 0;
}
#home-page-container .cta-wrap img.icon-touch {
  width: 1.1444444444vw;
  height: 1.34vw;
  margin-right: 0.8888888889vw;
  vertical-align: text-bottom;
}
#home-page-container .cta-wrap .instruction {
  text-align: center;
  font-size: 1.2vw;
  margin-bottom: 3.6444444444vw;
  color: #444B5B;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  letter-spacing: 0.0488888889vw;
}
#home-page-container .cta-wrap .home-tiles {
  column-count: 2;
  column-gap: 2.6vw;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #home-page-container .cta-wrap .home-tiles {
    background: hotpink;
  }
}
#home-page-container .cta-wrap .home-tiles .tile {
  display: inline-block;
  padding: 20px;
  margin: 0 0 2.6vw;
  width: 18.2444444444vw;
  height: 17.8666666667vw;
  border-radius: 25px;
  box-shadow: 0 0.4222222222vw 0.5555555556vw 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
}
#home-page-container .cta-wrap .home-tiles .tile p {
  font-size: 1.1555555556vw;
  color: #FFFFFF;
  font-family: "canada-type-gibson", sans-serif;
  letter-spacing: 0.0822222222vw;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.56;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(1) {
  background: #017763;
  height: 17.8666666667vw;
  padding-top: 3.6666666667vw;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(1) img {
  width: 8.34vw;
  height: 6.6222222222vw;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(2) {
  background: #0e4577;
  height: 20.7111111111vw;
  padding-top: 2.6666666667vw;
  margin-bottom: 0;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(2) img {
  width: 7.3333333333vw;
  height: 9.7777777778vw;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(2) p {
  padding-top: 0px;
  margin-top: 0px;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(3) {
  background: #266DAE;
  height: 22.3555555556vw;
  padding-top: 4.8666666667vw;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(3) img {
  width: 8.3555555556vw;
  height: 6vw;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(4) {
  background: #21a68d;
  height: 16.2666666667vw;
  margin-bottom: 0;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(4) img {
  width: 8.8888888889vw;
}
#home-page-container .cta-wrap .home-tiles .tile:nth-child(4) p {
  padding-top: 0px;
  margin-top: -0.5555555556vw;
}
#home-page-container .cta-wrap .home-tiles .tile:hover,
#home-page-container .cta-wrap .home-tiles .tile:focus {
  background-color: #4a8ecc;
}

#tab-bar-container {
  position: relative;
  top: -1px;
  height: auto;
  text-align: center;
  overflow: visible;
  opacity: 1;
  transition: opacity 0s, height 0s;
}
#tab-bar-container.hide {
  height: 0;
  opacity: 0;
}
#tab-bar-container #tab-bar .tab {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding-top: 0.4444444444vw;
  padding-left: 0.4444444444vw;
  padding-right: 0.4444444444vw;
  padding-bottom: 0.4444444444vw;
  width: 7.3333333333vw;
  height: 7.5333333333vw;
  border-bottom-left-radius: 0.4844444444vw;
  border-bottom-right-radius: 0.4844444444vw;
  margin-right: 2.8222222222vw;
  cursor: pointer;
}
#tab-bar-container #tab-bar .tab p {
  font-size: 0.8888888889vw;
  color: #FFFFFF;
  font-family: "canada-type-gibson", sans-serif;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  display: inline-grid;
  margin-top: 0.4666666667vw;
}
#tab-bar-container #tab-bar .tab:nth-child(1) {
  background: #017763;
  border-top: 1px solid #017763;
}
#tab-bar-container #tab-bar .tab:nth-child(1) img {
  width: 3.4666666667vw;
  height: 3.4222222222vw;
}
#tab-bar-container #tab-bar .tab:nth-child(2) {
  background: #0e4577;
}
#tab-bar-container #tab-bar .tab:nth-child(2) img {
  width: 3.4666666667vw;
  height: 3.4666666667vw;
}
#tab-bar-container #tab-bar .tab:nth-child(3) {
  background: #266DAE;
}
#tab-bar-container #tab-bar .tab:nth-child(3) img {
  width: 3.4666666667vw;
  height: 3.4666666667vw;
}
#tab-bar-container #tab-bar .tab:nth-child(4) {
  background: #21a68d;
  margin-right: 0px !important;
}
#tab-bar-container #tab-bar .tab:nth-child(4) img {
  padding: 0.4444444444vw;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
}
#tab-bar-container #tab-bar #tab-1.tab-selected:before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 8.5333333333vw;
  height: 8.7555555556vw;
  background-image: url(../images/tab-1-open.svg);
  background-repeat: no-repeat;
}
#tab-bar-container #tab-bar #tab-2.tab-selected:before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 8.5333333333vw;
  height: 8.7555555556vw;
  background-image: url(../images/tab-2-open.svg);
  background-repeat: no-repeat;
}
#tab-bar-container #tab-bar #tab-3.tab-selected:before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 8.5333333333vw;
  height: 8.7555555556vw;
  background-image: url(../images/tab-3-open.svg);
  background-repeat: no-repeat;
}
#tab-bar-container #tab-bar .tab:hover {
  background-color: #4a8ecc;
}
#tab-bar-container #tab-bar .tab:hover.tab-selected:before {
  background-image: url(../images/tab-hover-open.svg) !important;
}

.tips-container {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6333333333vw;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s, height 0s;
}
.tips-container.hide {
  height: 0;
  opacity: 0;
  margin: 0;
}
.tips-container .tips-column .tip {
  margin-bottom: 2.6vw;
  background-color: #ffffff;
  padding-left: 2.0888888889vw;
  padding-right: 2.0888888889vw;
}
.tips-container .tips-column .tip h2 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 0.9777777778vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0222222222vw;
  text-transform: uppercase;
  margin-top: 0px;
}
.tips-container .tips-column .tip p {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 0.9777777778vw;
  font-weight: normal;
  line-height: 2.1364;
  letter-spacing: 0.0293333333vw;
  color: #444B5B;
}
.tips-container .tips-column .tip-small {
  height: 13.0666666667vw;
  border: solid 0.1333333333vw #d1d1d1;
  padding-top: 2.8666666667vw;
}
.tips-container .tips-column .tip-large {
  cursor: pointer;
  padding-top: 2.0888888889vw;
  height: 28.2444444444vw;
  border-radius: 0.5555555556vw;
  box-shadow: 0 0.4vw 0.5555555556vw 0 rgba(0, 0, 0, 0.15);
}
.tips-container .tips-column .tip-large img.thumbnail {
  width: 22.1777777778vw;
  height: 12.4vw;
  margin-bottom: 3.1111111111vw;
}
.tips-container .tips-column .tip-large .gif-border {
  border: 1px solid #dbdbdb;
}
.tips-container .tips-column-a {
  width: 26.3555555556vw;
}
.tips-container .tips-column-b {
  width: 26.3555555556vw;
}
.tips-container .tips-column-c {
  width: 26.3555555556vw;
}

#tips-container-1 .tip h2 {
  color: #2e7468;
}

#tips-container-2 .tip h2 {
  color: #0E4577;
}

#tips-container-3 .tip h2 {
  color: #266dae;
}

.frost-modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding: 5.3333333333vw;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "futura-pt";
  text-align: center;
}

.frost-modal-content {
  border: none !important;
  box-shadow: 0 0.4vw 0.5555555556vw 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5555555556vw;
  background-color: #ffffff;
  margin: auto;
  padding: 2.2222222222vw;
  border: 1px solid #888;
  width: 51.2vw;
  text-align: center;
}
.frost-modal-content.frost-modal-content-video {
  position: absolute;
  top: 25%;
  left: 25%;
}
.frost-modal-content.frost-modal-content-warning {
  width: 35.5555555556vw;
  height: 20.8888888889vw;
}
.frost-modal-content video {
  width: 40.5555555556vw;
  height: 25.3333333333vw;
  text-align: center;
  margin-top: 1.1111111111vw;
  margin-left: 1.1111111111vw;
}
.frost-modal-content .icon-tablet {
  width: 8.5777777778vw;
  height: 8.5777777778vw;
}
.frost-modal-content .warning-container-left {
  width: 8.5777777778vw;
  clear: both;
  float: left;
  margin-top: 1.4222222222vw;
  margin-left: 0.8444444444vw;
}
.frost-modal-content .warning-container-right {
  width: 19.0666666667vw;
  float: left;
  margin-top: 1.4222222222vw;
  margin-left: 0.3555555556vw;
}
.frost-modal-content .warning-header {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 0.9777777778vw;
  font-weight: 600;
  color: #21a68d;
  text-transform: uppercase;
  text-align: left;
}
.frost-modal-content .warning-info {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 0.9777777778vw;
  font-weight: normal;
  line-height: 2.1364;
  letter-spacing: 0.0293333333vw;
  color: #444B5B;
  text-align: left;
  margin-bottom: 2.3777777778vw;
}
.frost-modal-content .continue-button-container {
  clear: both;
  width: 100%;
}
.frost-modal-content .continue-button {
  width: 13.3777777778vw;
  height: 2.9777777778vw;
  border-radius: 1.4888888889vw;
  background-color: #4a8ecc;
  font-family: "canada-type-gibson", sans-serif;
  color: #ffffff;
  font-size: 0.7111111111vw;
  letter-spacing: 0.0666666667vw;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  border: none !important;
}
.frost-modal-content .continue-button:hover {
  background-color: #5EB2FF;
}

.frost-modal-close {
  margin-top: -0.6666666667vw;
  color: #4a8ecc;
  float: right;
  font-size: 2.2222222222vw;
}

.frost-modal-close:hover,
.frost-modal-close:focus {
  color: #5EB2FF;
  text-decoration: none;
  cursor: pointer;
}

#footer {
  margin-top: 20px;
  font-family: "nunito", sans-serif;
}
#footer .disclaimer {
  font-size: 0.6666666667vw;
  line-height: 1.27;
  color: #444b5b;
  clear: both;
  float: left;
  text-align: left;
  width: 80%;
  opacity: 1;
  overflow: hidden;
  transition: opacity 0s, height 0s;
}
#footer .disclaimer.hide {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#footer .fdic {
  color: #4a4a4a;
  float: right;
  text-align: right;
  font-size: 0.8444444444vw;
  width: 10%;
  margin-bottom: 0;
}

#css-version {
  background-color: blue;
}

/*# sourceMappingURL=main.css.map */
