/*==========================================================================
FONT FACES
==========================================================================*/
@charset "UTF-8";
/* Arrows */
#4994d7: #71ba50;
#e0e0e0: #e2e3ee;
@font-face {
  font-family: 'hero';
  src: url('fonts/hero/hero-webfont.eot');
  src: url('fonts/hero/hero-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hero/hero-webfont.woff2') format('woff2'), url('fonts/hero/hero-webfont.woff') format('woff'), url('fonts/hero/hero-webfont.ttf') format('truetype'), url('fonts/hero/hero-webfont.svg#heroregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'herolight';
  src: url('fonts/hero/hero_light-webfont.eot');
  src: url('fonts/hero/hero_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hero/hero_light-webfont.woff2') format('woff2'), url('fonts/hero/hero_light-webfont.woff') format('woff'), url('fonts/hero/hero_light-webfont.ttf') format('truetype'), url('fonts/hero/hero_light-webfont.svg#hero_lightlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff image-url("ajax-loader.gif", false, false) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  /* Icons */
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@font-face {
  font-family: "slick";
  src: font-url("slick.eot");
  src: font-url("slick.eot?#iefix") format("embedded-opentype"), font-url("slick.woff") format("woff"), font-url("slick.ttf") format("truetype"), font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\2190';
}
[dir="rtl"] .slick-prev:before {
  content: '\2192';
}
.slick-next {
  right: -25px;
  /* Dots */
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\2192';
}
[dir="rtl"] .slick-next:before {
  content: '\2190';
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  z-index: 4;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 38px;
  line-height: 20px;
  text-align: center;
  color: ;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: ;
  opacity: 0.75;
}
input, textarea {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 0.5em;
}
label {
  display: block;
  margin-bottom: 0.5em;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
.aligncenter, img.aligncenter {
  margin: 0.5em auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
article.main hr {
  border: none;
  height: 1px;
  width: 30%;
  margin: 1em 0;
}
.button {
  margin: 0;
  border-width: 4px;
  border-style: solid;
  text-decoration: none !important;
}
.emails a {
  display: block;
}
body {
  position: static;
}
ul, p {
  line-height: inherit;
  font-size: inherit;
}
h1, h2, h3, h4, h5, h6 {
  color: inherit;
}
div.gform_wrapper {
  max-width: 500px;
  margin: 0 auto;
}
div.gform_wrapper label {
  color: inherit;
}
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
ul, ol, dl {
  margin: 0;
  list-style-position: inside;
}
[class*="column"] + [class*="column"]:last-child {
  float: left;
  clear: none;
}
.row .row {
  margin: 0 auto;
  padding: 0;
}
.inline-list > li > * {
  display: inline-block;
}
.screen-reader-text {
  display: none;
}
html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.row {
  max-width: 1100px;
}
.secondary > .row {
  background-color: rgba(255, 255, 255, .04);
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.inline-menu {
  display: inline-block;
}
.button {
  display: inline-block;
  margin: 0 auto;
  border: none;
  max-width: 500px;
  transition: 0.1s all ease-in;
}
.searchform {
  margin: 1em 0;
}
input[type="submit"] {
  cursor: pointer;
}
@media screen and (min-width: 500px) {
  input[type="submit"] {
    background-color: ;
    border-color: ;
    border-radius: 4px;
  }
}
.foreohfore {
  text-align: center;
  padding: 200px 0;
  padding: 28vh 0;
}
time {
  clear: both;
  float: right;
}
time:after {
  content: "";
  display: table;
  clear: both;
}
.single-col {
  padding: 0.5em;
}
.p:first-of-type {
  margin-top: 1em;
}
.topbar a.phone {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.logo {
  display: inline-block;
  margin: 1em;
}
.logo a img {
  max-height: 225px;
  width: auto;
}
.topbar {
  padding: 0.5em 0;
  line-height: 1em;
  font-size: 0.9rem;
}
.topbar span, .topbar nav {
  display: block;
}
@media screen and (min-width: 1082px) {
  .topbar span, .topbar nav {
    margin: 0;
    margin-right: 2em;
    display: inline-block;
    float: left;
  }
}
.topbar .inline-list li {
  display: inline-block;
  margin-right: 0.75em;
}
.topbar span p {
  margin: 0;
}
@media screen and (min-width: 500px) {
  .text-center .topbar span, .text-right .topbar span, .text-center .topbar nav, .text-right .topbar nav {
    float: none;
  }
}
@media screen and (min-width: 500px) {
  .text-right .topbar .social-connect {
    float: right;
  }
}
@media screen and (min-width: 500px) {
  .text-left .topbar .social-connect {
    float: left;
  }
}
@media screen and (min-width: 500px) {
  .text-center .topbar .social-connect {
    float: none;
    display: inline-block;
  }
}
.topbar .st-icon, .topbar [class^="st-icon-"] {
  height: auto;
  padding: 0;
  margin-top: -0.2em;
}
.main-nav {
  position: relative;
}
.menu-pull {
  display: block;
  margin: 0.5em 0;
}
@media screen and (min-width: 1082px) {
  .menu-pull {
    display: none;
  }
}
#main-menu {
  display: none;
}
#main-menu.active {
  display: block;
}
@media screen and (min-width: 1082px) {
  #main-menu {
    display: inline-block;
  }
}
#main-menu:after {
  content: " ";
  position: absolute;
  width: 100%;
  padding: 2em;
}
.navicon {
  margin: 0 1em;
}
.center-nav .inline-list {
  text-align: center;
}
.icon-img {
  width: 100%;
}
.inline-list {
  overflow: visible;
  margin: 0;
}
.inline-list li {
  display: block;
  float: none;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
}
@media screen and (min-width: 1082px) {
  .inline-list li {
    padding: 0.5em 1.5em;
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .inline-list li:last-of-type {
    margin-right: 0;
  }
}
.inline-list > li > .sub-menu {
  display: block;
  list-style: none;
  margin: 0.5em 0 0 0;
}
@media screen and (min-width: 1082px) {
  .inline-list > li > .sub-menu {
    display: none;
    left: 0;
    right: 0;
    top: 30px;
    position: absolute;
    z-index: 4;
    padding: 0.5em;
  }
}
.inline-list .sub-menu .sub-menu {
  display: block;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1082px) {
  .inline-list .sub-menu .sub-menu {
    display: none;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 4;
    padding: 0.5em;
  }
  .inline-list .sub-menu .sub-menu li {
    display: block;
  }
}
.sub-menu .sub-menu {
  min-width: 100%;
}
@media screen and (min-width: 1082px) {
  .inline-list li > .sub-menu .sub-menu li {
    padding: 0;
  }
}
@media screen and (min-width: 1082px) {
  .menu-item-has-children:hover > .sub-menu {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1082px) {
  .sub-menu {
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.09), 0 11px 17px 0 rgba(0, 0, 0, 0.2);
  }
}
.footer-inner {
  padding: 2em 0;
  font-size: 0.7em;
}
.pre-footer-menu {
  display: inline-block;
}
.pre-footer-menu, footer .inline-list li {
  margin-right: 1em;
  display: inline;
}
@media screen and (min-width: 500px) {
  .pre-footer-menu, footer .inline-list li {
    margin-right: 2em;
  }
}
.copyright {
  margin-top: 1em;
  margin-bottom: 0;
}
.footer-inner .inline-menu {
  display: inline;
}
#menu-footer-menu {
  display: inline;
}
#menu-footer-menu li {
  padding: 0;
}
.sidebar {
  z-index: 2;
  min-height: 100%;
  height: 100%;
  padding-top: 1em;
}
.widget-title {
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 1em;
  clear: both;
  display: inline;
  z-index: 2;
}
.widget {
  margin-bottom: 1em;
  position: relative;
}
.widget:after {
  content: "";
  display: table;
  clear: both;
}
.widget:before {
  top: 0.8em;
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: -1;
}
.widget ul, .widget a {
  list-style: none;
}
#searchsubmit {
  display: inline;
  width: 25%;
  margin: 0;
  float: left;
}
#s {
  display: inline;
  width: 75%;
  margin: 0;
  float: left;
}
.the-grid {
  padding: 0.5em 0.9375em 2em 0.9375em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .grid-has-circle, .grid-has-square, .grid-has-rounded-square {
    padding: 0 2em;
  }
}
.has-circle, .has-square, .has-rounded-square {
  margin: 0 0.5em;
}
@media screen and (min-width: 500px) {
  .has-circle, .has-square, .has-rounded-square {
    margin: 0;
    padding: 0.5em;
  }
}
.grid-item__icon {
  float: left;
  width: 43%;
}
.grid-item__icon:nth-of-type(2n+1) {
  clear: both;
}
@media screen and (min-width: 500px) {
  .grid-item__icon:nth-of-type(2n+1) {
    clear: none;
  }
}
.grid-item__icon img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.the-grid__title {
  text-align: center;
  display: inline-block;
  clear: both;
  font-size: 1.5em;
  z-index: 2;
  margin: 0.5em 0;
  position: relative;
  padding: 0 0.5em;
}
@media screen and (min-width: 600px) {
  .the-grid__title {
    font-size: 2em;
  }
}
.the-grid .header-border:before {
  top: -28px;
}
@media screen and (min-width: 600px) {
  .the-grid .header-border:before {
    top: -36px;
  }
}
.grid-item__label {
  text-align: center;
  display: block;
  margin: 0.125em;
  padding: 0.5em;
}
.grid-item__label:after {
  content: "";
  display: table;
  clear: both;
}
.grid-item__label h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
}
.icon-grid-area {
  padding: 1.5em 4em;
}
.icon {
  display: inline-block;
  font-size: 5em;
}
@media screen and (min-width: 500px) {
  .icon {
    font-size: 9em;
  }
}
.shape {
  text-align: center;
  display: block;
  height: 0;
  width: 100%;
  padding: 50% 0;
  transition: 0.3s all ease-in;
}
.shape, .shape > * {
  line-height: 0;
}
.no-shape {
  width: 100%;
  height: 100%;
}
.shape--image-bg {
  background-size: cover;
}
.circle {
  border-radius: 100%;
}
.rounded-square {
  border-radius: 20%;
}
.diamond {
  transform: rotate(45deg);
  border-radius: 20%;
}
.diamond .icon {
  transform: rotate(-45deg);
}
.rectangle {
  display: none;
}
.rectangle__title {
  margin: 1em 2em;
}
.row.icon-content {
  margin: 1em;
}
@media screen and (min-width: 500px) {
  .icon-grid-2 {
    width: 33%;
  }
  .icon-grid-2:nth-of-type(4n) {
    clear: left;
  }
}
@media screen and (min-width: 992px) {
  .icon-grid-2 {
    width: 16.66667%;
  }
  .icon-grid-2:nth-of-type(4n) {
    clear: none;
  }
  .icon-grid-2 .icon {
    font-size: 6em;
  }
}
@media screen and (min-width: 500px) {
  .icon-grid-3 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .icon-grid-3 {
    width: 25%;
  }
  .icon-grid-3:nth-of-type(4n) {
    clear: none;
  }
}
@media screen and (min-width: 500px) {
  .icon-grid-4 {
    width: 33.33333%;
  }
  .icon-grid-4:nth-of-type(4n) {
    clear: left;
  }
}
.grid-item__img {
  height: 13em;
  background-size: cover;
}
.grid-content {
  padding: 2em 1em;
}
.grid-content__item {
  padding: 0 0.125em;
  margin-top: 3em;
}
.grid-content__item:after {
  content: "";
  display: table;
  clear: both;
}
.grid-content__item:first-of-type {
  margin-top: 0;
}
.grid-content__item .header-border {
  top: 8px;
}
.grid-content__title {
  margin: 0 0 0.5em 0;
  line-height: 2.3125rem;
  display: inline;
  padding-right: 0.5em;
  z-index: 2;
  clear: both;
  position: relative;
}
.grid-content__item__sidebar {
  padding: 0;
}
.grid-content__img {
  height: 13em;
  background-size: cover;
}
.grid-content__more {
  padding: 0.5em;
}
.grid-content.row .row {
  margin-top: 1.5em;
}
@media screen and (min-width: 500px) {
  .bleurgh {
    margin-top: 1em;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .bleurgh {
    margin-top: 0;
    padding: 0 0.9375em;
  }
}
.grid-content__item__sidebar .icon {
  font-size: 11em;
}
.grid-item__icon .custom-icon-img {
  width: 40%;
  margin-top: -24%;
}
.grid-content__item__sidebar img.custom-icon-img {
  margin-top: -33%;
  width: 50%;
}
.callout .row {
  padding: 1em 0.5em;
}
.callout .row h1 {
  margin: 0 0 0.5em 0;
  font-size: 1.5em;
}
.callout .row p {
  margin-bottom: 0.5em;
}
.callout-copy {
  margin: 0;
}
.callout .button {
  font-weight: bold;
}
.content {
  position: relative;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  position: relative;
  z-index: 2;
  display: inline;
  padding-right: 1em;
}
.content {
  padding-top: 1em;
}
.home-slideshow {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.side-right .slide-inner {
  right: 0.75em;
  text-align: right;
}
.side-left .slide-inner {
  left: 0.75em;
  right: 0.75em;
}
.side-center .slide-inner {
  right: 0;
  left: 0;
  text-align: center;
}
.slide-wrap {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, ) 77%, rgba(0, 1, 0, ) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(77%, rgba(0, 1, 0, )), color-stop(100%, rgba(0, 1, 0, )));
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, ) 77%, rgba(0, 1, 0, ) 100%);
  background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, ) 77%, rgba(0, 1, 0, ) 100%);
  background: -ms-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, ) 77%, rgba(0, 1, 0, ) 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, ) 77%, rgba(0, 1, 0, ) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='$secondary',GradientType=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.slide-content {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  top: 0;
  text-shadow: black 1px 1px 5px;
}
.slide-inner {
  position: absolute;
  margin: auto;
  bottom: 2.5em;
  max-width: 100%;
}
.slick-dots {
  position: absolute;
  bottom: 0.75em;
  right: 0;
  top: auto;
  margin: 0;
}
.slick-dots button, .slick-dots li {
  transition: all 0.3s ease-in;
  height: 15px;
  width: 15px;
}
.slick-dots button {
  margin: 0;
  border-width: 3px;
  border-style: solid;
}
.slick-dots button:before {
  content: '';
}
.slick-dots button:hover {
  opacity: 0.8;
}
.home-slider {
  position: relative;
  margin: 0;
}
.home-slider .slide {
  min-height: 450px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.home-slider .content {
  position: absolute;
}
.overlay-no {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.slide-inner {
  font-size: 1.5em;
  line-height: 1.5em;
}
.slide-inner > h1, .slide-inner h2, .slide-inner h3, .slide-inner h4, .slide-inner h5, .slide-inner h6, .slide-inner p {
  margin: 0;
}
.cta-button {
  font-weight: bold;
  display: block;
  transition: 0.2s ease-in all;
}
.page-header {
  height: 450px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.header-content {
  position: absolute;
  padding: 1em;
}
@media screen and (min-width: 500px) {
  .header-content {
    padding: 2em;
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .header-content {
    width: 30%;
  }
}
.header-content a {
  font-weight: bold;
}
.header-position-left, .header-position-right, .header-position-center {
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 500px) {
  .header-position-left {
    left: 0;
    height: 100%;
  }
}
@media screen and (min-width: 500px) {
  .header-position-right {
    right: 0;
    height: 100%;
  }
}
@media screen and (min-width: 500px) {
  .header-position-center {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}
.page-title {
  display: inline;
  z-index: 2;
  line-height: 2em;
  clear: both;
  position: relative;
  font-size: 1.5em;
  padding: 0 0.5em;
}
@media screen and (min-width: 500px) {
  .page-title {
    padding: 0 2em;
    font-size: 2em;
  }
}
@media screen and (min-width: 500px) {
  .page-title-box {
    padding: 1em 2em;
  }
}
div#content-area {
  min-height: calc(100vh - 311px);
}
.primary {
  background-color: #fff;
  color: #f25c23;
}
.primary a {
  color: #f25c23;
}
.secondary {
  background-color: #f25c23;
  color: #fff;
}
.secondary a {
  color: #4994d7;
}
.secondary-border {
  background-color: #f25c23;
  height: 0.5em;
  width: 100%;
}
.tertiary {
  background-color: #4994d7;
  color: #fff;
}
.tertiary-text {
  color: #4994d7;
}
.quaternary {
  background-color: #e0e0e0;
  color: #fff;
}
.topbar a {
  color: #4994d7;
  transition: 0.1s all ease-in;
}
.topbar a:hover {
  color: #9dc5e9;
}
.primary-overlay {
  background-color: rgba(255, 255, 255, .5);
}
.secondary-overlay {
  background-color: rgba(242, 92, 35, .5);
}
.tertiary-overlay {
  background-color: rgba(73, 148, 215, .5);
}
.quaternary-overlay {
  background-color: rgba(224, 224, 224, .5);
}
.icon-area {
  background-color: #f9f9f9;
}
input {
  border-color: #e0e0e0;
}
@media screen and (min-width: 1082px) {
  .menu-item-has-children:hover {
    background-color: #4994d7;
  }
}
@media screen and (min-width: 1082px) {
  .sub-menu {
    background-color: #4994d7;
  }
}
.sub-menu li:hover {
  background-color: #5ea0dc;
}
.button {
  color: #fff !important;
  background: #4994d7;
}
.button:hover, .button:focus {
  background: #73ade0;
}
.cta-button {
  color: #4994d7;
}
.cta-button:hover {
  color: #73ade0;
}
input[type="submit"] {
  cursor: pointer;
}
@media screen and (min-width: 500px) {
  input[type="submit"] {
    background-color: #4994d7;
    border-color: #4994d7;
  }
}
.shape:hover {
  background-color: #73ade0;
}
.rectangle__title {
  color: #fff;
}
.main-nav a {
  color: #fff;
}
.header-content a {
  color: #f25c23;
}
.page-title {
  background-color: #fff;
}
.the-grid__title {
  background-color: #fff;
}
.shape:hover {
  background-color: #73ade0;
}
.rectangle__title {
  color: #fff;
}
.grid-content__title {
  background-color: #fff;
}
.widget-title {
  background-color: #fff;
}
.widget:before {
  background-color: #f25c23;
}
.widget ul, .widget a {
  color: #4994d7;
}
#searchsubmit {
  color: #fff;
}
#s {
  color: #f25c23;
  /*General*/
}
.callout a:hover {
  color: #ffd5c5;
}
.callout a {
  color: #fff;
  transition: all 0.2s ease-out;
}
p {
  color: #565656;
}
.home .secondary-border.row {
  display: none;
}
.page-id-37 .secondary-border.row {
  display: none;
}
.page-id-13 .secondary-border.row {
  display: none;
}
.page-id-9 .secondary-border.row {
  display: none;
  /*Header*/
}
.slide-wrap {
  background: none !important;
}
.main-nav a {
  color: #fff;
  font-weight: bold;
}
.topbar .st-icon, .topbar [class^="st-icon-"], .topbar a[class^="st-icon-"]:hover {
  color: #e0e0e0;
}
@media screen and (max-width: 900px) {
  /*Sub-Menu*/  .social-connect.social.st-shape-icon.st-multi-color {
    margin-top: 10px;
    text-align: center;
  }
  .topbar span p {
    margin: 0;
    text-align: center;
  }
}
ul.sub-menu {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  /*Gforms*/
}
.widget-title {
  background-color: #4f97d7;
  display: block;
  padding: 0.5em;
  color: #fff;
  margin-bottom: 4px;
}
#gform_1 {
  background: #4994d7;
  padding: 0.5em;
}
div.gform_wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#gform_1 .button:hover, .button:focus {
  background: #163857;
}
input#gform_submit_button_1 {
  background: #2b567c;
}
#gform_1 label.gfield_label {
  color: #fff;
  /*Footer*/
}
.secondary .large-centered.text-center.footer-inner a {
  color: #fff !important;
  font-size: 1.1em;
  font-weight: bold;
}
span.pre-footer-menu {
  display: none;
}
p.copyright {
  color: #fff;
}
.page-id-9 .large-3 h3 {
  color: #4994d7;
}
.page-id-5 div#content-area {
  min-height: 300px;
}
.topbar p a {
  color: #4994d7;
  transition: 0.1s all ease-in;
  font-size: 1.3em;
}
@media screen and (max-width: 1081px) {
  #menu-main-menu {
    background-color: #e2531d;
  }
  .main-nav {
    padding: 0 !important;
  }
  .main-nav a {
    display: block;
    padding: 0.5em;
  }
  .main-nav li {
    border-bottom: 1px solid #d24e1d;
    margin-bottom: 0;
    padding: 0;
  }
  .main-nav ul ul {
    background-color: #d24e1d;
  }
  .main-nav ul ul li {
    border-bottom: 1px solid #e2531d;
  }
  header .social-connect {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .topbar {
    text-align: center;
  }
  .grid-content__img {
    height: 16em;
    background-position: center;
  }
}
