@charset "UTF-8";
/*============================
import variables
=============================*/
/*===============================
Colors
================================*/
/*============================
import mixins
============================d=*/
/*===============================
BREAKPOINTS
================================*/
/*============================
import base
=============================*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0; 
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  line-height: 1em;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1em;
  font-size: 1.25em; 
  letter-spacing: 0.015em;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 2.1em;
  }
}

h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  /* font-size: 0.6em; */
  color: #0C1F4E;
  line-height: 1.1em;
  font-weight: 600;
}

h2 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  /* font-size: 0.8em; */
  color: #27438C;
  line-height: 1.1em;
  font-weight: 600 !important;
}

.main-content h2 {
  margin: 10px 0 0 0;
  /* margin: 2em 0 0 0; */
}

h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  /* font-size: 0.55em; */
  color: #0C1F4E;
  line-height: 1.1em;
  font-weight: 600 !important;
}

h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  /* font-size: 0.6em; */
  /* font-size: 0.5em; */
  line-height: 20px;
  /* line-height: 1.1em; */
  color: #0C1F4E;
  font-weight: 600 !important;
}

/* new from SMG */
h5, h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  /* font-size: 0.6em; */
  /* font-size: 0.5em; */
  line-height: 20px;
  /* line-height: 1.1em; */
  color: #0C1F4E;
  font-weight: 600 !important;
}
.pgafu-post-short-content {
  font-size: 16px;
  /* font-size: 0.6em; */
  color: #202020;
  line-height: 20px;
  /* line-height: 1.1em; */
}
/* END */
p {
  font-size: 16px;
  /* font-size: 0.6em; */
  color: #0C1F4E;
  line-height: 20px;
  /* line-height: 1.1em; */
}

p, ul li, ol li {
  text-align: left;
  margin: 0 0 1em;
  line-height: 1.4em;
}
.hero .row {
	/*display: flex;*/
	width: 100%;
	/*align-items: center;*/
	/*justify-content: space-between;*/
}
@media screen and (max-width: 767px) {
	.hero .row {
		display: block;
	}
}
.hero .button {
	/*display: inline-block;*/
	width: auto;
	margin-top: 26px;
	padding: 12px 24px !important;
	border: 1px solid #E1AF3A;
    font-size: 16px !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
}
.hero .button:hover {
	color: #fff;
	transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
}
.hero .button > svg {
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.hero .button:hover > svg {
    fill: #fff;
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.hero h1 {
    color: white;
    font-size: 2em;
    font-weight: 100;
    max-width: 12em;
    padding: 0.2em 0 0 0;
    margin: 0.2em 0 0 0;
}
.hero h2 {
  color: white;
  font-size: 0.75em;
  font-weight: 100;
}

.main-content ul, .main-content ol {
  margin: 1em 0 1em 0.6em;
}
.main-content ul li{
  list-style: initial;
  font-size: 16px;
  /* font-size: 0.6em; */
  max-width: 37em;
  color: #202020;
  /* color: #9c9d9f; */
  list-style-image: url("../img/Triangle.png");
}
.main-content ol li {
  list-style-type: decimal;
  font-size: 16px;
  color: #202020;
}
.main-content ol.flex-control-nav li {
  list-style-type: none;
}
/* @media screen and (min-width: 900px) {
  .main-content ul li {
    font-size: 0.5em;
  }
} */
.main-content .flexslider ul {
  margin: 0;
}
.main-content .flexslider ul li {
  max-width: 100%;
}

.quick-links h2 + p {
  margin: 0;
}
.quick-links a {
  font-size: 10px;
  color: #E1AF3A;
  font-weight: 700;
}
.quick-links .span2of12 a {
    font-size: 0.35em;
    color: #E1AF3A;
    background: none;
    padding:0px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}
.quick-links a:hover {
  text-decoration: none;
  color: #0C1F4E;
}
.quick-links .span2of12 a > svg {
    fill: #E1AF3A;
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.quick-links a:hover > svg {
    fill: #0C1F4E;
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}

p + p, h2 + p, h1 + p, h3 + p,
h4 + p, h5 + p, h6 + p,
p + h3, p + h1, p + h2, p + h4, p + h5, p + h6,
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6,
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6,
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6,
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6,
p + ul, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
ul + p, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + img, h2 + img, h3 + img, h4 + img, h5 + img, h6 + img,
img + h1, img + h2, img + h3, img + h4, img + h5, img + h6,
p + div, div + p,
.extra-space + .extra-space {
  margin: 1em 0 0;
  font-weight: normal;
}

.main-site-footer h3 + p, .main-site-footer p + h3 {
  margin: 1em 0 0;
  font-weight: normal;
}

a {
  font-family: inherit;
  text-decoration: underline;
  transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  color: #26438c;
}

a:hover {
  text-decoration: underline;
  transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  color: inherit;
}

i, em {
  font-style: italic;
  line-height: 1em;
}

strong, b {
  font-weight: 600;
  line-height: 1em;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.aside {
  font-size: 0.5em;
}

.leadin {
  font-size: 0.8em;
  color: #26438c;
  letter-spacing: 0.01em;
}

.slider--caption h2 {
  color: white;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.06em;
  width: 15em;
  font-weight: 100;
}
.slider--caption h3 {
  color: white;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.6em;
  line-height: 1.25em;
  width: 20em;
  font-weight: 100;
}

.hero-message h1 {
  font-size: 1em;
  max-width: 21em;
  text-align: center;
  margin: 0 auto 0.8em;
  color: #26438c;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.hero-message h2 {
  text-align: center;
  font-size: 1.25em;
}

.main-site-footer {
  color: white;
}
.main-site-footer p, .main-site-footer h3 {
  font-size: 0.5em;
  color: #9F9F9F;
}
.main-site-footer ul {
  margin: 0.65em 0 0;
}
.main-site-footer ul .menu-item-has-children {
  margin: 1em 0;
}
.main-site-footer ul li {
  font-size: 0.5em;
  color: inherit;
  margin: 0;
}
.main-site-footer ul li ul {
  margin: 0 0 1em;
}
.main-site-footer ul li ul li {
  font-size: 0.75em;
  margin: 0;
}
.main-site-footer a {
  color: inherit;
  text-decoration: underline;
}
.main-site-footer a:hover {
  color: inherit;
}

.leadin {
  font-size: 1em;
}

.main-content--section ul, .main-content--section ol {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  line-height: 1.25em;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  color: #202020;
  margin-left: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 450px) {
  .main-content--section ul, .main-content--section ol {
    font-size: 0.825em;
  }
}
@media screen and (min-width: 900px) {
  .main-content--section ul, .main-content--section ol {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 1024px) {
  .main-content--section ul, .main-content--section ol {
    font-size: 0.75em;
  }
}
.main-content--section ul li, .main-content--section ol li {
  margin-bottom: 0;
}
.main-content--section ul {
  list-style: initial;
}
.main-content--section ol {
  list-style: decimal;
}
.main-content--section p + ul, .main-content--section h1 + ul, .main-content--section h2 + ul, .main-content--section h3 + ul, .main-content--section h4 + ul, .main-content--section h5 + ul, .main-content--section h6 + ul,
.main-content--section ul + p, .main-content--section ul + h1, .main-content--section ul + h2, .main-content--section ul + h3, .main-content--section ul + h4, .main-content--section ul + h5, .main-content--section ul + h6 {
  margin-top: 0.5em;
}

.multi {
  -webkit-columns: 2 18em;
  -moz-columns: 2 18em;
  columns: 2 18em;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}

.single p {
  /* word-spacing: 0.05em; */
}

.small-column p {
  /* font-size: 0.875em; */
}

.main-headline {
  font-size: 3.125em;
  display: block;
}

.callout {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.15625em;
  font-size: 1.75em !important;
  color: black;
  text-transform: none !important;
  text-align: center !important;
  margin: 2em 0;
}
@media screen and (min-width: 900px) {
  .callout {
    font-size: 2em !important;
    line-height: 1.15625em;
    margin: 4em 0;
  }
}

.tiny {
  font-size: 0.6875em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #26438c;
}

.bucket p {
  /* font-size: 0.4em; */
}

/*.wrapper-small h2 {*/
/*  padding: 0 0 0.5em 0;*/
/*  border-bottom: solid 1px #202020;*/
/*}*/
/*@media screen and (min-width: 900px) {*/
/*  .wrapper-small h2 {*/
/*    padding: 0 0 1em 0;*/
/*    border-bottom: solid 1px #202020;*/
/*  }*/
/*}*/

.full-width,
.two-col,
.three-col,
.four-col,
.six-col,
.single-aside {
  color: #6d6e71;
}

.full-width p {
  /* font-size: 1em; */
  /* font-weight: 100; */
}

.two-col p {
  /* font-size: 0.6em; */
  /* font-weight: 300; */
}

.three-col p {
  /* font-size: 0.5em; */
}

.four-col p {
  /* font-size: 0.4em; */
  /* line-height: 1.65em; */
}

.six-col p {
  /* font-size: 0.4em; */
}

.single-center {
  margin-left: auto;
  margin-right: auto;
}

.single-aside .side p {
  /* font-size: 0.5em; */
}
.single-aside .main p {
  /* font-size: 0.7em; */
  /* font-weight: 300; */
}
/* @media screen and (min-width: 900px) {
  .single-aside .main p {
    /* font-size: 0.6em; 
    /* font-weight: 300; 
  }
} */

.single .side {
  display: none;
}
@media screen and (min-width: 900px) {
  .single .side {
    display: block;
  }
}

/*============================
import Layout
=============================*/
.wrapper {
  max-width: 2000px;
  margin: 0 auto;
  width: 95%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .wrapper {
    width: 85%;
  }
}

.wrapper-small {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  height: auto;
  padding-top: 30px;
}
@media screen and (min-width: 900px) {
  .wrapper-small {
    width: 85%;
  }
}

.flexslider ul li {
  position: relative;
  width: 100%;
}
.flexslider ul li .slider--caption {
  padding: 3em 0 10em 0;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}

.main-content {
  margin: 0 0 2em 0;
}

.sub-pages {
  display: none;
  font-size: 0.6em;
}
.sub-pages a {
  color: #26438c;
  font-size: 1em;
  margin: 0 0 0.5em;
  display: block;
  border-top: 1px solid;
  padding: 1em 0 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}
.sub-pages a:hover {
  text-decoration: none;
}
.sub-pages ul {
  margin: 0;
}
.sub-pages ul li {
  margin: 0;
  list-style: none;
}
.sub-pages ul li a {
  color: #202020;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.25em;
}
@media screen and (min-width: 900px) {
  .sub-pages {
    display: block;
  }
}

.main-content ul.breadcrumbs {
  /* margin: 0 0 0 -0.1em; */
  margin-top: -10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  font-weight: 600;
}
.main-content ul.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  /* font-size: 0.7em; */
  margin: 0.1em 0.1em 1em;
}
.main-content ul.breadcrumbs li a {
  text-decoration: none;
}
.main-content ul.breadcrumbs li a:hover {
  text-decoration: none;
}
.main-content ul.breadcrumbs li.item-parent:first-child {
  color: #569CCB;
  /* color: #999; */
}
.main-content ul.breadcrumbs li.item-parent:first-child a {
  color: #569CCB !important;
  /* color: #999 !important; */
}
.main-content ul.breadcrumbs li.item-parent, .main-content ul.breadcrumbs .item-cat {
  color: #569CCB;
  /* color: #666; */
}
.main-content ul.breadcrumbs li.item-parent a, .main-content ul.breadcrumbs .item-cat a {
  color: #569CCB !important;
  /* color: #666 !important; */
}
.main-content ul.breadcrumbs li.item-current {
  color: #fff;
  /* color: #333; */
}
.main-content ul.breadcrumbs li.item-current a {
  color: #fff !important;
  /* color: #333 !important; */
}
.main-content ul.breadcrumbs .separator {
  color: #569CCB;
}

.bucket.right {
  float: right;
}
@media screen and (min-width: 900px) {
  .bucket.right {
    float: left;
  }
}

.bucket {
  width: 40%;
  display: block;
  float: left;
  background: #fafbfb;
  padding: 4%;
  border-radius: 0.5em;
}
@media screen and (min-width: 900px) {
  .bucket {
    width: initial;
    margin: 1em 0;
    padding: 1em;
  }
}
.bucket h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #26438c;
}

.col img.alignleft {
  width: initial;
  height: auto;
  float: left;
  margin: 0 12px 0 0;
}

.bucket.full {
  width: 92%;
  margin: 1em 0;
}
@media screen and (min-width: 900px) {
  .bucket.full {
    width: initial;
  }
}

.alert {
  background-color: #26438c;
  color: white;
}
.alert p, .alert h2, .alert h3, .alert h4, .alert h5 {
  color: inherit;
}

.rule {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #26438c;
  margin: 1em 0;
}

.variable-rule p:after {
  content: ' ';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #26438c;
  margin: 1em 0;
}

.news-post + .news-post {
  margin: 1.5em 0;
}

.extra-pad {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}

ul.post-categories {
  margin: 0;
}
ul.post-categories li {
  list-style: none;
  margin: 0 1em 1em 0;
  padding: 1em;
  display: inline-block;
  width: initial;
  border: 1px solid #d29943;
}
ul.post-categories li a {
  color: #d29943;
}
ul.post-categories li:hover {
  background-color: #d29943;
}
ul.post-categories li:hover a {
  color: white;
}

.tags ul.post-categories li {
  background-color: #d29943;
display:none !important;
}
.tags ul.post-categories li a {
  color: white;
display:none !important;
}

.flex-control-thumbs {
  margin: 4px 0 0 !important;
  position: static !important;
  overflow: visible !important;
}
.flex-control-thumbs li {
  width: 20% !important;
  overflow: visible;
  margin-top: -5px !important;
}
.flex-control-thumbs img {
  opacity: 0.4 !important;
  border: solid 5px white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flex-control-thumbs img.flex-active {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 5px #e0293f;
  opacity: 1 !important;
  outline-offset: -5px;
  position: relative;
  z-index: 1;
}

sub {
  font-size: 0.6em;
}

.row {
  height: auto;
  display: block;
  width: 100%;
  float: left;
}

.col {
  margin-left: 0;
  /* line-height: 0; */
  /* font-size: 0.6em;  added this line */
  border: 0px solid rgba(0, 0, 0, 0);
  padding: 0.23438em 0.46875em;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .col {
    padding-top: 0.46875em;
  }
}
.col img {
  width: initial;
  max-width: 100%;
  height: auto;
}

.child-first {
  padding-left: 0 !important;
}

.child-last {
  padding-right: 0 !important;
}

.span1of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span1of12 {
    width: 8.33333%;
  }
}

.span2of12 {
  width: 100%;
  background-color: #FAFBFB;
}
@media screen and (min-width: 900px) {
  .span2of12 {
    width: 25%;
  }
}

.span3of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span3of12 {
    width: 25%;
  }
}

.span4of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span4of12 {
    width: 33.33333%;
  }
}

.span5of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span5of12 {
    width: 41.66667%;
  }
}

.span6of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span6of12 {
    width: 50%;
  }
}

.span7of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span7of12 {
    width: 58.33333%;
  }
}

.span8of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span8of12 {
    width: 66.66667%;
  }
}

.span9of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span9of12 {
    width: 75%;
  }
}

.span10of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span10of12 {
    width: 83.33333%;
  }
}

.span11of12 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span11of12 {
    width: 91.66667%;
  }
}

.span12of12 {
  width: 100%;
  margin-left: 0;
}

.span1of5 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .span1of5 {
    width: 20%;
  }
}

.border {
  position: relative;
  overflow: hidden;
}

.border:after {
  content: ' ';
  top: initial;
  right: initial;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 200%;
  background-color: #d1d3d4;
  position: absolute;
}
@media screen and (min-width: 900px) {
  .border:after {
    top: 20px;
    right: 0;
    bottom: initial;
    left: initial;
    height: 80%;
    width: 1px;
  }
}

.border:last-child:after {
  content: ' ';
  height: 0%;
  width: 0%;
  background-color: #d1d3d4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.stuck {
  position: fixed;
  z-index: 9;
  height: 7.8em;
  background-color: white;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .stuck {
    height: 7.8em;
  }
}

.ghost.visible {
  position: relative;
  height: 3.5em;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

.ghost {
  display: none;
}

.main-site-header {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  margin-bottom: -1em;
}
.main-site-header .main-nav {
  position: relative;
  z-index: 9;
  width: inherit;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header .main-nav {
    font-size: auto;
  }
}
.main-site-header .main-nav .logo {
  width: 13em;
  float: left;
  height: 4.3em;
  margin: 1em 0 1em 0.8em;
}
.main-site-header .main-nav .logo svg {
  width: 100%;
  height: 100%;
  margin-left: -1.35em;
}
.main-site-header .main-nav .btn--menu {
  display: block;
  font-size: 2.5em;
  color: #26438c;
  position: absolute;
  top: 0.6em;
  right: 0.5em;
  display: block;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .btn--menu {
    display: none;
  }
}
.main-site-header .main-nav .menu-main-menu-container {
  width: 104%;
  clear: both;
  margin: 0 0 -1.4em -2%;
  padding: 1em 0 0;
  background-color: #fafbfb;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container {
    width: auto;
    display: block;
    margin: 1.5em 0 -0.7em 0;
    clear: auto;
    float: left;
    padding: 0;
    background-color: transparent;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul {
  list-style: none;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul {
    width: inherit;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li {
  text-align: left;
  line-height: auto;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 1em 1em;
  border-bottom: 1px solid #d1d3d4;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li {
    display: inline-block;
    margin: 0 2em 0 0;
    position: relative;
    padding: 0.5em 0 1.9em 0;
    border-bottom: none;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li a {
  color: #202020;
  font-weight: 600;
  text-decoration: none;
  padding: 1.5em 0em;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li a {
    color: #26438c;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li a {
    padding: 1em 0 0.7em;
    width: 100%;
    display: inline-block;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li a:hover {
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li a:hover {
    color: #26438c;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li ul {
  display: none;
  margin: 0.6em 0 1.7em 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid white;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 4em;
    left: 0;
    width: 300px;
    /* width: 10em; */
    margin: auto;
    padding: auto;
    border: none;
    background: #26438c;
  }
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li.menu-item-has-children a:after {
    position: absolute;
    display: block;
    content: '';
    right: 1em;
    top: calc(50% - 5 / 16 * 1em);
    width: 0;
    height: 0;
    border-top: 0.3125em solid transparent;
    border-left: 0.5em solid white;
    border-bottom: 0.3125em solid transparent;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li ul li.menu-item-has-children ul li a:after {
  border: none;
  content: inherit;
}
.main-site-header .main-nav .menu-main-menu-container ul li ul li {
  display: block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li {
    position: relative;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li ul li a {
  color: #202020;
  padding: 1em 0 0.7em;
  display: block;
  position: relative;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li a {
    color: white;
    padding: 1em 1em 0.7em;
    font-size: 13px;
    line-height: 15px;
    /* font-size: 0.6em; */
    /* letter-spacing: 0.3em; */
    /* text-transform: uppercase; */
    font-weight: 200;
    text-decoration: none;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li ul li a:hover {
  color: #202020;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li a:hover {
    color: white;
  }
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li {
    color: white;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li ul li ul {
  margin: 0 0 0 1em;
  border-bottom: none;
  display: block;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li ul {
    background-color: #475787;
    position: absolute;
    top: 0;
    left: 9em;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li ul li ul li a {
  color: #202020;
  font-size: 13px;
  /* font-size: 0.6em; */
  /* letter-spacing: 0.3em; */
  /* text-transform: uppercase; */
  /* font-weight: 200; */
  text-decoration: none;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li ul li a {
    color: white;
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li ul li:hover {
    background-color: #a9b6cb;
  }
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li ul li:hover {
    background-color: #475787;
  }
}
.main-site-header .main-nav .menu-main-menu-container ul li ul li:last-child {
  margin: 0 0 0 0;
  border-bottom: none;
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li:hover {
    border-bottom: 0.5em solid #26438c;
  }
  .main-site-header .main-nav .menu-main-menu-container ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
  }
  .main-site-header .main-nav .menu-main-menu-container ul li:hover ul li {
    border-bottom: none;
  }
  .main-site-header .main-nav .menu-main-menu-container ul li:hover ul li ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
  }
  .main-site-header .main-nav .menu-main-menu-container ul li:hover ul li:hover ul {
    z-index: 3;
    visibility: visible;
    opacity: 1;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
  }
}
@media screen and (min-width: 900px) {
  .main-site-header .main-nav .menu-main-menu-container ul li.current-menu-item, .main-site-header .main-nav .menu-main-menu-container ul li.current-page-ancestor {
    border-bottom: 0.5em solid #26438c;
  }
  .main-site-header .main-nav .menu-main-menu-container ul li.current-menu-item li, .main-site-header .main-nav .menu-main-menu-container ul li.current-page-ancestor li {
    border-bottom: none;
  }
}

.page-template-default .headline-area {
  margin-bottom: 0;
}

.headline-area {
  background-color: #0C1F4E;
  margin: 0 0 1.5em 0;
}

.menu-search {
  width: 100%;
  display: none;
}
@media screen and (min-width: 900px) {
  .menu-search {
    width: auto;
    margin-left: auto;
    float: right;
    display: block;
  }
}

.search {
  /*width: 104%;*/
  margin: 1.4em 0 0 0;
  float: auto;
  position: relative;
}
@media screen and (min-width: 900px) {
  .search {
    float: right;
    width: auto;
    margin: 1.7em 0 -0.7em 0;
  }
}
.search input {
  float: left;
  width: 91.3%;
  height: 2em;
  font-size: 0.7em;
  font-size: 0.6em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none;
  font-weight: 500;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-left: -1.3em;
}
@media screen and (min-width: 900px) {
  .search input {
    width: 16em;
    border: 1px solid #475787;
  }
}
.search input[type="submit"] {
  border: 1px solid #475787;
  background-color: #475787;
  background-image: url("../img/glass.png");
  background-size: 1em;
  background-position: center center;
  background-repeat: no-repeat;
  /*height: 3.7em !important;*/
  /*width: 3.7em !important;*/
  position: absolute;
  top: 0;
  right: 0;
}

body.search {
  float: auto;
  width: auto;
  margin: auto;
  position: auto;
}

.hero {
  margin-top: -0.2em;
}
@media screen and (min-width: 900px) {
  .hero {
    margin-top: initial;
  }
}
.hero .image {
    padding: 5em 0;
    background-size: cover;
    background-position: center;
}

.quick-links {
  background-color: #fafbfb;
  border-top: 1px solid #d1d3d4;
}
.quick-links article {
  padding-top: 1em;
  padding-bottom: 1em;
}
.quick-links h2 {
  color: #27438C;
  font-weight: 600;
}

@media screen and (max-width: 889px) {
  .home .flexslider .col.slider-parent {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home .flexslider .vertical-text__inner {
    -webkit-transform: translate(4.5em, 14em) rotate(-90deg) !important;
    -moz-transform: translate(4.5em, 14em) rotate(-90deg) !important;
    -o-transform: translate(4.5em, 14em) rotate(-90deg) !important;
    transform: translate(4.5em, 14em) rotate(-90deg) !important;
  }
}
@media screen and (min-width: 900px) {
  .home .flexslider .vertical-text {
    /** 
    * Works everywere ( IE7+, FF, Chrome, Safari, Opera )
    * Example: http://jsbin.com/afAQAWA/2/
    */
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 5%;
    font-size: 0.3em;
    background-color: #f5f6f6;
    height: 100%;
    overflow: none;
  }
  .home .flexslider .vertical-text__inner {
    display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(2.5em, 14em) rotate(-90deg);
    -moz-transform: translate(2.5em, 14em) rotate(-90deg);
    -o-transform: translate(2.5em, 14em) rotate(-90deg);
    transform: translate(2.5em, 14em) rotate(-90deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    /* IE9+ */
    -ms-transform: none;
    -ms-transform-origin: none;
    /* IE8+ */
    -ms-writing-mode: tb-rl;
    /* IE7 and below */
    *writing-mode: tb-rl;
  }
}
.home .flexslider h2 {
  color: #202020;
  font-weight: 600;
}
.home .flexslider p {
  /* font-size: 0.4em; */
}
.home .flexslider .slide-height {
  border-bottom: solid 1px #d1d3d4;
  border-top: solid 1px #d1d3d4;
}
.home .flexslider .content-parent {
  padding-top: 3em;
  padding-bottom: 2.4em;
}
.home .flexslider .slider-parent {
  padding-top: 0 !important;
  padding-bottom: 1em !important;
  margin-left: -0.5em;
}
.home .flexslider .slider-parent .slider-image {
  position: absolute;
  display: block;
  height: 100%;
  background-size: cover;
  width: inherit;
}
@media screen and (min-width: 900px) {
  .home .flexslider .slider-parent .slider-image {
    width: inherit;
  }
}

.content-slider {
  overflow: hidden;
}

.onpoint {
  overflow: hidden;
}
.onpoint .onpoint-description {
  position: relative;
  padding-top: 2.7em;
  padding-bottom: 2.7em;
  background-color: #569ccb;
}
.onpoint .onpoint-description p {
  color: white;
  padding-left: 2em;
  margin-top: 1em !important;
}
.onpoint .onpoint-description img {
    padding-left: 27px;
}
.onpoint .onpoint-description p + p {
  margin: 0 0;
}
.onpoint a {
  font-size: 10px;
  color: #E1AF3A;
}
/*.onpoint .onpoint-description:after {*/
/*  content: '';*/
/*  background: #569ccb;*/
/*  display: block;*/
/*  height: 100%;*/
/*  width: 14em;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: -11em;*/
/*  z-index: -1;*/
/*}*/
/*.onpoint .onpoint-description:before {*/
/*  position: absolute;*/
/*  display: block;*/
/*  content: '';*/
/*  left: -0.4em;*/
/*  top: calc(50% - 5 / 16 * 1em);*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-top: 0.3125em solid transparent;*/
/*  border-right: 0.5em solid #569ccb;*/
/*  border-bottom: 0.3125em solid transparent;*/
/*}*/

.main-border {
  padding: 0 0 .75em 0;
  /* padding: 0 0 1em 0; */
  /*border-bottom: solid 1px #202020;*/
  margin: .25em 0 0.5em;
  /* margin: 1em 0 0.5em; */
  color: #fff;
}
/* @media screen and (min-width: 900px) {
  .main-border {
    padding: 0 0 2.1em 0;
    border-bottom: solid 5px #202020;
    margin: 1em 0 2em;
  }
} */

h1.tiny {
  font-size: 45px;
  /* font-size: 1.3em; */
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
/* @media screen and (min-width: 900px) {
  h1.tiny {
    letter-spacing: 0.3em;
    font-size: 0.3em;
    text-transform: uppercase;
  }
} */

.resource {
  margin: 0 0 2em 0;
}

.featured-image {
  height: 7em;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 1em 0;
}
.featured-image h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  font-size: 0.8em;
  z-index: 2;
}
.featured-image h2 a {
  color: white;
  text-decoration: none;
}
.featured-image .gradient {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

.featured-image.color {
  background-color: #475787;
}

.single .tags {
  width: initial;
}
@media screen and (min-width: 900px) {
  .single .tags {
    width: initial;
    margin: 0;
  }
}
.single .tags li {
  background-color: white !important;
  border: 1px solid #d29943;
  color: #d29943;
}

.tags {
  float: left;
  width: 100%;
  margin: 1em 0;
  font-size: 0.4em;
	display:none !important;
}
@media screen and (min-width: 900px) {
  .tags {
    width: 25%;
    margin: 0;
	  display:none !important;
  }
}
.tags a {
  color: white;
  text-decoration: none;
	display:none !important;
}
.tags .date {
  margin: 1.7em 0 0;
  font-size: 0.7em;
}
.tags .date p {
  color: #fafbfb;
}

.description {
  float: left;
  width: 100%;
  font-size: 0.6em;
}
@media screen and (min-width: 900px) {
  .description {
    margin: 0 0 0 5%;
    width: 70%;
  }
}

.filter {
  border-bottom: 1px solid #202020;
  width: 100%;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}

ul.categories {
  margin: 0;
}
ul.categories .filter-by {
  margin-top: 1.1em;
}
ul.categories li {
  list-style: none;
  float: left;
  margin: 0 1em 0 0;
  display: inline-block;
  width: initial;
  font-size: 0.3em;
}
ul.categories li a {
  text-decoration: none;
}
ul.categories li.cat-item {
  border: 1px solid #d29943;
}
ul.categories li.cat-item a {
  color: #d29943;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.85em;
}
ul.categories li.current-cat{background:#fff !important;}

ul.categories li.cat-item:hover {
  background-color: #d29943;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
ul.categories li.current-cat a {color:#d29943 !important;}
ul.categories li.cat-item:hover a {
  color: white;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

.categories a, .tags a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.post-category p {
  font-weight: 300;
}

.main-site-footer {
  padding: 1em 0 0 0;
  font-size: 1.3em;
  margin: -1em 0 0 0;
}
@media screen and (min-width: 900px) {
  .main-site-footer {
    font-size: 1em;
  }
}
.main-site-footer .contact {
  background-color: #fafbfb;
}
.main-site-footer .contact p, .main-site-footer .contact h3 {
  color: #202020;
}
.main-site-footer .contact .image {
  background-size: cover;
}
.main-site-footer .copyright {
  background-color: #fafbfb;
}

.main-site-footer.clearfix::after {
  height: initial !important;
  line-height: initial !important;
}

.main-site-footer .span6of12.child-first h2 {
  font-size: 20px;
  line-height: 29px;
}
.social {
  float: left;
  margin-top: 0.7em;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .social {
    /*float: right;*/
  }
}
.social .ts--social {
  padding-right: 1.46875em;
  float: left;
  color: inherit;
}
.social .ts--social .fa-stack {
  font-size: 0.4em;
  top: -1.1em;
  width: initial;
}
.social .ts--social a {
  text-decoration: none;
  color: inherit;
  margin: 0 0.8em 0 0;
}
.social .ts--social a .icon {
  color: #26438c;
  padding: 0 0 0 0.4em;
}

/*============================
import UI 
=============================*/
input {
  padding: 0.75em 0.75em 0.75em 1.5em;
  border: none;
  background: white;
  width: 100%;
  font-size: 1.5em;
}
@media screen and (min-width: 900px) {
  input {
    font-size: 1.5em;
  }
}

textarea {
  border: none;
  background: white;
  width: 88%;
  font-size: 1em;
  padding: 1em;
  color: #999;
  margin-top: 0.6em;
}

.ninja-forms-cont input, .ninja-forms-cont textarea {
  padding: 1em;
  line-height: 1em;
  font-size: 0.8em;
  background-color: white;
  color: black;
  border: 1px solid #d1d3d4;
  font-size: 0.6em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
.ninja-forms-cont .field-wrap {
  line-height: 2em;
}
.ninja-forms-cont label {
  line-height: 0.2em;
  font-size: 0.7em;
}

.ninja-forms-required-items {
  line-height: 2em;
  margin-bottom: 1em;
}

input[type="submit"] {
  padding: 10px 18px !important;
  background-color: #E1AF3A;
  width: initial !important;
  color: #0C1F4E;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  font-size: 14px !important;
}

input[type="submit"]:hover {
  background-color: #26438c;
  color: white;
}

.ninja-forms-all-fields-wrap {
  /* font-size: 0.6em; */
}
@media screen and (min-width: 900px) {
  .ninja-forms-all-fields-wrap input, .ninja-forms-all-fields-wrap select, .ninja-forms-all-fields-wrap textarea {
    width: 100% !important;
  }
}

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

input[type="submit"] {
  cursor: pointer;
}

.emma-status, .emma-alert {
  width: 14em !important;
  line-height: 1em;
}

#emma-form input {
  float: left !important;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none;
  padding: 1.6em;
}

#emma-form input[type="submit"], #emma-form a#emma-form-submit {
  border: 0px solid #555;
  color: white;
  background-color: #26438c;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none;
  margin-top: 1em;
}

#emma-form {
  max-width: 100%;
  margin-top: -0.7em;
  font-size: 0.6em;
}

.tiny-text-learn-more {
  font-size: 0.6em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none;
  padding-right: 3em;
  position: relative;
  border: 2px solid #E1AF3A;
  padding: 1.1em;
  transition: padding-right 0.15s ease-in-out;
  -webkit-transition: padding-right 0.15s ease-in-out;
  -moz-transition: padding-right 0.15s ease-in-out;
}

.tiny-text-learn-more:after {
  position: absolute;
  display: block;
  /*content: '';*/
  right: 1em;
  top: calc(50% - 5 / 16 * 1em);
  width: 0;
  height: 0;
  border-top: 0.3125em solid transparent;
  border-left: 0.5em solid #202020;
  border-bottom: 0.3125em solid transparent;
}

.onpoint .tiny-text-learn-more:after {
  position: absolute;
  display: block;
  /*content: '';*/
  right: 1em;
  top: calc(50% - 5 / 16 * 1em);
  width: 0;
  height: 0;
  border-top: 0.3125em solid transparent;
  border-left: 0.5em solid white;
  border-bottom: 0.3125em solid transparent;
}

.tiny-text-learn-more:hover {
  /*padding-right: 3.5em;*/
  text-decoration: none;
  transition: padding-right 0.15s ease-in-out;
  -webkit-transition: padding-right 0.15s ease-in-out;
  -moz-transition: padding-right 0.15s ease-in-out;
}

.button {
  padding: 0.5em 1em;
  background-color: #E1AF3A;
  color: #0C1F4E;
  font-size: 0.4em;
  line-height: 1.4em;
  cursor: pointer;
  display: block;
  width: 12em;
  text-align: center;
  margin-top: 1em;
  text-decoration: none;
}

.button:hover {
  color: white;
  text-decoration: none;
}

.button.default {
	display: inline-flex;
	width: auto;
	padding: 12px 16px !important;
	/*border: 1px solid #26438c;*/
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	gap: 7px;
}
.button.default:hover {
	color: #fff;
	/*background-color: #fff;*/
	/*border: 1px solid #26438c;*/
}
.button.default::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    width: 12px;
    -webkit-transition: color 0.15s ease-in-out;
}
.button.default:hover::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");;
    -webkit-transition: color 0.15s ease-in-out;
}

.button.center {
  margin-left: auto;
  margin-right: auto;
}

.span8of12 .button {
  font-size: 14px;
}



.flexslider a {
  font-size: 0.3em;
  margin: 3em 0;
  display: inline-block;
}

/*============================
import misc
=============================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 0;
}

.page-id-1023 .col {
    float: right!important;
}

@media (min-width: 900px) and (max-width: 960px){

    .description {
        
        min-height:185px;
    }
    .page-id-1023 .col {
    float: left!important; 
}
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.services-card {
    background-color: #FAFBFB;
    flex-grow: 1;
    height: 200px;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.blue-side::before{
    position: absolute;
    display: block;
    content: '';
    right: -.95em;
    top: calc(50% - 5 / 16 * 3em);
    width: 0;
    height: 0;
    border-top: 0.9em solid transparent;
    border-left: 1em solid #0C1F4E;
    border-bottom: 0.9em solid transparent;
}
@media screen and (max-width: 900px) {
    .blue-side::before {
        display: none;
    }
}

.blue-side-alt::before {
    position: absolute;
    display: block;
    content: '';
    left: -.95em;
    top: calc(50% - 5 / 16 * 3em);
    width: 0;
    height: 0;
    border-top: 0.9em solid transparent;
    border-right: 1em solid #0C1F4E;
    border-bottom: 0.9em solid transparent;
}
@media screen and (max-width: 900px) {
    .blue-side-alt::before {
        display: none;
    }
}

.content-slider .col {
    padding: 0;
}

.pgafu-post-grid-content {
    background-color: #fafbfb !important;
    text-align: start !important;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

.pgafu-post-title,
.pgafu-post-content {
    padding: 0 16px !important;
    color: #0C1F4E !important;
}

.pgafu-post-content {
    padding-bottom: 16px !important;
}
.pgafu-time img {
    display: none !important;
}
.pgafu-post-date{
    color: #569CCB;
    padding: 0 16px !important;
}
.pgafu-post-grid-main h2.pgafu-post-title a {
    color: #0C1F4E;
}

.readmorebtn:hover, .readmorebtn:focus, .readmorebtn:active {
    background: none;
    color: #26438c !important;
}

.pgafu-post-grid-main.pgafu-design-1 .readmorebtn {
    padding: 0 !important;
    border-bottom: 0px !important;
    color: #e1af3a !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px !important;
}
.yellow-fill-btn,
.blue-fill-btn {
    padding: 10px 18px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0;
    font-weight: 600;
}
.yellow-fill-btn {
    color: #0c1f4e;
    background-color: #e1af3a;
}
.yellow-fill-btn:hover {
    color: #fff !important;
}
.yellow-fill-btn > svg {
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.yellow-fill-btn:hover > svg {
    fill: #fff;
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.blue-fill-btn {
	color: #fff;
	background-color: #0c1f4e;
	transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.blue-fill-btn:hover {
    color: #E1AF3A;
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.blue-fill-btn > svg {
    fill: #fff;
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.blue-fill-btn:hover > svg {
    fill: #E1AF3A;
    transition: fill 0.15s ease-in-out;
    -moz-transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}
.search input {
    border: none !important;
    background-color: #1A2E5E;
}
.search input::placeholder {
    color: lightgray;
}
.search input[type="submit"] {
    border: none !important;
    background-color: #1A2E5E !important;
    /*background-size: 1.8em !important;*/
}
.consult-section {
    margin: 30px 0;
}
.consult-container {
    display: grid; 
    grid-template-columns: 3fr 1fr 1fr 3fr; 
    grid-template-rows: 1fr 6fr 1fr; 
    min-height: 50vh;
}
@media screen and (max-width: 1100px) {
    .consult-container {
        display: flex;
        min-height: 20vh;
    }
}
.consult-img {
    grid-column-start: 1; 
    grid-column-end: 3; grid-row: 2;
    background-size: cover; 
    background-position: center; 
    z-index: 1;
}
.consult-content {
    grid-column-start: 2; 
    grid-column-end: 5; 
    grid-row-start: 1; 
    grid-row-end: 4; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    background-color: #E1AF3A; 
    padding: 60px 60px 60px 200px;
}
@media screen and (max-width: 1100px) {
    .consult-content {
        padding: 60px;
    }
}
.tiny-text-learn-more svg {
    fill: #E1AF3A;
}
.quick-links a:hover > svg {
    fill: #0C1F4E;
}
.onpoint a:hover {
    background-color: #E1AF3A;
    color: #fff;
}
.onpoint a:hover > svg {
    fill: #fff;
}
.posts-btn {
    font-size: 14px !important;
    color: #E1AF3A;
    font-weight: 600;
    letter-spacing: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 26px !important;
}
.posts-btn:hover {
    color: #fff;
    background-color: #E1AF3A;
}
.posts-btn > svg {
    fill: #E1AF3A;
}
.posts-btn:hover > svg {
    fill: #fff;
}
.form-col {
    border: 1px solid #E1AF3A;
    margin-top: 40px;
    background-color: #FAFBFB;
}
.gform_wrapper .top_label .gfield_label {
    color: #0C1F4E !important;
    font-size: 14px !important;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #EFF0F0;
    padding: 10px 8px !important;
}
.gform_legacy_markup_wrapper .gfield_required {
    color: #0C1F4E !important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    width: auto;
}
#field_3_11 gfield_label {
    display: none !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    padding: 10px 18px !important;
    font-weight: 600;
    font-size: 14px !important;
}
.whitepaper-col {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 900px) {
    .whitepaper-col {
        display: none;
    }
}
.gallery {
    display: flex;
    justify-content: center;
}
.gallery .col {
    width: 65%;
}
.gallery-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.23438em 0.46875em;
}
@media screen and (max-width: 1220px) {
    .process-container {
        padding: 0;
        padding-left: 0.46875em;
        justify-content: start;
        gap: 20px;
    }
}
.process-card {
    width: 18% !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1em;
    justify-content: center;
    background-color: #FAFBFB;
    min-width: 200px;
}
.process-card p {
    flex-grow: 1;
    text-align: center !important;
}
.consult-content h2 {
    color: #0C1F4E !important;
}
@media screen and (max-width: 1250px) {
    .request-btn-header {
        display: none !important;
    }
}
.top-bar p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1;
}
.top-bar a:hover {
    color: #E1AF3A;
}
@media screen and (max-width: 1400px) {
    .quick-links .span2of12 a {
    font-size: .45em !important;
}
}
@media screen and (max-width: 900px) {
    .quick-links .span2of12 a {
    font-size: .85em !important;
}
}
.hero-form {
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #E1AF3A;
}
.footer-container {
    margin: 50px 0 0 0;
    padding: 50px 24px;
    background-color: #fafbfb;
}
.footer-header {
    padding: 24px 0;
}
.footer-content {
    display: flex;
}
.footer-section {
    width: 33.333333%;
}
.footer-btn {
    padding: 10px 18px;
    background-color: #e1af3a;
    color: #0c1f4e;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-sub-header {
    font-size: 18px !important;
    color: #0C1F4E !important;
}
.footer-copyright {
    margin-top: 200px;
}
.footer-copyright p {
    color: #9F9F9F !important;
}
.footer-1 a {
    color: #569CCB;
}
h3.p1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 12px 0;
}
.page-id-1893 .col img {
    max-height: 214px;
}
.newspost .span4of12 .col {
    background-color: #fafbfb !important;
    text-align: start !important;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
.newspost .description a {
    padding: 0 !important;
    border-bottom: 0px !important;
    color: #e1af3a !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px !important;
}