/* 

Theme Name:   Polaris WP 2025
Theme URI: 		https://jkron.io/polaris/2025/
Description:  Custom Wordpress Theme
Author:       Jeremy Kron
Author URI: 	https://jeremykron.com
Version:      1.0.0

*/
/*  MAIN SASS FILE
=================================================================== /// */
/* 
:::::::::: VARIABLES :::::::::
*/
/* breakpoints */
/* 
:::::::::: COLORS :::::::::
*/
/* ___ theme ___ */
@import url("https://use.typekit.net/mct3cyp.css");
.black {
  color: #231F20 !important; }

.white {
  color: #f1f4f6 !important; }

.dark-grey {
  color: #30303C !important; }

.mid-grey {
  color: #B6C1D3 !important; }

.light-grey {
  color: #f6f7f9 !important; }

.blue {
  color: #151642 !important; }

.blue-grey {
  color: #3B466A !important; }

.light-blue {
  color: #B6C1D3 !important; }

.yellow {
  color: #E7C63A !important; }

.red {
  color: #9d2465 !important; }

.purple {
  color: #614485 !important; }

.green {
  color: #73bd4c !important; }

.beige {
  color: #afa886 !important; }

.text-A {
  color: #30303C !important; }

.text-B {
  color: #f1f4f6 !important; }

.link-A {
  color: black !important; }

.link-B {
  color: #E7C63A !important; }

/* svg fills */
.fill-blue {
  fill: #151642; }

.fill-blue-grey {
  fill: #3B466A; }

.fill-light-blue {
  fill: #B6C1D3; }

.fill-yellow {
  fill: #E7C63A; }

.fill-red {
  fill: #9d2465; }

.fill-purple {
  fill: #614485; }

.fill-green {
  fill: #73bd4c; }

.fill-black {
  fill: #231F20; }

.fill-white {
  fill: #f1f4f6; }

.fill-light-grey {
  fill: #f6f7f9; }

.fill-mid-grey {
  fill: #B6C1D3; }

.fill-dark-grey {
  fill: #30303C; }

.fill-beige {
  fill: #afa886; }

/* ___ backgrounds ___ */
.bg-black {
  background-color: #231F20 !important;
  color: #E7C63A; }

.bg-white {
  background-color: #f1f4f6 !important;
  color: #231F20; }

.bg-light-grey {
  background-color: #f6f7f9 !important;
  color: #231F20; }

.bg-lighter-grey {
  background-color: white !important;
  color: #30303C; }

.bg-mid-grey {
  background-color: #B6C1D3 !important;
  color: #231F20; }

.bg-dark-grey {
  background-color: #30303C !important;
  color: #f1f4f6; }

.bg-darker-grey {
  background-color: #25252e !important;
  color: #f1f4f6; }

.bg-blue {
  background-color: #151642 !important;
  color: #f1f4f6; }

.bg-blue-grey {
  background-color: #3B466A !important;
  color: #f1f4f6; }

.bg-light-blue {
  background-color: #B6C1D3 !important;
  color: #231F20; }

.bg-yellow {
  background-color: #E7C63A !important;
  color: #231F20; }

.bg-red {
  background-color: #9d2465 !important;
  color: #f1f4f6; }

.bg-purple {
  background-color: #614485 !important;
  color: #f1f4f6; }

.bg-green {
  background-color: #73bd4c !important;
  color: #f5e7ac; }

.bg-beige {
  background-color: #afa886 !important;
  color: #231F20; }

/* ___ borders ___ */
.border-black-thin {
  border: #231F20 1px solid; }

.border-top-black-thin {
  border-top: #231F20 1px solid; }

.border-bottom-black-thin {
  border-bottom: #231F20 1px solid; }

.border-white-thin {
  border: #f1f4f6 1px solid; }

.border-top-white-thin {
  border-top: #f1f4f6 1px solid; }

.border-bottom-white-thin {
  border-bottom: #f1f4f6 1px solid; }

.border-light-grey-thin {
  border: #f6f7f9 1px solid; }

.border-top-light-grey-thin {
  border-top: #f6f7f9 1px solid; }

.border-bottom-light-grey-thin {
  border-bottom: #f6f7f9 1px solid; }

.border-mid-grey-thin {
  border: #B6C1D3 1px solid; }

.border-top-mid-grey-thin {
  border-top: #B6C1D3 1px solid; }

.border-bottom-mid-grey-thin {
  border-bottom: #B6C1D3 1px solid; }

.border-dark-grey-thin {
  border: #30303C 1px solid; }

.border-top-dark-grey-thin {
  border-top: #30303C 1px solid; }

.border-bottom-dark-grey-thin {
  border-bottom: #30303C 1px solid; }

.border-blue-thin {
  border: #151642 1px solid; }

.border-top-blue-thin {
  border-top: #151642 1px solid; }

.border-bottom-blue-thin {
  border-bottom: #151642 1px solid; }

.border-blue-grey-thin {
  border: #3B466A 1px solid; }

.border-top-blue-grey-thin {
  border-top: #3B466A 1px solid; }

.border-bottom-blue-grey-thin {
  border-bottom: #3B466A 1px solid; }

.border-yellow-thin {
  border: #E7C63A 1px solid; }

.border-top-yellow-thin {
  border-top: #E7C63A 1px solid; }

.border-bottom-yellow-thin {
  border-bottom: #E7C63A 1px solid; }

.border-red-thin {
  border: #9d2465 1px solid; }

.border-top-red-thin {
  border-top: #9d2465 1px solid; }

.border-bottom-red-thin {
  border-bottom: #9d2465 1px solid; }

.border-purple-thin {
  border: #614485 1px solid; }

.border-top-purple-thin {
  border-top: #614485 1px solid; }

.border-bottom-purple-thin {
  border-bottom: #614485 1px solid; }

.border-green-thin {
  border: #73bd4c 1px solid; }

.border-top-green-thin {
  border-top: #73bd4c 1px solid; }

.border-bottom-green-thin {
  border-bottom: #73bd4c 1px solid; }

/* ___ system ___ */
/* families */
/* Custom fonts */
/* Headlines */
/* Copy */
/* 
:::::::::: GRID LAYOUT :::::::::
Written by: Jeremy Kron
Date: September 16, 2015
Update: March 17, 2019

- Make sure headings and other elements that span the full width before or after a multi-column section are located OUTSIDE the "row" in your html. Otherwise padding corrections for alignment on first and last child columns will not work properly (also noted in _base).

::::::::: 
*/
* {
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 1279px;
  margin: 0 auto;
  clear: both;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .container {
      margin: 0 5%;
      width: auto; } }

.row {
  overflow: hidden; }

.row:before, .row:after {
  clear: both; }

[class*='col-'] {
  float: left;
  min-height: 1px;
  width: 100%; }

@media (min-width: 981px) {
  .col-1 {
    width: 8.3333333333333333%; }

  .col-2 {
    width: 16.66666666666666667%; } }
@media (min-width: 981px) {
  .col-3 {
    width: 25%; }

  .col-4 {
    width: 33.33333333333333333%; }

  .col-5 {
    width: 41.66666666666666667%; }

  .col-6 {
    width: 50%; }

  .col-7 {
    width: 58.33333333333333333%; }

  .col-8 {
    width: 66.66666666666666667%; }

  .col-9 {
    width: 75%; }

  .col-10 {
    width: 83.33333333333333333%; }

  .col-11 {
    width: 91.66666666666666667%; }

  .col-12 {
    width: 100%; }

  .col-8 + .col-4 {
    width: 33.33333333333333333%; }

  .col-9 {
    width: 75%; }

  .col-9 + .col-3 {
    width: 25%; } }
.flexbox {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center; }
  @media (max-width: 980px) {
    .flexbox {
      display: block; } }

.flex-col {
  justify-content: center;
  text-align: center; }
  @media (max-width: 980px) {
    .flex-col {
      display: block; } }

html {
  scroll-behavior: smooth; }

body {
  margin: 0 0;
  font-family: helvetica-neue-lt-pro, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700; }

h1 {
  font-size: 50px;
  line-height: 60px;
  word-wrap: normal; }
  @media (max-width: 980px) {
    h1 {
      font-size: 32px;
      line-height: 38px; } }

h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px; }

h4 {
  text-transform: uppercase; }

p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  line-height: 24px; }

a {
  color: black;
  font-weight: 600; }
  a:hover {
    color: #212369; }

img {
  display: block; }

button {
  border: none;
  padding: 12px 16px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer; }
  button.btn-yellow {
    background: #E7C63A;
    color: #151642;
    font-weight: 500; }
    button.btn-yellow:hover {
      background: #a78b14;
      color: #f1f4f6; }
      button.btn-yellow:hover i {
        color: #f1f4f6; }
    button.btn-yellow i {
      color: #151642;
      padding-left: 12px; }
  button.btn-blue {
    background: #151642;
    color: #f1f4f6;
    font-weight: 500; }
    button.btn-blue:hover {
      background: black;
      color: #E7C63A; }
      button.btn-blue:hover i {
        color: #B6C1D3; }
    button.btn-blue i {
      color: #E7C63A;
      padding-left: 12px; }

figure.hero img {
  width: 100%;
  display: block;
  margin: 0 auto; }

table {
  width: 100%; }
  table.content-table caption {
    caption-side: bottom;
    font-size: 14px;
    line-height: 18px;
    margin: 12px auto; }
  table.content-table tr {
    background: #B6C1D3;
    color: #231F20;
    border: none; }
    table.content-table tr:nth-child(odd) {
      background: #a4aecd; }
    table.content-table tr:first-child {
      background: #151642; }
    table.content-table tr th, table.content-table tr td {
      text-align: center;
      padding: 4px 6px; }
    table.content-table tr th {
      font-weight: bold;
      color: #f1f4f6; }
    table.content-table tr td:first-child {
      font-weight: bold; }

@media (min-width: 1024px) {
  :hover {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; } }

footer {
  position: relative;
  min-height: 20vh;
  background: #151642 url("images/Polaris-Marble-1-small-ftr.jpg") top center no-repeat; }
  footer .flexbox {
    padding: 40px 24px;
    align-items: flex-start; }
    @media (max-width: 980px) {
      footer .flexbox .flex-col {
        text-align: center; } }
    footer .flexbox .flex-col:last-child {
      text-align: right; }
      @media (max-width: 980px) {
        footer .flexbox .flex-col:last-child {
          text-align: center; } }
  footer p {
    font-size: 16px;
    line-height: 20px;
    color: #f6f7f9; }
  footer a {
    color: #B6C1D3; }
    footer a:hover {
      color: #a6b3c9; }
  footer button {
    color: #151642; }
  footer .disclaimers {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px; }
    @media (max-width: 980px) {
      footer .disclaimers p {
        font-size: 14px;
        line-height: 17px; } }
  footer .credit {
    background: #000; }
    footer .credit p {
      font-size: 12px;
      line-height: 15px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #f6f7f9; }
  @media (max-width: 980px) {
    footer #ftr-logo {
      max-width: 250px;
      display: block;
      margin: 0 auto 36px;
      padding-right: 24px; }
    footer button {
      margin: 0 0 24px; }
      footer button i {
        display: none !important; }
    footer .copyright {
      margin: 36px auto 0; } }

/* 
:::::::::: BASE STYLES :::::::::
*/
.mobile {
  display: none !important; }
  @media (max-width: 980px) {
    .mobile {
      display: block !important; } }

.desktop {
  display: none; }
  @media (min-width: 981px) {
    .desktop {
      display: block; } }

.hide {
  display: none; }

.text-center {
  text-align: center; }

.anchor {
  position: relative; }
  .anchor a {
    position: absolute;
    left: 0;
    top: -196px; }

.flip-x {
  transform: scaleX(-1); }

.flip-y {
  transform: scaleY(-1); }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.smalltext {
  font-size: 0.8rem;
  line-height: 0.9rem; }

.pad {
  padding: 2rem; }

.pad-v {
  padding: 2rem 0; }

.pad-h {
  padding: 0 2rem; }

.pad-top {
  padding-top: 2rem; }

.pad-bottom {
  padding-bottom: 2rem; }

.pad-left {
  padding-left: 2rem; }

.pad-right {
  padding-right: 2rem; }

.hundredPct {
  width: 100%; }

.ninetyPct {
  width: 90%; }

.eightyPct {
  width: 80%; }

.seventyPct {
  width: 70%; }

.sixtyPct {
  width: 60%; }

.fiftyPct {
  width: 50%; }

.fortyPct {
  width: 40%; }

.thirtyPct {
  width: 30%; }

.twentyPct {
  width: 20%; }

.tenPct {
  width: 10%; }

.fivePct {
  width: 5%; }

.img-auto {
  width: auto;
  height: auto;
  max-width: 100%; }

.img-100 {
  width: 100%;
  height: auto; }

.img-75 {
  width: 75%;
  height: auto; }

.img-50 {
  width: 50%;
  height: auto; }

.main {
  min-height: 75vh; }

.container {
  max-width: 1280px; }
  .container .inner-container {
    max-width: 1024px;
    margin: auto; }

.note {
  background: #faf4d9;
  padding: 8px 12px; }

#standard-page {
  background: #e6eaf0;
  padding: 20px 0 60px; }
  #standard-page .col-12 {
    padding: 0 36px; }

#splash {
  z-index: -1000;
  width: 100%;
  height: 100vh;
  background: #151642 url(images/Polaris-Marble-2-small.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: #B6C1D3 3px solid; }
  @media (max-width: 980px) {
    #splash {
      padding: 0 24px;
      background-attachment: unset; } }
  #splash .container .inner-container img {
    margin: 15% auto; }
    @media (max-width: 767px) {
      #splash .container .inner-container img {
        margin: 50% auto; } }

#nav {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: linear-gradient(45deg, #f1f4f6, #f1f4f6, #e6eaf0);
  border-bottom: #B6C1D3 1px solid;
  padding: 18px 24px; }
  #nav .flexbox {
    align-items: flex-end; }
  #nav ul {
    margin: 0 0; }
    #nav ul.menu {
      list-style-type: none;
      text-align: right; }
      @media (max-width: 980px) {
        #nav ul.menu {
          text-align: left;
          padding: 6px 12px 12px; } }
      #nav ul.menu li {
        display: inline-block;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        padding: 0 18px 6px;
        border-bottom: transparent 2px solid; }
        @media (max-width: 980px) {
          #nav ul.menu li {
            display: block;
            padding: 6px 6px 6px 6px;
            margin: 12px auto 0;
            text-align: center; } }
        #nav ul.menu li:hover {
          border-bottom: #B6C1D3 2px solid; }
          @media (max-width: 980px) {
            #nav ul.menu li:hover {
              background: #dce1ea;
              border-bottom: #dce1ea 2px solid; } }
        #nav ul.menu li a {
          text-decoration: none;
          font-weight: 500;
          color: #151642; }
          #nav ul.menu li a:hover {
            color: #30303C; }
  #nav #menu-toggle {
    display: none;
    width: 30%;
    font-size: 36px;
    line-height: 36px;
    text-align: right;
    color: #B6C1D3; }
    @media (max-width: 980px) {
      #nav #menu-toggle {
        display: block; } }
  @media (max-width: 980px) {
    #nav #nav-logo {
      display: flex;
      align-items: flex-start; }
      #nav #nav-logo i {
        margin-top: 12px; }
      #nav #nav-logo a {
        width: 70%; }
      #nav #nav-logo img {
        width: 100%;
        height: auto; } }
  @media (max-width: 767px) {
    #nav #nav-logo i {
      margin-top: 8px; } }
  @media (max-width: 419px) {
    #nav #nav-logo i {
      margin-top: 0px; } }
  @media (max-width: 980px) {
    #nav #nav-menu {
      display: none;
      opacity: 0;
      width: 100%;
      position: absolute;
      top: 133px;
      left: 0;
      background: #f1f4f6; } }
  @media (max-width: 767px) {
    #nav #nav-menu {
      top: 112px; } }
  @media (max-width: 650px) {
    #nav #nav-menu {
      top: 86px; } }
  @media (max-width: 419px) {
    #nav #nav-menu {
      top: 72px; } }

#hero-A {
  position: relative;
  min-height: 90vh;
  background: linear-gradient(-45deg, #151642, #231F20);
  background: #151642 url("images/denver-skyline-fade-dark-grey.jpg") top center no-repeat;
  background-size: cover; }
  @media (max-width: 1279px) {
    #hero-A {
      position: relative;
      top: 0;
      min-height: 0; } }
  #hero-A .container {
    padding: 16vh 0 0;
    position: relative; }
    @media (max-width: 1279px) {
      #hero-A .container {
        padding: 60px 0; } }
    @media (max-width: 1023px) {
      #hero-A .container {
        padding: 52px 0; } }
    @media (max-width: 980px) {
      #hero-A .container {
        padding: 44px 0;
        margin: 0 0; }
        #hero-A .container .col-4 {
          padding: 0 0; }
        #hero-A .container .col-12 {
          padding: 0 0 0 0; } }
    #hero-A .container h1 {
      font-weight: 600;
      font-size: 72px;
      line-height: 84px;
      text-align: left;
      margin: 0 auto;
      color: #E7C63A;
      text-shadow: -1px -1px 0 #3B466A, 1px -1px 0 #3B466A, -2px 2px 0 #231F20, 2px 2px 0 #231F20; }
      @media (max-width: 1279px) {
        #hero-A .container h1 {
          font-size: 52px;
          line-height: 64px; } }
      @media (max-width: 1023px) {
        #hero-A .container h1 {
          font-size: 48px;
          line-height: 56px; } }
      @media (max-width: 980px) {
        #hero-A .container h1 {
          text-align: center;
          margin-bottom: 12px; } }
    #hero-A .container h2 {
      font-weight: 300;
      font-size: 60px;
      line-height: 70px;
      text-align: left;
      margin: 0 auto;
      color: #f1f4f6; }
      @media (max-width: 1279px) {
        #hero-A .container h2 {
          font-size: 44px;
          line-height: 52px; } }
      @media (max-width: 1023px) {
        #hero-A .container h2 {
          font-size: 38px;
          line-height: 46px; } }
      @media (max-width: 980px) {
        #hero-A .container h2 {
          text-align: center; } }
      @media (max-width: 767px) {
        #hero-A .container h2 {
          font-size: 36px;
          line-height: 44px; } }
    #hero-A .container img {
      border: #E7C63A 2px solid;
      box-shadow: #231F20 3px 3px 12px; }
      @media (max-width: 980px) {
        #hero-A .container img {
          width: 50%;
          margin: 0 auto; } }
    #hero-A .container button {
      position: relative;
      margin: 80px 0 40px;
      float: right; }
      @media (max-width: 980px) {
        #hero-A .container button {
          margin: 40px auto;
          float: none; }
          #hero-A .container button i {
            display: none; } }

#hero-B {
  position: relative;
  min-height: 40vh;
  background: linear-gradient(-45deg, #151642, #231F20);
  background: #151642 url("images/bgd-estes-park.jpg") center center no-repeat;
  background-size: cover; }
  @media (max-width: 1279px) {
    #hero-B {
      position: relative;
      top: 0;
      min-height: 0; } }
  @media (max-width: 767px) {
    #hero-B {
      background-image: url("images/bgd-estes-park-mobile.jpg"); } }
  #hero-B .container {
    padding: 120px 0 120px;
    position: relative; }
    @media (max-width: 1279px) {
      #hero-B .container {
        padding: 40px 24px 40px;
        margin: 0 0; } }
    @media (max-width: 980px) {
      #hero-B .container .col-4 {
        padding: 0 0; }
      #hero-B .container .col-12 {
        padding: 0 0 0 0; } }
    #hero-B .container h1 {
      font-weight: 600;
      font-size: 56px;
      line-height: 64px;
      text-align: left;
      margin: 0 auto;
      color: #E7C63A;
      text-shadow: -1px -1px 0 #151642, 1px -1px 0 #151642, -2px 2px 0 #231F20, 2px 2px 0 #231F20; }
      @media (max-width: 1279px) {
        #hero-B .container h1 {
          font-size: 48px;
          line-height: 56px; } }
      @media (max-width: 1023px) {
        #hero-B .container h1 {
          font-size: 44px;
          line-height: 52px; } }
      @media (max-width: 980px) {
        #hero-B .container h1 {
          text-align: center;
          margin-bottom: 12px; } }
    #hero-B .container h2 {
      font-weight: 300;
      font-size: 54px;
      line-height: 60px;
      text-align: left;
      margin: 0 auto;
      color: #f1f4f6; }
      @media (max-width: 1279px) {
        #hero-B .container h2 {
          font-size: 44px;
          line-height: 52px; } }
      @media (max-width: 1023px) {
        #hero-B .container h2 {
          font-size: 38px;
          line-height: 46px; } }
      @media (max-width: 980px) {
        #hero-B .container h2 {
          text-align: center; } }
      @media (max-width: 767px) {
        #hero-B .container h2 {
          font-size: 36px;
          line-height: 44px; } }
    #hero-B .container img {
      border: #E7C63A 2px solid;
      box-shadow: #231F20 3px 3px 12px; }
      @media (max-width: 980px) {
        #hero-B .container img {
          width: 50%;
          margin: 0 auto; } }
    #hero-B .container button {
      position: relative;
      margin: 80px 0 40px;
      float: right; }
      #hero-B .container button:hover {
        background-color: #151642; }
      @media (max-width: 980px) {
        #hero-B .container button {
          margin: 40px auto;
          float: none; }
          #hero-B .container button i {
            display: none; } }

#hero-C {
  position: relative;
  min-height: 40vh;
  background: #f1f4f6 url("images/AdobeStock_383185438.jpg") center center no-repeat;
  background-size: cover; }
  @media (max-width: 1279px) {
    #hero-C {
      position: relative;
      top: 0;
      min-height: 0; } }
  #hero-C .container {
    padding: 120px 0;
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }
    @media (max-width: 1279px) {
      #hero-C .container {
        padding: 60px 24px; } }
    @media (max-width: 1279px) {
      #hero-C .container .col-12 {
        padding: 0 0 0 0; } }
    #hero-C .container h1 {
      font-weight: 600;
      font-size: 56px;
      line-height: 64px;
      text-align: left;
      margin: 0 auto;
      color: #151642;
      text-shadow: -1px -1px 0 #f1f4f6, 1px -1px 0 #f1f4f6, -1px 1px 0 #E7C63A, 1px 1px 0 #E7C63A; }
      @media (max-width: 1279px) {
        #hero-C .container h1 {
          font-size: 48px;
          line-height: 56px; } }
      @media (max-width: 1023px) {
        #hero-C .container h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media (max-width: 980px) {
        #hero-C .container h1 {
          font-size: 36px;
          line-height: 42px; } }
    #hero-C .container p {
      font-size: 24px;
      line-height: 30px;
      color: #30303C;
      text-align: left;
      max-width: 820px; }
    #hero-C .container img {
      border: #E7C63A 2px solid;
      box-shadow: #231F20 3px 3px 12px; }
    #hero-C .container button {
      margin: 40px 0;
      float: left; }
      @media (max-width: 980px) {
        #hero-C .container button {
          margin: 40px auto;
          float: none; }
          #hero-C .container button i {
            display: none; } }

#hero-D {
  position: relative;
  min-height: 40vh;
  background: #f1f4f6 url("images/AdobeStock_1194265175.jpg") top center no-repeat;
  background-size: cover; }
  @media (max-width: 1279px) {
    #hero-D {
      position: relative;
      top: 0;
      min-height: 0; } }
  #hero-D .container {
    padding: 120px 0;
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }
    @media (max-width: 1279px) {
      #hero-D .container {
        padding: 60px 24px; } }
    @media (max-width: 1279px) {
      #hero-D .container .col-12 {
        padding: 0 0 0 0; } }
    #hero-D .container h1 {
      font-weight: 600;
      font-size: 56px;
      line-height: 64px;
      text-align: left;
      margin: 0 auto;
      color: #151642;
      text-shadow: -1px -1px 0 #f1f4f6, 1px -1px 0 #f1f4f6, -1px 1px 0 #E7C63A, 1px 1px 0 #E7C63A; }
      @media (max-width: 1279px) {
        #hero-D .container h1 {
          font-size: 48px;
          line-height: 56px; } }
      @media (max-width: 1023px) {
        #hero-D .container h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media (max-width: 980px) {
        #hero-D .container h1 {
          font-size: 36px;
          line-height: 42px; } }
    #hero-D .container p {
      font-size: 24px;
      line-height: 30px;
      color: #30303C;
      text-align: left; }
    #hero-D .container img {
      border: #E7C63A 2px solid;
      box-shadow: #231F20 3px 3px 12px; }
    #hero-D .container button {
      margin: 40px 0;
      float: right; }
      @media (max-width: 980px) {
        #hero-D .container button {
          margin: 40px auto;
          float: none; }
          #hero-D .container button i {
            display: none; } }

#hero-E {
  position: relative;
  min-height: 40vh;
  background: #f1f4f6 url("images/chart-up-bgd.jpg") bottom center no-repeat;
  background-size: cover; }
  @media (max-width: 1279px) {
    #hero-E {
      position: relative;
      top: 0;
      min-height: 0; } }
  #hero-E .container {
    padding: 120px 0;
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }
    @media (max-width: 1279px) {
      #hero-E .container {
        padding: 60px 24px; } }
    @media (max-width: 1279px) {
      #hero-E .container .col-12 {
        padding: 0 0 0 0; } }
    #hero-E .container h1 {
      font-weight: 600;
      font-size: 56px;
      line-height: 64px;
      text-align: left;
      letter-spacing: 2px;
      margin: 0 auto;
      color: #f1f4f6;
      text-shadow: -1px -1px 0 #151642, 1px -1px 0 #151642, -2px 2px 0 #231F20, 2px 2px 0 #231F20; }
      @media (max-width: 1279px) {
        #hero-E .container h1 {
          font-size: 48px;
          line-height: 56px; } }
      @media (max-width: 1023px) {
        #hero-E .container h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media (max-width: 980px) {
        #hero-E .container h1 {
          font-size: 36px;
          line-height: 42px; } }
    #hero-E .container p {
      font-size: 24px;
      line-height: 30px;
      color: #E7C63A;
      text-align: left; }
    #hero-E .container img {
      border: #E7C63A 2px solid;
      box-shadow: #231F20 3px 3px 12px; }
    #hero-E .container button {
      margin: 40px 0;
      float: right; }
      @media (max-width: 980px) {
        #hero-E .container button {
          margin: 40px auto;
          float: none; }
          #hero-E .container button i {
            display: none; } }

#services {
  position: relative;
  min-height: 95vh;
  background: rgba(182, 193, 211, 0.15);
  background: #e9ebf0;
  background: linear-gradient(0deg, #f1f4f6, #d6dce6);
  background: #e6eaf0 url("images/bgd-mountains.png") bottom center no-repeat;
  background-size: cover;
  padding: 40px 24px; }
  @media (max-width: 980px) {
    #services {
      position: relative;
      top: 0; } }
  #services .container {
    position: relative; }
    #services .container .flexbox {
      align-items: center; }
    @media (max-width: 980px) {
      #services .container .flex-col {
        padding: 0 0; }
        #services .container .flex-col.col-4 {
          display: none; } }
    #services .container .flex-col:first-child {
      text-align: left; }
    #services .container h3 {
      font-weight: 400;
      font-size: 60px;
      line-height: 70px;
      text-align: left;
      margin: 0 auto;
      color: #151642;
      text-align: left; }
      @media (max-width: 980px) {
        #services .container h3 {
          font-size: 36px;
          line-height: 44px; } }
    #services .container h4 {
      font-weight: 400;
      text-align: left;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 12px; }
      @media (max-width: 980px) {
        #services .container h4 {
          font-size: 20px;
          line-height: 24px; } }
    #services .container p {
      text-align: left; }
    #services .container ul {
      text-align: left;
      list-style-type: none;
      margin: 0 0;
      padding: 0 0; }
      #services .container ul li {
        display: flex;
        align-items: center;
        margin: 12px 0 12px 0;
        font-weight: 500;
        color: #151642;
        font-size: 20px;
        line-height: 26px; }
        #services .container ul li img {
          width: auto;
          height: auto;
          max-width: 20px;
          max-height: 20px;
          margin-right: 12px; }
    #services .container button {
      margin: 40px 0; }
      @media (max-width: 980px) {
        #services .container button {
          margin: 40px auto;
          display: block; }
          #services .container button i {
            display: none; } }
    @media (max-width: 980px) {
      #services .container .inner-container .col-6 {
        float: none; } }

#services-page {
  position: relative;
  min-height: 95vh;
  background-color: #3B466A;
  background-image: url("images/polaris-star-gold-25pct.png");
  background-position: top 5% right 5%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 30% auto;
  padding: 80px 40px; }
  @media (max-width: 980px) {
    #services-page {
      padding: 20px 24px 40px;
      min-height: none;
      background-image: none; } }
  #services-page .container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto; }
    #services-page .container .flexbox {
      align-items: flex-start;
      margin: 48px auto; }
      #services-page .container .flexbox:last-child {
        margin-bottom: 0; }
    #services-page .container .flex-col:first-child {
      text-align: left; }
    #services-page .container .col-10 {
      padding-left: 4px; }
    #services-page .container h4 {
      display: inline-block;
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
      border-top: #E7C63A 1px solid;
      border-bottom: #E7C63A 1px solid;
      padding: 8px 0;
      margin: 0;
      color: #f1f4f6; }
      @media (max-width: 980px) {
        #services-page .container h4 {
          text-align: center;
          margin: 0 auto;
          width: 100%; } }
    #services-page .container h5 {
      font-weight: 600;
      font-size: 36px;
      line-height: 44px;
      text-align: left;
      margin: 0 auto 24px;
      color: #E7C63A;
      text-align: left; }
      @media (max-width: 980px) {
        #services-page .container h5 {
          text-align: center;
          font-size: 28px;
          line-height: 36px;
          margin-bottom: 12px; } }
    #services-page .container p {
      text-align: left;
      font-size: 16px;
      line-height: 22px;
      color: #f1f4f6;
      max-width: 760px; }
      @media (max-width: 980px) {
        #services-page .container p {
          text-align: center;
          max-width: 420px;
          margin: 0 auto 24px; } }
    #services-page .container img {
      width: auto;
      height: auto;
      max-width: 120px;
      max-height: 60px;
      margin: 0 auto; }
      @media (max-width: 980px) {
        #services-page .container img {
          margin: 0 auto 12px; } }
    #services-page .container button {
      float: right;
      margin: 40px 0; }

#our-process-page {
  position: relative;
  min-height: 95vh;
  background-color: #3B466A;
  background-image: url("images/polaris-star-gold-25pct.png");
  background-position: top 5% right 5%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 30% auto;
  padding: 80px 40px; }
  @media (max-width: 980px) {
    #our-process-page {
      padding: 20px 24px 40px;
      min-height: none;
      background-image: none; } }
  #our-process-page .container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto; }
    #our-process-page .container .flexbox {
      align-items: flex-start;
      margin: 48px auto; }
      #our-process-page .container .flexbox:last-child {
        margin-bottom: 0; }
    #our-process-page .container .flex-col:first-child {
      text-align: left; }
    #our-process-page .container .col-10 {
      padding-left: 16px; }
    #our-process-page .container h4 {
      display: inline-block;
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
      border-top: #E7C63A 1px solid;
      border-bottom: #E7C63A 1px solid;
      padding: 8px 0;
      margin: 0;
      color: #f1f4f6; }
      @media (max-width: 980px) {
        #our-process-page .container h4 {
          text-align: center;
          margin: 0 auto;
          width: 100%; } }
    #our-process-page .container h5 {
      font-weight: 600;
      font-size: 36px;
      line-height: 44px;
      text-align: left;
      margin: 0 auto 24px;
      color: #E7C63A;
      text-align: left; }
      @media (max-width: 980px) {
        #our-process-page .container h5 {
          text-align: center;
          font-size: 28px;
          line-height: 36px;
          margin-bottom: 12px; } }
    #our-process-page .container p {
      text-align: left;
      font-size: 16px;
      line-height: 22px;
      color: #f1f4f6;
      max-width: 760px; }
      @media (max-width: 980px) {
        #our-process-page .container p {
          text-align: center;
          max-width: 420px;
          margin: 0 auto 24px; } }
      #our-process-page .container p.intro {
        font-size: 20px;
        line-height: 24px;
        margin: 48px 0; }
        @media (max-width: 980px) {
          #our-process-page .container p.intro {
            margin: 48px auto;
            max-width: none; } }
    #our-process-page .container img {
      width: auto;
      height: auto;
      max-width: 180px;
      max-height: 120px;
      margin: 0 auto; }
      @media (max-width: 980px) {
        #our-process-page .container img {
          margin: 0 auto 12px; } }
    #our-process-page .container button {
      float: right;
      margin: 40px 0; }

#fees-page {
  position: relative;
  min-height: 95vh;
  background: #e6eaf0 url("images/bgd-mountains.png") bottom center no-repeat;
  background-size: cover;
  padding: 80px 40px; }
  @media (max-width: 980px) {
    #fees-page {
      padding: 20px 24px 40px;
      min-height: none;
      background-image: none; } }
  #fees-page .container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 60px; }
    @media (max-width: 980px) {
      #fees-page .container {
        padding-bottom: 0; } }
    #fees-page .container .flexbox {
      align-items: flex-start;
      margin: 48px auto 0; }
      @media (max-width: 980px) {
        #fees-page .container .flexbox {
          margin: 0 auto; } }
      #fees-page .container .flexbox:last-child {
        margin-bottom: 0; }
    #fees-page .container .flex-col:first-child {
      text-align: left; }
    #fees-page .container .col-5 {
      padding: 0 0 0 24px; }
      @media (max-width: 980px) {
        #fees-page .container .col-5 {
          padding: 0 0 0 0; } }
    #fees-page .container h4 {
      display: inline-block;
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
      border-top: #FFF 1px solid;
      border-bottom: #FFF 1px solid;
      padding: 8px 0;
      margin: 0;
      color: #231F20; }
      @media (max-width: 980px) {
        #fees-page .container h4 {
          text-align: center;
          margin: 0 auto;
          width: 100%; } }
    #fees-page .container h5 {
      font-weight: 600;
      font-size: 36px;
      line-height: 44px;
      text-align: left;
      margin: 0 auto 24px;
      color: #E7C63A;
      text-align: left; }
    #fees-page .container p {
      text-align: left;
      font-size: 16px;
      line-height: 22px;
      color: #231F20;
      max-width: 760px; }
      #fees-page .container p.intro {
        font-size: 20px;
        line-height: 24px;
        color: #151642;
        margin: 48px 0; }
        @media (max-width: 980px) {
          #fees-page .container p.intro {
            margin: 24px auto;
            font-size: 18px; } }
    #fees-page .container button {
      float: right;
      margin: 40px 0; }
    #fees-page .container #fees-whats-included ul {
      list-style-type: none;
      margin: 0 0;
      padding: 0 0; }
      #fees-page .container #fees-whats-included ul li {
        display: flex;
        align-items: center;
        margin: 12px 0 12px 0;
        text-align: left;
        font-weight: 500;
        color: #151642;
        font-size: 16px;
        line-height: 26px; }
        #fees-page .container #fees-whats-included ul li img {
          width: auto;
          height: auto;
          max-width: 20px;
          max-height: 20px;
          margin-right: 12px; }
    @media (max-width: 980px) {
      #fees-page .container #fees-whats-included .col-6 {
        float: none; } }

#about {
  position: relative;
  min-height: 100vh;
  background: rgba(231, 198, 58, 0.25) url("images/Polaris-Marble-2-small-alt1.jpg") top center no-repeat;
  padding: 0px 24px 90px; }
  @media (max-width: 980px) {
    #about {
      padding: 20px 24px 40px; } }
  #about .container {
    position: relative; }
    #about .container .flex-col {
      text-align: left; }
      @media (max-width: 980px) {
        #about .container .flex-col.col-12 {
          padding: 0 0; } }
  #about h3 {
    font-weight: 600;
    color: #151642;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 24px; }
    @media (max-width: 980px) {
      #about h3 {
        font-size: 32px;
        line-height: 38px; } }
  #about button {
    display: block;
    margin: 40px auto; }
    @media (max-width: 980px) {
      #about button i {
        display: none; } }

#about-page {
  position: relative;
  min-height: 95vh;
  background-color: #e9ebf0;
  background-color: #fefcf4;
  background-image: url("images/Jamie-profile-4-bw-ko.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 45% auto;
  padding: 40px 40px 90px; }
  @media (max-width: 1279px) {
    #about-page {
      top: 0;
      min-height: none; } }
  @media (max-width: 980px) {
    #about-page {
      padding: 20px 24px 40px;
      background-image: none; } }
  #about-page .container {
    position: relative; }
    @media (max-width: 980px) {
      #about-page .container {
        margin: 0; }
        #about-page .container .col-8 {
          padding: 0 0 0 0; } }
    #about-page .container .flexbox {
      align-items: center; }
    #about-page .container .flex-col:first-child {
      text-align: left; }
    #about-page .container h3 {
      font-weight: 400;
      font-size: 50px;
      line-height: 50px;
      text-align: left;
      margin: 0 auto;
      color: #151642;
      text-align: left; }
      @media (max-width: 980px) {
        #about-page .container h3 {
          font-size: 36px;
          line-height: 42px; } }
      @media (max-width: 767px) {
        #about-page .container h3 {
          font-size: 30px;
          line-height: 34px; } }
      @media (max-width: 419px) {
        #about-page .container h3 {
          font-size: 24px;
          line-height: 30px; } }
    #about-page .container h4 {
      font-weight: 400;
      text-align: left;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 0 auto 12px; }
      @media (max-width: 980px) {
        #about-page .container h4 {
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 419px) {
        #about-page .container h4 {
          font-size: 16px;
          line-height: 22px; } }
    #about-page .container p {
      text-align: left;
      font-size: 16px;
      line-height: 22px; }
      #about-page .container p.intro {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        color: #151642; }
    #about-page .container ul {
      text-align: left;
      list-style-type: none;
      margin: 0 0;
      padding: 0 0; }
      #about-page .container ul li {
        display: flex;
        align-items: center;
        margin: 12px 0 12px 0;
        font-weight: 500;
        color: #151642;
        font-size: 20px;
        line-height: 26px; }
        #about-page .container ul li img {
          width: auto;
          height: auto;
          max-width: 20px;
          max-height: 20px;
          margin-right: 12px; }
    #about-page .container button {
      margin: 40px 0; }
      @media (max-width: 980px) {
        #about-page .container button {
          margin: 24px auto 0; }
          #about-page .container button i {
            display: none; } }

.info-cards {
  margin: 40px auto; }
  @media (max-width: 1279px) {
    .info-cards {
      margin: 1rem 5%; } }
  @media (max-width: 980px) {
    .info-cards {
      margin: 1rem 0 0; } }
  .info-cards h1 {
    font-size: 72px;
    line-height: 84px; }
  .info-cards h2 {
    font-size: 60px;
    line-height: 70px; }
  .info-cards .intro {
    margin: 0 1rem 1rem; }
    @media (max-width: 980px) {
      .info-cards .intro {
        text-align: center;
        margin-bottom: 0; } }
  .info-cards .deck {
    padding: 12px;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch; }
    @media (max-width: 980px) {
      .info-cards .deck {
        padding: 12px 0 0; } }
  .info-cards .card {
    flex-basis: 32%;
    background: rgba(182, 193, 211, 0.15);
    padding: 2rem;
    text-align: left; }
    @media (max-width: 980px) {
      .info-cards .card {
        margin: 0 0 20px;
        width: 100%; }
        .info-cards .card:last-child {
          margin-bottom: 0; } }
    .info-cards .card img {
      width: auto;
      max-height: 60px;
      margin: 0 auto 16px; }
    .info-cards .card p {
      margin: 0 auto 1rem; }
    .info-cards .card p:last-child {
      margin-bottom: 0; }
  .info-cards .card-expanded {
    display: none;
    position: fixed;
    top: 10%;
    background: transparent;
    width: 100%;
    left: 0;
    height: 100vh; }
    .info-cards .card-expanded .card-inner {
      background: rgba(48, 48, 60, 0.9);
      position: relative;
      max-width: 980px;
      margin: 10% auto;
      padding: 24px 60px;
      border: #E7C63A 2px solid;
      border-radius: 12px; }
      .info-cards .card-expanded .card-inner .close-btn {
        cursor: pointer;
        position: absolute;
        top: 12px;
        right: 16px;
        color: #f1f4f6;
        font-family: helvetica-neue-lt-pro, sans-serif;
        font-weight: 300;
        font-size: 36px;
        line-height: 36px;
        padding: 0 8px 6px 8px; }
        .info-cards .card-expanded .card-inner .close-btn:hover {
          background: rgba(182, 193, 211, 0.4); }
    .info-cards .card-expanded h2 {
      font-family: helvetica-neue-lt-pro, sans-serif;
      font-size: 40px;
      line-height: 48px;
      font-weight: 400;
      color: #E7C63A; }
    .info-cards .card-expanded p {
      color: #f1f4f6;
      font-size: 20px;
      line-height: 27px; }

.closer {
  position: relative;
  height: 100vh;
  padding-top: 12%; }
  @media (max-width: 980px) {
    .closer {
      position: relative;
      top: 0;
      height: auto;
      padding: 20px 24px 40px; } }
  .closer h3 {
    font-size: 60px;
    line-height: 70px; }
    @media (max-width: 980px) {
      .closer h3 {
        font-size: 44px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .closer h3 {
        font-size: 36px;
        line-height: 44px; } }
  .closer p {
    font-size: 24px;
    line-height: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .closer p {
        font-size: 20px;
        line-height: 28px; } }
  .closer#closer-1 {
    background: #151642 url("images/bgd-constellation-1.png") center center no-repeat;
    background-size: cover; }
    .closer#closer-1 h3 {
      color: #E7C63A; }
    .closer#closer-1 p {
      color: #f1f4f6;
      text-shadow: rgba(21, 22, 66, 0.65) 0 0 24px; }
    .closer#closer-1 .col-12 {
      max-width: 960px; }
      @media (max-width: 767px) {
        .closer#closer-1 .col-12 {
          padding: 0 0; } }
  .closer#closer-2 {
    background: #f1f4f6 url("images/stock-family.jpg") center center no-repeat;
    background-size: cover; }
    .closer#closer-2 h3 {
      color: #151642; }
    .closer#closer-2 p {
      color: #231F20; }
    .closer#closer-2 .col-12 {
      max-width: 960px; }
      @media (max-width: 767px) {
        .closer#closer-2 .col-12 {
          padding: 0 0; } }

.last-chance {
  position: relative;
  padding: 0 0 72px;
  background: #f1f4f6; }
  @media (max-width: 980px) {
    .last-chance {
      padding: 20px 24px 40px; } }
  .last-chance h4 {
    font-size: 48px;
    line-height: 56px; }
    @media (max-width: 980px) {
      .last-chance h4 {
        font-size: 36px;
        line-height: 42px;
        margin: 24px 0; } }
    @media (max-width: 767px) {
      .last-chance h4 {
        font-size: 30px;
        line-height: 36px;
        margin: 24px 0; } }
  @media (max-width: 980px) {
    .last-chance .col-2 img {
      max-width: 60px;
      display: block;
      margin: 0 auto; }
    .last-chance .col-8 {
      padding: 0 0; }
    .last-chance button {
      margin: 0 0 24px; } }
  @media (max-width: 980px) and (max-width: 980px) {
    .last-chance button i {
      display: none; } }

  .last-chance#last-chance-1 {
    background: linear-gradient(45deg, #e6eaf0, #e6eaf0, #e6eaf0, #f1f4f6); }
    .last-chance#last-chance-1 h4 {
      color: #151642; }
    .last-chance#last-chance-1 button {
      color: #E7C63A; }
      .last-chance#last-chance-1 button:hover {
        color: #f1f4f6; }
  .last-chance#last-chance-2 {
    background: linear-gradient(-45deg, #56669b, #3B466A); }
    .last-chance#last-chance-2 h4 {
      color: #FFF; }
    .last-chance#last-chance-2 button {
      color: #f1f4f6; }
      .last-chance#last-chance-2 button:hover {
        color: #E7C63A; }
    .last-chance#last-chance-2 .col-2 img {
      margin: 0 auto; }

#trust {
  position: relative;
  background: #FFF; }
  #trust .container {
    position: relative;
    padding: 24px 0; }
    #trust .container .flexbox {
      align-items: center; }
      @media (max-width: 980px) {
        #trust .container .flexbox {
          display: flex;
          flex-wrap: wrap; } }
    #trust .container .flex-col {
      align-content: center;
      padding: 12px;
      border-radius: 12px;
      height: 140px; }
      @media (max-width: 980px) {
        #trust .container .flex-col {
          width: 33%;
          height: auto; } }
      #trust .container .flex-col img {
        width: auto;
        height: auto;
        max-width: 120px;
        max-height: 60px;
        margin: 0 auto; }
        @media (max-width: 980px) {
          #trust .container .flex-col img {
            padding: 12px 4px;
            max-width: 100px; } }
      #trust .container .flex-col.hasBtn {
        cursor: pointer;
        position: relative;
        overflow: hidden; }
        #trust .container .flex-col.hasBtn .btn-cred {
          position: absolute;
          bottom: -3000px;
          left: 0;
          width: 100%;
          opacity: 0;
          font-size: 12px;
          line-height: 12px;
          text-transform: none;
          color: #231F20;
          background: #E7C63A;
          border-radius: 24px;
          margin: 12px auto 0; }
          @media (max-width: 980px) {
            #trust .container .flex-col.hasBtn .btn-cred {
              line-height: 17px; } }
        #trust .container .flex-col.hasBtn:hover .btn-cred {
          animation-name: btn_reveal;
          animation-duration: 300ms;
          animation-iteration-count: 1;
          animation-fill-mode: forwards; }

@keyframes btn_reveal {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5;
    bottom: -1500; }
  100% {
    opacity: 1;
    bottom: 0; } }
#contact-page,
#ca-do-not-sell-page {
  background: linear-gradient(-45deg, #fdfbf0, #faf4d9, #f8edc2, #edd367);
  background: url("images/bgd-breckenridge-1.jpg") top center no-repeat;
  padding: 40px 0 80px; }
  @media (max-width: 980px) {
    #contact-page,
    #ca-do-not-sell-page {
      padding: 20px 24px 40px; } }
  #contact-page .flexbox,
  #ca-do-not-sell-page .flexbox {
    align-items: flex-start;
    gap: 12px; }
    @media (max-width: 980px) {
      #contact-page .flexbox,
      #ca-do-not-sell-page .flexbox {
        margin-top: 24px; } }
  #contact-page .col-4,
  #ca-do-not-sell-page .col-4 {
    padding: 0 48px 0 0; }
    @media (max-width: 980px) {
      #contact-page .col-4,
      #ca-do-not-sell-page .col-4 {
        padding-right: 0; } }
    #contact-page .col-4 img,
    #ca-do-not-sell-page .col-4 img {
      border: #B6C1D3 3px solid; }
      @media (max-width: 980px) {
        #contact-page .col-4 img,
        #ca-do-not-sell-page .col-4 img {
          width: 25%;
          margin: 0 auto; } }
  #contact-page .col-8, #contact-page .col-12,
  #ca-do-not-sell-page .col-8,
  #ca-do-not-sell-page .col-12 {
    text-align: left; }
    #contact-page .col-8 h2, #contact-page .col-12 h2,
    #ca-do-not-sell-page .col-8 h2,
    #ca-do-not-sell-page .col-12 h2 {
      font-weight: 400;
      font-size: 44px;
      line-height: 50px; }
      @media (max-width: 767px) {
        #contact-page .col-8 h2, #contact-page .col-12 h2,
        #ca-do-not-sell-page .col-8 h2,
        #ca-do-not-sell-page .col-12 h2 {
          margin: 0 0;
          font-size: 36px;
          line-height: 42px; } }
      @media (max-width: 419px) {
        #contact-page .col-8 h2, #contact-page .col-12 h2,
        #ca-do-not-sell-page .col-8 h2,
        #ca-do-not-sell-page .col-12 h2 {
          font-size: 28px;
          line-height: 32px; } }
    #contact-page .col-8 h3, #contact-page .col-12 h3,
    #ca-do-not-sell-page .col-8 h3,
    #ca-do-not-sell-page .col-12 h3 {
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 24px;
      color: #3B466A; }
      @media (max-width: 980px) {
        #contact-page .col-8 h3, #contact-page .col-12 h3,
        #ca-do-not-sell-page .col-8 h3,
        #ca-do-not-sell-page .col-12 h3 {
          margin: 0 auto 24px;
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        #contact-page .col-8 h3, #contact-page .col-12 h3,
        #ca-do-not-sell-page .col-8 h3,
        #ca-do-not-sell-page .col-12 h3 {
          margin: 24px auto 12px;
          font-size: 20px;
          line-height: 24px; } }
    #contact-page .col-8 form input[type="text"],
    #contact-page .col-8 form input[type="email"],
    #contact-page .col-8 form input[type="phone"],
    #contact-page .col-8 form textarea, #contact-page .col-12 form input[type="text"],
    #contact-page .col-12 form input[type="email"],
    #contact-page .col-12 form input[type="phone"],
    #contact-page .col-12 form textarea,
    #ca-do-not-sell-page .col-8 form input[type="text"],
    #ca-do-not-sell-page .col-8 form input[type="email"],
    #ca-do-not-sell-page .col-8 form input[type="phone"],
    #ca-do-not-sell-page .col-8 form textarea,
    #ca-do-not-sell-page .col-12 form input[type="text"],
    #ca-do-not-sell-page .col-12 form input[type="email"],
    #ca-do-not-sell-page .col-12 form input[type="phone"],
    #ca-do-not-sell-page .col-12 form textarea {
      display: block;
      width: 100%;
      border: #B6C1D3 1px solid;
      background: rgba(230, 230, 235, 0.45);
      color: #231F20;
      padding: 6px 12px;
      font-size: 24px;
      line-height: 30px; }
    #contact-page .col-8 form textarea, #contact-page .col-12 form textarea,
    #ca-do-not-sell-page .col-8 form textarea,
    #ca-do-not-sell-page .col-12 form textarea {
      height: 200px; }
    #contact-page .col-8 form label, #contact-page .col-12 form label,
    #ca-do-not-sell-page .col-8 form label,
    #ca-do-not-sell-page .col-12 form label {
      display: block;
      width: 100%;
      text-align: right;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      color: #5d5d75;
      margin: 4px 0 16px; }
    #contact-page .col-8 button, #contact-page .col-12 button,
    #ca-do-not-sell-page .col-8 button,
    #ca-do-not-sell-page .col-12 button {
      float: right;
      margin: 24px 0 0; }
  #contact-page .checkboxes,
  #ca-do-not-sell-page .checkboxes {
    align-items: center !important;
    margin-bottom: 16px; }
  #contact-page .col-1,
  #ca-do-not-sell-page .col-1 {
    width: 5%; }
    @media (max-width: 767px) {
      #contact-page .col-1,
      #ca-do-not-sell-page .col-1 {
        width: 10%; } }
  #contact-page .col-11,
  #ca-do-not-sell-page .col-11 {
    width: 95%;
    font-size: 20px !important; }
    @media (max-width: 767px) {
      #contact-page .col-11,
      #ca-do-not-sell-page .col-11 {
        width: 90%; } }
    #contact-page .col-11 label,
    #ca-do-not-sell-page .col-11 label {
      text-align: left !important;
      font-size: 20px !important;
      line-height: 24px !important;
      font-weight: 400;
      text-transform: none !important;
      margin: 0 0 !important; }
  #contact-page .ty-msg,
  #ca-do-not-sell-page .ty-msg {
    background: linear-gradient(-75deg, #e6eaf0, #f1f4f6, #f1f4f6);
    border: #E7C63A 3px solid;
    color: #231F20;
    padding: 24px; }
    @media (max-width: 980px) {
      #contact-page .ty-msg,
      #ca-do-not-sell-page .ty-msg {
        padding: 0 24px;
        margin: 24px auto; } }
    #contact-page .ty-msg h3,
    #ca-do-not-sell-page .ty-msg h3 {
      color: #151642;
      font-weight: 300;
      font-size: 32px; }
  @media (max-width: 980px) {
    #contact-page .mobile,
    #ca-do-not-sell-page .mobile {
      width: 25%;
      float: left; }
      #contact-page .mobile img,
      #ca-do-not-sell-page .mobile img {
        border: #B6C1D3 3px solid;
        width: 100%;
        margin: 0 auto; }
    #contact-page .col-12.headline,
    #ca-do-not-sell-page .col-12.headline {
      width: 75%;
      float: left;
      padding: 0 0 0 18px; } }

.trigger-animation-stagger .et_pb_column {
  opacity: 0; }
