﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
  display: block;
}

/*-------- COLORS --------
blue: 003399
dark blue: 002268
*/

/***** END RESET *****/
::-moz-selection {
  background: #edeceb;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #edeceb;
  color: #000;
  text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  background: #fff;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #003399;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
}
h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  color: #000;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0;
}
h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
}
strong {
  font-weight: 700;
}

.clear {
  clear: both;
}

/*--- HEADER STYLES --------------------------*/
header {
  width: 100%;
  float: left;
  font-size: 18px;
  background: #f3f3f3;
  padding: 10px;
}

.wrap {
  display: flex;
  justify-content: center;
}

#topleft {
  width: 27%;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 4px 0;
}

#logo img {
  width: 95%;
  text-align: left;
}

#topright {
  margin-right: 10%;
  float: right;
  padding: 5px 0;
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
#topright a {
  color: #000;
}

/*--- KEYWORD SEARCH--------------------------*/

#quick-search-wrap {
  float: right;
  position: relative;
}

#quick-search-wrap form {
  position: relative;
  display: block;
}

#quick-search-wrap form input {
  width: 259px;
  background: #fff;
  color: #9f9f9f;
  height: 50px;
  line-height: 30px;
  padding: 0 0 0 10px;
  border: 0;
  float: left;
  position: relative;
  font-size: 16px;
  font-family: "Montserrat";
}

#quick-search-wrap form .button {
  border: 0;
  position: relative;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  background: #003399 url(../siteart/search-icon.png) center center no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#quick-search-wrap form .button:hover {
  background: #002268 url(../siteart/search-icon.png) center center no-repeat;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/*---BODY--------------------------------*/
#page-image {
  width: 100%;
  display: block;
}

#blue-button {
  width: 200px;
  color: #fff !important;
  background: #003399;
  padding: 5px 20px;
  font-weight: 700;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  display: inline-block;
  text-align: center;
}
#blue-button:hover {
  background: #000;
}

.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

#pad {
  padding: 4% 0;
}
.wrapper-inner {
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
}

.wrapper-center {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  padding: 15px 0;
}
.wrapper-center h1 {
  font-weight: 800;
  font-style: italic;
}

.col-left {
  float: left;
  text-align: left;
  display: inline-block;
}
.col-right {
  float: right;
  display: inline-block;
  text-align: left;
}

.full .hosted-content h1 {
  font-style: normal !important;
  font-size: 20px !important;
}
/*---FOOTER------------------------------------------------*/

.map-overlay {
  color: #fff;
  background-color: rgba(0, 42, 127, 0.75);
  width: 100%;
  max-width: 475px;
  position: absolute;
  margin-top: -450px;
  right: 200px;
}
.map-overlay-inner {
  padding: 30px 0 30px 40px;
}
.map-overlay p,
.map-overlay a {
  color: #fff;
  text-align: left;
  font-size: 14px;
}
.map-overlay a:hover {
  text-decoration: underline;
}
.map-overlay h3 {
  font-weight: 800;
  font-style: italic;
}

footer {
  background: #002268;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}
footer a {
  color: #fff;
}

.foot-left {
  text-align: left;
  float: left;
}
.foot-right {
  text-align: left;
  float: right;
}

/*--------FORM STYLES--------------------------------------*/
.form-wrap {
  width: 100%;
  display: inline-block;
  padding: 2% 0;
}
#formpage {
  vertical-align: top;
  margin: 0 auto;
  text-align: left;
}

#formpage div {
  vertical-align: top;
  padding: 5px 5px;
  color: #000;
}

#formpage input {
  padding: 6px 5px 10px;
  border: 1px solid #003399;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0 !important;
}

#formpage textarea {
  padding: 6px 0px;
  border: 1px solid #003399;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  background: #fff;
  margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
  border: 1px solid #003399;
  color: #202e3b;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  padding: 8px;
  width: 100%;
}

.formfield {
  width: 48%;
  float: left;
  margin-right: 12px;
  color: #e6e6e6;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
#select-location {
  max-width: 300px;
  width: 100% !important;
  float: left;
  margin-right: 12px;
  color: #e6e6e6;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
#formpage input {
  width: 100%;
}
#formpage input#interest {
  width: auto;
}

#formpage input.larger {
  width: 100%;
}

#formpage textarea {
  width: 100%;
  height: 85px;
  font-family: "Poppins", sans-serif;
}

#formpage input.radio {
  padding: 0;
  border: 0;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  text-align: left;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
  background: #ddd;
  color: #000;
  border: 1px solid #abacac;
  outline-style: none;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

#formpage input.button,
#formpage input.button:focus {
  width: 236px;
  color: #fff !important;
  background: #003399;
  padding: 10px 20px;
  font-weight: 700;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0 !important;
}
#formpage input.button:hover {
  background: #000;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
  color: #212121;
  font-size: 13px;
  text-align: left;
}

/*control the Captcha */

.CaptchaPanel {
  padding: 1% 0;
  line-height: normal !important;
  color: #000;
  width: 30%;
  text-align: left;
}

.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
  text-align: left;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
  text-align: center;
}
.CaptchaWhatsThisPanel a {
  color: #000;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/*-------- RESPONSIVE STYLES --------*/

@media screen and (max-width: 1575px) {
  .wrap {
    flex-direction: column;
  }

  #quick-search-wrap {
    float: none;
    margin: 1rem auto;
    text-align: center;
    display: inline-block;
  }
}

@media screen and (max-width: 1500px) {
  .map-overlay {
    right: 100px;
  }

  .col-left {
    width: 100%;
    text-align: center;
  }
  .col-left h2 {
    text-align: center;
  }
  .col-right {
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  .col-right h2 {
    text-align: center;
  }

  .formfield {
    text-align: center;
    width: 100%;
  }
  #formpage {
    text-align: center;
  }
  #formpage div {
    text-align: center;
  }
  .CaptchaPanel {
    margin: 0 auto !important;
    text-align: center;
    width: auto;
  }
}

@media screen and (max-width: 1420px) {
  #quick-search-wrap {
    margin: 1rem auto;
  }
}

@media screen and (max-width: 1024px) {
  #topleft {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0;
  }
  #topright {
    float: none;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: -15px 0 0 0;
  }
  #logo {
    padding: 0 0 10px 0;
    margin: 0 auto;
  }
  #logo img {
    max-width: 60%;
    margin: 0 auto;
  }

  #footer-map {
    height: 280px;
  }
  .map-overlay {
    background-color: rgba(0, 42, 127, 0.9);
    max-width: 100%;
    position: relative;
    margin-top: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .map-overlay-inner {
    padding: 20px 0;
  }
  .map-overlay p,
  .map-overlay a {
    text-align: center;
  }

  footer {
    padding: 0;
  }
  .foot-right,
  .foot-left {
    float: none;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
  }

  .formfield {
    width: 95%;
  }
}

@media screen and (max-width: 649px) {
  #topright p {
    width: 65%;
    margin: 0 auto;
  }
  #logo img {
    max-width: 85%;
  }

  .wrapper-inner,
  .wrapper-center {
    width: 90%;
  }
  .searchform {
    width: 90%;
  }
  .searchform input.search-box {
    width: 65%;
  }
}

@media screen and (max-width: 400px) {
  #topright {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
}
