@charset "UTF-8";
@import 'vendor/foundation/foundation.min.css';
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("vendor/fontawesome/webfonts/fa-brands-400.eot");
  src: url("vendor/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("vendor/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("vendor/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("vendor/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("vendor/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("vendor/fontawesome/webfonts/fa-regular-400.eot");
  src: url("vendor/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("vendor/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("vendor/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("vendor/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("vendor/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}



/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("vendor/fontawesome/webfonts/fa-solid-900.eot");
  src: url("vendor/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("vendor/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("vendor/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("vendor/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("vendor/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.slider_comp .slider_comp__container .slick-arrow::after,
.blog-breadcrumbs .breadcrumbs__divider::before,
.search .search-wrap .search-footer--tags::before,
.search .search-wrap .search-footer--categories::before,
.search .search-wrap .search-footer--author::before,
.search .search-wrap .search-footer--date::before,
.single .single-header .next-prev-container .next-prev-links--next::before,
.single .single-header .next-prev-container .next-prev-links--previous::before,
#header .menu.drilldown .is-drilldown-submenu-parent > a::after,
#header .menu.drilldown .js-drilldown-back > a::before,
#header .menu--main:not(.drilldown) > li .opens-right > a::after,
#header .menu--main:not(.drilldown) > li .opens-left > a::after,
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container.ginput_container_select::after,
.back-to-top::before,
.gform_wrapper .gform_footer .cta--arrow-down.gform_button::after,
.cta.cta--arrow-down::after,
.sitewrap .cta.cta--arrow-down::after,
input[type=submit].cta--arrow-down::after,
input[type=button].cta--arrow-down::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.video-gall {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding-top:0 !important;
	margin-top:0 !important;
}
h2.wide {
	width:100%;
	
}
.video-gall h2 {
	margin-bottom:40px;
}
.video-gall a {
	display:block;
	background-size:cover;
	height:160px;
	width:25%;
	background-position:center
}
#field_3_13 span {
    line-height: 24px !important;
    display: block;
}
.full-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.full-width .full {
	width:100%;
	padding-bottom:50px
}
.bboxFriendlyMessage {
	margin:0 auto
}


.bg-grey {
  background: #f5f5f5;
}

.top-border-blue {
  border-top: 8px solid #00437D;
}

.top-border-yellow {
  border-top: 8px solid #ffe028;
}

* {
  font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

html.is-scroll-locked {
  max-height: 100vh;
  overflow-y: hidden;
}

body {
  overflow: hidden;
  position: relative;
}
body ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0.375rem;
  width: 0.375rem;
}
body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
}
body ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1875rem;
}

ul,
li {
  list-style: none;
  margin: 0;
}

.table {
  width: 100%;
}
.table a {
  font-weight: bold !important;
  color: #13294B !important;
  text-decoration: underline !important;
}
.table a:hover, [data-whatinput=initial] .table a:focus, [data-whatintent=keyboard] .table a:focus {
  text-decoration: underline !important;
}

img.lozad,
iframe.lozad {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
img.lozad[data-loaded],
iframe.lozad[data-loaded] {
  opacity: 1;
}

/* General Globals ============================================================== */
html {
  font-size: 17px;
}

body {
  color: #222;
  font-style:italic;
  font-family: "Source Serif 4", serif;
}

.sitewrap {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.gform_required_legend {
	display:none !important
}
@media screen and (min-width: 63.99875em) {
  .sitewrap.nav-is-stuck {
    padding-top: 4rem;
  }
}
.hum {
  display: none !important;
}

@media screen and (max-width: 63.99875em) {
  .mh {
    display: none !important;
  }
  .hum {
    display: block !important;
  }
}
/* Site Container Width ==================================================== */
.sw {
  width: 81.25rem;
  margin: 0 auto;
  position: relative;
}
.sw--narrow {
  width: 68.75rem;
}

.hfsw {
  width: 81.25rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 103.125em) {
  .sw,
  .hfsw {
    width: 75rem;
  }
  .sw--narrow,
  .hfsw--narrow {
    width: 62.5rem;
  }
}
@media screen and (max-width: 83.5em) {
  .sw,
  .hfsw {
    width: 57.5rem;
  }
  .sw--narrow,
  .hfsw--narrow {
    width: 57.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .sw,
  .hfsw {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
/* Headings =========================================================== */
.pretitle {
  color: #9D3884;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0em;
  margin-bottom: 0.3125rem;
  display: block;
	font-style:italic;
  font-family: "Source Serif 4", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif 4", serif;
  font-weight: 600;
  color: #00437D;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Source Serif 4", serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: underline;
}

h2 {
  font-size: 3.0625rem;
  line-height: 3.0625rem;
  font-weight: 600;
  color: #00437D;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}

/* List Styles =========================================================== */
.sitewrap ul:not(.slick-dots),
.sitewrap ol {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-top: 2.0625rem;
}
.sitewrap ul:not(.slick-dots) li,
.sitewrap ol li {
  margin-bottom: 0;
  padding-left: 1.4375rem;
  position: relative;
}
.sitewrap ul:not(.slick-dots) li:not(:last-of-type),
.sitewrap ol li:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.sitewrap ul:not(.slick-dots) ul,
.sitewrap ul:not(.slick-dots) ol,
.sitewrap ol ul,
.sitewrap ol ol {
  margin-left: 0.125rem;
  margin-top: 0.625rem;
}
.sitewrap ul li::before {
  content: "";
  background: url(../img/dot2.png);
  background-size: cover;
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  z-index: 1;
}
.sitewrap ul ul li::before {
  font-weight: 400;
}
.sitewrap ul.no-bullet li {
  padding-left: 0;
}
.sitewrap ul.no-bullet li::before {
  content: "";
  display: none;
}
.sitewrap ul.two_col {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 83.5em) {
  .sitewrap ul.two_col {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .sitewrap ul.two_col {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.sitewrap ul.two_col li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.sitewrap ul.strong_purple strong {
  color: #9D3884;
  font-weight: 700;
}
.sitewrap ol {
  counter-reset: item;
}
.sitewrap ol li {
  counter-increment: item;
}
.sitewrap ol li::before {
  color: #1b3d72;
  content: counter(item) ".";
  font-weight: bold;
  left: -0.1875rem;
  position: absolute;
  top: 0;
  font-style:italic;
  font-family: "Source Serif 4", serif;
  font-size: 1rem;
}
.sitewrap ol ol li::before {
  content: counter(item, lower-alpha) ".";
}

/* Text Links =========================================================== */
a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.sitewrap a:not(.tile) {
  color: #00437D;
  text-decoration: underline;
}
.sitewrap a:not(.tile):hover, [data-whatinput=initial] .sitewrap a:not(.tile):focus, [data-whatintent=keyboard] .sitewrap a:not(.tile):focus {
  color: #444;
}
.sitewrap p,
.sitewrap li,
.sitewrap div {
  font-size: 19px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0em;
}
.sitewrap p strong,
.sitewrap li strong,
.sitewrap div strong {
  font-weight: 500;
}
.sitewrap p {
  margin-bottom: 1.25rem;
}

/* YouTube player =========================================================== */
.youtube-player {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  z-index: 2;
  border-radius: 0.75rem;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player .youtube-player__thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
.youtube-player .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(250deg, rgba(255, 255, 255, 0.3), rgba(247, 149, 73, 0.3), rgba(247, 149, 73, 0.3));
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.youtube-player .overlay-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-200deg, rgba(255, 255, 255, 0.3), rgba(247, 149, 73, 0.3), rgba(247, 149, 73, 0.5));
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.youtube-player .youtube-player__play-button {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5.625rem;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 63.99875em) {
  .youtube-player .youtube-player__play-button {
    height: 5rem;
  }
}
.youtube-player .youtube-player__play-button circle {
  stroke: #fff;
  stroke-width: 0.125rem;
  fill: rgba(255, 255, 255, 0.7);
}
.youtube-player .youtube-player__play-button polygon {
  -webkit-transform: translateX(0.4375rem) translateY(0.1875rem) scale(0.9);
          transform: translateX(0.4375rem) translateY(0.1875rem) scale(0.9);
  fill: #f89e58;
}
.youtube-player:hover .overlay, [data-whatinput=initial] .youtube-player:focus .overlay, [data-whatintent=keyboard] .youtube-player:focus .overlay {
  opacity: 0.5;
}
.youtube-player:hover .overlay-hover, [data-whatinput=initial] .youtube-player:focus .overlay-hover, [data-whatintent=keyboard] .youtube-player:focus .overlay-hover {
  opacity: 1;
}
.youtube-player:hover .youtube-player__play-button, [data-whatinput=initial] .youtube-player:focus .youtube-player__play-button, [data-whatintent=keyboard] .youtube-player:focus .youtube-player__play-button {
  -webkit-transform: scale(1.1) translateY(-45%);
          transform: scale(1.1) translateY(-45%);
}

/* Button Styles =========================================================== */
.independent_form .sw .independent_form__container .gform_wrapper .gform_footer .gform_button,
.cta-txt,
.sitewrap .cta-txt {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: "Source Serif 4", serif;
  background: transparent;
  color: #9D3884 !important;
  cursor: pointer;
  display: inline-block;
  float: none;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  height: auto;
  width: auto;
  -webkit-appearance: none;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  z-index: 1;
  text-transform: uppercase;
  padding: 0 0 0.3125rem;
  border-bottom: 0.0625rem solid rgba(157, 56, 132, 0.6);
}
.independent_form .sw .independent_form__container .gform_wrapper .gform_footer .cta-txt--arrow.gform_button::after,
.cta-txt.cta-txt--arrow::after,
.sitewrap .cta-txt.cta-txt--arrow::after {
  content: "→";
  margin-left: 0.75rem;
  font-size: 1.125rem;
  -webkit-transform: translateY(-0.0625rem);
          transform: translateY(-0.0625rem);
  display: inline-block;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.independent_form .sw .independent_form__container .gform_wrapper .gform_footer .cta-txt--arrow.gform_button:hover::after, [data-whatinput=initial] .independent_form .sw .independent_form__container .gform_wrapper .gform_footer .cta-txt--arrow.gform_button:focus::after, .independent_form .sw .independent_form__container .gform_wrapper .gform_footer [data-whatinput=initial] .cta-txt--arrow.gform_button:focus::after, [data-whatintent=keyboard] .independent_form .sw .independent_form__container .gform_wrapper .gform_footer .cta-txt--arrow.gform_button:focus::after, .independent_form .sw .independent_form__container .gform_wrapper .gform_footer [data-whatintent=keyboard] .cta-txt--arrow.gform_button:focus::after,
.cta-txt.cta-txt--arrow:hover::after,
[data-whatinput=initial] .cta-txt.cta-txt--arrow:focus::after,
[data-whatintent=keyboard] .cta-txt.cta-txt--arrow:focus::after,
.sitewrap .cta-txt.cta-txt--arrow:hover::after,
[data-whatinput=initial] .sitewrap .cta-txt.cta-txt--arrow:focus::after,
[data-whatintent=keyboard] .sitewrap .cta-txt.cta-txt--arrow:focus::after {
  -webkit-transform: translateY(-0.0625rem) translateX(0.1875rem);
          transform: translateY(-0.0625rem) translateX(0.1875rem);
}
.independent_form .sw .independent_form__container .gform_wrapper .gform_footer .cta-txt--white.gform_button,
.cta-txt.cta-txt--white,
.sitewrap .cta-txt.cta-txt--white {
  border-color: rgba(255, 255, 255, 0.6);
  color: white !important;
}

.gform_wrapper .gform_footer .gform_button,
.cta,
.sitewrap .cta,
input[type=submit],
input[type=button] {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  font-family: "Source Serif 4", serif;
  background: transparent;
  color: #9D3884 !important;
  cursor: pointer;
  display: inline-block;
  float: none;
  letter-spacing: 0;
  padding: 0.75rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  height: auto;
  width: auto;
  -webkit-appearance: none;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  z-index: 1;
  border: 0.125rem solid #9D3884;
  min-width: 12.5rem;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer .gform_button:hover, [data-whatinput=initial] .gform_wrapper .gform_footer .gform_button:focus, .gform_wrapper .gform_footer [data-whatinput=initial] .gform_button:focus, [data-whatintent=keyboard] .gform_wrapper .gform_footer .gform_button:focus, .gform_wrapper .gform_footer [data-whatintent=keyboard] .gform_button:focus,
.cta:hover,
[data-whatinput=initial] .cta:focus,
[data-whatintent=keyboard] .cta:focus,
.sitewrap .cta:hover,
[data-whatinput=initial] .sitewrap .cta:focus,
[data-whatintent=keyboard] .sitewrap .cta:focus,
input[type=submit]:hover,
[data-whatinput=initial] input[type=submit]:focus,
[data-whatintent=keyboard] input[type=submit]:focus,
input[type=button]:hover,
[data-whatinput=initial] input[type=button]:focus,
[data-whatintent=keyboard] input[type=button]:focus {
  background-color: #9d3884;
  color: #fff !important;
}
.gform_wrapper .gform_footer .cta--big.gform_button,
.cta.cta--big,
.sitewrap .cta.cta--big,
input[type=submit].cta--big,
input[type=button].cta--big {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1rem 2rem;
}
.gform_wrapper .gform_footer .cta--white-clear-white.gform_button,
.cta.cta--white-clear-white,
.sitewrap .cta.cta--white-clear-white,
input[type=submit].cta--white-clear-white,
input[type=button].cta--white-clear-white {
  color: #fff !important;
  border-color: #fff !important;
}
.gform_wrapper .gform_footer .cta--white-clear-white.gform_button:hover, [data-whatinput=initial] .gform_wrapper .gform_footer .cta--white-clear-white.gform_button:focus, .gform_wrapper .gform_footer [data-whatinput=initial] .cta--white-clear-white.gform_button:focus, [data-whatintent=keyboard] .gform_wrapper .gform_footer .cta--white-clear-white.gform_button:focus, .gform_wrapper .gform_footer [data-whatintent=keyboard] .cta--white-clear-white.gform_button:focus,
.cta.cta--white-clear-white:hover,
[data-whatinput=initial] .cta.cta--white-clear-white:focus,
[data-whatintent=keyboard] .cta.cta--white-clear-white:focus,
.sitewrap .cta.cta--white-clear-white:hover,
[data-whatinput=initial] .sitewrap .cta.cta--white-clear-white:focus,
[data-whatintent=keyboard] .sitewrap .cta.cta--white-clear-white:focus,
input[type=submit].cta--white-clear-white:hover,
[data-whatinput=initial] input[type=submit].cta--white-clear-white:focus,
[data-whatintent=keyboard] input[type=submit].cta--white-clear-white:focus,
input[type=button].cta--white-clear-white:hover,
[data-whatinput=initial] input[type=button].cta--white-clear-white:focus,
[data-whatintent=keyboard] input[type=button].cta--white-clear-white:focus {
  background-color: #9d3884 !important;
  border-color: #9d3884 !important;
  color: #fff !important;
}
.gform_wrapper .gform_footer .cta--purple-clear-purple.gform_button,
.cta.cta--purple-clear-purple,
.sitewrap .cta.cta--purple-clear-purple,
input[type=submit].cta--purple-clear-purple,
input[type=button].cta--purple-clear-purple {
  color: #9D3884 !important;
  border-color: #9D3884 !important;
}
.gform_wrapper .gform_footer .cta--purple-clear-purple.gform_button:hover, [data-whatinput=initial] .gform_wrapper .gform_footer .cta--purple-clear-purple.gform_button:focus, .gform_wrapper .gform_footer [data-whatinput=initial] .cta--purple-clear-purple.gform_button:focus, [data-whatintent=keyboard] .gform_wrapper .gform_footer .cta--purple-clear-purple.gform_button:focus, .gform_wrapper .gform_footer [data-whatintent=keyboard] .cta--purple-clear-purple.gform_button:focus,
.cta.cta--purple-clear-purple:hover,
[data-whatinput=initial] .cta.cta--purple-clear-purple:focus,
[data-whatintent=keyboard] .cta.cta--purple-clear-purple:focus,
.sitewrap .cta.cta--purple-clear-purple:hover,
[data-whatinput=initial] .sitewrap .cta.cta--purple-clear-purple:focus,
[data-whatintent=keyboard] .sitewrap .cta.cta--purple-clear-purple:focus,
input[type=submit].cta--purple-clear-purple:hover,
[data-whatinput=initial] input[type=submit].cta--purple-clear-purple:focus,
[data-whatintent=keyboard] input[type=submit].cta--purple-clear-purple:focus,
input[type=button].cta--purple-clear-purple:hover,
[data-whatinput=initial] input[type=button].cta--purple-clear-purple:focus,
[data-whatintent=keyboard] input[type=button].cta--purple-clear-purple:focus {
  background-color: rgba(157, 56, 132, 0.1);
  color: #9D3884 !important;
}
.gform_wrapper .gform_footer .cta--red-clear-red.gform_button,
.cta.cta--red-clear-red,
.sitewrap .cta.cta--red-clear-red,
input[type=submit].cta--red-clear-red,
input[type=button].cta--red-clear-red {
  color: #D34B31 !important;
  border-color: #D34B31 !important;
}
.gform_wrapper .gform_footer .cta--red-clear-red.gform_button:hover, [data-whatinput=initial] .gform_wrapper .gform_footer .cta--red-clear-red.gform_button:focus, .gform_wrapper .gform_footer [data-whatinput=initial] .cta--red-clear-red.gform_button:focus, [data-whatintent=keyboard] .gform_wrapper .gform_footer .cta--red-clear-red.gform_button:focus, .gform_wrapper .gform_footer [data-whatintent=keyboard] .cta--red-clear-red.gform_button:focus,
.cta.cta--red-clear-red:hover,
[data-whatinput=initial] .cta.cta--red-clear-red:focus,
[data-whatintent=keyboard] .cta.cta--red-clear-red:focus,
.sitewrap .cta.cta--red-clear-red:hover,
[data-whatinput=initial] .sitewrap .cta.cta--red-clear-red:focus,
[data-whatintent=keyboard] .sitewrap .cta.cta--red-clear-red:focus,
input[type=submit].cta--red-clear-red:hover,
[data-whatinput=initial] input[type=submit].cta--red-clear-red:focus,
[data-whatintent=keyboard] input[type=submit].cta--red-clear-red:focus,
input[type=button].cta--red-clear-red:hover,
[data-whatinput=initial] input[type=button].cta--red-clear-red:focus,
[data-whatintent=keyboard] input[type=button].cta--red-clear-red:focus {
  background-color: rgba(211, 75, 49, 0.1);
  color: #D34B31 !important;
}
.gform_wrapper .gform_footer .cta--green-green-white.gform_button,
.cta.cta--green-green-white,
.sitewrap .cta.cta--green-green-white,
input[type=submit].cta--green-green-white,
input[type=button].cta--green-green-white {
  color: #fff !important;
  background: #60833A !important;
  border-color: #60833A !important;
}
.gform_wrapper .gform_footer .cta--green-green-white.gform_button:hover, [data-whatinput=initial] .gform_wrapper .gform_footer .cta--green-green-white.gform_button:focus, .gform_wrapper .gform_footer [data-whatinput=initial] .cta--green-green-white.gform_button:focus, [data-whatintent=keyboard] .gform_wrapper .gform_footer .cta--green-green-white.gform_button:focus, .gform_wrapper .gform_footer [data-whatintent=keyboard] .cta--green-green-white.gform_button:focus,
.cta.cta--green-green-white:hover,
[data-whatinput=initial] .cta.cta--green-green-white:focus,
[data-whatintent=keyboard] .cta.cta--green-green-white:focus,
.sitewrap .cta.cta--green-green-white:hover,
[data-whatinput=initial] .sitewrap .cta.cta--green-green-white:focus,
[data-whatintent=keyboard] .sitewrap .cta.cta--green-green-white:focus,
input[type=submit].cta--green-green-white:hover,
[data-whatinput=initial] input[type=submit].cta--green-green-white:focus,
[data-whatintent=keyboard] input[type=submit].cta--green-green-white:focus,
input[type=button].cta--green-green-white:hover,
[data-whatinput=initial] input[type=button].cta--green-green-white:focus,
[data-whatintent=keyboard] input[type=button].cta--green-green-white:focus {
  background: #6d9542 !important;
  border-color: #6d9542 !important;
  color: #fff !important;
}
.gform_wrapper .gform_footer .cta--small.gform_button,
.cta.cta--small,
.sitewrap .cta.cta--small,
input[type=submit].cta--small,
input[type=button].cta--small {
  padding: 0.625rem 2rem;
  font-size: 0.875rem;
  line-height: 1rem;
  border-width: 0.125rem;
}
.gform_wrapper .gform_footer .cta--arrow.gform_button::after,
.cta.cta--arrow::after,
.sitewrap .cta.cta--arrow::after,
input[type=submit].cta--arrow::after,
input[type=button].cta--arrow::after {
  content: "→";
  margin-left: 0.75rem;
  font-size: 1.125rem;
  -webkit-transform: translateY(-0.0625rem);
          transform: translateY(-0.0625rem);
  display: inline-block;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.gform_wrapper .gform_footer .cta--arrow.gform_button:hover::after, [data-whatinput=initial] .gform_wrapper .gform_footer .cta--arrow.gform_button:focus::after, .gform_wrapper .gform_footer [data-whatinput=initial] .cta--arrow.gform_button:focus::after, [data-whatintent=keyboard] .gform_wrapper .gform_footer .cta--arrow.gform_button:focus::after, .gform_wrapper .gform_footer [data-whatintent=keyboard] .cta--arrow.gform_button:focus::after,
.cta.cta--arrow:hover::after,
[data-whatinput=initial] .cta.cta--arrow:focus::after,
[data-whatintent=keyboard] .cta.cta--arrow:focus::after,
.sitewrap .cta.cta--arrow:hover::after,
[data-whatinput=initial] .sitewrap .cta.cta--arrow:focus::after,
[data-whatintent=keyboard] .sitewrap .cta.cta--arrow:focus::after,
input[type=submit].cta--arrow:hover::after,
[data-whatinput=initial] input[type=submit].cta--arrow:focus::after,
[data-whatintent=keyboard] input[type=submit].cta--arrow:focus::after,
input[type=button].cta--arrow:hover::after,
[data-whatinput=initial] input[type=button].cta--arrow:focus::after,
[data-whatintent=keyboard] input[type=button].cta--arrow:focus::after {
  -webkit-transform: translateY(-0.0625rem) translateX(0.1875rem);
          transform: translateY(-0.0625rem) translateX(0.1875rem);
}
.gform_wrapper .gform_footer .cta--arrow-down.gform_button::after,
.cta.cta--arrow-down::after,
.sitewrap .cta.cta--arrow-down::after,
input[type=submit].cta--arrow-down::after,
input[type=button].cta--arrow-down::after {
  content: "\f13a";
  margin-left: 0.75rem;
  font-size: 1.125rem;
}
.gform_wrapper .gform_footer .cta--clear-green.gform_button,
.cta.cta--clear-green,
.sitewrap .cta.cta--clear-green,
input[type=submit].cta--clear-green,
input[type=button].cta--clear-green {
  background: rgba(96, 131, 58, 0.1);
  border-color: #60833A;
}
.gform_wrapper .gform_footer .cta--clear-green.gform_button:hover, [data-whatinput=initial] .gform_wrapper .gform_footer .cta--clear-green.gform_button:focus, .gform_wrapper .gform_footer [data-whatinput=initial] .cta--clear-green.gform_button:focus, [data-whatintent=keyboard] .gform_wrapper .gform_footer .cta--clear-green.gform_button:focus, .gform_wrapper .gform_footer [data-whatintent=keyboard] .cta--clear-green.gform_button:focus,
.cta.cta--clear-green:hover,
[data-whatinput=initial] .cta.cta--clear-green:focus,
[data-whatintent=keyboard] .cta.cta--clear-green:focus,
.sitewrap .cta.cta--clear-green:hover,
[data-whatinput=initial] .sitewrap .cta.cta--clear-green:focus,
[data-whatintent=keyboard] .sitewrap .cta.cta--clear-green:focus,
input[type=submit].cta--clear-green:hover,
[data-whatinput=initial] input[type=submit].cta--clear-green:focus,
[data-whatintent=keyboard] input[type=submit].cta--clear-green:focus,
input[type=button].cta--clear-green:hover,
[data-whatinput=initial] input[type=button].cta--clear-green:focus,
[data-whatintent=keyboard] input[type=button].cta--clear-green:focus {
  background: rgba(96, 131, 58, 0.2);
  color: #F79549;
}
.gform_wrapper .gform_footer .cta--clear-white.gform_button,
.cta.cta--clear-white,
.sitewrap .cta.cta--clear-white,
input[type=submit].cta--clear-white,
input[type=button].cta--clear-white {
  background: rgba(255, 255, 255, 0.05);
  border-color: white;
}
.gform_wrapper .gform_footer .cta--clear-white.gform_button:hover, [data-whatinput=initial] .gform_wrapper .gform_footer .cta--clear-white.gform_button:focus, .gform_wrapper .gform_footer [data-whatinput=initial] .cta--clear-white.gform_button:focus, [data-whatintent=keyboard] .gform_wrapper .gform_footer .cta--clear-white.gform_button:focus, .gform_wrapper .gform_footer [data-whatintent=keyboard] .cta--clear-white.gform_button:focus,
.cta.cta--clear-white:hover,
[data-whatinput=initial] .cta.cta--clear-white:focus,
[data-whatintent=keyboard] .cta.cta--clear-white:focus,
.sitewrap .cta.cta--clear-white:hover,
[data-whatinput=initial] .sitewrap .cta.cta--clear-white:focus,
[data-whatintent=keyboard] .sitewrap .cta.cta--clear-white:focus,
input[type=submit].cta--clear-white:hover,
[data-whatinput=initial] input[type=submit].cta--clear-white:focus,
[data-whatintent=keyboard] input[type=submit].cta--clear-white:focus,
input[type=button].cta--clear-white:hover,
[data-whatinput=initial] input[type=button].cta--clear-white:focus,
[data-whatintent=keyboard] input[type=button].cta--clear-white:focus {
  background: rgba(255, 255, 255, 0.15);
}

/* Back to Top Button =========================================================== */
.back-to-top {
  position: fixed;
  background: rgba(157, 56, 132, 0.7);
  cursor: pointer;
  width: 2.8125rem;
  height: 2.5rem;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 999;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
}
@media screen and (max-width: 63.99875em) {
  .back-to-top {
    display: none !important;
  }
}
.back-to-top:hover, [data-whatinput=initial] .back-to-top:focus, [data-whatintent=keyboard] .back-to-top:focus {
  background-color: rgba(157, 56, 132, 0.9);
}
.back-to-top::before {
  content: "\f077";
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  left: 0;
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -0.5625rem;
}

.gfield--type-html {
	color:#fff !important
}
.gfield--type-html a {
	color:#fff !important
}

/* Screen Reader Site Intro ============================================== */
.screen-reader-text {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  clip: auto;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: normal;
  height: auto;
  left: 20px;
  margin: 0;
  overflow: visible;
  padding: 8px 12px;
  position: fixed;
  text-decoration: underline;
  top: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: auto;
  z-index: 1000000000;
}

.blueline::after {
  content: "";
  display: block;
  height: 0.125rem;
  background: #00437D;
  width: 6.25rem;
  margin: 2.5rem auto;
}

.rtf_container {
  padding: 4.375rem 0;
}

.rtf::after {
  content: "";
  clear: both;
  display: table;
}
.rtf h1,
.rtf h2,
.rtf h3,
.rtf h4,
.rtf h5,
.rtf h6 {
  color: #D34B31;
  font-weight: 400;
  position: relative;
  font-style:italic;
  font-family: "Source Serif 4", serif;
  text-align: left !important;
}
.rtf h1:not(:first-child),
.rtf h2:not(:first-child),
.rtf h3:not(:first-child),
.rtf h4:not(:first-child),
.rtf h5:not(:first-child),
.rtf h6:not(:first-child) {
  margin-top: 3.125rem;
}
.rtf h1:not(:last-child),
.rtf h2:not(:last-child),
.rtf h3:not(:last-child),
.rtf h4:not(:last-child),
.rtf h5:not(:last-child),
.rtf h6:not(:last-child) {
  margin-bottom: 1.4375rem;
}
.rtf h1 strong,
.rtf h1 b,
.rtf h2 strong,
.rtf h2 b,
.rtf h3 strong,
.rtf h3 b,
.rtf h4 strong,
.rtf h4 b,
.rtf h5 strong,
.rtf h5 b,
.rtf h6 strong,
.rtf h6 b {
  font-weight: 600;
}
.rtf h1 {
  font-size: 3.125rem;
  line-height: 3.5rem;
}
.rtf h2 {
  font-size: 1.9375rem;
  line-height: 2.375rem;
}
.rtf h3 {
  font-size: 1.8125rem;
  line-height: 2.25rem;
}
.rtf h4 {
  font-size: 1.5625rem;
  line-height: 2rem;
}
.rtf h5,
.rtf h6 {
  font-size: 1.3125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
}
.rtf blockquote {
  border-left: 0.625rem solid rgba(211, 75, 49, 0.8);
  position: relative;
  margin: 1.875rem 1.25rem;
  background: #f7f7f7;
  padding: 0;
}
.rtf blockquote p {
  font-size: 1.375rem;
  line-height: 1.8125rem;
  font-weight: 400;
  color: #D34B31;
  font-style: italic;
  padding: 0.9375rem 5% 0.9375rem 5%;
  text-align: left;
  margin-bottom: 0;
}
.rtf img:not(first-child) {
  margin-top: 1.5625rem;
}
.rtf img:not(last-child) {
  margin-bottom: 1.875rem;
}
.rtf p {
  color: #444;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0em;
  font-style:normal;
  font-family: "Source Serif 4", serif;
}
.rtf p strong {
  font-weight: 500;
  font-style: normal;
  font-family: "Source Serif 4", serif;
}
.rtf ul,
.rtf ol {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.rtf ul li,
.rtf ol li {
  margin-bottom: 0.625rem;
  padding-left: 1.875rem;
  position: relative;
  color: #444;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  font-family: "Source Serif 4", serif;
}
.rtf ul ul,
.rtf ul ol,
.rtf ol ul,
.rtf ol ol {
  margin-left: 0;
  margin-top: 0.625rem;
}
.rtf ul ul li::before {
  font-weight: 400;
}
.rtf table {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.rtf table td {
  color: #444;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  font-family: "Source Serif 4", serif;
}
.rtf figure {
  position: relative;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rtf figure img {
  margin-top: 0;
  margin-bottom: 0;
}
.rtf figure:not(first-child) {
  margin-top: 2.8125rem;
}
.rtf figure:not(last-child) {
  margin-bottom: 2.5rem;
}
.rtf figure figcaption {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  padding: 0.3125rem 0.5rem;
  color: #fff;
  margin-top: 0.1875rem;
}
.rtf .post-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 75rem;
  margin: 0 auto;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  width: 100%;
}
.rtf .post-responsive-video iframe,
.rtf .post-responsive-video object,
.rtf .post-responsive-video embed,
.rtf .post-responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.rtf .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 39.99875em) {
  .rtf .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.rtf .alignright {
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 39.99875em) {
  .rtf .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.rtf .aligncenter {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 63.99875em) {
  .rtf figure.aligncenter {
    text-align: center;
  }
}
@media screen and (min-width: 39.99875em) {
  .rtf img.alignleft,
  .rtf img.alignright,
  .rtf figure.alignleft,
  .rtf figure.alignright {
    margin-top: 0.5rem;
  }
}


/*---------------------------
      ACCORDION
---------------------------*/
.accordion-section {
      border-bottom: 1px solid #ccc;
      margin-bottom: 5px;
    }

    .accordion-header {
       border-bottom: 1px solid #f0f0f0;
      padding: 10px;
      cursor: pointer;
      font-weight: bold;
    }

    .accordion-content {
		display: none;
		padding: 30px;
		border: none;
		background: none;
	}
	.accordion-header h3 {
		color:#00437D !important;
		font-size:20px;
		line-height:25px;
		font-style:normal !important;
		margin-top: 20px !important;
		margin-bottom: 10px !important;
	}
	.accordion-content p {
		font-family: "Source Serif 4", serif;
		font-size: 17px;
		line-height: 22px;
		font-weight: 400;
		letter-spacing: 0em;
	}
.accordion-header h3:hover,
.accordion-header.active h3{
	color:#9D3884 !important
}
	.accordion-header h3::after {
    content: "→";
    margin-left: 0.75rem;
    font-size: 1.125rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
    display: inline-block;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
		color:#00437D !important;
}
.accordion-header.active h3::after,
.accordion-header h3:hover::after{
	-webkit-transform: translateY(-0.0625rem) translateX(0.1875rem);
    transform: translateY(-0.0625rem) translateX(0.1875rem);
	color:#9D3884 !important
}
.iframe-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
    }

    .iframe-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

#sgpb-popup-dialog-main-div {
 	background-size:cover;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    border-radius: 0px !important;
    border-width: 0px;
    padding: 60px 55px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #5D7FBF !important;
    box-shadow: none !important;
    overflow: auto;
}

/* Cost Calculator */

.page-template-page-costcalc .media_text .sw.full-width {
	display:block !important
}

.page-template-page-costcalc .media_text .sw.full-width  .media_text__content {
	width:100%;
}

#gform_wrapper_6 .gform_wrapper .gform_footer input {
	transition: all 0.8s ease;
}
#gform_wrapper_6 .gform-body .gform_fields .gfield .ginput_container {
    margin-bottom: 0;
}
#gform_wrapper_6 .gfield_html_formatted
{
	margin-left: unset !important;
}
#gform_wrapper_6 .cost-main-heading
{
	display: flex;
	width: 100% !important;
    background-color:  #00437D;
    padding: 10px 20px;
}
#gform_wrapper_6 #field_8_33 {
	background: #393435;
	color: #fff;
	padding: 10px 20px;
}
#gform_wrapper_6 {
	border: 1px solid rgba(0,0,0,.1);
	margin-top: 50px;
}
 
#gform_wrapper_6 .gfield, .cost-calculator .gform_footer {
    border-top: 1px solid rgba(0,0,0,.2);
    display: flex;
    flex-wrap: nowrap;
}
#gform_wrapper_6 .gform_footer
{
	text-align: center;
	padding: 0px !important;
	margin: 0 !important;
	display: flex;
	justify-content: flex-end;
}
#gform_wrapper_6 .gform_footer input {
	font-size: 17px !important;
	padding: 0px!important;
	margin-bottom: 0px !important;
}
#gform_wrapper_6 .gform_footer .reset {
	margin-left: 1px !important;
}
#gform_wrapper_6 #field_8_34 {
	display: none;
}
#gform_wrapper_6 .gform_fields
{
	grid-column-gap: unset !important;
	grid-row-gap: unset !important;
}
#gform_wrapper_6 .gfield .gfield_label, #gform_wrapper_6 .cost-main-heading span:first-child
{
	width: 35% !important;
}

#gform_wrapper_6 .gfield .gfield_label, #gform_wrapper_6 .cost-main-heading span:first-child
{
	width: 45% !important;
}
#gform_wrapper_6 .gfield .gfield_label, #gform_wrapper_6 .cost-main-heading span:first-child
{
	width: 20% !important;
}
#gform_wrapper_6 .gfield .ginput_container_text, #gform_wrapper_6 .cost-main-heading span:nth-child(2), #gform_wrapper_6 .gform_footer input, #gform_wrapper_6 .gfield .gfield_description  {
    width: 60% !important;
}
#gform_wrapper_6 .gfield .gfield_label, #gform_wrapper_6 .gfield .gfield_description, #gform_wrapper_6 .cost-calculator .cost-inner-heading, #gform_wrapper_6 .gform_confirmation_message_8 th, #gform_wrapper_6 .gform_confirmation_message_8 td {
    padding: 0px 20px 20px !important;
}
#gform_wrapper_6 .gfield .ginput_container_text input[type=text]
{
	background-color: #EBEBEB;
	border: 0 !important;
	padding: 10px !important;
	height: 100%;
}
#gform_wrapper_6 .gfield .gfield_label, .cost-calculator .gfield .ginput_container_text, #gform_wrapper_6 .gform_confirmation_message_8 tbody td:not(:last-child) {
    border: none;
}
#gform_wrapper_6 .gform_confirmation_message_8 tbody td
{
	border-bottom : 1px solid rgba(0,0,0,.1) !important;
}
 
 
#gform_wrapper_6.table {
	margin-bottom: 0px !important;
}
#field_2_43,
#field_2_44,
#field_2_37,
#gform_wrapper_6 .gform-footer.gform_footer.left_label{
	border:none !important
}

#gform_wrapper_6 .cost-main-heading span {
    font-family: "Source Serif 4", serif !important;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
  }
#gform_wrapper_6 .cost-inner-heading span{
	font-family: "Source Serif 4", serif !important;
    font-weight: 600;
    color: #00437D;
	font-size:18px;
	line-height:24px;
 	display:block;
	margin:20px 0 20px
}
#gform_wrapper_6 .gfield_label.gform-field-label {
    font-family: "Source Serif 4", serif !important;
    font-weight: 400;
    color: #00437D;
    font-size: 18px;
    line-height: 20px;
    width: 35% !important;
    padding: 20px 20px 0 !important;
}
#gform_wrapper_6 .gform-body .gform_fields .gfield .ginput_container {
    width: 45% !important;
    padding: 20px;
    border: none;
}

#gform_wrapper_6 .gfield .gfield_description  {
	width: 20% !important;
    padding: 20px !important;
}
  .gfield_description {
	font-family: "Source Serif 4", serif !important;
    font-weight: 400;
    color: #00437D;
	font-size:18px;
	line-height:24px;
  }
#gform_wrapper_6 .gfield.gfield--type-checkbox label {
    color: #00437D !important;
}
#field_2_44,
#field_2_44 a {
    color: #00437D !important;
}

#gform_submit_button_6 {
    margin-top: 0;
    color:  #00437D !important;
    border-color:  #00437D !important;
    border-width: 0.125rem !important;
    background: transparent !important;
    text-transform: uppercase !important;
    font-family: "Source Serif 4", serif !important;
    font-size: 1.25rem !important;
    padding: 0.75rem 2rem !important;
}
.gform_wrapper select,
.gform_wrapper input[type=text],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  padding: 0.75rem 0.875rem 0.6875rem 0.75rem !important;
  border-radius: 0.125rem !important;
  border: none !important;
  font-size: 1rem !important;
  line-height: 1.375rem !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  height: auto;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7) !important;
  font-weight: 500 !important;
}
.gform_wrapper select:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=search]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper textarea:focus {
  border: 2px solid #00abe4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper .gform-body .gform_fields {
    row-gap: 2px;
}
.gform_wrapper .gform-body .gform_fields .gfield .gfield_label {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0em;
  margin-bottom: 10px;
  color: white;
}
.gform_wrapper .gform-body .gform_fields .gfield .gfield_label > .gfield_required .gfield_required_text {
  font-size: 0;
}
.gform_wrapper .gform-body .gform_fields .gfield .gfield_label > .gfield_required::after {
  content: "*";
  font-size: 1.125rem;
display:none;	
}
.gfield_required.gfield_required_asterisk {
	color:#fff !important;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container {
  margin-bottom: 1.25rem;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container input{
  height: 45px;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container--name {
  margin-bottom: 1.875rem;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_first,
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_last {
  position: relative;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_first .gform-field-label,
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_last .gform-field-label {
  text-transform: uppercase;
  opacity: 0.5;
  position: absolute;
  bottom: -1.4375rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #00437D;
}
#gform_submit_button_3 {
    color: #00437D ;
    font-size: 1rem !important;
    line-height: 0.875rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
 }
#gform_submit_button_3::after {
    content: "→";
    margin-left: 0.75rem;
    font-size: 1.125rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
    display: inline-block;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

@media screen and (max-width: 39.99875em) {
  .gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_first {
    margin-bottom: 2.1875rem;
  }
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_first .gform-field-label {
  left: 0.375rem;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_last .gform-field-label {
  left: 0.4375rem;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container.ginput_container_select {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 0.125rem !important;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container.ginput_container_select select {
  background: transparent !important;
  cursor: pointer;
  padding: 0.5rem 0.875rem 0.6875rem 0.75rem !important;
	    height: 45px;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container.ginput_container_select::after {
  color: #1B1B1B;
  content: "\f078";
  display: block;
  right: 0.9375rem;
  position: absolute;
  top: 0.375rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  font-size: 1.25rem;
  z-index: -1;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .gfield_radio .gchoice .gform-field-label {
  line-height: 1;
}
.gform_wrapper .gform-body .gform_fields .gfield.gfield--type-textarea textarea {
  height: 6.25rem !important;
  min-block-size: unset;
}
.gform_wrapper .gform-body .gform_fields .gfield.gfield--type-checkbox label {
  color: white !important;
}
.gform_wrapper .gform-body .gform_fields .gfield.gfield--type-html p {
  color: white !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
}
.gform_wrapper .gform-body .gform_fields .gfield.gfield--type-html p a {
  color: white !important;
}

.page-template-page-contact .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-html p a,
.page-template-page-contact .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-html p,
.page-template-page-contact .gfield--type-html a,
.page-template-page-contact  .gfield--type-html,
.page-template-page-contact .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-checkbox label{
  color: #222 !important;
}
.gform_wrapper .gform_footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper .gform_footer .gform_button {
  margin-top: 0;
  color: #fff !important;
  border-color: #fff !important;
  border-width: 0.125rem !important;
  background: transparent !important;
  text-transform: uppercase !important;
  font-family: "Source Serif 4", serif !important;
  font-size: 1.25rem !important;
  padding: 0.75rem 2rem !important;
}
.gform_wrapper .gform_footer .gform_button:hover, [data-whatinput=initial] .gform_wrapper .gform_footer .gform_button:focus, [data-whatintent=keyboard] .gform_wrapper .gform_footer .gform_button:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

@media screen and (min-width: 63.99875em) {
  body.admin-bar #header-container.is-stuck {
    top: 2rem;
  }
}
body.admin-bar .off-canvas-main-menu {
  top: 6.875rem;
}

#header-container {
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 63.99875em) {
  #header-container {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  #header-container {
    width: 100%;
  }
}
@media screen and (min-width: 63.99875em) {
  #header-container.is-stuck {
    position: fixed;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
  #header-container.is-stuck #header {
    background: rgba(0, 67, 125, 0.96);
  }
}
@media screen and (min-width: 63.99875em) and (max-width: 83.5em) {
  #header-container.is-stuck .hfsw .new-logo {
    max-width: 9.75rem;
    min-width: 9.75rem;
    -webkit-transform: translateY(1.125rem);
            transform: translateY(1.125rem);
  }
}
#header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 67, 125, 0.8);
    position: relative;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
@media screen and (max-width: 63.99875em) {
  #header {
    background: #00437D;
	  
  }
}
@media screen and (max-width: 1024px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
	  
  }
	body.admin-bar .off-canvas-main-menu{
		top: 65px;
	}
}

    
#header .hfsw {
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 63.99875em) {
  #header .hfsw {
    height: 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#header .hfsw .headermargin1 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 63.99875em) {
  #header .hfsw .headermargin1 {
    margin-top: 0;
    border-top: 1px solid #ddd;
  }
}
#header .utility-bar {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  padding: 0.625rem 0;
  z-index: 3;
  width: 100%;
  height: 3.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 63.99875em) {
  #header .utility-bar {
    display: none;
  }
}
#header .utility-bar .utility-bar__phone {
  z-index: 4;
  font-size: 0.90rem;
  line-height: 1.0625rem;
  font-weight: 800;
  letter-spacing: 0em;
  color: #fff;
	
}
#header .utility-bar .utility-bar__phone:hover, [data-whatinput=initial] #header .utility-bar .utility-bar__phone:focus, [data-whatintent=keyboard] #header .utility-bar .utility-bar__phone:focus {
  text-decoration: underline;
}
#header .utility-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
}
#header .utility-bar ul li {
  margin-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .utility-bar ul li:last-of-type {
  margin-right: 0;
}
#header .utility-bar ul li a.cta.cta--arrow {
	border-color:#fff;
	color:#fff !important;
}
#header .utility-bar ul li a.cta.cta--arrow:hover span::after {
    content: "";
    width: 0%;
    height: 0.125rem;
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
	display:none !important
}

#header .utility-bar ul li a {
  color: white;
  font-size: 0.75rem;
  line-height: 0.875rem;
/*   font-weight: 400; */
  letter-spacing: 0.05em;
}
#header .utility-bar ul li a span {
  position: relative;
    font-weight: 800;
    font-size: 0.90rem;
}
#header .utility-bar ul li a span::after {
  content: "";
  width: 0%;
  height: 0.125rem;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#header .utility-bar ul li a:hover span::after, [data-whatinput=initial] #header .utility-bar ul li a:focus span::after, [data-whatintent=keyboard] #header .utility-bar ul li a:focus span::after {
  width: 100%;
  left: 0;
}
#header .new-logo {
  max-width: 15.375rem;
  min-width: 15.375rem;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  z-index: 10;
}
@media screen and (max-width: 83.5em) {
  #header .new-logo {
    max-width: 10.625rem;
    min-width: 10.625rem;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
}
@media screen and (max-width: 63.99875em) {
  #header .new-logo {
    max-width: 8.125rem;
    min-width: unset;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
}
#header .new-logo img {
  width: 100%;
  height: auto;
}
#header .mobile-number {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
  margin-left: 1.125rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 350px) {
  #header .mobile-number {
    display: none !important;
  }
}
#header .menu--main:not(.drilldown) {
  position: absolute;
  right: 0;
  bottom: 0.8125rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 83.5em) {
  #header .menu--main:not(.drilldown) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 0.4375rem;
  }
}
@media screen and (max-width: 63.99875em) {
  #header .menu--main:not(.drilldown) {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}
#header .menu--main:not(.drilldown) > li.is-active > a span::after {
  width: 100%;
  left: 0;
}
#header .menu--main:not(.drilldown) > li > a {
  background: transparent;
  padding: 0.9375rem 0.5625rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 83.5em) {
  #header .menu--main:not(.drilldown) > li > a {
    padding: 0.9375rem 0;
  }
}
#header .menu--main:not(.drilldown) > li > a span {
    font-style: normal;
    font-family: "Source Serif 4", serif;
    font-size: 16px;
    line-height: 1.0625rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: none;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    position: relative;
}
#header .menu--main:not(.drilldown) > li > a span::after {
  content: "";
  width: 0%;
  height: 0.125rem;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#header .menu--main:not(.drilldown) > li > a.cursor-default {
  cursor: default;
}
#header .menu--main:not(.drilldown) > li > a:hover span::after, [data-whatinput=initial] #header .menu--main:not(.drilldown) > li > a:focus span::after, [data-whatintent=keyboard] #header .menu--main:not(.drilldown) > li > a:focus span::after {
  width: 100%;
  left: 0;
}
#header .menu--main:not(.drilldown) > li.current-page > a span::after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 83.5em) {
  #header .menu--main:not(.drilldown) > li:first-of-type > a {
    padding-left: 0;
  }
}
#header .menu--main:not(.drilldown) > li.last > a {
  padding-right: 0;
}
#header .menu--main:not(.drilldown) > li.is-dropdown-submenu-parent > a span {
  position: relative;
}
#header .menu--main:not(.drilldown) > li.is-dropdown-submenu-parent > a::after {
  display: none;
}
#header .menu--main:not(.drilldown) > li .submenu {
  background: #fff;
  border: none;
  border-top: 0.25rem solid #9d3884;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#header .menu--main:not(.drilldown) > li .submenu li:not(:last-child) {
  border-bottom: thin solid rgba(157, 56, 132, 0.5);
}
#header .menu--main:not(.drilldown) > li .submenu li a {
  color: #00437D;
  padding: 1rem 1.125rem;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#header .menu--main:not(.drilldown) > li .submenu li a:hover, [data-whatinput=initial] #header .menu--main:not(.drilldown) > li .submenu li a:focus, [data-whatintent=keyboard] #header .menu--main:not(.drilldown) > li .submenu li a:focus {
  color: #9D3884;
}
#header .menu--main:not(.drilldown) > li .submenu .is-active > a {
  background: #5d7fbf;
}
#header .menu--main:not(.drilldown) > li .opens-right > a::after,
#header .menu--main:not(.drilldown) > li .opens-left > a::after {
  color: #5D7FBF;
  margin-top: -0.625rem;
  border: 0;
}
#header .menu--main:not(.drilldown) > li .opens-right > a::after {
  content: "\f054";
  right: 1.25rem;
}
#header .menu--main:not(.drilldown) > li .opens-left > a::after {
  content: "\f053";
}
#header .menu--main:not(.drilldown) > li .tier3 {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}
#header .menu--main:not(.drilldown) > li .tier3 li {
  border-color: rgba(0, 67, 125, 0.3) !important;
}
#header .menu--main:not(.drilldown) > li .tier3 li a {
  background: #18345f;
}
#header .menu--main:not(.drilldown) > li .tier3 li a:hover, [data-whatinput=initial] #header .menu--main:not(.drilldown) > li .tier3 li a:focus, [data-whatintent=keyboard] #header .menu--main:not(.drilldown) > li .tier3 li a:focus {
  background: #1b3b6c;
}
#header .is-drilldown {
  overflow-y: visible;
  height: 100%;
}
#header .menu.drilldown .drilldown-submenu-cover-previous {
  top: 0 !important;
}
@media screen and (max-width: 63.99875em) {
  #header .menu.drilldown li:first-child {
    border-top: 1px solid #ddd;
  }
  #header .menu.drilldown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  #header .menu.drilldown li a {
    color: #1B1B1B;
    padding: 1rem 1rem 0.875rem 1rem;
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
  }
  #header .menu.drilldown li a span {
    font-size: 1.125rem;
    font-weight: 500;
  }
  #header .menu.drilldown li a::after {
    margin-top: -0.5625rem;
    display: block;
  }
  #header .menu.drilldown li ul {
    background: #EEF9FF !important;
  }
  #header .menu.drilldown li.js-drilldown-back a::before {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  #header .menu.drilldown .is-drilldown-submenu-parent > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .menu.drilldown .is-drilldown-submenu-parent > a::after {
    border: none;
    content: "\f054";
    right: 2.1875rem;
    font-size: 1.25rem;
    color: #9D3884;
  }
  #header .menu.drilldown .is-drilldown-submenu-parent .indent {
    padding-left: 1.25rem;
  }
  #header .menu.drilldown .js-drilldown-back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .menu.drilldown .js-drilldown-back a::before {
    border: none;
    content: "\f053";
    margin-right: 1.375rem;
    font-size: 1.25rem;
    color: #9D3884;
  }
}
#header .hamburger-icon {
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 1.3125rem;
}
#header .hamburger-icon:focus {
  outline: medium none;
}
#header .hamburger-icon .lines {
  float: right;
  margin-left: 8px;
  width: 32px;
}
#header .hamburger-icon .lines .line {
  background: #fff none repeat scroll 0 0;
  height: 4px;
  margin-bottom: 5px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
#header .hamburger-icon .lines .line:last-child {
  margin-bottom: 0;
}
#header .hamburger-icon[aria-expanded=true] .line:nth-child(1) {
  margin-bottom: 1px;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
  background: #fff;
}
#header .hamburger-icon[aria-expanded=true] .line:nth-child(2) {
  opacity: 0;
}
#header .hamburger-icon[aria-expanded=true] .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
  background: #fff;
}

.off-canvas-main-menu {
  top: 4rem;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #eef9ff;
}
@media screen and (max-width: 63.99875em) {
  .off-canvas-main-menu .header-menu {
    height: 100%;
  }
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0);
  display: none;
}

.current-page-sub {
  color: #60833A !important;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f5f5f5;
}

.comp-shadow {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.gradient-1 .sitewrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(white));
  background: linear-gradient(to bottom, #f6f6f6, white);
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 0.3125rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-15 {
  padding-top: 0.9375rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-25 {
  padding-top: 1.5625rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-35 {
  padding-top: 2.1875rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.8125rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-55 {
  padding-top: 3.4375rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-65 {
  padding-top: 4.0625rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pt-75 {
  padding-top: 4.6875rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-85 {
  padding-top: 5.3125rem !important;
}

.pt-90 {
  padding-top: 5.625rem !important;
}

.pt-95 {
  padding-top: 5.9375rem !important;
}

@media screen and (max-width: 63.99875em) {
  .pt-0-m {
    padding-top: 0 !important;
  }
  .pt-5-m {
    padding-top: 0.3125rem !important;
  }
  .pt-10-m {
    padding-top: 0.625rem !important;
  }
  .pt-15-m {
    padding-top: 0.9375rem !important;
  }
  .pt-20-m {
    padding-top: 1.25rem !important;
  }
  .pt-25-m {
    padding-top: 1.5625rem !important;
  }
  .pt-30-m {
    padding-top: 1.875rem !important;
  }
  .pt-35-m {
    padding-top: 2.1875rem !important;
  }
  .pt-40-m {
    padding-top: 2.5rem !important;
  }
  .pt-45-m {
    padding-top: 2.8125rem !important;
  }
  .pt-50-m {
    padding-top: 3.125rem !important;
  }
  .pt-55-m {
    padding-top: 3.4375rem !important;
  }
  .pt-60-m {
    padding-top: 3.75rem !important;
  }
  .pt-65-m {
    padding-top: 4.0625rem !important;
  }
  .pt-70-m {
    padding-top: 4.375rem !important;
  }
  .pt-75-m {
    padding-top: 4.6875rem !important;
  }
  .pt-80-m {
    padding-top: 5rem !important;
  }
  .pt-85-m {
    padding-top: 5.3125rem !important;
  }
  .pt-90-m {
    padding-top: 5.625rem !important;
  }
  .pt-95-m {
    padding-top: 5.9375rem !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 0.3125rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.9375rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-25 {
  padding-bottom: 1.5625rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-35 {
  padding-bottom: 2.1875rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.8125rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-55 {
  padding-bottom: 3.4375rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-65 {
  padding-bottom: 4.0625rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pb-75 {
  padding-bottom: 4.6875rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-85 {
  padding-bottom: 5.3125rem !important;
}

.pb-90 {
  padding-bottom: 5.625rem !important;
}

.pb-95 {
  padding-bottom: 5.9375rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-105 {
  padding-bottom: 6.5625rem !important;
}

.pb-125 {
  padding-bottom: 7.8125rem !important;
}

.pb-130 {
  padding-bottom: 8.125rem !important;
}

@media screen and (max-width: 63.99875em) {
  .pb-0-m {
    padding-bottom: 0 !important;
  }
  .pb-5-m {
    padding-bottom: 0.3125rem !important;
  }
  .pb-10-m {
    padding-bottom: 0.625rem !important;
  }
  .pb-15-m {
    padding-bottom: 0.9375rem !important;
  }
  .pb-20-m {
    padding-bottom: 1.25rem !important;
  }
  .pb-25-m {
    padding-bottom: 1.5625rem !important;
  }
  .pb-30-m {
    padding-bottom: 1.875rem !important;
  }
  .pb-35-m {
    padding-bottom: 2.1875rem !important;
  }
  .pb-40-m {
    padding-bottom: 2.5rem !important;
  }
  .pb-45-m {
    padding-bottom: 2.8125rem !important;
  }
  .pb-50-m {
    padding-bottom: 3.125rem !important;
  }
  .pb-55-m {
    padding-bottom: 3.4375rem !important;
  }
  .pb-60-m {
    padding-bottom: 3.75rem !important;
  }
  .pb-65-m {
    padding-bottom: 4.0625rem !important;
  }
  .pb-70-m {
    padding-bottom: 4.375rem !important;
  }
  .pb-75-m {
    padding-bottom: 4.6875rem !important;
  }
  .pb-80-m {
    padding-bottom: 5rem !important;
  }
  .pb-85-m {
    padding-bottom: 5.3125rem !important;
  }
  .pb-90-m {
    padding-bottom: 5.625rem !important;
  }
  .pb-95-m {
    padding-bottom: 5.9375rem !important;
  }
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-105 {
  padding-top: 6.5625rem !important;
  padding-bottom: 6.5625rem !important;
}

.p-105 {
  padding: 6.5625rem !important;
}

.px-50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

.px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.px-70 {
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
}

@media screen and (max-width: 63.99875em) {
  .px-0-m {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-50-m {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.3125rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-25 {
  margin-top: 1.5625rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-35 {
  margin-top: 2.1875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-45 {
  margin-top: 2.8125rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-55 {
  margin-top: 3.4375rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-65 {
  margin-top: 4.0625rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mt-75 {
  margin-top: 4.6875rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-85 {
  margin-top: 5.3125rem !important;
}

.mt-90 {
  margin-top: 5.625rem !important;
}

.mt-95 {
  margin-top: 5.9375rem !important;
}

@media screen and (max-width: 63.99875em) {
  .mt-0-m {
    margin-top: 0 !important;
  }
  .mt-5-m {
    margin-top: 0.3125rem !important;
  }
  .mt-10-m {
    margin-top: 0.625rem !important;
  }
  .mt-15-m {
    margin-top: 0.9375rem !important;
  }
  .mt-20-m {
    margin-top: 1.25rem !important;
  }
  .mt-25-m {
    margin-top: 1.5625rem !important;
  }
  .mt-30-m {
    margin-top: 1.875rem !important;
  }
  .mt-35-m {
    margin-top: 2.1875rem !important;
  }
  .mt-40-m {
    margin-top: 2.5rem !important;
  }
  .mt-45-m {
    margin-top: 2.8125rem !important;
  }
  .mt-50-m {
    margin-top: 3.125rem !important;
  }
  .mt-55-m {
    margin-top: 3.4375rem !important;
  }
  .mt-60-m {
    margin-top: 3.75rem !important;
  }
  .mt-65-m {
    margin-top: 4.0625rem !important;
  }
  .mt-70-m {
    margin-top: 4.375rem !important;
  }
  .mt-75-m {
    margin-top: 4.6875rem !important;
  }
  .mt-80-m {
    margin-top: 5rem !important;
  }
  .mt-85-m {
    margin-top: 5.3125rem !important;
  }
  .mt-90-m {
    margin-top: 5.625rem !important;
  }
  .mt-95-m {
    margin-top: 5.9375rem !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 0.3125rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-35 {
  margin-bottom: 2.1875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-45 {
  margin-bottom: 2.8125rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-55 {
  margin-bottom: 3.4375rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-65 {
  margin-bottom: 4.0625rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mb-75 {
  margin-bottom: 4.6875rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-85 {
  margin-bottom: 5.3125rem !important;
}

.mb-90 {
  margin-bottom: 5.625rem !important;
}

.mb-95 {
  margin-bottom: 5.9375rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-105 {
  margin-bottom: 6.5625rem !important;
}

@media screen and (max-width: 63.99875em) {
  .mb-0-m {
    margin-bottom: 0 !important;
  }
  .mb-5-m {
    margin-bottom: 0.3125rem !important;
  }
  .mb-10-m {
    margin-bottom: 0.625rem !important;
  }
  .mb-15-m {
    margin-bottom: 0.9375rem !important;
  }
  .mb-20-m {
    margin-bottom: 1.25rem !important;
  }
  .mb-25-m {
    margin-bottom: 1.5625rem !important;
  }
  .mb-30-m {
    margin-bottom: 1.875rem !important;
  }
  .mb-35-m {
    margin-bottom: 2.1875rem !important;
  }
  .mb-40-m {
    margin-bottom: 2.5rem !important;
  }
  .mb-45-m {
    margin-bottom: 2.8125rem !important;
  }
  .mb-50-m {
    margin-bottom: 3.125rem !important;
  }
  .mb-55-m {
    margin-bottom: 3.4375rem !important;
  }
  .mb-60-m {
    margin-bottom: 3.75rem !important;
  }
  .mb-65-m {
    margin-bottom: 4.0625rem !important;
  }
  .mb-70-m {
    margin-bottom: 4.375rem !important;
  }
  .mb-75-m {
    margin-bottom: 4.6875rem !important;
  }
  .mb-80-m {
    margin-bottom: 5rem !important;
  }
  .mb-85-m {
    margin-bottom: 5.3125rem !important;
  }
  .mb-90-m {
    margin-bottom: 5.625rem !important;
  }
  .mb-95-m {
    margin-bottom: 5.9375rem !important;
  }
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 0.3125rem !important;
}

.ml-10 {
  margin-left: 0.625rem !important;
}

.ml-15 {
  margin-left: 0.9375rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

#footer .footer-top {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #5D7FBF;
}
#footer .footer-top .hfsw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 83.5em) {
  #footer .footer-top .hfsw {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw {
    display: block;
  }
}
#footer .footer-top .hfsw .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw .column {
    margin: 0 0 0;
    width: 100%;
    text-align: center;
  }
}
#footer .footer-top .hfsw .column:not(:last-child) {
  margin-right: 2.1875rem;
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw .column:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.25rem;
  }
}
#footer .footer-top .hfsw .column .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 83.5em) {
  #footer .footer-top .hfsw .column .category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .footer-top .hfsw .column .category:not(:first-of-type) {
  margin-top: 1.875rem;
}
#footer .footer-top .hfsw .column .category span {
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0em;
  display: block;
  line-height: 1 !important;
  text-transform: uppercase;
}
#footer .footer-top .hfsw .column .category:hover span, [data-whatinput=initial] #footer .footer-top .hfsw .column .category:focus span, [data-whatintent=keyboard] #footer .footer-top .hfsw .column .category:focus span {
  text-decoration: underline;
}
#footer .footer-top .hfsw .column .category.cursor-default {
  cursor: default;
}
#footer .footer-top .hfsw .column .category.cursor-default span {
  text-decoration: none !important;
}
#footer .footer-top .hfsw .column ul {
  margin-left: 0;
}
#footer .footer-top .hfsw .column ul li {
  margin-bottom: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 83.5em) {
  #footer .footer-top .hfsw .column ul li {
    text-align: center;
  }
}
#footer .footer-top .hfsw .column ul li a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
#footer .footer-top .hfsw .column ul li a:hover, [data-whatinput=initial] #footer .footer-top .hfsw .column ul li a:focus, [data-whatintent=keyboard] #footer .footer-top .hfsw .column ul li a:focus {
  text-decoration: underline;
}
#footer .footer-top .hfsw .column--main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24rem;
          flex: 0 0 24rem;
  margin-right: 1.25rem !important;
}
@media screen and (max-width: 83.5em) {
  #footer .footer-top .hfsw .column--main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto 5rem !important;
    max-width: 90%;
    text-align: center;
  }
}
#footer .footer-top .hfsw .column--main .name {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  font-style:italic;
  font-family: "Source Serif 4", serif;
}
#footer .footer-top .hfsw .column--main a {

   font-family: "Source Serif 4", serif;
}
#footer .footer-top .hfsw .column--main .address {
  color: white;
  display: block;
}
#footer .footer-top .hfsw .column--main .address:hover, [data-whatinput=initial] #footer .footer-top .hfsw .column--main .address:focus, [data-whatintent=keyboard] #footer .footer-top .hfsw .column--main .address:focus {
  text-decoration: underline;
}
#footer .footer-top .hfsw .column--main .phone {
  color: white;
  display: block;
}
#footer .footer-top .hfsw .column--main .phone:hover, [data-whatinput=initial] #footer .footer-top .hfsw .column--main .phone:focus, [data-whatintent=keyboard] #footer .footer-top .hfsw .column--main .phone:focus {
  text-decoration: underline;
}
#footer .footer-top .hfsw .column--link-rows .column__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 83.5em) {
  #footer .footer-top .hfsw .column--link-rows .column__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw .column--link-rows .column__row {
    display: block;
  }
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw .column--link-rows .column__row:not(:last-of-type) {
    margin-bottom: 2.5rem !important;
  }
}
#footer .footer-top .hfsw .column--link-rows .column__row a span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
	font-family: "Source Serif 4", serif;
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw .column--link-rows .column__row a span {
    display: block;
  }
}
#footer .footer-top .hfsw .column--link-rows .column__row a span::after {
  content: "";
  width: 0%;
  height: 0.125rem;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw .column--link-rows .column__row a span::after {
    display: none;
  }
}
#footer .footer-top .hfsw .column--link-rows .column__row a:not(:last-of-type) {
  margin-right: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw .column--link-rows .column__row a:not(:last-of-type) {
    margin-right: unset;
    padding-right: unset;
    display: block;
    margin-bottom: 0.625rem;
  }
}
#footer .footer-top .hfsw .column--link-rows .column__row a:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 0.875rem;
  position: absolute;
  right: 0;
  background: white;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-top .hfsw .column--link-rows .column__row a:not(:last-of-type)::after {
    display: none;
  }
}
#footer .footer-top .hfsw .column--link-rows .column__row a:hover span::after, [data-whatinput=initial] #footer .footer-top .hfsw .column--link-rows .column__row a:focus span::after, [data-whatintent=keyboard] #footer .footer-top .hfsw .column--link-rows .column__row a:focus span::after {
  width: 100%;
  left: 0;
}
#footer .footer-top .hfsw .column--link-rows .column__row:nth-child(1) {
  margin-bottom: 0.625rem;
}
#footer .footer-top .hfsw .column--link-rows .column__row:nth-child(1) a span {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#footer .footer-bottom {
  background: #6888c3;
  position: relative;
}
#footer .footer-bottom .hfsw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-bottom .hfsw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .footer-bottom .hfsw .left {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 63.99875em) {
  #footer .footer-bottom .hfsw .left {
    text-align: center;
    margin-right: 0;
  }
}
#footer .footer-bottom .hfsw .left p {
  margin-bottom: 0;
  color: white;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

/* Embeded Video ========================================================= */
.video-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  max-width: 100%;
}
.video-wrapper iframe {
  max-width: 100%;
}

.image-section {
  padding: 5.625rem 0;
}
@media screen and (max-width: 63.99875em) {
  .image-section {
    padding: 4.375rem 0;
  }
}
.image-section .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pic-display-1 {
  padding: 3.75rem 0 1.25rem;
  background: #13294B;
}
.pic-display-1 .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pic-display-1 .sw img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  width: calc(50% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 63.99875em) {
  .pic-display-1 .sw img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Sticky ===================================================================== */
.sitewrap.nav-is-stuck .single-header::before {
  height: 0;
  opacity: 0;
}

/* Layout ===================================================================== */
.blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.375rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 63.99875em) {
  .blog-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-container .main-blog-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 63.99875em) {
  .blog-container .main-blog-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-right: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.blog-container .main-blog-content[data-in-view] .post-listing {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(4) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(5) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(6) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(7) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(8) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(9) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(10) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(11) {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(12) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(13) {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(14) {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(15) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(16) {
  -webkit-transition-delay: 3200ms;
          transition-delay: 3200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(17) {
  -webkit-transition-delay: 3400ms;
          transition-delay: 3400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(18) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(19) {
  -webkit-transition-delay: 3800ms;
          transition-delay: 3800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(20) {
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(21) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(22) {
  -webkit-transition-delay: 4400ms;
          transition-delay: 4400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(23) {
  -webkit-transition-delay: 4600ms;
          transition-delay: 4600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(24) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(25) {
  -webkit-transition-delay: 5000ms;
          transition-delay: 5000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(26) {
  -webkit-transition-delay: 5200ms;
          transition-delay: 5200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(27) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(28) {
  -webkit-transition-delay: 5600ms;
          transition-delay: 5600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(29) {
  -webkit-transition-delay: 5800ms;
          transition-delay: 5800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(30) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(31) {
  -webkit-transition-delay: 6200ms;
          transition-delay: 6200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(32) {
  -webkit-transition-delay: 6400ms;
          transition-delay: 6400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(33) {
  -webkit-transition-delay: 6600ms;
          transition-delay: 6600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(34) {
  -webkit-transition-delay: 6800ms;
          transition-delay: 6800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(35) {
  -webkit-transition-delay: 7000ms;
          transition-delay: 7000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(36) {
  -webkit-transition-delay: 7200ms;
          transition-delay: 7200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(37) {
  -webkit-transition-delay: 7400ms;
          transition-delay: 7400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(38) {
  -webkit-transition-delay: 7600ms;
          transition-delay: 7600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(39) {
  -webkit-transition-delay: 7800ms;
          transition-delay: 7800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(40) {
  -webkit-transition-delay: 8000ms;
          transition-delay: 8000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(41) {
  -webkit-transition-delay: 8200ms;
          transition-delay: 8200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(42) {
  -webkit-transition-delay: 8400ms;
          transition-delay: 8400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(43) {
  -webkit-transition-delay: 8600ms;
          transition-delay: 8600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(44) {
  -webkit-transition-delay: 8800ms;
          transition-delay: 8800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(45) {
  -webkit-transition-delay: 9000ms;
          transition-delay: 9000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(46) {
  -webkit-transition-delay: 9200ms;
          transition-delay: 9200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(47) {
  -webkit-transition-delay: 9400ms;
          transition-delay: 9400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(48) {
  -webkit-transition-delay: 9600ms;
          transition-delay: 9600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(49) {
  -webkit-transition-delay: 9800ms;
          transition-delay: 9800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(50) {
  -webkit-transition-delay: 10000ms;
          transition-delay: 10000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(51) {
  -webkit-transition-delay: 10200ms;
          transition-delay: 10200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(52) {
  -webkit-transition-delay: 10400ms;
          transition-delay: 10400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(53) {
  -webkit-transition-delay: 10600ms;
          transition-delay: 10600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(54) {
  -webkit-transition-delay: 10800ms;
          transition-delay: 10800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(55) {
  -webkit-transition-delay: 11000ms;
          transition-delay: 11000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(56) {
  -webkit-transition-delay: 11200ms;
          transition-delay: 11200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(57) {
  -webkit-transition-delay: 11400ms;
          transition-delay: 11400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(58) {
  -webkit-transition-delay: 11600ms;
          transition-delay: 11600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(59) {
  -webkit-transition-delay: 11800ms;
          transition-delay: 11800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(60) {
  -webkit-transition-delay: 12000ms;
          transition-delay: 12000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(61) {
  -webkit-transition-delay: 12200ms;
          transition-delay: 12200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(62) {
  -webkit-transition-delay: 12400ms;
          transition-delay: 12400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(63) {
  -webkit-transition-delay: 12600ms;
          transition-delay: 12600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(64) {
  -webkit-transition-delay: 12800ms;
          transition-delay: 12800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(65) {
  -webkit-transition-delay: 13000ms;
          transition-delay: 13000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(66) {
  -webkit-transition-delay: 13200ms;
          transition-delay: 13200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(67) {
  -webkit-transition-delay: 13400ms;
          transition-delay: 13400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(68) {
  -webkit-transition-delay: 13600ms;
          transition-delay: 13600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(69) {
  -webkit-transition-delay: 13800ms;
          transition-delay: 13800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(70) {
  -webkit-transition-delay: 14000ms;
          transition-delay: 14000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(71) {
  -webkit-transition-delay: 14200ms;
          transition-delay: 14200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(72) {
  -webkit-transition-delay: 14400ms;
          transition-delay: 14400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(73) {
  -webkit-transition-delay: 14600ms;
          transition-delay: 14600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(74) {
  -webkit-transition-delay: 14800ms;
          transition-delay: 14800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(75) {
  -webkit-transition-delay: 15000ms;
          transition-delay: 15000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(76) {
  -webkit-transition-delay: 15200ms;
          transition-delay: 15200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(77) {
  -webkit-transition-delay: 15400ms;
          transition-delay: 15400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(78) {
  -webkit-transition-delay: 15600ms;
          transition-delay: 15600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(79) {
  -webkit-transition-delay: 15800ms;
          transition-delay: 15800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(80) {
  -webkit-transition-delay: 16000ms;
          transition-delay: 16000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(81) {
  -webkit-transition-delay: 16200ms;
          transition-delay: 16200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(82) {
  -webkit-transition-delay: 16400ms;
          transition-delay: 16400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(83) {
  -webkit-transition-delay: 16600ms;
          transition-delay: 16600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(84) {
  -webkit-transition-delay: 16800ms;
          transition-delay: 16800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(85) {
  -webkit-transition-delay: 17000ms;
          transition-delay: 17000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(86) {
  -webkit-transition-delay: 17200ms;
          transition-delay: 17200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(87) {
  -webkit-transition-delay: 17400ms;
          transition-delay: 17400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(88) {
  -webkit-transition-delay: 17600ms;
          transition-delay: 17600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(89) {
  -webkit-transition-delay: 17800ms;
          transition-delay: 17800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(90) {
  -webkit-transition-delay: 18000ms;
          transition-delay: 18000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(91) {
  -webkit-transition-delay: 18200ms;
          transition-delay: 18200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(92) {
  -webkit-transition-delay: 18400ms;
          transition-delay: 18400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(93) {
  -webkit-transition-delay: 18600ms;
          transition-delay: 18600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(94) {
  -webkit-transition-delay: 18800ms;
          transition-delay: 18800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(95) {
  -webkit-transition-delay: 19000ms;
          transition-delay: 19000ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(96) {
  -webkit-transition-delay: 19200ms;
          transition-delay: 19200ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(97) {
  -webkit-transition-delay: 19400ms;
          transition-delay: 19400ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(98) {
  -webkit-transition-delay: 19600ms;
          transition-delay: 19600ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(99) {
  -webkit-transition-delay: 19800ms;
          transition-delay: 19800ms;
}
.blog-container .main-blog-content[data-in-view] .post-listing:nth-of-type(100) {
  -webkit-transition-delay: 20000ms;
          transition-delay: 20000ms;
}
.blog-container .main-blog-content[data-in-view].is-in-view .post-listing {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.blog-container .main-blog-content--full {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.blog-container .main-blog-sidebar,
.blog-container .secondary {
  width: 16.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.25rem;
          flex: 0 0 16.25rem;
  margin-left: 6.25rem;
}
@media screen and (max-width: 83.5em) {
  .blog-container .main-blog-sidebar,
  .blog-container .secondary {
    width: 13.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.125rem;
            flex: 0 0 13.125rem;
    margin-left: 2.8125rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .blog-container .main-blog-sidebar,
  .blog-container .secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 0;
    padding: 0;
  }
}
.blog-container .main-blog-sidebar[data-in-view] .pis-ul .pis-li,
.blog-container .secondary[data-in-view] .pis-ul .pis-li {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}
.blog-container .main-blog-sidebar[data-in-view] .pis-ul .pis-li:nth-of-type(1),
.blog-container .secondary[data-in-view] .pis-ul .pis-li:nth-of-type(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.blog-container .main-blog-sidebar[data-in-view] .pis-ul .pis-li:nth-of-type(2),
.blog-container .secondary[data-in-view] .pis-ul .pis-li:nth-of-type(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.blog-container .main-blog-sidebar[data-in-view] .pis-ul .pis-li:nth-of-type(3),
.blog-container .secondary[data-in-view] .pis-ul .pis-li:nth-of-type(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.blog-container .main-blog-sidebar[data-in-view].is-in-view .pis-ul .pis-li,
.blog-container .secondary[data-in-view].is-in-view .pis-ul .pis-li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Sidebar Toggle ========================================================================= */
.blog-hamburger-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 99;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  right: 0;
  top: -3.4375rem;
}
.blog-hamburger-icon:focus {
  outline: medium none;
}
.blog-hamburger-icon .hamburger-title {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 500;
  text-align: right;
  color: #00abe4;
}
.blog-hamburger-icon .hamburger-title span {
  display: block;
}
.blog-hamburger-icon .lines {
  float: right;
  margin-left: 8px;
  width: 32px;
}
.blog-hamburger-icon .lines .line {
  background: #00abe4 none repeat scroll 0 0;
  height: 4px;
  margin-bottom: 5px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.blog-hamburger-icon .lines .line:last-child {
  margin-bottom: 0;
}
.blog-hamburger-icon.sidebar-open .line:nth-child(1) {
  margin-bottom: 1px;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
  background: #00abe4;
}
.blog-hamburger-icon.sidebar-open .line:nth-child(2) {
  opacity: 0;
}
.blog-hamburger-icon.sidebar-open .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
  background: #00abe4;
}

/* Sidebar ========================================================================= */
.main-blog-sidebar {
  display: block;
}
@media screen and (max-width: 63.99875em) {
  .main-blog-sidebar {
    width: 100%;
    max-width: 21.875rem;
    display: none;
    margin: 0 auto;
  }
  .main-blog-sidebar .sidebar-container {
    max-width: 25rem;
    margin: 0 auto;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 63.99875em) and (max-width: 63.99875em) {
  .main-blog-sidebar .sidebar-container {
    padding-top: 0;
  }
}
.main-blog-sidebar .widget {
  margin-bottom: 3.125rem;
}
.main-blog-sidebar .widget-title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0em;
  padding-bottom: 0.875rem;
  color: #00abe4;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.main-blog-sidebar ul {
  margin-top: 0;
  margin-bottom: 0;
}
.main-blog-sidebar ul li a {
  display: block;
}
.main-blog-sidebar .widget_search {
  margin-bottom: 3.125rem;
}
.main-blog-sidebar .widget_search::after {
  content: "";
  display: table;
  clear: both;
}
.main-blog-sidebar .widget_search input[type=text].sdefault {
  color: #00437D;
  font-style: italic;
}
.main-blog-sidebar .widget_search input[type=text].sdefault--active {
  color: #000;
  font-style: normal;
}
.main-blog-sidebar .widget_search .cta {
  float: right;
}

/* Sidebar Plugin - Posts in Sidebar ========================================================================= */
.pis-ul {
  margin: 0 !important;
}
.pis-ul .pis-li {
  padding: 0;
  margin-bottom: 2.5rem;
}
.pis-ul .pis-li::before {
  display: none;
}
.pis-ul .pis-li .pis-title {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 83.5em) {
  .pis-ul .pis-li .pis-title {
    margin-bottom: 0.3125rem;
  }
}
.pis-ul .pis-li .pis-title .pis-title-link {
  border-bottom: 0;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0em;
  color: #00437D;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 83.5em) {
  .pis-ul .pis-li .pis-title .pis-title-link {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.pis-ul .pis-li .pis-excerpt {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: 0em;
  color: #999999;
  font-style:italic;
  font-family: "Source Serif 4", serif;
}
.pis-ul .pis-li .pis-excerpt .pis-thumbnail-link {
  margin-bottom: 0.9375rem;
  border-bottom: 0;
  margin-bottom: 0.3125rem;
}
.pis-ul .pis-li .pis-excerpt .pis-thumbnail-link .pis-thumbnail-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 9.6875rem;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 103.125em) {
  .pis-ul .pis-li .pis-excerpt .pis-thumbnail-link .pis-thumbnail-img {
    height: 9.0625rem;
  }
}
@media screen and (max-width: 83.5em) {
  .pis-ul .pis-li .pis-excerpt .pis-thumbnail-link .pis-thumbnail-img {
    height: 6.875rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .pis-ul .pis-li .pis-excerpt .pis-thumbnail-link .pis-thumbnail-img {
    -o-object-fit: none;
       object-fit: none;
    height: auto;
  }
}
.pis-ul .pis-li .pis-excerpt .pis-more .pis-more-link {
  display: none;
}
.pis-ul .pis-li:hover .pis-title .pis-title-link, [data-whatinput=initial] .pis-ul .pis-li:focus .pis-title .pis-title-link, [data-whatintent=keyboard] .pis-ul .pis-li:focus .pis-title .pis-title-link {
  color: #00437D;
}
.pis-ul .pis-li:hover .pis-title .pis-title-link::before, [data-whatinput=initial] .pis-ul .pis-li:focus .pis-title .pis-title-link::before, [data-whatintent=keyboard] .pis-ul .pis-li:focus .pis-title .pis-title-link::before {
  background: #00437D;
  height: 1.5rem;
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
  opacity: 0.9;
}
.pis-ul .pis-li:hover .pis-excerpt .pis-thumbnail-link .pis-thumbnail-img, [data-whatinput=initial] .pis-ul .pis-li:focus .pis-excerpt .pis-thumbnail-link .pis-thumbnail-img, [data-whatintent=keyboard] .pis-ul .pis-li:focus .pis-excerpt .pis-thumbnail-link .pis-thumbnail-img {
  opacity: 0.93;
}

/* Home Page ===================================================================== */
.home.blog {
  background: #f4f4f4;
}

.home-header {
  background: #00437D;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.home-header .home-header__title {
  font-size: 3.25rem;
  line-height: 3.25rem;
  font-weight: 400;
  letter-spacing: 0em;
}

/* Single Post ===================================================================== */
.single .single-header {
  background-color: #00437D;
  position: relative;
  overflow: hidden;
}
.single .single-header[data-in-view] .single-header__background {
  bottom: 0;
  left: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0;
  background-size: cover;
  background-position: 0% auto;
}
@media screen and (max-width: 83.5em) {
  .single .single-header[data-in-view] .single-header__background {
    bottom: -6.25rem;
  }
}
.single .single-header[data-in-view] .single-header-bg-img {
  opacity: 0;
  -webkit-transition: 1.1s 0.4s ease;
  transition: 1.1s 0.4s ease;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single .single-header[data-in-view].is-in-view .single-header__background {
  bottom: 0;
  left: 0;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 0.3;
  background-size: cover;
  background-position: 0 auto;
}
@media screen and (max-width: 83.5em) {
  .single .single-header[data-in-view].is-in-view .single-header__background {
    bottom: -6.25rem;
  }
}
.single .single-header[data-in-view].is-in-view .single-header-bg-img {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single .single-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.6)), color-stop(rgba(34, 34, 34, 0.8)), to(rgba(0, 67, 125, 0.5)));
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.6), rgba(34, 34, 34, 0.8), rgba(0, 67, 125, 0.5));
  z-index: 2;
}
.single .single-header .single-header-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 210px);
  background-position: center center;
  background-size: cover;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(105px);
          transform: translateY(105px);
  display: block;
}
.single .single-header .header-content {
  position: relative;
  z-index: 12;
  padding-top: 15rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 83.5em) {
  .single .single-header .header-content {
    padding-top: 13.125rem;
    padding-bottom: 6.875rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .single .single-header .header-content {
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
  }
}
.single .single-header .header-content__title {
  font-size: 4.375rem;
  line-height: 4.875rem;
  font-weight: 500;
  letter-spacing: 0em;
  margin: 0 auto;
  max-width: 66.875rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 103.125em) {
  .single .single-header .header-content__title {
    max-width: 61.875rem;
  }
}
@media screen and (max-width: 83.5em) {
  .single .single-header .header-content__title {
    max-width: 92%;
    font-size: 3.75rem;
    line-height: 4.25rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .single .single-header .header-content__title {
    font-size: 2.1875rem;
    line-height: 2.25rem;
    max-width: 88%;
  }
}
.single .single-header .post-data {
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
.single .single-header .post-data .post-data__author-avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00437D;
  margin-right: 0.75rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 63.99875em) {
  .single .single-header .post-data .post-data__author-avatar {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.single .single-header .post-data .post-data__author-avatar:hover, [data-whatinput=initial] .single .single-header .post-data .post-data__author-avatar:focus, [data-whatintent=keyboard] .single .single-header .post-data .post-data__author-avatar:focus {
  border-color: #00437D;
}
.single .single-header .post-data .post-data__author-date {
  font-size: 1rem;
  line-height: 1.375rem;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 63.99875em) {
  .single .single-header .post-data .post-data__author-date {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
  }
}
.single .single-header .post-data .post-data__author-date a {
  display: block;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.single .single-header .post-data .post-data__author-date a:hover, [data-whatinput=initial] .single .single-header .post-data .post-data__author-date a:focus, [data-whatintent=keyboard] .single .single-header .post-data .post-data__author-date a:focus {
  text-decoration: underline;
}
.single .single-header .next-prev-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .single-header .next-prev-container .next-prev-links {
  position: absolute !important;
  display: block;
  top: 44%;
  margin-top: 0;
  height: 6.75rem;
  z-index: 30;
  width: 10rem;
  background-repeat: no-repeat;
  padding: 0;
  -webkit-transition: 0.26s ease;
  transition: 0.26s ease;
  overflow: hidden;
}
@media screen and (max-width: 63.99875em) {
  .single .single-header .next-prev-container .next-prev-links {
    margin-top: -3.375rem;
  }
}
.single .single-header .next-prev-container .next-prev-links:hover::before, [data-whatinput=initial] .single .single-header .next-prev-container .next-prev-links:focus::before, [data-whatintent=keyboard] .single .single-header .next-prev-container .next-prev-links:focus::before {
  opacity: 0;
}
.single .single-header .next-prev-container .next-prev-links:hover .next-prev-links__image, [data-whatinput=initial] .single .single-header .next-prev-container .next-prev-links:focus .next-prev-links__image, [data-whatintent=keyboard] .single .single-header .next-prev-container .next-prev-links:focus .next-prev-links__image {
  opacity: 1;
}
.single .single-header .next-prev-container .next-prev-links:hover .next-prev-links__title, [data-whatinput=initial] .single .single-header .next-prev-container .next-prev-links:focus .next-prev-links__title, [data-whatintent=keyboard] .single .single-header .next-prev-container .next-prev-links:focus .next-prev-links__title {
  opacity: 1;
}
.single .single-header .next-prev-container .next-prev-links::before {
  position: absolute;
  color: #fff;
  font-size: 1.875rem;
  top: 50%;
  margin-top: -1.25rem;
  opacity: 0.8;
}
.single .single-header .next-prev-container .next-prev-links--previous {
  left: -5.625rem;
}
@media screen and (max-width: 83.5em) {
  .single .single-header .next-prev-container .next-prev-links--previous {
    left: -6.375rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .single .single-header .next-prev-container .next-prev-links--previous {
    left: -7.0625rem;
  }
}
@media screen and (max-width: 39.99875em) {
  .single .single-header .next-prev-container .next-prev-links--previous {
    left: -7.6875rem;
  }
}
.single .single-header .next-prev-container .next-prev-links--previous::before {
  content: "\f053";
  right: 0.625rem;
}
.single .single-header .next-prev-container .next-prev-links--previous:hover, [data-whatinput=initial] .single .single-header .next-prev-container .next-prev-links--previous:focus, [data-whatintent=keyboard] .single .single-header .next-prev-container .next-prev-links--previous:focus {
  left: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.single .single-header .next-prev-container .next-prev-links--previous .next-prev-links__title {
  text-align: right;
}
.single .single-header .next-prev-container .next-prev-links--next {
  right: -5.625rem;
}
@media screen and (max-width: 83.5em) {
  .single .single-header .next-prev-container .next-prev-links--next {
    right: -6.375rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .single .single-header .next-prev-container .next-prev-links--next {
    right: -7.0625rem;
  }
}
@media screen and (max-width: 39.99875em) {
  .single .single-header .next-prev-container .next-prev-links--next {
    right: -7.6875rem;
  }
}
.single .single-header .next-prev-container .next-prev-links--next::before {
  content: "\f054";
  left: 0.625rem;
}
.single .single-header .next-prev-container .next-prev-links--next:hover, [data-whatinput=initial] .single .single-header .next-prev-container .next-prev-links--next:focus, [data-whatintent=keyboard] .single .single-header .next-prev-container .next-prev-links--next:focus {
  right: 0;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.single .single-header .next-prev-container .next-prev-links--next .next-prev-links__title {
  text-align: left;
}
.single .single-header .next-prev-container .next-prev-links .next-prev-links__image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.26s ease;
  transition: 0.26s ease;
}
.single .single-header .next-prev-container .next-prev-links .next-prev-links__title {
  font-size: 0.6875rem !important;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 400;
  line-height: 1.2;
  background-color: rgba(0, 67, 125, 0.8);
  opacity: 0;
  -webkit-transition: 0.22s;
  transition: 0.22s;
  padding: 0.375rem 0.625rem 0.3125rem;
}
.single .single-header .next-prev-container .next-prev-links .next-prev-links__title span {
  display: block;
}
.single .footer-tags {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  text-align: center;
  color: #fff;
  background: #00437D;
  padding: 0.75rem 0;
  cursor: default;
  margin-top: 0.75rem;
}
.single .footer-tags a {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}
.single .footer-tags a:hover, [data-whatinput=initial] .single .footer-tags a:focus, [data-whatintent=keyboard] .single .footer-tags a:focus {
  text-decoration: underline;
}
.single .next-prev-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 39.99875em) {
  .single .next-prev-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single .next-prev-bottom--noprevious {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single .next-prev-bottom--nonext {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single .next-prev-bottom a {
  width: 47.5%;
  background-size: cover;
  min-height: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 39.99875em) {
  .single .next-prev-bottom a {
    width: 100%;
    max-width: 25rem;
  }
  .single .next-prev-bottom a:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.single .next-prev-bottom a::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00437D;
  z-index: 1;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.single .next-prev-bottom a > span {
  display: block;
  width: 90%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.single .next-prev-bottom a > span span:nth-child(1) {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.003em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.single .next-prev-bottom a > span span:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.single .next-prev-bottom a:hover::before, [data-whatinput=initial] .single .next-prev-bottom a:focus::before, [data-whatintent=keyboard] .single .next-prev-bottom a:focus::before {
  opacity: 0.8;
  background: #005197;
}

.archive--container article:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
.archive--container article a {
  text-decoration: none !important;
}
.archive--container article a > span {
  color: #9D3884;
}
.archive--container article a p {
  color: #222;
}
.archive--container article a:hover h2, [data-whatinput=initial] .archive--container article a:focus h2, [data-whatintent=keyboard] .archive--container article a:focus h2 {
  text-decoration: underline;
}

/* Search Results Page ================================================================ */
.search .search-wrap {
  padding-bottom: 2.5rem;
}
.search .search-wrap:not(:last-of-type) {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #00437D;
}
.search .search-wrap .search-title {
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.search .search-wrap .search-title a {
  font-size: 1.75rem;
  line-height: 2.0625rem;
  text-decoration: none;
}
.search .search-wrap strong {
  background: rgba(255, 240, 0, 0.3);
}
.search .search-wrap .search-footer {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  display: inline-block;
  margin-right: 20px;
  color: #00abe4;
}
.search .search-wrap .search-footer a {
  font-weight: normal;
}
.search .search-wrap .search-footer--date::before {
  content: "\f073";
  color: #00abe4;
  margin-right: 0.25rem;
}
.search .search-wrap .search-footer--author::before {
  content: "\f007";
  color: #00abe4;
  margin-right: 0.25rem;
}
.search .search-wrap .search-footer--categories {
  display: inline;
}
.search .search-wrap .search-footer--categories::before {
  content: "\f07c";
}
.search .search-wrap .search-footer--tags {
  display: inline;
}
.search .search-wrap .search-footer--tags::before {
  content: "\f02c";
}

.blog-breadcrumbs {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  color: white;
  padding: 0.625rem 0 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  position: relative;
  background: #9D3884;
}
@media screen and (max-width: 63.99875em) {
  .blog-breadcrumbs {
    margin-bottom: 3.4375rem;
  }
}
.blog-breadcrumbs .breadcrumbs__divider {
  display: inline-block;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.blog-breadcrumbs .breadcrumbs__divider::before {
  content: "\f054";
  color: #fff;
  opacity: 0.3;
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
  display: inline-block;
}
.blog-breadcrumbs a {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}
.blog-breadcrumbs a:hover, [data-whatinput=initial] .blog-breadcrumbs a:focus, [data-whatintent=keyboard] .blog-breadcrumbs a:focus {
  text-decoration: underline !important;
}

.no-results-notice {
  text-align: center;
}

.no-results {
  max-width: 27.5rem;
  margin: 0 auto;
}
.no-results::after {
  content: "";
  display: table;
  clear: both;
}
.no-results input[type=text].sdefault {
  color: #00437D;
  font-style: italic;
}
.no-results input[type=text].sdefault--active {
  color: #000;
  font-style: normal;
}
.no-results button {
  float: right !important;
}

.blog-title-header {
  background: #00437D;
  text-align: left;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 63.99875em) {
  .blog-title-header {
    text-align: center;
  }
}
.blog-title-header h1 {
  font-size: 3.25rem;
  line-height: 3.5625rem;
}
.blog-title-header h1 .hnobold {
  font-weight: normal;
}
@media screen and (max-width: 63.99875em) {
  .blog-title-header h1 {
    font-size: 2rem;
    line-height: 2.3125rem;
  }
}
.blog-title-header--search-results h1 {
  font-weight: bold;
}
.blog-title-header--archive .archive-description p:last-child {
  margin-bottom: 0;
}

/* Pagination ==================================================================== */
.pagination {
  clear: both;
  padding: 2.5rem 0;
  text-align: center;
  cursor: default;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 500;
  display: inline-block;
  padding: 0.625rem 0.75rem 0.4375rem;
  color: #00437D;
  border: 1px solid #00437D;
  border-radius: 0.1875rem;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 0.375rem;
}
.pagination .page-numbers:hover, [data-whatinput=initial] .pagination .page-numbers:focus, [data-whatintent=keyboard] .pagination .page-numbers:focus {
  background: rgba(0, 67, 125, 0.1);
}
.pagination .page-numbers.dots {
  background: none;
  border: none;
  color: #00437D;
  padding: 0;
  font-weight: 700;
}
.pagination .page-numbers.current {
  background: #00437D;
  color: #fff;
  cursor: default;
  border-color: #00437D;
}

body.blog .blog-tabs .tabs {
  margin: 0 0 2.5rem;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.blog .blog-tabs .tabs::before, body.blog .blog-tabs .tabs::after {
  display: none;
}
body.blog .blog-tabs .tabs .tabs-title {
  padding: 0;
  margin-bottom: 0;
}
body.blog .blog-tabs .tabs .tabs-title:not(:last-of-type) {
  margin-right: 0.9375rem;
}
body.blog .blog-tabs .tabs .tabs-title::before {
  display: none;
}
body.blog .blog-tabs .tabs .tabs-title.is-active a {
  color: #fff !important;
  background: #9D3884 !important;
  border-color: #9D3884 !important;
}
body.blog .blog-tabs .tabs .tabs-title.is-active a:hover, [data-whatinput=initial] body.blog .blog-tabs .tabs .tabs-title.is-active a:focus, [data-whatintent=keyboard] body.blog .blog-tabs .tabs .tabs-title.is-active a:focus {
  background: #b03f94 !important;
  border-color: #b03f94 !important;
  color: #fff !important;
}
body.blog .blog-tabs .title-bar {
  background-color: white;
}
body.blog .blog-tabs .special-menu-button {
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
body.blog .blog-tabs .tabs-content {
  padding: 0;
  border: 0;
}
body.blog .blog-tabs .tabs-content .tabs-panel {
  padding: 0;
}
body.blog .blog-tabs .tabs-content .tabs-panel .tabs-content__bottom {
  width: 100%;
  margin-top: 3.75rem;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 0.125rem solid #00437D;
}
body.blog .blog-tabs .tabs-mobile {
  margin-bottom: 1.875rem;
}
body.blog .navigation.posts-navigation {
  border-top: 0.125rem solid rgba(27, 27, 27, 0.1);
}
body.blog .postnav {
  display: none;
}

.blogcols .blogcols__top {
  margin-bottom: 3.75rem;
  text-align: center;
}
.blogcols .blogcols__top img {
  margin-bottom: 1.25rem;
}
.blogcols .blogcols__top h2 {
  text-align: center;
  color: #00437D;
}
.blogcols .blogcols__top p {
  font-size: 1.5625rem;
  line-height: 2rem;
  font-weight: 300;
  letter-spacing: 0.055em;
  font-style: italic;
  margin-bottom: 0;
}

.hero {
  position: relative;
  height: 45rem;
  background: #00437D;
  overflow: hidden;
}
@media screen and (max-width: 63.99875em) {
  .hero {
    height: auto;
    min-height: unset;
    padding: 5rem 0 0;
  }
}
.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}
@media screen and (max-width: 63.99875em) {
  .hero::after {
    display: block;
  }
}
.hero[data-in-view] .hero__bg {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.hero[data-in-view] .sw .hero__heading h1 > span.standard {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateX(-2.5rem);
          transform: translateX(-2.5rem);
}
@media screen and (max-width: 63.99875em) {
  .hero[data-in-view] .sw .hero__heading h1 > span.standard {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero[data-in-view] .sw .hero__heading h1 > span.highlight {
  opacity: 0;
  -webkit-transition: 1s 0.5s ease;
  transition: 1s 0.5s ease;
  -webkit-transform: translateX(5rem);
          transform: translateX(5rem);
}
@media screen and (max-width: 63.99875em) {
  .hero[data-in-view] .sw .hero__heading h1 > span.highlight {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero[data-in-view].is-in-view .hero__bg {
  opacity: 1;
}
.hero[data-in-view].is-in-view .sw .hero__heading h1 > span.standard {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 63.99875em) {
  .hero[data-in-view].is-in-view .sw .hero__heading h1 > span.standard {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero[data-in-view].is-in-view .sw .hero__heading h1 > span.highlight {
  opacity: 1;
  -webkit-transform: translateX(7.5rem);
          transform: translateX(7.5rem);
}
@media screen and (max-width: 63.99875em) {
  .hero[data-in-view].is-in-view .sw .hero__heading h1 > span.highlight {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero .hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center center;
}
@media screen and (max-width: 725px) {
  .hero .hero__bg {
  background-position: center top 30px !important;
  background-repeat: no-repeat; 
/* 	      height: 300px; */
}
		
}
.hero .hero__bg.fadeout {
  opacity: 0 !important;
}
.hero .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 63.99875em) {
  .hero .hero__inner {
    min-height: unset;
  }
}
.hero .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.hero .sw .hero__heading {
  position: absolute;
  top: unset;
  right: 7.5rem;
  bottom: 0;
  width: 35.1875rem;
}
@media screen and (max-width: 63.99875em) {
  .hero .sw .hero__heading {
    position: relative;
    right: unset;
    width: 100%;
    bottom: unset;
  }
}
.hero .sw .hero__heading h1 {
  color: white;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  text-align: right;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  margin-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
  .hero .sw .hero__heading h1 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
}
.hero .sw .hero__heading h1 > span {
  display: block;
}
.hero .sw .hero__heading h1 > span.standard {
  font-size: 2.125rem;
  line-height: 2.4375rem;
  font-weight: 500;
  letter-spacing: 0em;
  padding: 0 0.875rem;
}
.hero .sw .hero__heading h1 > span.standard > span {
  display: block;
  -webkit-transform: translateX(4.375rem);
          transform: translateX(4.375rem);
}
@media screen and (max-width: 63.99875em) {
  .hero .sw .hero__heading h1 > span.standard > span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero .sw .hero__heading h1 > span.highlight {
  font-size: 4.6875rem;
  line-height: 4.6875rem;
  font-weight: 400;
  letter-spacing: 0em;
  color: #00437D;
	font-style:italic;
  font-family: "Source Serif 4", serif;
}
@media screen and (max-width: 63.99875em) {
  .hero .sw .hero__heading h1 > span.highlight {
    font-size: 3.4375rem;
    line-height: 3.4375rem;
  }
}
.hero--video::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.875rem;
  background: white;
  left: 0;
  z-index: 3;
}
.hero--video[data-in-view] .hero_video_container::before {
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.hero--video[data-in-view] .hero_video_container::after {
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  -webkit-transition: 1s 0.4s ease;
  transition: 1s 0.4s ease;
}
.hero--video[data-in-view].is-in-view .hero_video_container::before {
  opacity: 0.5;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero--video[data-in-view].is-in-view .hero_video_container::after {
  opacity: 0.5;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero--video .hero_video_container {
  position: relative;
  z-index: 5;
  height: 100%;
}
.hero--video .hero_video_container::before, .hero--video .hero_video_container::after {
  content: "";
  clip-path: polygon(100% 83%, 20% 100%, 100% 100%);
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
}
@media screen and (max-width: 63.99875em) {
  .hero--video .hero_video_container::before, .hero--video .hero_video_container::after {
    top: -1.875rem;
  }
}
.hero--video .hero_video_container::before {
  clip-path: polygon(0 84%, 0 100%, 55% 100%);
}
.hero--video .hero__bg {
  background-position: center;
}
.hero--video .hero__video {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  z-index: 2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 63.99875em) {
  .hero--video .hero__video {
    -o-object-position: center;
       object-position: center;
  }
}
.hero--video .hero__video.fadein {
  opacity: 1;
}
.hero--subpage {
  background: #555;
  overflow: hidden;
  height: 36.875rem;
}
@media screen and (max-width: 63.99875em) {
  .hero--subpage {
    height: auto;
    padding: 0;
  }
}
.hero--subpage[data-in-view]::before {
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.hero--subpage[data-in-view]::after {
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  -webkit-transition: 1s 0.4s ease;
  transition: 1s 0.4s ease;
}
.hero--subpage[data-in-view].is-in-view::before {
  opacity: 0.6;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero--subpage[data-in-view].is-in-view::after {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero--subpage[data-in-view].is-in-view .hero__bg {
  opacity: 1;
}
.hero--subpage::before, .hero--subpage::after {
  content: "";
  clip-path: polygon(100% 83%, 20% 100%, 100% 100%);
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
}
.hero--subpage::before {
  clip-path: polygon(0 84%, 0 100%, 55% 100%);
}
.hero--subpage .hero__inner {
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .hero--subpage .hero__inner {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 5rem 0 5.625rem;
  }
}
.hero--subpage .hero__inner::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 67, 125, 0)), color-stop(rgba(0, 67, 125, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 67, 125, 0), rgba(0, 67, 125, 0.5), rgba(255, 255, 255, 0));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 63.99875em) {
  .hero--subpage .hero__inner::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 67, 125, 0)), color-stop(rgba(0, 67, 125, 0.5)), to(rgba(0, 67, 125, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 67, 125, 0), rgba(0, 67, 125, 0.5), rgba(0, 67, 125, 0.4));
  }
}
.hero--subpage .hero__inner .sw {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero--subpage .hero__inner .sw .hero__heading {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  width: unset;
  z-index: 5;
}
.hero--subpage .hero__inner .sw .hero__heading h1 {
  color: white;
  font-size: 3.0625rem;
  line-height: 3.3125rem;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
	display:none
}
@media screen and (max-width: 63.99875em) {
  .hero--subpage .hero__inner .sw .hero__heading h1 {
    font-size: 2.5rem;
    line-height: 2.6875rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.media_text {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.media_text .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.625rem 0;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .media_text .sw {
    display: block;
    padding: 4.375rem 0;
  }
	.media_text .sw .media_text__content,
	.media_text .sw[data-in-view].is-in-view .media_text__media,
	.media_text .sw.splt .media_text__content,
	.media_text.media_text--reverse-order .sw.splt .media_text__media,
	.media_text .sw.splt .media_text__content,
	.media_text .sw.splt .media_text__content{
		width:100% !important;
		margin: 0 !important;
	}
	.media_text .sw[data-in-view].is-in-view .media_text__media,
	.media_text.media_text--reverse-order .sw.splt .media_text__media {
		margin: 0 0 30px !important;
		padding-bottom: 5px;
	}
}
.media_text .sw[data-in-view] .media_text__media {
  opacity: 0;
  -webkit-transform: translateX(-1.25rem);
          transform: translateX(-1.25rem);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.media_text .sw[data-in-view].is-in-view .media_text__media {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.media_text .sw .media_text__media {
    margin-right: 3.75rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 45%;
}
.media_text .sw .media_text__content {
	width: 55%;
}
.media_text .sw.splt .media_text__media {
    margin-right: 3.75rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 60%;
}
.media_text.media_text--reverse-order .sw.splt .media_text__media {
    margin-left: 3.75rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 55%;
}
.media_text .sw.splt .media_text__content {
	width:45%
}
.media_text .sw.splt {
	max-width:1100px
}
@media screen and (max-width: 63.99875em) {
  .media_text .sw .media_text__media {
    margin-right: unset;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .media_text .sw .media_text__media h2 {
    margin-bottom: 0;
  }
}
.media_text .sw .media_text__media img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 63.99875em) {
  .media_text .sw .media_text__media img {
    margin-left: auto;
    margin-right: auto;
  }
}

 
.media_text .sw .media_text__media .cta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
.media_text .sw .media_text__content h2:not(:first-of-type) {
  margin-top: 2.5rem;
}
.media_text .sw .media_text__content p:last-of-type {
  margin-bottom: 0;
}
.media_text .sw .media_text__content .cta {
  margin-top: 0.5rem;
}
.media_text .sw .media_text__content .purple {
  color: #9D3884;
  font-weight: 600;
}
.media_text .sw .media_text__content .highlight {
  font-family: "Source Serif 4", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0em;
}
.media_text .sw .media_text__content h3 {
  color: #9D3884;
  font-style: italic;
  font-weight: 400;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.media_text--mt-neg {
  margin-top: -3.75rem;
  z-index: 4;
}
.media_text--mb-neg {
  margin-bottom: -2.5rem;
  z-index: 4;
}
@media screen and (max-width: 83.5em) {
  .media_text--mb-neg {
    margin-bottom: 0;
    padding-bottom: 4.375rem;
  }
}
.media_text--reverse-order .sw[data-in-view] .media_text__media {
  -webkit-transform: translateX(1.25rem);
          transform: translateX(1.25rem);
}
.media_text--reverse-order .sw .media_text__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 3.75rem;
  margin-right: unset;
}
@media screen and (max-width: 63.99875em) {
  .media_text--reverse-order .sw .media_text__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: unset;
  }
}
.media_text--reverse-order .sw .media_text__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
	width:40%
}
@media screen and (max-width: 63.99875em) {
  .media_text--reverse-order .sw .media_text__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.media_text--text .sw .media_text__media {
  text-align: left;
}
.media_text--aifs .sw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
	    column-gap: 40px;
}
.media_text--aifs .sw .media_text__media {
  margin-top: 0;
}

.video-gall  a {
	width: 25%;
}
@media screen and (max-width: 700px) {
	.media_text--aifs .sw {
		 display: flex;
	    row-gap: 20px;
		
}
	.video-gall  a {
	width: 100%;
	}
}
@media screen and (max-width: 63.99875em) {
  .media_text--aifs .sw .media_text__media {
    margin-top: 0;
  }

}
.media_text--aife .sw {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.media_text--blog-home .sw {
  padding-bottom: 0;
}

.three_tiles {
  position: relative;
}
.three_tiles .three_tiles__bg {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.three_tiles .three_tiles__bg.active {
  opacity: 1;
  pointer-events: auto;
}
.three_tiles .three_tiles__bg--1 {
  opacity: 1;
}
.three_tiles .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .three_tiles .sw {
    display: block;
    width: 100%;
  }
}
.three_tiles .sw .item {
  width: 33.3333%;
  height: 41.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.875rem 1.875rem 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 83.5em) {
  .three_tiles .sw .item {
    height: 28.75rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .three_tiles .sw .item {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 3.75rem 1.875rem 4.375rem;
  }
}
@media screen and (min-width: 63.99875em) {
  .three_tiles .sw .item {
    background: none !important;
  }
}
.three_tiles .sw .item:nth-child(2) {
  border-left: 0.125rem solid rgba(255, 255, 255, 0.5);
  border-right: 0.125rem solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 63.99875em) {
  .three_tiles .sw .item:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.three_tiles .sw .item h2 {
  color: white;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 83.5em) {
  .three_tiles .sw .item h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

 
.three_tiles .sw .item .item__desc {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease, max-height 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, max-height 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 63.99875em) {
  .three_tiles .sw .item .item__desc {
    opacity: 1;
    max-height: 62.5rem;
    pointer-events: auto;
  }
}
.three_tiles .sw .item .item__desc p {
  color: white;
	font-size:19px;
	line-height:24px;
}
.three_tiles .sw .item .item__desc--visible {
  opacity: 1;
  max-height: 62.5rem;
}
.three_tiles .sw .item .cta {
  margin-top: 0.9375rem;
}
.three_tiles .sw .item:hover .item__desc, [data-whatinput=initial] .three_tiles .sw .item:focus .item__desc, [data-whatintent=keyboard] .three_tiles .sw .item:focus .item__desc {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.testimonials {
  padding: 150px 0 125px;
  background-size: cover;
  background-position: center;
}
.testimonials .sw .testimonials__top {
  margin-bottom: 1.875rem;
  text-align: center;
}
.testimonials .sw .testimonials__top img {
  margin-bottom: 2.5rem;
}
.testimonials .sw .testimonials__top h2 {
  text-align: center;
}
.testimonials .sw .testimonials__container {
  text-align: center;
}
.testimonials .sw .testimonials__container .item {
  margin-bottom: 1.875rem;
}
.testimonials .sw .testimonials__container .item p {
    font-size: 1.5625rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: 0.055em;
    font-style: italic;
    margin-bottom: 0;
    font-family: "Source Serif 4", serif;
}
@media screen and (max-width: 63.99875em) {
  .testimonials .sw .testimonials__container .item p {
    font-size: 1.375rem;
    line-height: 1.8125rem;
  }
}
.testimonials .sw .testimonials__container .item p.author {
  font-weight: 400;
  margin-bottom: 0;
}
.testimonials .sw .testimonials__container .slick-dots {
  padding: 0;
  margin: 0;
}
.testimonials .sw .testimonials__container .slick-dots li {
  padding: 0;
  margin: 0;
}
.testimonials .sw .testimonials__container .slick-dots li::before {
  content: "";
  background: url(../img/dot.png);
  background-size: cover;
  display: block;
  width: 0.9375rem;
  height: 0.75rem;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.testimonials .sw .testimonials__container .slick-dots li button {
  z-index: 2;
  position: relative;
}
.testimonials .sw .testimonials__container .slick-dots li button .slick-dot-icon {
  display: none;
}
.testimonials .sw .testimonials__container .slick-dots li.slick-active::before {
  opacity: 1;
}
.testimonials--orange .sw .testimonials__top h2 {
  color: #F79549;
}
.testimonials--purple .sw .testimonials__top h2 {
  color: #9D3884;
}
.testimonials .sw .testimonials__container .slick-autoplay-toggle-button{
  display: none !important;
}
.highlight {
  background-size: cover;
}
.highlight .sw {
  text-align: center;
  padding: 11.25rem 0;
}
@media screen and (max-width: 63.99875em) {
  .highlight .sw {
    padding: 6.25rem 0;
  }
}
.highlight .sw .highlight__content {
  width: 40.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.highlight .sw h2 {
  color: white;
}
.highlight .sw p {
  color: white;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0em;
}
.highlight .sw p .cta,
.highlight .sw p .cta-txt {
  margin-top: 1.25rem;
}
.highlight .sw .content__ctas .cta-txt:not(:last-of-type) {
  margin-right: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .highlight .sw .content__ctas .cta-txt:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 83.5em) {
  .highlight--content-left {
    background-position: -320px center;
  }
}
@media screen and (max-width: 63.99875em) {
  .highlight--content-left {
    background-position: center;
  }
}
@media screen and (max-width: 39.99875em) {
  .highlight--content-left {
    background-position: left center;
  }
}
.highlight--content-left .sw {
  text-align: left;
}
.highlight--content-left .sw .highlight__content {
  width: 60%;
  margin-left: 0;
}
@media screen and (max-width: 39.99875em) {
  .highlight--content-left .sw .highlight__content {
    width: 100%;
  }
}
.highlight--wider .sw .highlight__content {
  width: 56.25rem;
}
.highlight--more-margin .sw h2 {
  margin-bottom: 2.5rem;
}

.bottom_form {
  padding: 4.375rem 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.bottom_form--map > .bottom_form__img {
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  top: 0%;
  width: 55vw;
  height: 100%;
}
.bottom_form .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 83.5em) {
  .bottom_form .sw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 63.99875em) {
  .bottom_form .sw {
    display: block;
  }
}
.bottom_form .sw .bottom_form__txt {
  width: 40%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 63.99875em) {
  .bottom_form .sw .bottom_form__txt {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.bottom_form .sw .bottom_form__txt h2 {
  color: white;
}
.bottom_form .sw .bottom_form__txt p {
  color: white;
}
.bottom_form .sw .bottom_form__form {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 83.5em) {
  .bottom_form .sw .bottom_form__form {
    width: 30rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .bottom_form .sw .bottom_form__form {
    width: 100%;
  }
}

.independent_form {
  padding: 5.625rem 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.independent_form::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
}
.independent_form .sw {
  z-index: 3;
}
.independent_form .sw .independent_form__container .gform_wrapper select,
.independent_form .sw .independent_form__container .gform_wrapper input[type=text],
.independent_form .sw .independent_form__container .gform_wrapper input[type=search],
.independent_form .sw .independent_form__container .gform_wrapper input[type=tel],
.independent_form .sw .independent_form__container .gform_wrapper input[type=number],
.independent_form .sw .independent_form__container .gform_wrapper input[type=email],
.independent_form .sw .independent_form__container .gform_wrapper textarea {
  border: 0.125rem solid #00437D !important;
  height: auto;
}
.independent_form .sw .independent_form__container .gform_wrapper .gform-body .gform_fields .gfield .gfield_label {
  color: #222;
  font-weight: 600;
}
.independent_form .sw .independent_form__container .gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_first .gform-field-label,
.independent_form .sw .independent_form__container .gform_wrapper .gform-body .gform_fields .gfield .ginput_container .name_last .gform-field-label {
  color: #1B1B1B;
}
.independent_form .sw .independent_form__container .gform_wrapper .gform_footer .gform_button {
  margin-top: 0;
  color: #9D3884 !important;
  border: 0.125rem solid #9D3884 !important;
  background: transparent !important;
  text-transform: uppercase !important;
  font-family: "Source Serif 4", serif !important;
  font-size: 1.25rem !important;
  padding: 0.75rem 2rem !important;
}
.independent_form .sw .independent_form__container .gform_wrapper .gform_footer .gform_button:hover, [data-whatinput=initial] .independent_form .sw .independent_form__container .gform_wrapper .gform_footer .gform_button:focus, [data-whatintent=keyboard] .independent_form .sw .independent_form__container .gform_wrapper .gform_footer .gform_button:focus {
  background-color: #9d3884 !important;
  color: #fff !important;
}

.two_col_cta {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 6.25rem 0;
  min-height: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two_col_cta::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.125rem;
  background: rgba(255, 255, 255, 0.9);
  left: 50%;
  top: 0;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 63.99875em) {
  .two_col_cta::after {
    display: none;
  }
}
.two_col_cta .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .two_col_cta .sw {
    display: block;
  }
}
.two_col_cta .sw .item {
  width: 50%;
  text-align: center;
  padding: 0 2.5rem;
}
@media screen and (max-width: 63.99875em) {
  .two_col_cta .sw .item {
    width: 100%;
    padding: 5rem 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .two_col_cta .sw .item:not(:last-of-type) {
    padding-bottom: 5.625rem;
    border-bottom: 0.125rem solid rgba(255, 255, 255, 0.9);
  }
}
.two_col_cta .sw .item h2 {
  color: white;
}

.floor_plans {
  padding: 5.625rem 0;
}
.floor_plans .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 63.99875em) {
  .floor_plans .sw {
    display: block;
  }
}
.floor_plans .sw .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 63.99875em) {
  .floor_plans .sw .item {
    width: 100%;
    text-align: center;
  }
}
.floor_plans .sw .item:nth-child(3n+2) {
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 63.99875em) {
  .floor_plans .sw .item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.floor_plans .sw .item .image {
  width: 100%;
  height: 25rem;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5625rem;
}
.floor_plans .sw .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.floor_plans .sw .item h2 {
  color: #00437D;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  font-weight: 600;
  letter-spacing: 0em;
}
.floor_plans .sw .item p {
  font-weight: bold;
}
.floor_plans .sw .item ul li {
  text-align: left;
}
.floor_plans .sw .item ul li:not(:last-of-type) {
  margin-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
  .floor_plans .sw .item .item_ctas .cta {
    width: 21.875rem;
    max-width: 100%;
  }
}
.floor_plans .sw .item .item_ctas .cta:not(:last-of-type) {
  margin-bottom: 0.8125rem;
}

@media screen and (max-width: 63.99875em) {
  .feature_tiles {
    margin-top: 1.875rem;
  }
}
.feature_tiles .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 63.99875em) {
  .feature_tiles .sw {
    display: block;
  }
}
.feature_tiles .sw[data-in-view] .tile {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}
.feature_tiles .sw[data-in-view] .tile .tile_content > img {
  opacity: 0;
  -webkit-transition: 1s 1s ease;
  transition: 1s 1s ease;
  -webkit-transform: translateX(-3.125rem);
          transform: translateX(-3.125rem);
}
.feature_tiles .sw[data-in-view].is-in-view .tile {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.feature_tiles .sw[data-in-view].is-in-view .tile:nth-of-type(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.feature_tiles .sw[data-in-view].is-in-view .tile:nth-of-type(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.feature_tiles .sw[data-in-view].is-in-view .tile:nth-of-type(3) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.feature_tiles .sw[data-in-view].is-in-view .tile .tile_content > img {
  opacity: 1;
  -webkit-transform: translateX(-1.25rem);
          transform: translateX(-1.25rem);
}
.feature_tiles .sw .tile {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 83.5em) {
  .feature_tiles .sw .tile {
    height: 16.875rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .feature_tiles .sw .tile {
    width: 25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .feature_tiles .sw .tile:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.feature_tiles .sw .tile > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* .feature_tiles .sw .tile .tile_content {
  position: relative;
  z-index: 3;
} */
.feature_tiles .sw .tile .tile_content { 
position: relative;
    z-index: 3;
    background: #f9f7f1;
    outline: 1px solid #9D3884;
    outline-offset: -18px;
    box-shadow: 2px 2px 31px 0px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 2px 2px 31px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 2px 2px 31px 0px rgba(0,0,0,0.56);
    margin-top: -5%;
    padding: 30px;
    width: 90%;
	}
.feature_tiles .sw .tile .tile_content h2 {
  color: white;
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 83.5em) {
  .feature_tiles .sw .tile .tile_content h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.feature_tiles .sw .tile .tile_content > img {
  display: block;
}
.feature_tiles .sw .tile .tile_content .cta {
  margin-top: 0.5rem;
}
.feature_tiles--blog {
  margin-bottom: 0;
}
.feature_tiles--blog .sw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.board.media_text .sw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px;
    position: relative;
}

.feature_tiles--blog.board .sw .tile {
    margin-bottom: 25px;
    padding: 10px 0 0!important;
    height: auto;
    display: block;
    text-align: left;
}

.staff.media_text {
	padding-top: 100px !important
}
.staff.media_text .sw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px;
    position: relative;
}
.sw.titlewrap {
	padding-bottom:110px;
}
.feature_tiles--blog.staff .sw .tile {
    margin-bottom: 25px;
    padding: 10px 0 0!important;
    height: auto;
    display: block;
    text-align: left;
}
.feature_tiles--blog.staff .sw .tile .tile_content .post-category,
.feature_tiles--blog.board .sw .tile .tile_content .post-category{
    color: #9D3884;
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-style: italic;
}
.feature_tiles--blog.staff .sw .tile .tile_content h2,
.feature_tiles--blog.board .sw .tile .tile_content h2{
    padding: 0;
    margin-bottom: 0;
    color: #00437D;
}



.feature_tiles--blog .sw .tile {
  margin-bottom: 2.5rem;
  padding: 1.875rem 0;
  height: auto;
  display: block;
  text-align: left;
}
.feature_tiles--blog .sw .tile {
  margin-bottom: 2.5rem;
  padding: 1.875rem 0;
  height: auto;
  display: block;
  text-align: left;
}
@media screen and (max-width: 83.5em) {
  .feature_tiles--blog .sw .tile {
    height: auto !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .feature_tiles--blog .sw .tile {
    width: 25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature_tiles--blog .sw .tile:last-of-type {
  margin-bottom: 0;
}
.feature_tiles--blog .sw .tile > img {
 position: relative;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
	
}
.feature_tiles--blog .sw .tile .tile_content .post-category {
  color: #9D3884;
  margin-top: 0.9375rem;
  margin-bottom: 0.25rem;
  font-style: italic;
}
.feature_tiles--blog .sw .tile .tile_content h2 {
  padding: 0;
  margin-bottom: 1.25rem;
  color: #00437D;
}
.feature_tiles--blog .sw .tile .tile_content .post-content__excerpt {
  padding: 0;
  color: #222;
  margin-bottom: 1.25rem;
}
.feature_tiles--blog .sw .tile:hover::before, [data-whatinput=initial] .feature_tiles--blog .sw .tile:focus::before, [data-whatintent=keyboard] .feature_tiles--blog .sw .tile:focus::before {
  opacity: 0.5;
}
@media screen and (max-width: 63.99875em) {
  .feature_tiles--staff .sw .tile {
    padding: 0;
  }
}
.feature_tiles--two .sw .tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  height: 26.25rem;
}
@media screen and (max-width: 83.5em) {
  .feature_tiles--two .sw .tile {
    height: 16.875rem;
  }
}

.slider_comp .slider_comp__container .slick-arrow {
  z-index: 10;
  height: 2.5rem;
  width: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9D3884;
  border: 0.125rem solid white;
}
.slider_comp .slider_comp__container .slick-arrow::after {
  font-size: 1.125rem;
  color: white;
  position: absolute;
}
.slider_comp .slider_comp__container .slick-arrow span {
  display: none;
}
.slider_comp .slider_comp__container .slick-arrow.slick-prev {
  left: 0;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-left: 0;
}
.slider_comp .slider_comp__container .slick-arrow.slick-prev::after {
  content: "\f053";
  right: 0.9375rem;
}
.slider_comp .slider_comp__container .slick-arrow.slick-next {
  right: 0;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-right: 0;
}
.slider_comp .slider_comp__container .slick-arrow.slick-next::after {
  content: "\f054";
  left: 0.9375rem;
}
.slider_comp .slider_comp__container .slick-list .slick-track .slick-slide {
  padding: 0 0.9375rem;
}
@media screen and (max-width: 63.99875em) {
  .slider_comp .slider_comp__container .slick-list .slick-track .slick-slide {
    padding: 0 0.625rem;
  }
}
/* Table responsive cost & benefits */
@media screen and (max-width: 425px) {
	.table-responsive{
		overflow-x: scroll;
	}
}
/* For ADA widget overlap */
@media screen and (max-width: 425px) {
	.userway_buttons_wrapper{
		top: 40% !important;
	}
}

