/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.transition {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.translate {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translate-x {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-y {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -webkit-flex-flow: column-reverse;
  -moz-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  -o-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.flex-row-wrap {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* -------- begin html tag settings --------- */
BODY {
  background: #effafc;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
  font-size: 18px;
}
TD {
  padding: 4px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #264885;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: .2em;
  margin-top: 30px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-weight: normal;
}
h1 {
  margin-top: 0;
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
ul {
  margin: 0 0 18px 0;
  padding-left: 60px;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 0;
}
ul > li,
ol > li {
  margin-bottom: 1em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
p,
.p,
li {
  line-height: 1.6em;
  margin: 0 0 1em 0;
  font-weight: 400;
  font-size: 18px;
}
a {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  outline: 0;
}
a:visited {
  color: #000000;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #142f70;
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  padding: 4px;
}
code {
  white-space: wrap;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/* ---------- begin structural settings ---------------- */
#container {
  font-size: 18px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#container .entry-content p,
#container .entry-content label {
  font: 18px/1.6em 'Open Sans', sans-serif !important;
  line-height: 1.6em !important;
  margin: 0 0 1em 0 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
#container .entry-content label.frm_primary_label {
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
section,
.section {
  position: relative;
  width: 100%;
  padding: 50px 0 0px 0px;
}
.container {
  position: relative;
  text-align: left;
}
#header {
  background: white;
  position: relative;
  padding: 10px 0;
}
#header .fl-row-content-wrap {
  background-color: white;
}
#header h2 {
  font-size: 25px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
#header h2 a span {
  color: #264885;
  font-weight: bold;
}
#header a.fl-button {
  background: #264885;
}
#header nav {
  float: right;
  text-align: center;
}
#header nav ul {
  margin: 0 auto;
}
#header nav ul li {
  position: relative;
}
#header nav ul li a {
  display: block;
  padding: 10px 12px 4px 12px;
  margin: 0 0 10px 0;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #264885;
}
#header nav ul li.current-menu-item a,
#header nav ul li.current_page_item a,
#header nav ul li.current-page-ancestor a {
  color: #264885;
}
#header nav ul li.btn a {
  color: white!important;
  background: #c2053a;
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#header .mobile-nav {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 10px;
  display: none;
  float: right;
  z-index: 1000;
}
.fl-menu-responsive-toggle-medium-mobile {
  text-align: right;
}
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
}
.nav li,
.menu li {
  float: left;
  list-style: none;
  margin: 0;
}
.nav a,
.menu a {
  text-decoration: none;
}
.page-id-2 header,
.page-id-14 header,
.page-id-59 header,
.page-id-78 header {
  position: absolute;
  width: 100%;
  z-index: 8;
}
.page-id-2 header #header,
.page-id-14 header #header,
.page-id-59 header #header,
.page-id-78 header #header {
  background: none;
}
.page-id-2 header #header .fl-row-content-wrap,
.page-id-14 header #header .fl-row-content-wrap,
.page-id-59 header #header .fl-row-content-wrap,
.page-id-78 header #header .fl-row-content-wrap {
  background: none;
}
.page-id-2 header #header .fl-row-content-wrap h2,
.page-id-14 header #header .fl-row-content-wrap h2,
.page-id-59 header #header .fl-row-content-wrap h2,
.page-id-78 header #header .fl-row-content-wrap h2 {
  color: white;
}
.page-id-2 header #header .fl-row-content-wrap h2 a,
.page-id-14 header #header .fl-row-content-wrap h2 a,
.page-id-59 header #header .fl-row-content-wrap h2 a,
.page-id-78 header #header .fl-row-content-wrap h2 a {
  text-decoration: none;
}
.page-id-2 header #header .fl-row-content-wrap h2 a span,
.page-id-14 header #header .fl-row-content-wrap h2 a span,
.page-id-59 header #header .fl-row-content-wrap h2 a span,
.page-id-78 header #header .fl-row-content-wrap h2 a span {
  color: white;
}
.page-id-2 header #header .fl-row-content-wrap ul li a,
.page-id-14 header #header .fl-row-content-wrap ul li a,
.page-id-59 header #header .fl-row-content-wrap ul li a,
.page-id-78 header #header .fl-row-content-wrap ul li a {
  color: white;
}
.page-id-2 header #header button,
.page-id-14 header #header button,
.page-id-59 header #header button,
.page-id-78 header #header button {
  color: white;
}
@media only screen and (max-width: 1000px) {
  .fl-module-menu ul li {
    float: none;
    text-align: center;
  }
  .fl-menu-mobile-clone {
    position: relative;
  }
  .fl-menu-mobile-clone nav {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    padding: 20px;
    background: white;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 9;
  }
  .page-id-2 header #header .fl-row-content-wrap ul li a,
  .page-id-14 header #header .fl-row-content-wrap ul li a {
    color: #264885;
  }
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (max-width: 959px) {
  #header .mobile-nav {
    display: block;
  }
  #header #nav .menu-header {
    display: none;
    background: #000000;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1000;
    border: 1px solid #000;
  }
}
@media only screen and (max-width: 900px) {
  #header .fl-node-5ea3556b233e9 {
    width: 80%;
  }
  #header .fl-node-5ea3556b233ea {
    width: 20%;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #header #logo {
    max-width: 30%;
  }
  #header #nav .menu-header {
    min-width: 200px;
  }
  #header .fl-menu-mobile-clone {
    position: inherit;
  }
  #header .fl-menu-mobile-clone nav {
    top: 60px;
  }
  #header .fl-node-5ea3556b233e9 {
    margin-top: 25px;
  }
  #header .fl-node-5ea3556b233ea {
    position: absolute;
    top: -15px;
  }
}
@media only screen and (max-width: 500px) {
  .page-id-2 #header h2,
  .page-id-14 #header h2 {
    display: none;
  }
}
#page {
  padding-top: 0px;
  text-align: left;
}
#content {
  text-align: left;
}
#footer {
  background: #264885;
  color: white;
  margin: auto;
  float: none;
  padding: 10px;
  line-height: 1.4;
}
#footer p {
  font-size: 15px;
}
#footer a {
  color: white;
}
#footer .menu li a {
  display: inline-block;
  padding: 4px 8px;
}
#footer .social-media {
  text-align: right;
}
#footer .social-media img {
  width: 32px;
  height: 32px;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #bottom .copyright {
    width: 100%;
    text-align: center;
  }
  #bottom .informed {
    padding: 0 5%;
    margin-bottom: 10px;
  }
}
img.alignright {
  float: right;
  margin: 0 0 6px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 6px 0;
}
.hide {
  display: none;
}
.date,
.help {
  color: #777;
  font-size: .9em;
}
#hero h1 {
  line-height: 1.1;
  margin-top: 80px!important;
  text-shadow: 0px 0px 3px #000;
}
#hero h1 span {
  color: white;
}
#hero h1 a {
  text-decoration: none;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.page-id-12 header {
  display: none;
}
.fl-page {
  /* buttons */
}
.fl-page a.btn,
.fl-page input[type="submit"],
.fl-page a.fl-button {
  background: #c2053a;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.fl-page a.btn .fl-button-text,
.fl-page input[type="submit"] .fl-button-text,
.fl-page a.fl-button .fl-button-text {
  color: #fff;
}
.fl-page a.btn:hover,
.fl-page input[type="submit"]:hover,
.fl-page a.fl-button:hover {
  background: #264885;
}
.fl-page button,
.fl-page input[type="submit"] {
  padding: 4px 16px;
  -webkit-appearance: none;
}
.fl-page button {
  background: #264885;
  color: white;
  font-size: 20px;
}
.fl-page button:hover {
  opacity: .7;
}
.snippet {
  margin-bottom: 40px;
}
.snippet h2 {
  margin-top: 0;
}
.blog-thumb {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}
.blog-thumb img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.entry-footer {
  color: #999;
  font-size: .8em;
  text-decoration: none;
}
.entry-footer a {
  color: #999;
}
.entry-footer > span {
  margin-right: 6px;
}
.entry-footer .updated {
  display: none;
}
.navigation a,
.navigation span {
  padding-right: 6px;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 768px) {
  .blog-thumb {
    margin-bottom: 10px;
  }
}
/* forms */
#container .frm_forms br {
  display: none;
}
.gform_wrapper label {
  font-weight: normal!important;
}
.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox li,
.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio li {
  font-size: 16px!important;
}
#field_1_20 {
  margin-top: 50px;
}
/* #Site Styles // rewrite original
================================================== */
img {
  max-width: 100%;
  height: auto;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .fl-builder-content #header .fl-col.fl-node-5ea3556b233e9,
  .fl-builder-content #header .fl-col.fl-node-5ea3556b233ea {
    width: 100%!important;
  }
  .fl-builder-content #header .fl-col.fl-node-5ea3556b233e9 .fl-button-wrap,
  .fl-builder-content #header .fl-col.fl-node-5ea3556b233ea .fl-button-wrap {
    text-align: center;
  }
  .fl-builder-content #header h2 {
    text-align: center;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 500px) {
  #hero .fl-col-small {
    width: 50%!important;
    float: left;
    clear: none;
  }
}
@media only screen and (max-width: 400px) {
  #hero .fl-col-small {
    width: 100%!important;
    float: none;
  }
  #hero .fl-col-small .fl-module-button .fl-module-content {
    margin: 5px 20px;
  }
  #hero .fl-col-small .fl-button-wrap {
    text-align: center;
  }
}
