@import url('https://use.typekit.net/oga1sae.css');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/ 
/* DO NOT ALTER THIS SECTION             */

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVH44HGB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

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

body {
  margin: 0px;
  padding: 0px
}

/*****************************************/ 
/* NAVIGATION HEADER - Houston and Dallas */

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  flex-wrap: wrap;
  background-color: #f1ebe3;
}

.logo img {
  width: 220px;
}

/* Navigation links */
.nav-links {
  display: flex;
  gap: 10px 30px;
}

.nav-links a {
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #0F91BC;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-bottom: 2px solid #0F91BC;
}

.nav-links a:active {
  border-bottom: 2px solid #0F91BC !important;
}

/* Responsive layout for tablet */
@media (max-width: 1023px) {
  .nav-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* Responsive layout for mobile */
@media (max-width: 767px) {
  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  
  .nav-links a {
  flex: 0 0 auto;
  }
}

/*****************************************/ 
/* TEXT STYLES                           */

h1 {
  font-family: 'the-seasons', Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 104px;
  color: #002A4E;
  margin: 0px; /* keep this to avoid weird whitespace */
}

h2 {
  font-family: 'the-seasons', Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 74px;
  color: #002A4E;
  margin: 0px; /* keep this to avoid weird whitespace */
}

h3 {
  font-family: 'the-seasons', Arial, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 62px;
  color: #002A4E;
  margin: 0px; /* keep this to avoid weird whitespace */
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 40px;
  line-height: 44px;
  color: #002A4E;
  margin: 0px; /* keep this to avoid weird whitespace */
}

h5 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #A55325;
  margin: 0px; /* keep this to avoid weird whitespace */
}

h6 {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000C2E;
  margin: 0px; /* keep this to avoid weird whitespace */
}

body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000C2E;
  margin: 0px; /* keep this to avoid weird whitespace */
}

a {
  color: #0F91BC;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}


/* Mobile text styles */

@media (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 60px;
  }

  h2 {
    font-size: 48px;
    line-height: 52px;
  }
  
  h3 {
    font-size: 40px;
    line-height: 44px;
  }
  
  h4 {
    font-size: 30px;
    line-height: 34px;
  }
  
  h5 {
    font-size: 26px;
    line-height: 30px;
  }
    }

/*****************************************/ 
/* BUTTON STYLES                         */

.hs-button {
  display: inline-block;
  background-color: #92D0E8; 
  padding: 16px 22px;
  border-radius: 100px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #002A4E;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}


.hs-button:hover,
.hs-button.primary:hover {
  transform: scale(1.05);
}


/*****************************************/ 
/* FORMS                                 */

.hs-form-field {
  margin-bottom: 14px;
}

/* Labels */

form label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 16px;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
  padding: 0.7rem;
  width: 100%;
  border: none;
  border-radius: 4px;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

.hs-input { 
 width: 100% !important; 
}

form input[type=checkbox] {
 width: auto !important; 
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #A55325;
}

.hs-input.invalid.error {
  border-color: #A55325;
}

.hs-error-msg {
  color: #A55325;
  margin-top: 0.35rem;
  font-size: 14px;
  font-style: italic;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/*****************************************/ 
/* FOOTER STYLING                        */

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #002A4E;
}

.footer-icons {
    display: flex;
    gap: 30px;
}

.social-icon {
  height: 28px;
  width: auto; 
  transition: all 0.3s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.1);
}

.footer-icon {
    height: 30px;
    width: auto; 
}

.footer-logo img {
    width: 100px;
}

/* Responsive layout for mobile */
@media (max-width: 767px) {
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-logo img {
    padding-top: 20px;
}
}


/*****************************************/ 
/* RESPONSIVE GRID                       */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}