/*
 Theme Name:     2020gulfshore-microsite
 Theme URI:      waterfront.2020gulfshorenaples.com
 Description:    A CottonCandy child theme.
 Author:         Sonya Pereira
 Template:       CottonCandy
 Version:        1.0.0
*/
@import url("https://use.typekit.net/thf3mnq.css");
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ---- [ Main Styles ] ---- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
.container {
  margin: 0 auto;
  width: 100% !important;
  max-width: 90%;
  position: relative;
  text-align: center;
}
.col {
  display: inline;
  float: left;
}
.alpha {
  margin-left: 0 !important;
}
.omega {
  margin-right: 0 !important;
}
.full {
  width: 100%;
}
.almost-full {
  width: 95.23809524%;
  margin: 0 0;
  float: none;
  margin: 0 auto;
}
.col_one {
  width: 100%;
  margin: 0 0;
}
.col_half {
  width: 50%;
  margin: 0 0;
}
.col_two_thirds {
  width: 66.66666667%;
  margin: 0 0;
}
.col_one_third {
  width: 33.33333333%;
  margin: 0 0;
  display: flex;
}
.col_one_fourth {
  width: 25%;
  margin: 0 0;
}
.col_three_fourths {
  width: 74.90636704%;
  margin: 0 0;
}
.col_one_fifth {
  width: 20%;
  margin: 0 0;
}
.col_two_fifths {
  width: 40%;
  margin: 0 0;
}
.col_three_fifths {
  width: 59.88023952%;
  margin: 0 0;
}
.col_one_sixth {
  width: 16.66666667%;
  margin: 0 0;
}
@media only screen and (max-width: 1400px) {
  .container {
    width: 1280px;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 1024px;
  }
  .col_one_fourth,
  .col_three_fourths {
    width: 50%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 1180px) {
  .container {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 980px;
  }
}
@media only screen and (max-width: 980px) {
  .container {
    width: 760px;
  }
}
@media only screen and (max-width: 780px) {
  .container {
    width: 100% !important;
  }
  .full,
  .col_one,
  .col_half,
  .col_two_thirds,
  .col_one_third,
  .col_one_fourth,
  .col_three_fourths,
  .col_one_fifth,
  .col_two_fifths,
  .col_three_fifths,
  .col_one_sixth {
    width: 100%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: 100%;
  }
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Rancho';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rancho/v22/46kulbzmXjLaqZRlbQ.ttf) format('truetype');
}
/* General setup for animation */
.animation {
  position: relative;
  margin: 0 auto;
}
/* Fade-In Animation */
.fade-in {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s ease-in-out;
}
.fade-in.in-view {
  opacity: 1;
  transform: scale(1);
}
/* Slide-In from Left */
.slide-left {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition: all 500ms ease-out;
}
.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* Slide-In from Right */
.slide-right {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
  transition: all 500ms ease-out;
}
.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* Bounce-Up */
.bounce-up {
  opacity: 0;
  transform: translate3d(0px, 200px, 0px);
  transition: all 700ms ease-out;
}
.bounce-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/* Bounce-Down */
.bounce-down {
  opacity: 0;
  transform: translate3d(0px, -200px, 0px);
  transition: all 700ms ease-out;
}
.bounce-down.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/* Zoom-In Animation */
.zoom2 {
  opacity: 0;
  transform: scale(0.2);
  transition: all 700ms ease-out;
}
.zoom2.in-view {
  opacity: 1;
  transform: scale(1);
}
.zoom3 {
  opacity: 0;
  transform: scale(1.5);
  transition: all 700ms ease-out;
}
.zoom3.in-view {
  opacity: 1;
  transform: scale(1);
}
/* Swing from Top to Bottom */
.swing1 {
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: rotateX(90deg);
  /* Start from the top */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swing1.in-view {
  opacity: 1;
  transform: rotateX(0deg);
  /* Swing to normal position */
}
/* Swing from Left */
.swingleft {
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: rotateY(100deg);
  transform-origin: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swingleft.in-view {
  opacity: 1;
  transform: rotateY(0deg);
}
/* Swing from Right */
.swingright {
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: rotateY(-100deg);
  transform-origin: right;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swingright.in-view {
  opacity: 1;
  transform: rotateY(0deg);
  transform-origin: right;
}
/* Slide from Left to Right (slow, harmonic effect) */
.slide-right2 {
  opacity: 0;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -moz-transform: translate3d(-600px, 0px, 0px);
  -webkit-transform: translate3d(-600px, 0px, 0px);
  -o-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate3d(-600px, 0px, 0px);
}
.slide-right2.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  /* End at original position */
}
/* Slide from Bottom to Top (new) */
.slide-bottom-to-top {
  opacity: 0;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -moz-transform: translate3d(0, 600px, 0);
  -webkit-transform: translate3d(0, 600px, 0);
  -o-transform: translate(0, 600px);
  -ms-transform: translate(0, 600px);
  transform: translate3d(0, 600px, 0);
}
.slide-bottom-to-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  /* End at original position */
}
/* Slide from Top to Bottom (new) */
.slide-top-to-bottom {
  opacity: 0;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -moz-transform: translate3d(0, -600px, 0);
  -webkit-transform: translate3d(0, -600px, 0);
  -o-transform: translate(0, -600px);
  -ms-transform: translate(0, -600px);
  transform: translate3d(0, -600px, 0);
}
.slide-top-to-bottom.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  /* End at original position */
}
/* Slide-In Bottom (Used for elements entering from the bottom) */
.slideinbottom {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-out;
}
.slideinbottom.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* Slide-In Top (Used for elements entering from the top) */
.slideintop {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.6s ease-out;
}
.slideintop.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* Delayed fade-in with different durations */
.delay1 {
  opacity: 0;
  transform: translate3d(0px, 200px, 0px);
  transition: all 0.5s ease-out;
}
.delay1.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.delay2 {
  opacity: 0;
  transform: translate3d(0px, 200px, 0px);
  transition: all 1.5s ease-out;
}
.delay2.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/* Line animation for strokes (e.g., SVGs) */
.line {
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000;
  animation: line-draw 3s forwards;
}
@keyframes line-draw {
  0% {
    stroke-dashoffset: -2000;
  }
  80% {
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}
/* Additional slide-in animations */
@keyframes slidein {
  from {
    margin-left: -100%;
    width: 0;
  }
  to {
    margin-left: 0;
    width: 100%;
  }
}
@keyframes slideinleft {
  from {
    margin-right: -100%;
    width: 0;
  }
  to {
    margin-right: 0;
    width: auto;
  }
}
@keyframes slidein2 {
  from {
    margin-left: -100%;
    width: 0;
  }
  to {
    margin-left: 0;
    width: 50%;
  }
}
@keyframes slideinbottom {
  from {
    margin-top: -100px;
    width: 100%;
    opacity: 0.5;
  }
  to {
    margin-top: 0;
    width: 100%;
    opacity: 1;
  }
}
@keyframes slideintop {
  from {
    margin-top: 120%;
    width: 0;
    opacity: 0.5;
  }
  to {
    margin-top: 0;
    width: 100%;
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.blog-TopSlider {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.blog-TopSlider img {
  width: 100%;
  height: auto;
}
.blog-wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.blog-wrapper-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.blog-header {
  margin: 0 auto;
}
.blog-header img {
  width: 100%;
  height: auto;
}
.blog-single {
  text-align: left;
  padding: 0 10px;
  margin-bottom: 25px;
  font-size: 1em !important;
}
.blog-single .blog-top {
  margin: 10px auto 20px;
  line-height: 150%;
  width: 100%;
}
.blog-single h3 {
  color: #7E9399;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 30px;
  font-family: "freight-neo-pro", serif;
  text-transform: none;
  text-align: left;
}
.blog-single h3 a {
  color: #7E9399 !important;
}
.date {
  text-align: left;
  color: #000000;
  font-size: 0.9em;
  display: inline-block;
  width: 250px;
}
.blog-social-media-icon {
  margin: 0 10px;
  padding: 12px 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #132E49;
}
/* Search form */
.blog-feature {
  margin: 1px auto;
  width: 100%;
  padding: 12%;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  display: inline-block;
  min-height: 424px;
}
.blog-top {
  margin-top: 25px;
}
.blog-top .btn-form-wrapper {
  text-align: right !important;
  margin: 0;
}
.blog-content {
  text-align: left;
  margin-bottom: 5px;
  padding: 10px 15px;
  position: relative;
  width: 100%;
}
.blog-content h2 {
  font-size: 1.8rem;
  text-align: left;
  line-height: 2.375rem;
  color: #132E49;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "freight-neo-pro", serif;
}
.blog-content h3 {
  font-size: 1.5rem;
  text-align: left;
  line-height: 2rem;
  color: #132E49;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "freight-neo-pro", serif;
}
.blog-content p {
  text-align: left;
}
.blog-content .link-learn-more {
  font-size: 1.375rem !important;
  font-weight: 400;
  line-height: 1.375rem;
  color: #132E49 !important;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  padding: 0;
}
.blog-content .link-learn-more:hover {
  color: #7E9399 !important;
}
.blog-content a {
  text-decoration: underline;
  font-weight: 300;
  color: #132E49;
}
.blog-content a:hover {
  color: #7E9399 !important;
  text-decoration: underline;
}
.post-thumb img {
  width: 400px;
  height: auto;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.post-thumb-full img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
/* ---- [ Blog-news Style ] ---- */
.blog-text {
  text-align: left;
  padding: 10px 15px;
  font-size: 1em;
  position: relative;
}
.blog-top {
  padding: 0 15px;
  text-align: left;
}
.excerpt-read-more {
  color: #7E9399 !important;
  font-family: "Poppins", serif !important;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  padding: 5px 10px !important;
  border: 1px solid #7E9399;
  margin-left: 20px;
  font-size: 0.9em !important;
  text-align: center;
}
.excerpt-read-more:hover {
  color: #FFFFFF !important;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 5px !important;
}
.read-more-button {
  color: #7E9399 !important;
  font-family: "Poppins", serif !important;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  padding: 5px 10px !important;
  border: 1px solid #7E9399;
  margin-left: 20px;
  font-size: 0.9em !important;
  text-align: center;
}
.read-more-button:hover {
  color: #000000 !important;
  border: 1px solid #000000;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 5px !important;
  text-decoration: none !important;
}
.history-news-title {
  padding: 10px 30px;
  width: auto;
  text-align: center;
  cursor: pointer;
  margin: 20px auto;
  font-family: "freight-neo-pro", serif;
  font-size: 1.7em;
  text-transform: none;
  color: #132E49;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
  border: 1px #132E49 solid;
  padding: 20px;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #132E49;
  top: 45%;
  width: 90%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.recentes-blog {
  margin: 60px auto 100px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.recents {
  font-size: 1.375rem;
  height: auto;
  width: 90%;
  margin: 0 auto 35px;
  min-height: 585px;
  background-color: #C3CFC6;
}
.recents-content {
  position: relative;
}
.recents-content p {
  text-align: left;
  line-height: 125%;
  font-size: 0.9em;
}
.wp-pagenavi {
  display: block;
  margin-top: 30px !important;
  text-align: left;
}
.wp-pagenavi .current {
  background: #FFFFFF;
  color: #7E9399;
  text-decoration: none;
  font-style: normal;
}
.wp-pagenavi .pages {
  display: inline-block;
  color: #7E9399;
}
.wp-pagenavi span,
.wp-pagenavi a {
  color: #7E9399;
  padding: 10px 15px !important;
}
.wp-pagenavi a {
  background: #333333;
}
.recents-title {
  line-height: 2rem;
  color: #132E49;
  text-align: center;
  height: auto;
  font-family: "freight-neo-pro", serif;
  text-transform: uppercase;
  font-size: 1.135rem;
  font-weight: 400;
}
.recents-title a {
  color: #132E49 !important;
  text-decoration: none;
  font-family: "freight-neo-pro", serif;
}
.recents-title:hover {
  color: #132E49;
}
.post-thumb img {
  width: 300px;
  height: 255px;
}
.post-thumb-full img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.recents-top {
  height: auto;
  position: relative;
  background-color: #C3CFC6;
  overflow: hidden;
}
.recents-top img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.recents-top:hover img {
  transform: scale(1.08);
}
@media only screen and (max-width: 780px) {
  .fancy span:after,
  .fancy span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #998d64;
    top: 45%;
    width: 30%;
  }
}
.fix-body {
  /* this will adjust body top margin to prevent content jumping when nav gets fix  */
  margin-top: 80px;
  /* adjust as per height of your menu */
}
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  color: #FFFFFF;
  margin: 0 auto;
  z-index: 99999;
  background-color: transparent;
}
.super-container-nav {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 10px;
  height: auto !important;
  min-height: 96vh;
  position: absolute;
  top: -1080px;
  z-index: 9;
  opacity: 0;
  transition: top 0.3s ease, opacity 0.3s ease;
  /* Smooth transition */
}
/* When the menu is visible */
.super-container-nav.show {
  top: 0;
  /* Bring the dropdown into view */
  opacity: 1;
  /* Make it fully visible */
}
.main-logo {
  position: absolute;
  display: block;
  z-index: 999999;
  top: 50px;
  left: 50%;
  margin-left: -185px;
  -webkit-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Firefox < 16 */
  -ms-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Internet Explorer */
  -o-animation: zoomIn 0s ease-in 5s 1 normal forwards;
  /* Opera < 12.1 */
  animation: zoomIn 0s ease-in 5s 1 normal forwards;
}
.main-logo img {
  width: 270px;
  height: auto;
}
.horizontal-logo {
  position: absolute;
  display: block;
  z-index: 999999;
  top: 21px;
  left: 50%;
  margin-left: -140px;
  -webkit-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Firefox < 16 */
  -ms-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Internet Explorer */
  -o-animation: zoomIn 0s ease-in 5s 1 normal forwards;
  /* Opera < 12.1 */
  animation: zoomIn 0s ease-in 5s 1 normal forwards;
}
.horizontal-logo img {
  width: 90%;
  height: auto;
}
/* Prevent body scrolling when menu is open */
.no-scroll {
  overflow: hidden;
}
.scrolling {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-animation: fadeIn 4s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeIn 4s;
  /* Firefox < 16 */
  -ms-animation: fadeIn 4s;
  /* Internet Explorer */
  -o-animation: fadeIn 4s;
  /* Opera < 12.1 *
  -moz-animation: slideinbottom 3s; /* Firefox < 16 */
  -ms-animation: slideinbottom 3s;
  /* Internet Explorer */
  -o-animation: slideinbottom 3s;
  /* Opera < 12.1 */
  animation: slideinbottom 3s;
  height: 130px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Horizontal, vertical, blur, color */
}
.scrolling .hamburger-lines span {
  display: block;
  width: 1.5em;
  height: 0.12em;
  background: #000000;
  margin-bottom: 0.3em;
  transition: ease-in-out 0.5s;
}
.notshow {
  display: none;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: visibility 0s 2s, opacity 2s linear;
}
.show {
  display: inline-block;
  z-index: 99999;
  opacity: 1;
  transition: opacity 2s linear;
}
.hamburger-lines {
  height: 1em;
  width: 1em;
  margin: 0 2%;
  cursor: pointer;
  z-index: 99999999999;
  position: absolute;
  top: 50px;
  left: 5%;
}
.hamburger-lines span {
  display: block;
  width: 1.5em;
  height: 0.12em;
  background: #000000;
  margin-bottom: 0.3em;
  transition: ease-in-out 0.5s;
}
.hamburger-lines.gold span {
  display: block;
  width: 1.5em;
  height: 0.12em;
  background: #000000;
  margin-bottom: 0.3em;
  transition: ease-in-out 0.5s;
}
/* Hamburger menu lines */
.hamburger-button span {
  transition: all 0.3s ease;
  color: #000000 !important;
}
.hamburger-line-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  color: #000000 !important;
}
.hamburger-line-2 {
  opacity: 0;
}
.hamburger-line-x {
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  color: #000000 !important;
}
#nav-links.show {
  transform: translateY(0%);
}
.drop-down-mainnav {
  padding: 0 !important;
}
.drop-down-mainnav ul {
  padding: 0 !important;
  text-align: left;
}
.drop-down-mainnav li {
  list-style: none;
  padding: 0;
}
.close-button {
  width: 25px;
  height: 25px;
  background: transparent;
  right: 5%;
  top: 20px;
  position: absolute;
  display: block;
  z-index: 999999;
  text-indent: -9999px;
}
.close-button:before,
.close-button:after {
  content: '';
  width: 55%;
  height: 2px;
  background: #000000;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 29%;
  left: 18%;
}
.close-button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 67%;
  left: 18%;
}
.close-button:hover:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.close-button:hover:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.first-item {
  font-size: 2em;
  line-height: 200%;
  color: #132E49;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "freight-neo-pro", serif;
}
.first-item a {
  display: inline-block;
  color: #132E49 !important;
  text-decoration: none !important;
  background: transparent !important;
  font-weight: 300 !important;
  border-bottom: 2px solid transparent;
  transition: transform 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  will-change: transform;
}
.first-item a:hover {
  color: #132E49 !important;
  border-bottom-color: #B33135;
  opacity: 0.8;
  transform: scale(1.06);
}
@media only screen and (max-width: 600px) {
  .first-item {
    font-size: 1.5em;
    line-height: 200%;
  }
}
.full-content-button {
  position: absolute;
  bottom: 100px;
  display: block;
  z-index: 99;
  text-align: center;
  width: 100%;
  left: 0;
  color: #FFFFFF !important;
}
#sec-full-bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 20px 20px 50px 20px;
  position: relative;
  height: 1080px;
  z-index: 0;
}
.hp-development-logos {
  display: inline-block;
  margin-top: 10%;
  margin-left: 15%;
  width: 200px;
  text-align: center;
}
.hp-development-logos img {
  width: 130px;
  margin: 40px 0 40px 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100vh;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
  font-size: 1.375rem;
  font-weight: 300;
  color: #132E49;
  line-height: 1.375rem;
  background-color: #FFFFFF;
  position: relative;
  font-variant-numeric: lining-nums;
}
.footer-mobile {
  display: none;
}
.text-white {
  color: #FFFFFF !important;
}
.text-dark-blue {
  color: #132E49 !important;
}
.smooth {
  position: relative;
  height: 100vh;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
.smooth2 {
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
.hover-word {
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.hover-word:hover {
  color: #132E49;
  /* Make word bold on hover */
  font-weight: 300;
}
.justify-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 110px;
  display: block;
}
a {
  text-decoration: underline;
  font-weight: 300;
  color: #132E49;
}
a:hover {
  color: #7E9399;
}
.mobile {
  display: none;
}
.laptop {
  display: none;
}
.super-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
}
.super-container.white-bg {
  background: #FFFFFF;
  padding: 0;
  margin-top: -5px;
  margin-bottom: -15px;
  overflow: hidden;
}
.super-container.white-bg.nopadding {
  padding: 0;
  overflow: hidden;
}
.super-container.white-container-bg {
  background: #FFFFFF;
}
p {
  line-height: 200%;
}
.main {
  display: block;
  position: relative;
}
.section {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.secondary-content-wrapper {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.red-line {
  width: 2px;
  height: 94px;
  background-color: #B33135;
  margin: 0 auto 20px auto;
}
.top-content-section {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.top-content {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.news-section {
  width: 100%;
  background: #FFFFFF;
  padding: 100px 0;
}
.bottom-content-section {
  width: 100%;
  background: #FFFFFF;
}
.bottom-content {
  position: relative;
  width: 100%;
  margin: 0 auto -10px;
  display: inline-block;
  z-index: 9;
  background: #FFFFFF;
  padding: 0;
  overflow-x: hidden;
}
.main-content-wrapper {
  text-align: center;
  display: inline-block;
  margin: 100px auto 100px;
}
.main-content-wrapper p {
  text-align: center;
}
.home-image {
  width: 100%;
  min-height: 850px;
  object-fit: cover;
  height: 100%;
}
.global-title {
  text-align: center;
  line-height: 2.20875rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "freight-neo-pro", serif;
  font-weight: 400;
  letter-spacing: 0;
}
.global-title.slide-title {
  font-size: 4.211rem;
  line-height: 3.91625rem;
}
.global-title.main-title {
  font-size: 3.125rem;
  text-align: center;
  line-height: 2.90625rem;
  margin-bottom: 30px;
  color: #132E49;
}
.global-title.sub-title {
  font-size: 2.375rem;
  text-align: center;
  margin: 20px 0 40px 0;
  line-height: 2.20875rem;
  color: #132E49;
}
.global-title.sub-faq {
  font-size: 1.8rem;
  text-align: left;
  margin: 30px 0 20px 0;
  line-height: 2rem;
  color: #132E49;
}
.global-title.footer-title {
  font-size: 1.5em;
  text-align: center;
  line-height: 150%;
  margin: 0 auto;
  color: #FFFFFF;
  text-transform: capitalize;
  font-family: poppins, sans-serif;
}
.global-title.footer-sub-title {
  font-size: 1em;
  text-align: center;
  line-height: 150%;
  margin: 0 auto;
  color: #FFFFFF;
  text-transform: capitalize;
  font-family: poppins, sans-serif;
}
.global-title.post-title {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  color: #132E49;
  font-size: 2.375rem;
  line-height: 3rem;
}
.global-title.post-sub-title {
  font-size: 1.1em;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 0;
  color: #132E49;
}
.global-title.form-title {
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Poppins", serif;
}
.form-comment {
  color: #FFFFFF;
  width: 100%;
}
.footer-wrapper {
  margin: 0 auto;
  text-align: center;
  background: #132E49;
  color: #FFFFFF;
  padding: 70px 5%;
  width: 100%;
}
.footer-wrapper a {
  color: #FFFFFF !important;
}
.footer-center {
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
}
.disclaimer {
  font-size: 1.03194rem;
  color: #FFFFFF;
  width: 98%;
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  font-weight: 300;
  font-family: "Poppins", serif;
  line-height: 2.77338rem;
}
.disclaimer .small {
  font-size: 1em !important;
  font-weight: 300;
}
.disclaimer a {
  color: #FFFFFF !important;
  font-weight: 300;
}
.disclaimer a:hover {
  color: #FFFFFF !important;
}
.social-icons-wrapper {
  display: inline-block;
  margin: 20px auto 0;
  text-align: left;
}
.social-icons-wrapper img {
  width: 25px;
  height: auto;
  margin: 0 5px;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-gold,
.gold-text {
  color: #FFFFFF;
}
.text-gold a,
.gold-text a {
  color: #FFFFFF !important;
  text-decoration: underline;
}
.text-white {
  color: #FFFFFF !important;
}
.text-white a {
  color: white !important;
  text-decoration: underline;
}
.text-blue {
  color: #FFFFFF;
}
.text-blue a {
  color: #FFFFFF !important;
  text-decoration: underline;
}
.main-button {
  font-size: 1.03194rem;
  font-family: "Poppins", serif;
  color: #FFFFFF;
  background: transparent;
  border: #FFFFFF 0px solid;
  font-weight: 300;
  margin: 0 auto;
  display: inline-block;
  padding: 15px 45px;
  text-decoration: none !important;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease;
  /* Add transition for smooth animation */
  line-height: 2.77338rem;
}
.main-button.blue-button {
  border: 1px solid #132E49;
  color: #132E49;
}
.main-button.nav-button {
  position: absolute;
  top: 21px;
  right: 5%;
  z-index: 99999;
  border: 1px solid #132E49;
  color: #132E49;
}
.main-button:hover {
  background: #132E49;
  color: #FFFFFF;
}
.margin-top250 {
  margin-top: 250px;
}
.margin-top120 {
  margin-top: 120px;
}
.margin-top100 {
  margin-top: 100px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top35 {
  margin-top: 35px;
}
.footer-form-wrapper {
  margin: 100px auto 75px auto;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 950px;
}
#footer-form {
  background-color: #132E49;
}
.form-wrapper {
  width: 90%;
  margin: 0 auto 5px;
}
.human-test-inline {
  font-size: 1.375rem !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  letter-spacing: -0.17px !important;
  font-family: "freight-neo-pro", serif !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
}
.human-test-input input {
  width: 60px;
  text-align: center;
}
.human-hidden {
  display: none !important;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 40px !important;
}
.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=phone],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea,
.frm_form_fields_style,
.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  color: #FFFFFF !important;
  background-color: transparent !important;
  border-width: 0 !important;
  border-style: none !important;
  max-width: 100% !important;
  font-size: 1.375rem !important;
  text-transform: capitalize !important;
  letter-spacing: -0.17px !important;
  padding: 15px 10px 0 10px !important;
  font-weight: 400 !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset !important;
  text-align: left !important;
  font-family: "freight-neo-pro", serif !important;
  border-bottom: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label {
  font-family: "freight-neo-pro", serif !important;
  font-size: 1.375rem !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  text-align: left !important;
  letter-spacing: -0.17px !important;
  margin: 0;
  padding: 0 0 3px 0;
  width: auto;
  display: block;
}
.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label {
  font-family: "freight-neo-pro", serif !important;
  font-size: 1.375rem !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  letter-spacing: -0.17px !important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  font-family: "Poppins", serif !important;
  font-size: 1.03194rem !important;
  letter-spacing: 0 !important;
  height: auto !important;
  line-height: normal !important;
  text-align: center !important;
  background: transparent !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  cursor: pointer !important;
  font-weight: normal !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  padding: 20px 46px !important;
  margin: 0 auto !important;
  font-weight: 300 !important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
  background: #FFFFFF !important;
  color: #132E49 !important;
  border: 1px solid #FFFFFF !important;
}
.with_frm_style .vertical_radio .frm_checkbox,
.with_frm_style .vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
  display: block;
  text-align: left !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
  font-size: 1.375rem !important;
}
.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=file],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select {
  height: 34px !important;
  text-align: left !important;
  padding: 0 5px !important;
}
.frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
  padding: 0 !important;
  font-family: "Poppins", serif !important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  padding: 20px 46px !important;
  margin: 0 auto !important;
  width: 200px !important;
}
.with_frm_style.frm_center_submit .frm_submit input[type=submit],
.with_frm_style.frm_center_submit .frm_submit input[type=button],
.with_frm_style.frm_center_submit .frm_submit button {
  margin-bottom: 0 !important;
}
.with_frm_style.frm_center_submit .frm_submit {
  margin-top: 10px !important;
}
select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-appearance: button !important;
}
.frm_verify {
  left: -20000px !important;
}
#frm_form_2_container input::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-size: 1.375rem !important;
  text-transform: uppercase !important;
}
#frm_form_2_container input::-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 1.375rem !important;
  text-transform: uppercase !important;
}
#frm_form_2_container input:-ms-input-placeholder {
  color: #FFFFFF !important;
  font-size: 1.375rem !important;
  text-transform: uppercase !important;
}
#frm_form_2_container input::-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 1.375rem !important;
  text-transform: uppercase !important;
}
.request-ebrochure-btn {
  display: none;
}
.animation {
  opacity: 0;
  animation-fill-mode: forwards;
}
.fade-in {
  animation: fadeIn 0.8s ease forwards;
}
.slide-left {
  animation: slideLeft 0.8s ease forwards;
}
.swingleft {
  animation: slideLeft 0.8s ease forwards;
}
.swingright {
  animation: slideRight 0.8s ease forwards;
}
.bounce-up {
  animation: bounceUp 0.8s ease forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tan-background {
  width: 100%;
  background: #FFFFFF;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  color: #000000;
}
.tan-background .tertiary-copy-wrapper {
  border: 1px solid #000000;
  color: #000000;
  border-radius: 40px;
  text-align: center;
  margin: 25px auto;
  width: 95%;
  display: inline-block;
  min-height: 966px;
}
.tan-background .tertiary-copy-wrapper .copy-wrapper {
  width: 90%;
  max-width: 570px;
  margin: 15% auto 0;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
}
.tan-background .tertiary-copy-wrapper .copy-wrapper .hover-word {
  transition: color 0.3s ease;
}
.tan-background .tertiary-copy-wrapper .copy-wrapper .hover-word:hover {
  color: #132E49;
  /* Make word bold on hover */
}
.tan-background .tertiary-copy-wrapper .tertiary-left-text {
  text-align: left;
  border-radius: none;
}
#right_left-img {
  height: 1020px;
}
.main-content-left-wrapper {
  text-align: center;
  display: inline-block;
  margin: 200px auto 100px auto;
}
.main-content-left-wrapper p {
  text-align: left;
}
.customblock-image {
  width: 100%;
  min-height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}
.piedmont-container-bg {
  background-color: #C3CFC6;
  color: #132E49;
  padding: 100px 0px;
  text-align: left !important;
}
.white-container-bg {
  background-color: #FFFFFF;
  color: #132E49;
  padding: 100px 0px;
}
.grey-blue-container-bg {
  background: #7E9399;
  padding: 100px 0px;
  color: #132E49;
}
.dark-blue-container-bg {
  background: #132E49;
  padding: 100px 0px;
  color: #FFFFFF;
}
.white-background {
  width: 100%;
  background: #FFFFFF;
  padding: 0;
  color: #132E49;
}
.tertiary-copy-wrapper {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 40px;
  text-align: center;
  margin: 25px auto;
  width: 95%;
  display: inline-block;
  min-height: 966px;
}
.tertiary-copy-wrapper .copy-wrapper {
  width: 90%;
  max-width: 570px;
  margin: 15% auto 0;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .secondary-content-wrapper {
    max-width: 100%;
  }
  .blog-feature {
    padding: 7%;
    min-height: 336px;
  }
}
@media only screen and (max-width: 1180px) {
  .global-title.sub-title {
    font-size: 1.7em;
  }
  .nav-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-feature {
    padding: 7%;
    min-height: 320px;
  }
  .home-image {
    width: 100%;
    min-height: 650px;
    object-fit: cover;
  }
  .col_one_third {
    width: 50%;
  }
}
@media only screen and (max-width: 980px) {
  .margin-top55 {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 780px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  .text-left {
    text-align: center !important;
  }
  .text-right {
    text-align: center !important;
  }
  .main-logo {
    top: 6px;
    margin-left: -110px;
  }
  .main-logo img {
    width: 220px;
    height: auto;
  }
  .text-logo img {
    width: 120px;
  }
  .global-title.slide-title {
    font-size: 3.211rem;
    line-height: 2.91625rem;
  }
  .global-title.post-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .main-content-wrapper {
    margin: 20px auto 40px;
  }
  .home-image {
    width: 100%;
    min-height: 600px;
    object-fit: cover;
  }
  .full-copy-wrapper {
    width: 80%;
  }
  .footer-form-wrapper {
    margin: 100px auto 40px auto;
    text-align: center;
    display: inline-block;
    width: 80%;
    max-width: 950px;
  }
  .global-title.form-title {
    font-size: 2rem;
    line-height: 100%;
    margin: 0 auto 20px;
  }
  .customblock-image {
    min-height: 450px;
  }
  .home-image {
    min-height: 450px;
  }
  .recentes-blog {
    margin: 60px auto 60px auto;
  }
  .col_one_third {
    width: 100%;
  }
  .horizontal-logo img {
    width: 70%;
  }
  .footer-mobile {
    display: block;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
  }
  .footer-cta-mobile {
    display: flex;
    border-right: 0;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    justify-content: space-between;
    width: 100%;
    height: 65px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }
  .footer-cta-request-brochure {
    width: 60%;
    color: #132E49;
    background-color: #fff;
    font-size: 1.03194rem;
    font-weight: 400;
    line-height: 2.77338rem;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #B33135;
    text-decoration: none;
  }
  .footer-cta-request-brochure img {
    padding: 0 10px;
  }
  .footer-cta-faq {
    width: 40%;
    color: #fff;
    background-color: #132E49;
    text-decoration: none;
    font-size: 1.03194rem;
    font-weight: 400;
    line-height: 2.77338rem;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .frm_form_submit_style,
  .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
  .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
  .frm_style_formidable-style.with_frm_style input[type=submit],
  .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 600px) {
  .top-content-section {
    height: 450px;
  }
  .top-content {
    width: 100%;
    height: auto;
  }
  .global-title.main-title {
    font-size: 1.5em;
  }
  .global-title.sub-title {
    font-size: 26px;
  }
  .global-title.small-title {
    font-size: 18px;
  }
  .global-title.slide-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  #sec-full-bg {
    height: 450px !important;
  }
  #sec-full-bg .global-title.sub-title {
    font-size: 18px !important;
  }
  .full-content-button {
    position: absolute;
    bottom: 0;
  }
  .recents {
    width: 100%;
  }
  .no-style {
    margin-top: -12px;
  }
  .recentes-blog {
    padding: 0 20px;
  }
  .margin-top250 {
    margin-top: 125px;
  }
  .margin-top120 {
    margin-top: 115px;
  }
  .margin-top100 {
    margin-top: 120px;
  }
  .margin-top50 {
    margin-top: 25px;
  }
  .margin-top60 {
    margin-top: 30px;
  }
  .margin-top35 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 390px) {
  .content {
    overflow-x: hidden;
  }
  .container {
    overflow: hidden;
  }
  .section-secondary-copy,
  .full-section,
  .supper-container,
  .section-secondary-copy-noimage,
  .tertiary-slider-wrapper,
  .section-secondary-copy-right,
  .amenity-concierge-list,
  .section-secondary-list {
    overflow-x: hidden;
  }
}
