/*
RESET CSS
*/
.background-image {
  background-size: cover !important; }

body {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000; }

* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; }

main {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }

a,
a:link,
a:visited {
  text-decoration: none;
  color: #004075;}

main a,
main a:link,
main a:visited {
  text-decoration: underline;
  color: #004075; }

.twelvecol {
  width: 100%; }

.text-margin > *:not(:last-child) {
  margin-bottom: 15px; }

.body-section--inner img{
	display: block;
	max-width: 100%;
	height: auto;
}

#header-search-bar {
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 56.25em) {
  #header-search-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 56.25em) {
  .member-button {
    text-align: center; } }

#fixed-nav .flex-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%; }

input[type="search"] {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5B5B5B;
  text-align: center;
  padding: 13px 20px; }

@media (max-width: 56.25em) {
  .logo {
    display: none; } }

.mobile-logo {
  display: none; }

@media (max-width: 56.25em) {
  .mobile-logo {
    display: block; } }

.search_entry {
  width: 100%;
  padding-left: 10px;
  height: 54px;
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid #777777; }

#header-search-bar input[type="submit"], #search-bar input[type="submit"] {
  background: url(../img/search-icon.png) 0 0 no-repeat;
  border: 0 none;
  /* height: 1.5em; */
  line-height: 1.5em;
  margin: 0;
  padding: 3px 0;
  text-indent: 100px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  float: right;
  cursor: pointer;
  height: 22px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 24px; }

#navigation {
  width: 80%; }

@media (max-width: 56.25em) {
  #navigation {
    -webkit-box-shadow: 0px 14px 24px -17px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 14px 24px -17px rgba(0, 0, 0, 0.75); } }

.logged-in #fixed-nav {
  margin-top: 32px !important; }

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  background: #000; }

.top-nav a {
  margin-left: 20px;
  color: #fff;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem; }

.top-nav a svg {
  padding: 5px; }

.top-nav a svg path {
  fill: #18BDCE; }

.top-nav p {
  color: #fff;
  text-decoration: none !important; }

#fixed-nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000; }

#fixed-nav .third {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.main-nav-body {
  background: #4B5395;
  background: -webkit-gradient(linear, left top, left bottom, from(#492D7B), to(#4B5395));
  background: -o-linear-gradient(top, #004075, #18BDCE);
  background: linear-gradient(to bottom, #004075, #18BDCE); }

@media (max-width: 56.25em) {
  .main-nav-body {
    background: #fff; } }

#fixed-nav .flex-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 56.25em) {
  #fixed-nav .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; } }

#fixed-nav .flex-container .twocol {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }

#fixed-nav .flex-container .twocol a {
  display: block; }

@media (max-width: 56.25em) {
  #fixed-nav .flex-container .twocol {
    position: relative;
    height: auto;
    padding: 2rem !important;
    width: 100%; } }

.logo-box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0 auto;
  padding: 1rem; }

@media (max-width: 56.25em) {
  .logo-box {
    position: relative;
    display: inline-block; } }

@media (max-width: 37.5em) {
  .logo-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

header img {
  display: block;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  max-width: 26.5rem;
  width: 100%;
  display: block; }

@media (max-width: 56.25em) {
  header img {
    position: relative;
    z-index: 1; } }

@media (max-width: 37.5em) {
  header img {
    max-width: 100%; } }

.header-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4rem; }

@media (max-width: 75em) {
  .header-address {
    margin-left: 2rem; } }

@media (max-width: 56.25em) {
  .header-address {
    margin-left: 0;
    text-align: center;
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 56.25em) {
  #navigation {
    display: none;
    width: 100%; } }

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (max-width: 56.25em) {
  #nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: unset; } }

@media (max-width: 56.25em) {
  #nav > li {
    padding: 0px !important;
    background: #fff !important; }
  #nav > li.open {
    background: #FAFAFA !important; }
  #nav > li.open > a {
    color: #000; }
  #nav > li > a {
    color: #000; } }

#nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -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; }

@media (max-width: 56.25em) {
  #nav li {
    width: 100%;
    display: block; } }

#nav li:hover {
  background: #18BDCE; }

#nav a {
  padding: 2rem;
  font-weight: 700;
  text-decoration: none !important;
  font-family: open-sans, sans-serif;
  color: #fff;
  font-size: 1.6rem; }

@media (max-width: 75em) {
  #nav a {
    padding: 2rem 1.5rem; } }

@media (max-width: 56.25em) {
  #nav a {
    text-align: left;
    padding: 1.5rem;
    font-size: 2.2rem; } }

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mobile-nav {
  display: none;
  cursor: pointer;
  width: 4rem;
  height: 3rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media (max-width: 56.25em) {
  #mobile-nav {
    display: block; } }

.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 3.5rem;
  height: 4px;
  background-color: #000;
  display: inline-block;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0; }

.navigation__icon::before {
  top: -1rem; }

.navigation__icon::after {
  top: 1rem; }

.open .navigation__icon {
  background-color: transparent; }

.open .navigation__icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.open .navigation__icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.header-social {
  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 (max-width: 56.25em) {
  .header-social {
    visibility: hidden;
    display: none; } }

header .facebook_button {
  display: block; }

header .facebook_button:hover path {
  fill: #492D7B; }

header svg {
  width: 2.4rem !important;
  height: 2.4rem !important; }

header svg path {
  fill: #D5D5D5;
  -webkit-transition: 0.2s fill ease;
  -o-transition: 0.2s fill ease;
  transition: 0.2s fill ease; }

.logo {
  max-width: 190px;
  display: block; }

.top-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0; }

.top-navigation > div {
  padding: 5px; }

@media (max-width: 56.25em) {
  .top-navigation {
    display: none !important; } }

.menu-item-has-children > a::after {
  content: "";
  padding: 3px;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(calc(-50% - 0.3rem)) rotate(45deg);
      -ms-transform: translateY(calc(-50% - 0.3rem)) rotate(45deg);
          transform: translateY(calc(-50% - 0.3rem)) rotate(45deg); }

@media (max-width: 56.25em) {
  .menu-item-has-children > a::after {
    display: none !important; } }

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1; }

.sub-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: -2px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: #fff;
  z-index: -1;
  border-radius: 2px;
  width: 200%; }

.sub-menu .sub-menu li:not(:last-child) {
  border-bottom: 2px solid #FAFAFA; }

@media (max-width: 56.25em) {
  .sub-menu .sub-menu {
    visibility: visible;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    display: none;
    border-top: 1px solid #FAFAFA;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
    top: 0;
    width: 100%; } }

@media (max-width: 56.25em) {
  #nav .sub-menu a {
    font-size: 2rem;
    padding-left: 5rem; }
  .sub-menu .sub-menu li {
    background-color: #EEEEEE; } }

@media (max-width: 56.25em) {
  .sub-menu .sub-menu a {
    font-weight: 400 !important;
    color: #707070 !important;
    padding-left: 7rem !important; } }

@media (max-width: 56.25em) {
  .opened {
    background: #fff; }
  .opened > .sub-menu {
    border-top: 2px solid #707070;
    display: block;
    max-height: 0;
    overflow: hidden; } }

.sub-menu li:not(:last-child) {
  border-bottom: 2px solid #FAFAFA; }

@media (max-width: 56.25em) {
  .sub-menu {
    visibility: visible;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    top: 0;
    display: none;
    border: none;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    overflow: hidden;
    background: #fafafa;
    width: 100%; } }

#nav .sub-menu a {
  color: #888888;
  display: inline-block; }

@media (max-width: 56.25em) {
  .sub-menu a {
    color: #888888;
    display: block; } }

@media (max-width: 56.25em) {
  .sub-menu a:after {
    border-color: #888888 !important; } }

.alert-bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem !important;
  background-color: #ED1C24; }

.alert-bar p {
  color: #fff;
  font-size: 2.2rem; }

.top-navigation-mobile {
  display: none !important; }

@media (max-width: 56.25em) {
  .top-navigation-mobile {
    display: block !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px !important; } }

@media (max-width: 56.25em) {
  .current_page_item {
    background: #1A75BB; }
  .current_page_item > a {
    color: #fff !important; } }

.mobile-phone {
  display: none;
  background: url(../img/phone-icon.png) 0 0 no-repeat; }

@media (max-width: 56.25em) {
  .mobile-phone {
    display: block;
    width: 28px;
    height: 31px;
    background-size: cover;
    position: absolute;
    right: 9.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mobile-phone a {
    display: block !important;
    width: 100% !important;
    height: 100%;
    padding: 0 !important; } }

.escape_key {
  position: fixed;
  bottom: 20vh;
  right: 10px;
  z-index: 100000000; }

.escape_key button {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #492D7B;
  font-size: 1.6rem;
  background: #e27344 !important;
  border-radius: 20px;
  padding: 8px;
	transition: 0.2s all ease;
  border: none; }

.escape_key button:hover {
  color: #e27344;
  background: #492D7B !important;
 }

@media (max-width: 56.25em) {
  .escape_key {
    bottom: 40px; } }

.search-window-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75%; }

.has-children {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1; }

.has-children.open {
  background: #fff;
  padding: 20px 60px !important; }

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.005s all ease;
  -o-transition: 0.005s all ease;
  transition: 0.005s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 4px -4px #ddd;
          box-shadow: 0px 4px 4px -4px #ddd; }

.sub-menu li {
  background: transparent !important; }

@media (max-width: 56.25em) {
  .sub-menu a h4 {
    color: #18BDCE; } }

@media (max-width: 56.25em) {
  .sub-menu li.gray h4 {
    color: #18BDCE; } }

.sub-menu a:after {
  display: block;
  content: '';
  border-bottom: solid 2px #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }

@media (max-width: 56.25em) {
  .sub-menu a:after {
    border-bottom: solid 2px #18BDCE;
    border-color: #18BDCE !important;
    margin-top: 0px;
    margin: 1px auto; } }

.sub-menu .active a:after,
.sub-menu a:hover:after,
.sub-menu .current-menu-item a:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.sub-menu-right {
  background: #FAFAFA; }

.sub-menu__inner {
  background: #fff;
  width: 100%;
  margin: 0px 20px; }

@media (max-width: 56.25em) {
  .sub-menu__inner {
    margin: 0; } }

@media (max-width: 56.25em) {
  .sub-menu__inner {
    padding: 1.5rem 0; } }

.sub-menu .menu-image {
  padding: 0 8px; }

.sub-menu img {
  max-width: initial;
  height: auto;
  width: 100%;
  padding: 25px; }

.sub-menu .sub-menu-left {
  padding: 2rem 1.5rem; }

@media (max-width: 56.25em) {
  .sub-menu .sub-menu-left {
    padding: 0; } }

.sub-menu .sub-menu-right {
  padding: 50px; }

@media (max-width: 56.25em) {
  .sub-menu .sub-menu-right {
    padding: 0 1.5rem 1.5rem 1.5rem; } }

@media (max-width: 56.25em) {
  .sub-menu .sub-menu-left {
    display: none; } }

.sub-menu .mega-menu-title {
  padding-bottom: 10px; }

.sub-menu .mega-menu-title h5 {
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 700; }

@media (max-width: 56.25em) {
  .sub-menu .mega-menu-title {
    display: none; } }

#nav .base-menu li {
  float: none;
  display: block; }

.sub-menu .base-menu li a {
  padding: 5px 0 !important;
  color: #707070; }

@media (max-width: 56.25em) {
  .sub-menu .base-menu li a {
    padding: 5px 0 !important; } }

@media (max-width: 56.25em) {
  .sub-menu {
    max-height: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    top: initial;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; } }

#nav .sub-menu a:after {
  border-color: #18BDCE; }

#nav .sub-menu li.gray a:after {
  border-color: #5B5B5B; }

#nav .sub-menu a {
  font-size: 1.6rem;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  color: #707070;
  text-transform: none; }

.phone-border {
  height: 2px;
  width: 100%;
  background: #E9E9E9; }

.phone-border.end {
  margin-bottom: 10px; }

@media (max-width: 56.25em) {
  .phone-border.start {
    margin-bottom: 5px; }
  .phone-border.end {
    margin-top: 5px; } }

.link-icon img {
  max-width: 20px;
  padding: 0;
  margin-right: 5px; }

.link-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.link-title h4 {
  padding-left: 5px;
  font-weight: 700 !important; }

.phone-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.phone-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px; }

.phone-link .link-title h4 {
  font-weight: 700 !important; }

.phone-link h4 {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  color: #18BDCE !important; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

@media (max-width: 56.25em) {
  #nav .has-children.open > a::after {
    border-color: #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  #nav .has-children > a {
    position: relative;
    display: inline-block; }
  #nav .has-children > a::after {
    content: "";
    padding: 3px;
    display: block;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; } }

.main-slider {
  position: relative; }

.main-slider .main-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.main-slider .main-slide p {
  font-size: 2.5rem; }

.main-slider .main-slide .slide-content {
  padding: 50px; }

@media (max-width: 56.25em) {
  .main-slider .main-slide .slide-content {
    padding: 20px;
    padding-top: 50px;
    text-align: center; } }

.main-slider .main-slide .slide-title {
  margin-bottom: 37px; }

.main-slider .main-slide .slide-title h1 {
  background-color: #fff;
  display: inline;
  margin: 0;
  padding: 0 10px;
  color: #000 !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

.main-slider .main-slide .half.first {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main-slider .main-slide .half.last {
  padding: 0 20px; }

.main-slider .main-slide .half.last img {
  display: block;
  width: 100%; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1px;
  height: 1px;
  padding: 4px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.slick-dots .slick-active button,
.slick-dots li button:hover {
  background: #fff; }

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap .third:not(:last-child) {
    margin-bottom: 2rem; } }

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap .half:not(:last-child) {
    margin-bottom: 2rem; } }

@media (max-width: 37.5em) {
  .flex-container.phone-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 56.25em) {
  .pad-none .half.left {
    margin-bottom: 0 !important; } }

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.two-thirds {
  width: 66.6666667%; }

@media (max-width: 56.25em) {
  .two-thirds {
    width: 100%; } }

.third {
  width: 33.3333333%; }

@media (max-width: 56.25em) {
  .third {
    width: 100%; } }

.half {
  width: 50%; }

@media (max-width: 56.25em) {
  .half {
    width: 100%; } }

.quarter {
  width: 25%; }

@media (max-width: 56.25em) {
  .quarter {
    width: 50%; } }

@media (max-width: 37.5em) {
  .quarter {
    width: 100%; } }

.first {
  padding-right: 2rem; }

@media (max-width: 56.25em) {
  .first {
    padding-right: 0; } }

.last {
  padding-left: 2rem; }

@media (max-width: 56.25em) {
  .last {
    padding-left: 0; } }

#top-footer {
  background: #FAFAFA;
  padding: 80px; }

#social-footer {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px; }

#social-footer a {
  padding: 10px;
  display: inline-block; }

#social-footer svg {
  width: 45px;
  height: 45px;
  transition: 0.2s all ease;
}

#social-footer a:hover svg path{
	fill: #18BDCE;
}

#mid-footer {
  padding: 67px 45px; }

@media (max-width: 56.25em) {
  #mid-footer {
    padding: 30px; } }

#mid-footer .footer-title {
  padding-bottom: 15px; }

@media (max-width: 56.25em) {
  #mid-footer .footer-title {
    text-align: center;
    margin-bottom: 10px; } }

@media (max-width: 56.25em) {
  #mid-footer .partners {
    margin-bottom: 50px; } }

#mid-footer .partner-link,
#mid-footer .project-link {
  padding: 5px;
  max-width: 190px;
  display: block; }

@media (max-width: 56.25em) {
  #mid-footer .partner-link,
  #mid-footer .project-link {
    width: 100%;
    display: block;
    max-width: initial;
    margin-bottom: 5px; } }

#mid-footer .partner-link img,
#mid-footer .project-link img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-width: 190px;
  margin: 0 auto; }

#bottom-footer {
  background: #BABABA;
  padding: 67px; }

#bottom-footer p,
#bottom-footer a,
#bottom-footer a:link,
#bottom-footer a:visited {
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
  text-align: center; }

@media (max-width: 56.25em) {
  #bottom-footer {
    padding: 30px; } }

.learndash,
.body-section {
  padding: 80px; }

.learndash-wrapper,
.body-section--inner {
  max-width: 1100px;
  margin: 0 auto; }

.body-section--inner.thin-section {
  max-width: 750px; }

@media (max-width: 56.25em) {
  .body-section {
    padding: 30px !important; } }

.our-work-tile {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  text-decoration: none !important; }

.our-work-tile.condensed .our-work-tile--inner {
  padding: 30px 20px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.our-work-tile.condensed .our-work-title {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.our-work-tile.condensed.active .our-work-tile--inner, .our-work-tile.condensed:hover .our-work-tile--inner {
  background: #fff; }

.our-work-tile.condensed.active .our-work-title, .our-work-tile.condensed:hover .our-work-title {
  color: #000 !important; }

.our-work-tile:hover .button {
  background: #004075;
  color: #fed531 !important; }

@media (max-width: 75em) {
  .our-work-tile {
    width: 50%; } }

@media (max-width: 56.25em) {
  .our-work-tile {
    width: 100%; } }

.our-work-tile--inner {
  position: relative;
  z-index: 1;
  margin: 20px;
  border: 2px solid #fff;
  padding: 90px 20px 30px 20px;
  text-align: center; }

.our-work-tile--inner .icon img {
  display: block;
  margin: 0 auto; 
	max-width: 120px;
}

.our-work-content {
  display: block; }

.our-work-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7; }

.page-banner {
  background: #18BDCE;
  text-align: center;
  padding: 30px; }

.page-banner h1 {
  color: #fff; }

.about-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.0; }

.body-section {
  background-size: cover !important;
  position: relative; }

.body-section .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004075;
  opacity: 0.5; }

.body-section .align-center {
  text-align: center; }

.body-section--inner {
  position: relative;
  z-index: 1; }

.image-bg {
  background-size: cover !important; }

@media (max-width: 56.25em) {
  .image-bg {
    padding: 0 !important; } }

.mobile-half--bg {
  display: none !important; }

@media (max-width: 56.25em) {
  .mobile-half--bg {
    display: block !important; } }

.half.large {
  padding: 100px; }

@media (max-width: 56.25em) {
  .half.large {
    padding: 50px; } }

.left {
  padding-right: 25px; }

@media (max-width: 56.25em) {
  .left {
    padding-right: 0; } }

.right {
  padding-left: 25px; }

@media (max-width: 56.25em) {
  .right {
    padding-left: 0; } }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.pad_less {
  padding: 20px 80px; }

.content-section {
  padding: 20px 0; }

.content-section.pad-none,
.content-section .pad-none {
  padding: 0 !important; }

.content-section.pad-none .body-section--inner,
.content-section .pad-none .body-section--inner {
  max-width: initial !important; }

.pad_none {
  padding: 0; }

.pad_none .body-section--inner {
  max-width: initial !important; }

.hidden-text:not(:first-child) dt {
  border-top: none; }

.hidden-text dt {
  cursor: pointer;
  padding: 15px 25px;
  border: 2px solid #F5F5F5;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.hidden-text dt.opened, .hidden-text dt:hover {
  border-color: #000 !important;
  background: #000; }

.hidden-text dt.opened h3, .hidden-text dt:hover h3,  .hidden-text dt.opened p, .hidden-text dt:hover p{
  color: #fff; }

.hidden-text dd {
  display: none;
  padding: 25px;
  border: 2px solid #F5F5F5;
   }

.alm-btn-wrap {
  display: none !important; }

.section-title {
  display: block;
  width: 100%;
  margin-bottom: 25px; }

.employee-card {
  padding: 20px 0 30px 0;
  border-bottom: 2px solid #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.border-sections .body-section:not(:last-child) .body-section--inner {
  padding-bottom: 40px;
  border-bottom: 2px solid #E9E9E9; }

.dropdown-nav {
  background: #4B5395;
  padding: 0px 40px 40px 40px; }

.select-css {
  display: block;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  color: #fff;
  padding: .6em 0.8em .5em 0;
  width: 700px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border: none;
  border-bottom: 2px solid #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

.select-css::-ms-expand {
  display: none; }

.select-css option {
  font-weight: normal;
  color: #fff;
  background: #4B5395; }

.full-post-nav {
  background: #18BDCE;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px; }

@media (max-width: 56.25em) {
  .full-post-nav {
    padding: 30px; } }

.align-center {
  text-align: center; }

.post-button {
  text-decoration: none !important;
  color: #fff !important;
  background: #492D7B;
  border-radius: 8px;
  padding: 10px;
  margin: 10px;
  font-weight: 700;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.post-button.active, .post-button:hover {
  background: #000; }

.flex-post-container {
  max-width: 1100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-section:not(:last-child) .collapsed-content-title {
  border-bottom: 2px solid #F0F0F0; }

.collapsed-content-title {
  position: relative;
  padding: 25px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: #F7F7F7;
  padding-right: 87px; }

.collapsed-content-title:hover, .collapsed-content-title.opened {
  background: #18BDCE; }

.collapsed-content-title:hover h1, .collapsed-content-title.opened h1 {
  color: #fff !important; }

.collapsed-content-title:hover .plus-min::after, .collapsed-content-title:hover .plus-min::before, .collapsed-content-title.opened .plus-min::after, .collapsed-content-title.opened .plus-min::before {
  background: #fff; }

.collapsed-content-title.opened .plus-min::after {
  -webkit-transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
      -ms-transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
          transform: translateX(-50%) translateY(-1.5px) rotate(180deg); }

.collapsed-content-title h1 {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.collapsed-content {
  padding: 40px 0;
  display: none; }

.collapsed {
  padding: 0; }

.plus-min {
  position: absolute;
  right: 4rem;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.plus-min:before {
  content: '';
  width: 80%;
  height: 4px;
  background: #492D7B;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 1px; }

.plus-min:after {
  content: '';
  width: 80%;
  height: 4px;
  background: #492D7B;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
          transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  position: absolute;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 1px; }

.half .document:not(:last-child) {
  border-bottom: 2px solid #E9E9E9; }

.document {
  padding: 30px 0; }

@media (max-width: 56.25em) {
  .document {
    width: 100%; } }

.document-button {
  display: inline-block;
  text-decoration: none !important;
  color: #492D7B !important;
  border: 2px solid #492D7B;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.document-button:hover {
  color: #fff !important;
  background: #492D7B; }

.document-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px; }

.document-outer .document {
  border-bottom: 2px solid #E9E9E9;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.about-banner {
  min-height: 600px;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.about-banner .about-content {
  max-width: 750px; }

.gray-bg {
  background: #FAFAFA; }

.tribe-events-calendar thead th {
  background-color: #4c0b5e !important; }

#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active,
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #e27344 !important; }

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background-color: #999 !important; }

.datepicker.dropdown-menu {
  z-index: 1000 !important; }

#tribe-events-pg-template, .tribe-events-pg-template {
  padding: 30px; }

.image-link-container {
  padding: 10px; }

.image-link-container .image-link {
  display: block; }

.image-link-container .image-link img {
  display: block;
  width: 100%;
    height: auto;
}

#search-window {
  position: fixed;
  right: -47rem;
  top: 0;
  padding: 0;
  height: 100vh;
  width: 47rem;
  margin: 0;
  z-index: 10000;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 80px;
  max-width: 100%; }

#search-window.opened {
  height: 100vh;
  width: 47rem;
  right: 0; }

@media (max-width: 56.25em) {
  #search-window {
    text-align: center; } }

#search-link {
  cursor: pointer; }

#search-overlay {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  margin: 0;
  z-index: 10000;
  background-color: #000;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  overflow: hidden;
  opacity: 0; }

#search-overlay.opened {
  display: block;
  opacity: 0.5;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 80px; }

.close-btn {
  width: 13px;
  height: 13px;
  background: url(../img/x.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50px; }

.search-result {
  text-decoration: none !important; }

.social-feeds .social-icon {
  padding: 10px;
  display: inline-block;
  text-decoration: none !important; }

.social-feeds .social-icon svg {
  width: 45px;
  height: 45px; }

.social-feeds .social-icon svg path {
  fill: #18BDCE; }

.facebook-feed {
  width: 100%; }

/*ANIMATIONS*/
.text-in {
  opacity: 0; }

.come-in .text-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(9rem);
      -ms-transform: translateY(9rem);
          transform: translateY(9rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.come-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(15rem);
      -ms-transform: translateY(15rem);
          transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards; }

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.already-visible {
  -webkit-transform: translateY(15rem);
      -ms-transform: translateY(15rem);
          transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards; }

.come-in .animate-width {
  -webkit-animation: anim-width 0.5s ease forwards;
  animation: anim-width 0.5s ease forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

@keyframes anim-width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes anim-width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes text-down {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes text-down {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes come-in {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes come-in {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

h1 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  color: #000; }

@media (max-width: 56.25em) {
  h1 {
    font-size: 3.2rem;
    line-height: 1.25; } }

h1.white {
  color: #fff; }

h2 {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.1;
  color: #000; }

h3 {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  color: #000; }

h4 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #18BDCE;
  font-size: 2rem; }

.sub-menu h4,
.mega-menu-title h4 {
  color: #000; }

.sub-menu .gray h4 {
  color: #5B5B5B; }

h5 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5B5B5B;
  font-size: 2rem; }

h6 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #18BDCE;
  font-size: 1.6rem; }

.text-white,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a,
.text-white li {
  color: #fff !important; }

.text-white h1 {
  background-color: #fff;
  display: inline-block;
  margin: 10px auto;
  padding: 0 10px;
  color: #000 !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

blockquote {
  padding-left: 30px;
  border-left: 2px solid #18BDCE;
  margin-bottom: 40px !important; }

blockquote p {
  font-size: 2.5rem;
  color: #18BDCE;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: italic; }

.section-container ul {
  padding: 0 40px; }

h4 a {
  color: #000 !important;
  text-decoration: none !important; }

.dd-btn, .button, #fsSubmitButton2858406, .form-submit input[type="submit"], #slider-section .button, footer .button, a.button, input[type="submit"] {
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 50px;	
  color: #fed531;
  font-family: "open-sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  background: #fed531;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  text-decoration: none !important; 
	border: none !important;
}

a.button {
  color: #000 !important; }

input[type="submit"]:hover,
a.button:hover {
  background: #000;
  color: #fed531 !important; }

.nav-button{
	margin-top: 0 !important;
	padding: 1rem 1.5rem !important; 
}

.nav-button-li{
		background: none !important;
	padding: 0 10px;
}

.mc4wp-form-fields > div{
	max-width: 900px;
    margin: 30px auto;
}

.mc4wp-form-fields label{
	display: block;
}

.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email]{
	  font-family: open-sans, sans-serif;
	font-size: 1.6rem;
	color: #492D7B;
	display: block;
	outline: none !important;
	border: 2px solid #BBBBBB;
	background: #fff;
	width: calc(100% - 20px);
    padding: 10px;
    margin: 10px;
}

::placeholder {
	  font-family: open-sans, sans-serif;
	font-size: 1.6rem;
	color: #492D7B;
}

.form-row{
	display: flex;
	flex-wrap: wrap;
}

.form-input{
	width: 50%;
}

.checkbox-label{
	font-size: 1.6rem;
	color: #572C7C;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}

.form-center{
	display: flex;
	justify-content: center;
	width: 100%;
    padding: 10px;
}

.form-center label{
	padding: 0 20px;
}

.hustle-button{
	text-align: center;
}

@media (max-width: 56.25em) {
.form-input{
	width: 100%;
}}

#response{
  width: 100%;
}

.hidden-text{
  width: 100%;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
  background-image: url(../img/Dropdown.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 19px;
  width: 100%;
  border: 2px solid #707070;
  padding: 15px 20px;
  font-weight: 700;

}

option{
  padding: 15px 20px;
  transition: 0.2s all ease;
  font-weight: 700;
}

option:hover,
option:focus{
  color: #fff;
  background-color: #000 !important;
}

select:hover{
  
}

select::-ms-expand {
  display: none;
}
.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: url("../img/Dropdown.png");
  font-weight: 700;
}

select::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/Dropdown.png");
  width: 20px;
  height: 20px;
}
.select select, .select::after {
  grid-area: select;
}
.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}
select[multiple] {
  padding-right: 0;
 /* * Safari will not reveal an option * unless the select height has room to * show all of it * Firefox and Chrome allow showing * a partial option */
  height: 6rem;
 /* * Experimental - styling of selected options * in the multiselect * Not supported crossbrowser */
}
select[multiple] option {
  white-space: normal;
  outline-color: var(--select-focus);
}
.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}
label {
  font-size: 1.125rem;
  font-weight: 500;
}
.select + label {
  margin-top: 2rem;
}

.select2-search{
  display: none !important;
}

.select2-results__option{
  padding: 15px 20px !important;
}

.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-results__option:hover{
  color: #fff;
  background: #5B5B5B !important;
}

.select2-container .select2-selection--single{
  height: initial !important;
}

.select2-selection__rendered{
  padding: 5px 20px !important;
  text-align: left;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  background-image: url("../img/Dropdown.png");
  height: 40px !important;
  right: 8px !important;
  background-repeat: no-repeat;
  background-position: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}

.filter-text{
  width: 10%;
}

.options{
  width: 45%;
}

.filter-section .section-inner{
  align-items: center;
  max-width: 1010px;
  margin: 0 auto;
}
.filter-section{
  padding-top: 40px;
  padding-bottom: 20px;
}

.filterable-body{
  padding-top: 20px;
}

.filterable-hidden{
  padding: 5px 0;
}

.filterable-hidden dt{
  border: 2px solid #EBEBEB !important;
  background: #F7F7F7;
  position: relative;
}

dt:hover .plusmin,
.opened .plusmin {
  border-color: #fff; }

.opened .plusmin::after {
  -webkit-transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
  transform: translateX(-50%) translateY(-1.5px) rotate(180deg); }

  dt:hover .plusmin::after,
  dt:hover .plusmin::before,
.opened .plusmin::after,
.opened .plusmin::before {
  background: #fff; }

.plusmin {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: block; }

.plusmin:before {
  content: '';
  width: 80%;
  height: 3px;
  background: #492D7B;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 1px; }

.plusmin:after {
  content: '';
  width: 80%;
  height: 3px;
  background: #492D7B;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  position: absolute;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 1px; }

  #response,
#original-query{
  transition: 0.2s all ease;
}

.filterable-top-section{
  padding-bottom: 0px;
}

@media (max-width: 56.25em) {
  .filter-section{
    padding-top: 0 !important;
  }
  .options{
    width: 100%;
    margin: 5px 0;
  }

  .filterable-body{
    padding-top: 0 !important;
  }

  .plusmin{
    right: 20px;
  }
}