.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.main-slider {
  height: 500px;
  margin-top: 0px;
  padding: 0px;
}

.in-page-nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.intro-sect {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
}

.intro-sect.internal {
  margin-bottom: 30px;
}

.cta-sect {
  margin-bottom: 70px;
  padding-right: 30px;
  padding-left: 30px;
}

.signup {
  padding: 60px 30px;
  background-color: #fff;
}

.form {
  padding: 60px 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 21, 0, 0.9)), to(#461500)), url('/images/sample-pics-2.jpg');
  background-image: linear-gradient(180deg, rgba(70, 21, 0, 0.9), #461500), url('/images/sample-pics-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.form.sect {
  height: auto;
  background-color: #2a2829;
  background-image: none;
  background-position: 0px 0px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer.home {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.navbar {
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 4px none #69b3e7;
  background-color: transparent;
}

.nav-links-wrapper {
  width: 100%;
}

.nav-link {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px none hsla(0, 0%, 40%, 0.4);
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  padding-bottom: 40px;
  border-bottom: 2px none #e75300;
  color: #e75300;
  font-weight: 600;
}

.nav-link.w--current {
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom-width: 4px;
  border-bottom-color: #000;
  color: #000;
}

.nav-link.internal {
  border-bottom: 1px none #000;
  color: #fff;
}

.nav-link.internal:hover {
  border-bottom: 1px none #fff;
  background-color: transparent;
  color: #69b3e7;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #2f1d1d;
  font-size: 30px;
  font-weight: 600;
}

.h1.white {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.h1.on-print {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  text-align: left;
}

.h1-bold {
  color: #e75300;
  font-weight: 700;
}

.h1-bold.white {
  color: #fff;
}

.main-copy {
  display: block;
  margin-bottom: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.main-copy.cta {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 13px;
}

.divider {
  height: 0px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link-block {
  margin-bottom: 20px;
}

.cta-pic {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.mailing-list-big {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 25px;
  font-weight: 600;
}

.mailing-list-small {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 23px;
  line-height: 35px;
  font-weight: 300;
}

.mailing-form-item {
  width: 35%;
  margin-top: 21px;
  margin-right: 26px;
  margin-bottom: -19px;
  float: right;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background-color: transparent;
  font-size: 11px;
}

.mailing-form-item:hover {
  background-color: rgba(134, 109, 161, 0.05);
  color: #fff;
}

.mailing-list-button {
  margin-top: 21px;
  float: right;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

.mailing-list-button:hover {
  background-color: #e75300;
  color: #fff;
}

.cbi-form-item-33 {
  width: 30%;
  margin-right: 47px;
  margin-bottom: 20px;
  float: left;
  border-style: none none dotted;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.cbi-form-item-33:hover {
  border-bottom-color: #fff;
}

.cbi-form-item-33:focus {
  border-bottom-color: hsla(0, 0%, 100%, 0.8);
}

.cbi-form-item-33.last {
  margin-right: 0px;
}

.cbi-form-item-full {
  margin-bottom: 20px;
  border-style: none none dotted;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.cbi-form-item-full:hover {
  border-bottom-color: #fff;
}

.cbi-form-item-full:focus {
  border-bottom-color: hsla(0, 0%, 100%, 0.8);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.cbi-form-item-full.comments {
  height: 100px;
  background-color: transparent;
}

.cbi-form-button {
  width: 130px;
  height: 40px;
  margin-top: 20px;
  float: right;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #461500;
}

.cbi-form-button:hover {
  background-color: #b6bd00;
}

.ft-links {
  padding-right: 55px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-transform: capitalize;
}

.ft-links:hover {
  color: rgba(0, 0, 0, 0.8);
}

.ft-links.login {
  padding-right: 0px;
  padding-left: 55px;
}

.ft-links.centre {
  padding-right: 59px;
  padding-left: 59px;
}

.ft-links.centre:hover {
  color: rgba(0, 0, 0, 0.8);
}

.footer-link-wrapper {
  text-align: center;
}

.ft-address {
  padding: 15px 30px;
  background-color: #2a2829;
}

.address {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.ft-copyright {
  padding: 60px 30px;
  background-color: #2a2829;
}

.copyright {
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.emagine {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 60%, 0.4);
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.cbislu {
  display: block;
  color: #461500;
  font-weight: 700;
  text-align: left;
}

.col {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px solid #fff;
  text-decoration: none;
}

.col._2 {
  padding-right: 1px;
  padding-left: 1px;
}

.col._12 {
  padding-right: 1px;
}

.date {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  margin-top: 0px;
  margin-left: 2px;
  padding: 11px 10px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #000 #000 #461500;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #461500;
}

.date:hover {
  border-bottom-color: transparent;
}

.date:active {
  border-bottom-color: transparent;
}

.date:focus {
  background-color: transparent;
}

.date::-webkit-input-placeholder {
  color: #461500;
}

.date:-ms-input-placeholder {
  color: #461500;
}

.date::-ms-input-placeholder {
  color: #461500;
}

.date::placeholder {
  color: #461500;
}

.date.rollover {
  margin-left: 2px;
  background-color: #ed5c39;
}

.act-date {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.blog-title {
  height: auto;
  margin-top: 2px;
  padding: 13px 12px 12px;
  background-color: #69b3e7;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.blog-title.rollover {
  background-image: url('/images/purple-bg-light-orange.jpg');
  background-size: 296px;
  background-repeat: repeat-x;
}

.hero {
  position: relative;
  top: 50%;
  padding: 30px;
  background-image: url('/images/peaks-pattern-brown_1peaks-pattern-brown.png');
  background-position: 50% 50%;
  background-size: 66px;
  background-repeat: repeat;
  opacity: 1;
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

.main-hero {
  height: auto;
  padding: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 21, 0, 0.8)), to(#461500)), url('/images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(70, 21, 0, 0.8), #461500), url('/images/bg.jpg');
  background-position: 0px 0px, -204px 90px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-main-text {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #d7006d;
}

.logo {
  margin-bottom: 30px;
  text-align: center;
}

.logo.mobile {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.list-text {
  width: 270px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #b6bd00;
  font-size: 20px;
  line-height: 60px;
}

.list-text.top {
  margin-bottom: 0px;
  margin-left: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
  color: #b6bd00;
}

.menu-down-link {
  margin-bottom: 0px;
  padding-bottom: 5px;
  float: right;
  border-bottom: 1px dotted #b6bd00;
  font-family: 'Open Sans', sans-serif;
  color: #b6bd00;
  font-size: 15px;
  text-align: right;
}

.arrow-down {
  margin-right: 10px;
  float: right;
}

.login-form {
  margin-top: 322px;
  padding-top: 1px;
}

.login-item {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none dotted;
  border-bottom-width: 1px;
  border-bottom-color: rgba(150, 135, 129, 0.2);
  background-color: transparent;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: rgba(150, 135, 129, 0.5);
  font-style: italic;
  text-align: right;
}

.login-button {
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border-bottom: 1px dotted rgba(150, 135, 129, 0.3);
  background-color: transparent;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: hsla(0, 0%, 100%, 0.5);
}

.down {
  float: right;
}

.divider-sect {
  margin-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
}

.address-tab {
  display: none;
}

.address-mobile {
  display: none;
}

.ft-link-wrapper-mobile {
  display: none;
}

.signup-mobi {
  display: none;
}

.dd-links-mobi {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: #69b3e7;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.dd-links-mobi:hover {
  background-color: #98c7e9;
  color: #333;
}

.nav-bar-top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  margin-top: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('/images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/images/bg.jpg');
  background-position: 0px 0px, 50% 97%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.internal-nav {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/Pay-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/Pay-1.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.cta-overlay-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 96%;
  height: 135px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: transparent;
}

.cta-overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-left: 10px;
  padding-right: 10px;
}

.cta-overlay-2.cta-2 {
  display: none;
  margin-left: 0px;
}

.cta-overlay-2.ct-3 {
  display: none;
  margin-left: 0px;
}

.cta-overlay {
  display: block;
  width: 300px;
  margin-bottom: 20px;
  opacity: 0.84;
}

.cta-text-title {
  display: none;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.cta-text-title.cta-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 10px;
}

.page-links {
  color: #69b3e7;
}

.main-link {
  border-bottom: 1px dotted #69b3e7;
  color: #69b3e7;
  text-decoration: none;
}

.news-posts {
  margin-top: 0px;
  margin-bottom: 20px;
}

.post-date {
  width: 65px;
  height: 75px;
  margin-right: 20px;
  padding: 11px 10px;
  float: left;
  background-color: #e75300;
}

.post-title {
  margin-top: 10px;
  margin-bottom: 13px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #e75300;
  font-size: 20px;
  font-weight: 600;
}

.post-title.sr {
  margin-bottom: 4px;
  font-size: 20px;
}

.post-date-data {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 40%, 0.6);
  font-size: 11px;
  font-weight: 400;
}

.post-highlight {
  color: #000;
}

.post-cat {
  color: #69b3e7;
  font-weight: 600;
}

.post-text {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  color: #666;
  line-height: 24px;
}

.post-text.srtext {
  margin-top: 5px;
}

.faq-title {
  font-family: 'Open Sans', sans-serif;
  color: #e75300;
  font-size: 20px;
  font-weight: 600;
}

.cip-contact {
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}

.cip-main-con {
  color: #e75300;
}

.slider {
  height: 500px;
}

.sl1 {
  background-image: url('/images/jade.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl2 {
  background-image: url('/images/pigeon-sample.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl3 {
  background-image: url('/images/mb-spit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl4 {
  background-image: url('/images/springs.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl5 {
  background-image: url('/images/igy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl6 {
  background-image: url('/images/pitons.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrows {
  color: hsla(0, 0%, 100%, 0.5);
}

.ddarrow {
  margin-top: 24px;
}

.dot-nav {
  opacity: 0.3;
}

.sl6-mov {
  padding-right: 347px;
  padding-left: 347px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('/images/pitons.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/images/pitons.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mov {
  display: block;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.mov-wrapper {
  overflow: hidden;
  height: 500px;
}

.cta-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.cta-flip-pic {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cta-pic-3d {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: auto;
  height: 343px;
  max-width: none;
}

.n-cta {
  position: absolute;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.n-cta:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.n2-cta {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slu-vid {
  display: inline-block;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  float: none;
}

.vid {
  float: left;
}

.list-item {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.list {
  margin-top: 30px;
}

.apply-button {
  margin-top: 30px;
  margin-right: 20px;
  padding-right: 45px;
  padding-left: 45px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.apply-button:hover {
  background-color: #461500;
}

.apply-button.back {
  border: 1px solid #e75300;
  background-color: rgba(231, 83, 0, 0.2);
  color: #e75300;
}

.apply-button.back:hover {
  border-color: #000;
  color: #000;
}

.cip-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.inner-dd-arrow {
  margin-top: 24px;
}

.main-bg {
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.side-bg {
  background-image: url('/images/side-bg-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.search {
  padding-top: 17px;
  background-color: transparent;
}

.search-box {
  width: auto;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.submit-button {
  width: 50px;
  margin-right: 15px;
  float: right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #461500;
  opacity: 0.3;
}

.search-wrapper {
  height: 0px;
  float: right;
}

.thanks {
  height: 50px;
  padding-top: 7px;
  padding-right: 0px;
  background-color: transparent;
  text-align: right;
}

.error {
  margin-top: -2px;
  background-color: transparent;
}

.filter-text {
  padding-top: 5px;
  float: right;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #461500;
  font-size: 12px;
}

.search-sect {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  height: 70px;
  margin-top: -70px;
  border-bottom: 1px solid #e4e1e1;
  background-color: #f5f5f5;
}

.search-icon {
  margin-right: 20px;
  padding-top: 64px;
  float: right;
  opacity: 0.29;
}

.search-icon:hover {
  opacity: 1;
}

.check-box {
  width: 80px;
  float: left;
}

.filter {
  margin-right: 20px;
  padding-top: 0px;
  float: left;
}

.filter-wrapper {
  margin-top: 30px;
}

.search-nav {
  padding-top: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.pagination {
  color: #e75300;
}

.arrow {
  margin-top: 23.5px;
}

.pages-sect {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(105, 179, 231, 0.06);
}

.news-sect {
  padding-top: 60px;
  padding-bottom: 60px;
}

.search-title {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.faq-sect {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(182, 189, 0, 0.05);
}

.container {
  padding-top: 20px;
  text-align: left;
}

.pay-label {
  width: 100%;
  margin-right: 47px;
  margin-bottom: 20px;
  float: left;
  border-style: none none dotted;
  border-bottom-width: 1px;
  border-bottom-color: #461500;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #2f1d1d;
  font-weight: 400;
}

.pay-label:hover {
  border-bottom-color: #fff;
}

.pay-label:focus {
  border-bottom-color: hsla(0, 0%, 100%, 0.8);
}

.pay-label::-webkit-input-placeholder {
  color: #461500;
}

.pay-label:-ms-input-placeholder {
  color: #461500;
}

.pay-label::-ms-input-placeholder {
  color: #461500;
}

.pay-label::placeholder {
  color: #461500;
}

.pay-label.last {
  margin-right: 0px;
}

.pay-label.ex-date {
  width: 45%;
  margin-right: 10px;
  float: left;
}

.pay-label.ex-date-2 {
  width: 45%;
  margin-right: 1px;
  float: right;
}

.pay-data-section {
  min-height: 60vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 30px;
}

.pay-data-section.internal {
  margin-bottom: 30px;
}

.col {
  padding-right: 10px;
  padding-left: 10px;
}

.tag {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 20px;
}

.pay-title {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}

.pay-title.tol-figure {
  color: #e75300;
}

.pay-title.tot {
  color: #e75300;
}

.div-block {
  margin-bottom: 5px;
}

.div-block.total {
  margin-top: 20px;
}

.div-block.withdivider {
  margin-top: 20px;
}

.pay-data {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}

.note {
  color: #e75300;
  font-style: italic;
}

.radio-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-box.remember {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-label {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.text-label.checkbox {
  margin-top: 2px;
  margin-left: 5px;
  line-height: 12px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fe000a;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #333;
}

.button.login {
  margin: 25px auto 9px;
}

.icon {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
}

.field {
  height: 55px;
  border-radius: 4px;
  background-color: #f5f3f3;
}

.field:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.4)), to(rgba(240, 230, 140, 0.4)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.4), rgba(240, 230, 140, 0.4));
}

.field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.4)), to(rgba(240, 230, 140, 0.4)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.4), rgba(240, 230, 140, 0.4));
}

.field.light {
  background-color: hsla(0, 0%, 100%, 0.97);
}

.forgot-link {
  display: block;
  opacity: 0.7;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  text-decoration: none;
}

.forgot-link:hover {
  opacity: 1;
  color: #fe000a;
  text-decoration: underline;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 50px;
  line-height: 24px;
  text-transform: uppercase;
}

.h3.mini {
  margin-bottom: 23px;
}

.shadow-wrapper {
  min-height: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
}

.checkbox {
  margin-top: 0px;
  margin-left: 0px;
}

.instuct-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.asterisk-text {
  opacity: 1;
  font-size: 19px;
  font-weight: 900;
}

.alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  width: 80%;
  height: 40px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 6px;
  background-color: #e75300;
  box-shadow: 0 0 9px 0 #000;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.alert-icon {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 13px;
}

.text-block {
  display: inline;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #2f1d1d;
  font-weight: 400;
}

.date-2 {
  height: 45px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.date-2:hover {
  border-color: #e3e6eb;
}

.date-2:active {
  border-color: #43464d;
}

.date-2:focus {
  border-color: #43464d;
}

.date-2::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.date-2:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.date-2::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.date-2::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.div-block-2 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.internal-nav-print {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  text-align: center;
}

.pay-data-section-print {
  min-height: 60vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.pay-data-section-print.internal {
  margin-bottom: 30px;
}

.tag-print {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
}

.address-print {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.ft-cols {
  margin-top: 20px;
}

.divider-print {
  height: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-logos {
  width: 250px;
  margin-top: -40px;
  margin-bottom: 25px;
  margin-left: -4px;
}

.link {
  display: inline-block;
  margin-top: 15px;
}

.link.policy {
  margin-top: 0px;
  margin-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.link.policy:hover {
  text-decoration: underline;
}

.link.dash {
  margin-top: 0px;
  margin-right: 14px;
  margin-left: 14px;
  color: hsla(0, 0%, 100%, 0.3);
}

.div-block-3 {
  display: inline-block;
  height: 60.000003814697266px;
  margin-top: 15px;
}

.container-2 {
  margin-bottom: 40px;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  padding-top: 7px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-img {
  width: 50px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 3px;
}

.card-img._1 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.97);
}

.card-img._2 {
  width: 45px;
  border-style: none;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: -30px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-2 {
  text-align: left;
}

.cr {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

html.w-mod-js *[data-ix="hover-effect"] {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

@media screen and (max-width: 991px) {
  .main-slider {
    height: 300px;
  }
  .form.sect {
    height: auto;
  }
  .navbar {
    height: 90px;
    margin-bottom: 14px;
  }
  .nav-links-wrapper {
    display: block;
    background-color: #69b3e7;
    box-shadow: 1px 1px 26px 2px rgba(70, 21, 0, 0.5);
    color: #fff;
  }
  .nav-link {
    border-bottom-color: hsla(0, 0%, 40%, 0.4);
    background-color: transparent;
    color: #fff;
  }
  .nav-link:hover {
    border-bottom-width: 1px;
    background-color: transparent;
  }
  .nav-link:active {
    background-color: #fff;
  }
  .nav-link.w--current {
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    color: #fff;
  }
  .nav-link.w--current:hover {
    color: #e75300;
  }
  .nav-link.w--current:active {
    background-color: transparent;
  }
  .nav-link.internal {
    border-bottom-color: hsla(0, 0%, 40%, 0.4);
  }
  .nav-link.internal:hover {
    border-bottom-color: #e75300;
    background-color: transparent;
    color: #e75300;
  }
  .cbi-form-item-33 {
    width: 28%;
  }
  .ft-links {
    padding-right: 30px;
  }
  .ft-links.login {
    padding-left: 30px;
  }
  .ft-links.centre {
    padding-right: 30px;
    padding-left: 30px;
  }
  .address {
    display: none;
  }
  .blog-title {
    height: 70px;
  }
  .hero {
    position: static;
    overflow: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main-hero {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .hero-main-text {
    font-size: 50px;
  }
  .login-form {
    margin-top: 378px;
  }
  .mobi-menu-text {
    margin-top: 20px;
    margin-bottom: 4px;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
  }
  .mobi-menu {
    padding: 0px;
    float: none;
  }
  .mobi-menu.w--open {
    padding-bottom: 0px;
    background-color: transparent;
    color: #69b3e7;
  }
  .mobi-menu-con {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background-color: rgba(70, 21, 0, 0.6);
    color: #fff;
    text-align: center;
  }
  .mobi-menu-con.hp {
    margin-bottom: 0px;
    background-color: #f5f5f5;
    color: #69b3e7;
  }
  .address-tab {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 12px;
    text-align: center;
  }
  .signup-mobi {
    display: none;
  }
  .dd-links-mobi {
    height: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #79b8e6;
  }
  .dd-links-mobi:active {
    background-color: #9fc8e6;
  }
  .internal-nav {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cta-overlay {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    padding-right: 9px;
    padding-left: 0px;
  }
  .cta-text-title {
    padding-top: 92px;
    padding-bottom: 92px;
    font-size: 33px;
  }
  .cta-text-title.cta-2 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .cta-text-title.cta-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .slider {
    height: 300px;
  }
  .sl1 {
    background-image: url('/images/jade.jpg');
    background-position: 50% 50%;
  }
  .sl2 {
    background-position: 100% 50%;
  }
  .sl4 {
    background-size: 1440px;
  }
  .sl6-mov {
    padding-top: 33px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pay-label {
    width: 100%;
  }
  .div-block.total {
    margin-top: 20px;
  }
  .radio-box.remember {
    margin-bottom: 5px;
  }
  .text-label {
    display: block;
  }
  .text-label.checkbox {
    margin-bottom: 0px;
    margin-left: 5px;
  }
  .button {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
  }
  .instuct-wrapper {
    display: block;
  }
  .alert {
    z-index: 2000;
    width: 90%;
  }
  .internal-nav-print {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .address-print {
    display: none;
  }
  .link.dash {
    color: hsla(0, 0%, 100%, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .main-slider {
    display: none;
    height: 200px;
    background-position: 0px -96px;
    background-size: contain;
  }
  .intro-sect {
    margin-bottom: 30px;
  }
  .signup {
    display: none;
  }
  .form.sect {
    height: auto;
  }
  .navbar {
    height: 90px;
    margin-top: 100px;
  }
  .h1 {
    font-size: 28px;
  }
  .h1.white {
    line-height: 31px;
  }
  .main-copy.cta {
    margin-bottom: 30px;
  }
  .divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cta-pic {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mailing-list-big {
    text-align: center;
  }
  .mailing-list-small {
    text-align: center;
  }
  .mailing-form-item {
    width: 100%;
    float: none;
  }
  .mailing-list-button {
    float: none;
  }
  .cbi-form-item-33 {
    width: 100%;
  }
  .cbi-form-button {
    width: 100%;
    color: #d7006d;
  }
  .ft-links {
    padding-right: 15px;
  }
  .ft-links.login {
    padding-left: 15px;
  }
  .ft-links.centre {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ft-address {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .address {
    font-size: 13px;
  }
  .copyright {
    margin-bottom: 15px;
    text-align: center;
  }
  .emagine {
    text-align: center;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .date {
    margin-left: 0px;
  }
  .blog-title {
    height: 50px;
    margin-top: 1px;
    margin-bottom: 5px;
  }
  .hero {
    display: none;
  }
  .mobi-menu-con {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mobi-mailing-list-form-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .signup-mobi {
    display: block;
    padding: 60px 30px;
  }
  .form-item-mobi {
    margin-top: 20px;
    margin-bottom: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
  }
  .form-button-mobi {
    width: 100%;
    margin-top: 15px;
    background-color: #b6bd00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
  .internal-nav {
    padding: 60px 20px;
  }
  .cta-overlay-1 {
    width: 100%;
    margin-left: 0px;
  }
  .cta-overlay-2 {
    display: block;
    margin-left: 0px;
    padding-right: 0px;
  }
  .cta-overlay {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-right: 0px;
    float: none;
  }
  .cta-text-title {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    bottom: 0px;
    display: block;
    max-height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
    font-size: 65px;
  }
  .cta-text-title.cta-2 {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    bottom: 50%;
    display: block;
    padding: 0px;
    line-height: 65px;
  }
  .cta-text-title.cta-3 {
    padding-top: 225px;
    padding-bottom: 225px;
    padding-left: 10px;
  }
  .post-title {
    margin-bottom: 7px;
  }
  .apply-button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cip-logo {
    float: none;
  }
  .mibile-head-pic {
    margin-top: 0px;
  }
  .top-brand {
    display: none;
    margin-top: 69px;
  }
  .search-box {
    width: 150px;
  }
  .search-sect {
    margin-top: -1px;
  }
  .search-icon {
    display: none;
    padding-top: 32px;
  }
  .check-box {
    width: 70px;
  }
  .filter {
    display: none;
    margin-right: 10px;
  }
  .mobi-logo {
    padding: 0px 20px 20px;
  }
  .pay-label {
    width: 100%;
  }
  .pay-label.ex-date {
    width: 48%;
  }
  .pay-label.ex-date-2 {
    width: 48%;
    margin-right: 0px;
  }
  .pay-data-section {
    margin-bottom: 30px;
  }
  .tag {
    display: inline-block;
    margin-top: 15px;
  }
  .pay-title {
    display: block;
    width: 220px;
    margin-right: 20px;
  }
  .div-block {
    margin-bottom: 20px;
  }
  .text-label {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .shadow-wrapper {
    min-height: 0px;
    margin-bottom: 39px;
  }
  .text-block {
    letter-spacing: 1px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .internal-nav-print {
    padding: 60px 20px;
  }
  .pay-data-section-print {
    margin-bottom: 30px;
  }
  .tag-print {
    display: inline-block;
    margin-top: 15px;
  }
  .address-print {
    font-size: 13px;
  }
  .divider-print {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .card-logos {
    margin-top: 0px;
  }
  .link.policy {
    font-size: 15px;
  }
  .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .card-img {
    margin-right: auto;
    margin-left: auto;
  }
  .card-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .main-slider {
    background-position: 50% 0px;
    background-size: 384px;
  }
  .form.sect {
    height: auto;
  }
  .navbar {
    margin-top: 160px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    background-color: rgba(135, 110, 161, 0.9);
    color: #000;
  }
  .nav-link:hover {
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    background-color: #876ea1;
  }
  .nav-link.w--current {
    border-top: 1px solid #fff;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    background-color: #876ea1;
    font-weight: 700;
  }
  .nav-link.internal {
    background-color: #69b3e7;
  }
  .h1 {
    font-size: 39px;
  }
  .h1.white {
    font-size: 29px;
  }
  .cbi-form-item-33 {
    width: 100%;
  }
  .cbi-form-button {
    width: 100%;
  }
  .ft-links {
    width: 100%;
    float: none;
  }
  .footer-link-wrapper {
    display: none;
  }
  .ft-address {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog-title {
    height: 70px;
    margin-top: -4px;
  }
  .mobi-menu-text {
    margin-top: 0px;
    padding-top: 15px;
  }
  .mobi-menu.w--open {
    background-color: transparent;
  }
  .mobi-menu-con {
    padding-bottom: 21px;
    background-color: rgba(69, 21, 0, 0.6);
  }
  .mobi-menu-con.hp {
    margin-right: 0px;
    margin-left: 0px;
  }
  .divider-sect {
    margin-bottom: 0px;
  }
  .address-tab {
    display: none;
  }
  .address-mobile {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.6);
    text-align: center;
  }
  .ft-link-wrapper-mobile {
    display: inline-block;
  }
  .ft-links-mobile {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #876ea1;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
  }
  .dd-links-mobi {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(135, 110, 161, 0.7);
  }
  .dd-links-mobi:active {
    background-color: #876ea1;
  }
  .internal-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-overlay {
    width: 260px;
    height: 260px;
  }
  .cta-text-title {
    padding-top: 112px;
    padding-bottom: 112px;
    font-size: 35px;
    line-height: 35px;
  }
  .cta-text-title.cta-2 {
    padding-top: 77px;
    padding-bottom: 77px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 35px;
  }
  .cta-text-title.cta-3 {
    padding-top: 112px;
    padding-bottom: 112px;
    font-size: 35px;
    line-height: 35px;
  }
  .post-title {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .apply-button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-brand {
    height: 120px;
    margin-top: 130px;
  }
  .search {
    padding-top: 0px;
  }
  .search-box {
    width: 73%;
    float: left;
  }
  .submit-button {
    width: 20%;
  }
  .search-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .search-sect {
    display: block;
    height: 130px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .search-icon {
    padding-top: 37px;
  }
  .filter-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .mobi-logo {
    padding-top: 0px;
  }
  .pay-label {
    width: 100%;
  }
  .tag {
    font-size: 16px;
    line-height: 25px;
  }
  .button {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.login {
    width: 100%;
  }
  .h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .shadow-wrapper {
    padding: 20px;
  }
  .alert {
    width: 95%;
  }
  .internal-nav-print {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tag-print {
    font-size: 16px;
    line-height: 25px;
  }
  .card-logos {
    width: auto;
    margin-left: 0px;
    padding-right: 0px;
  }
  .link.policy {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: center;
  }
  .link.dash {
    display: none;
  }
}

#w-node-05d6615f4114-fa4cecc7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-319cbafe2f67-fa4cecc7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-05d6615f4114-fa4cecc7 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

