/************************************************

Stylesheet: Global Stylesheet

*************************************************/ :root {
  --dkblue: #0F203E;
  --blue: #002D74;
  --teal: #00A5B6;
  --dkgray: #5A5A5A;
  --orange: #FF8300;
  --green: #61A60E;
  --yellow: #FFD100;
  --gray: #969696;
  --dark: #575757;
}
.s-reg {
  font-family: soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.n-light {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.n-reg {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.n-bold {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.n-heavy {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.n-black {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 800;
  font-style: normal;
}
a {
  color: var(--dkblue);
}
h1, h2 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 800;
  font-style: normal;
}
h3 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
h4 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: var(--blue);
  font-size: 25px;
}
h4.orange {
  color: var(--orange);
  margin-bottom: 0;
  font-size: 20px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}
h4.blue {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: var(--blue);
  font-size: 18px;
}
h2.blue {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: var(--blue);
  font-size: 35px;
}
p {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.75;
}
.white-text, .white-text a {
  color: white;
}
.green-text, .green-text a {
  color: var(--green);
}
.green-text a:hover, a.green-text:hover {
  color: var(--teal);
}
.orange-text, .orange-text a {
  color: var(--orange);
}
.yellow-text, .yellow-text a {
  color: var(--yellow);
}
.teal-text, .teal-text a {
  color: var(--teal);
}
.dkblue-text, .dkblue-text a {
  color: var(--dkblue);
}
.blue-text, .blue-text a {
  color: var(--blue);
}
.dkgray-text, .dkgray-text a {
  color: var(--dkgray);
}
.dark-text, .dark-text a {
  color: var(--dark);
}
.gray-text, .gray-text a {
  color: var(--gray);
}
.fs-45 {
  font-size: 45px;
}
.fs-38 {
  font-size: 38px;
}
.fs-35 {
  font-size: 35px;
}
.fs-30 {
  font-size: 30px;
}
.fs-27 {
  font-size: 27px;
}
.fs-25 {
  font-size: 25px;
  line-height: 35px;
}
.fs-22 {
  font-size: 22px;
}
.fs-20 {
  font-size: 20px;
}
.fs-18, .fs-18 p {
  font-size: 18px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.all-caps {
  text-transform: uppercase
}
.orange-button.button {
  background-color: var(--orange);
  color: white;
  border-radius: 25px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: .5rem 2rem;
  font-size: 20px;
}
.green-button.button {
  background-color: var(--green);
  color: white;
  border-radius: 25px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: .5rem 2rem;
  font-size: 20px;
}
.blue-button.button {
  background-color: var(--blue);
  color: white;
  border-radius: 25px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: .5rem 2rem;
  font-size: 20px;
}
.yellow-button.button {
  background-color: var(--yellow);
  color: white;
  border-radius: 25px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: .5rem 2rem;
  font-size: 20px;
}
.small-orange-button.button {
  background-color: var(--orange);
  color: white;
  border-radius: 25px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: .5rem 2rem;
  font-size: 16px;
  min-width: 152px;
}
.blue-background, .blue-bg {
  background-color: var(--blue);
}
.green-background, .green-bg {
  background-color: var(--green);
}
.orange-background, .orange-bg {
  background-color: var(--orange);
}
.yellow-background, .yellow-bg {
  background-color: var(--yellow);
}
.dkblue-background, .dkblue-bg {
  background-color: var(--dkblue);
}
.green-hover.button:hover {
  background-color: var(--green);
}
.green-bg-hover.button:hover {
  background-color: var(--green);
}
.blue-hover.button:hover {
  background-color: var(--blue);
}
.blue-bg-hover.button:hover {
  background-color: var(--blue);
}
.yellow-hover.button:hover {
  background-color: var(--yellow);
}
.yellow-bg-hover.button:hover {
  background-color: var(--yellow);
}
.orange-bg-hover.button:hover {
  background-color: var(--orange);
}
.ltgray-bg {
  background-color: #EBEBEB;
}
.green-hover a:hover {
  color: var(--green);
}
.hollow-rounded-container {
  border-radius: 25px;
  position: relative;
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.underline-link {
  text-decoration: underline;
}
.blue-text .underline-link:hover {
  color: var(--teal);
  transition: all .5s ease-in-out;
}
.blue-text .underline-link {
  transition: all .5s ease-in-out;
}
/*********************PADDING*********************/
.tb-pad-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tb-pad-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.tb-pad-75 {
  padding: 75px 0;
}
.tb-pad-70 {
  padding: 70px 0;
}
.tb-pad-65 {
  padding: 65px 0;
}
.tb-pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tb-pad-40 {
  padding: 40px 0;
}
.tb-pad-35 {
  padding: 35px 0;
}
.tb-pad-25 {
  padding: 25px 0;
}
.tb-pad-15 {
  padding: 15px 0;
}
.tb-pad-10 {
  padding: 10px 0;
}
.top-pad-150 {
  padding-top: 150px;
}
.top-pad-135 {
  padding-top: 135px;
}
.top-pad-100 {
  padding-top: 100px;
}
.top-pad-90 {
  padding-top: 90px;
}
.top-pad-75 {
  padding-top: 75px;
}
.top-pad-65 {
  padding-top: 65px;
}
.top-pad-50 {
  padding-top: 50px;
}
.top-pad-35 {
  padding-top: 35px;
}
.top-pad-25 {
  padding-top: 25px;
}
.top-pad-15 {
  padding-top: 15px;
}
.top-pad-10 {
  padding-top: 10px;
}
.bot-pad-150 {
  padding-bottom: 150px;
}
.bot-pad-135 {
  padding-bottom: 135px;
}
.bot-pad-100 {
  padding-bottom: 100px;
}
.bot-pad-90 {
  padding-bottom: 90px;
}
.bot-pad-75 {
  padding-bottom: 75px;
}
.bot-pad-65 {
  padding-bottom: 65px;
}
.bot-pad-50 {
  padding-bottom: 50px;
}
.bot-pad-45 {
  padding-bottom: 45px;
}
.bot-pad-35 {
  padding-bottom: 35px;
}
.bot-pad-25 {
  padding-bottom: 25px;
}
.bot-pad-15 {
  padding-bottom: 15px;
}
.bot-pad-10 {
  padding-bottom: 10px;
}
.bot-mar-45 {
  margin-bottom: 45px;
}
.mar-0 {
  margin: 0;
}
.mh-243 {
  min-height: 243px;
}
.mh-283 {
  min-height: 283px;
}
/**************************************/
.top-bar, .top-bar ul {
  background-color: transparent;
}
#offcanvas-nav.menu {
  float: none;
}
.off-canvas {
  background-color: var(--dkblue);
}
.off-canvas a {
  background-color: var(--dkblue);
  color: white;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.off-canvas .close-button img {
  width: 15px;
}
#offcanvas-nav {
  margin-top: 5px;
}
.drilldown .is-drilldown-submenu {
  background-color: var(--dkblue);
}
#offcanvas-nav a:hover {
  color: var(--yellow);
}
#offcanvas-nav.menu .active > a {
  background: var(--blue);
}
.off-canvas .offcanvas-button.button {
  margin-top: 50px;
  width: 85%;
  margin-left: 15px;
}
.off-canvas .offcanvas-button.button:hover {
  background-color: var(--green);
}
.drilldown .is-drilldown-submenu-parent > a::after {
  content: url(/wp-content/uploads/white-arrow-right-mobile.svg);
  border: none;
  top: 45%;
}
.drilldown .js-drilldown-back > a::before {
  content: url(/wp-content/uploads/white-arrow-left-mobile.svg);
  border: none;
  margin-bottom: 20px;
  margin-right: 20px;
}
.is-drilldown-submenu-parent > a:after {
  border-color: transparent transparent transparent #4A4F54;
}
.js-drilldown-back > a:before {
  border-color: transparent #4A4F54 transparent transparent;
}
/************OLD NAVIGATION***********************/
/*.main-navigation .button {
	margin-bottom: 0;
}
.main-navigation .tabs {
	border: none;
	background-color: #0F203E;
}
.main-navigation .sub-parent-container {
		background-color: #0F203E;
}
.main-navigation .tabs-content.vertical {
	border: none;
}
.main-navigation .tabs-title>a {
	color: white;
}
.main-navigation .tabs-title>a:focus, .tabs-title>a[aria-selected=true]
{background-color: transparent;
color: white;
font-weight: bold;
}
.main-navigation .tabs-title>a {
	position: relative;
	font-size: 18px;
}
.main-navigation .tabs-title>a[aria-selected=true]:after {
	content: '>';
	position: absolute;
	right: 30px;
	
}
.main-navigation .tabs-title>a:hover  {
	background-color: transparent;
	color: white;
	font-weight: bold;
}
.main-navigation .child-container {
	background-color: #EBEBEB;
}
.main-navigation .dropdown-pane {
	width: 100%;
	left: 0 !important;
	border: none;

box-shadow: 0 3px 5px rgba(182, 182, 182, 0.75);
	padding: 0;
	
}
.main-navigation .parent-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-navigation .tabs-panel {
	background-color: #EBEBEB;
}
.main-navigation .tabs-panel ul {
	list-style-type: none;
}
.main-navigation .tabs-panel li {
	padding: 8px 0;
}
.main-navigation .tabs-panel li a {
	color: #575757;
	font-size: 18px;
}
.main-navigation {
	float:right;

}
.main-navigation .button {
	background-color: transparent;
	color: #002D74;
	font-size: 16px;
	    font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.main-navigation .button.orange-button {
	    background-color: var(--orange);
    color: white;
    border-radius: 25px;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: .5rem 1.5rem;
}*/
/*************NEW NAVIGATION**********************/
/*#mega-menu-wrap-main-nav a{
	color: #575757;
	  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#mega-menu-wrap-main-nav ul {
	list-style-type: none;
}*/
#main-menu {
  padding: 0px 12px;
}
.top-menu-mobile {
  padding: 15px 5px 15px 15px;
  box-shadow: 0 4px 8px 0 rgba(240, 240, 240, 1), 0 6px 20px 0 rgba(240, 240, 240, 0.9);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#mega-menu-wrap-main-nav, #mega-menu-wrap-main-nav #mega-menu-main-nav, #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu, #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item, #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-row, #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-column, #mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 10px 10px 25px 10px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0 0 0 0;
  border: 0;
  background: #f1f1f1;
  border-radius: 0px 0px 30px 30px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
  border-radius: 0px 0px 30px 30px;
}
#mega-menu-item-2298 a {
  line-height: 25px !important;
  margin: 5px 0px !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  font-weight: bold;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 10px;
}
/***************NAVIGATION SEARCH*************************/
.nav-search-modal {
  padding: 75px 45px 35px;
}
.nav-search-modal .button {
  background-color: var(--blue);
  color: white;
  border-radius: 25px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: .5rem 2rem;
  font-size: 18px;
}
.nav-search-modal .button:hover {
  background-color: var(--green);
}
.nav-search-modal input[type="search"] {
  border-radius: 10px;
  border: 1px solid #FF8300;
  color: #002D74;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
/****************404 PAGE*********************/
.search-404 input[type="search"] {
  border-radius: 10px;
  border: 1px solid #FF8300;
  color: #002D74;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.search-404 .button {
  background-color: var(--green);
  color: white;
  border-radius: 25px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: .5rem 2rem;
  font-size: 18px;
}
.search-404 .button:hover {
  background-color: var(--orange);
}
/**************PAGINATION********************/
.pagination a {
  border-radius: 90px;
  background: #EBEBEB;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  padding: .1875rem .725rem;
  display: block
}
.pagination .current {
  border-radius: 90px;
  background: #002D74;
  padding: .1875rem .725rem;
  display: block;
  font-size: 14px;
}
/**************HOMEPAGE***********************/
.homepage-header {
  /*height: 639px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;*/
}
.audio-file {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.translate-container {
  background-color: var(--orange);
  position: absolute;
  right: 268px;
  top: 0;
  padding: 9px 15px 9px;
  border-radius: 0 0 15px 15px;
}
.social-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 257px;
  background-color: var(--green);
  padding: 13px 10px 13px;
  border-radius: 0 0 0 15px;
}
.social-container ul {
  list-style-type: none;
  margin-left: 0;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0;
}
.social-container a:hover img {
  transform: translateY(3px);
  transition: all .5s ease-in-out;
}
.social-container img {
  transition: all .5s ease-in-out;
}
.social-container, .translate-container {
  z-index: 5;
}
.homepage-header h1 {
  margin-top: 180px;
  font-size: 130px;
  line-height: 120px;
}
.homepage-header-list {
  margin: 30px 0px;
}
.homepage-header-list ul {
  list-style-type: none;
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.homepage-header-list li {
  margin-right: 20px;
  font-size: 25px;
  color: white;
}
.homepage-header-list li:after {
  content: '•';
  margin-left: 30px;
}
.homepage-header-list li:last-of-type:after {
  content: '';
}
.homepage-blocks-wave {
  height: 181px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.homepage-blocks {
  background-image: linear-gradient(to bottom, #0F203E 37%, #fff 37%);
  position: relative;
}
.homepage-blocks {}
.rounded-container {
  background-color: white;
  border-radius: 25px;
  padding: 40px 20px;
}
.homepage-blocks .rounded-container {
  position: relative;
  min-height: 345px;
}
.homepage-blocks h2 {
  line-height: 35px;
}
.homepage-block-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all .5s ease-in-out;
}
.orange-shadow {
  border: 1px solid var(--orange);
  box-shadow: 8px 8px 0px var(--orange);
}
.teal-shadow {
  border: 1px solid var(--teal);
  box-shadow: 8px 8px 0px var(--teal);
}
.green-shadow {
  border: 1px solid var(--green);
  box-shadow: 8px 8px 0px var(--green);
}
.yellow-shadow {
  border: 1px solid var(--yellow);
  box-shadow: 8px 8px 0px var(--yellow);
}
.homepage-blocks .rounded-container:hover .homepage-block-arrow {
  right: 15px;
  transition: all .5s ease-in-out;
}
.homepage-blocks .rounded-container:hover h2 {
  color: var(--blue);
}
.homepage-blocks-wave {
  position: absolute;
  /*top: 49%;*/
  top: 37%;
  height: 225px;
  width: 102%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.view-all-link {
  transition: all .5s ease-in-out;
}
.view-all-link img {
  margin-bottom: 3px;
  margin-left: 20px;
  transition: all .8s ease-in-out;
}
.view-all-link:hover img {
  transform: rotate(180deg);
  transition: all .8s ease-in-out;
}
.view-all-link a.orange-hover:hover {
  color: var(--orange);
  transition: all .5s ease-in-out;
}
.view-all-link a.green-hover:hover {
  color: var(--green);
  transition: all .5s ease-in-out;
}
.homepage-resource-blocks p.fs-30 {
  line-height: 33px;
  transition: all .5s ease-in-out;
}
.homepage-resource-blocks .hollow-rounded-container {
  transition: all .5s ease-in-out;
}
.homepage-resource-blocks .hollow-rounded-container:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all .5s ease-in-out;
}
.homepage-resource-blocks .hollow-rounded-container:hover p.fs-30 {
  transition: all .5s ease-in-out;
}
.homepage-counter-row {
  border-top: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
}
.calendar-placeholder {
  min-height: 500px;
  background-color: gray;
}
/**************CHILD PAGE WITH NAV******************/
.large-header {
  height: 440px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.large-header-title-container {
  padding: 20px 50px 0 50px;
  border-radius: 25px 25px 0 0;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, -0%)
}
.large-header-title hr {
  margin-bottom: 0;
  border-bottom: 1px solid var(--orange);
  width: 233px;
}
.gray-bg {
  background-color: #EBEBEB;
}
.child-nav select {
  border: 1px solid #FF8300;
  border-radius: 7px;
  font-weight: bold;
  color: #002D74;
}
.helpful-resources {
  background-color: #F0F6FF;
  border-radius: 25px;
  padding: 50px;
}
.helpful-resources ul {
  list-style-type: none;
  margin-left: 0;
}
.helpful-resources ul li ul {
  margin-left: 1em;
  color: red;
}
.helpful-resources ul li {
  border-bottom: 1px solid var(--green);
  padding: 10px 0;
}
.helpful-resources ul li ul li {
  border-bottom: none;
  padding: 5px 0;
}
.helpful-resources ul li ul li a {
  color: var(--dark);
}
.helpful-resources img {
  float: right;
  margin-top: 7px;
}
/***************INTERIOR PAGES*************************/
.interior-header {
  background: url('/wp-content/uploads/header-text-accent.svg') no-repeat right, radial-gradient(circle, rgba(15, 32, 62, 1) 0%, rgba(15, 32, 62, 1) 100%) !important;
  border-radius: 0px 0px 25px 25px;
}
.interior-header .grid-x {
  min-height: 240px;
}
.child-link-button.button {
  background-color: rgba(255, 131, 0, .06);
  border: 1px solid #FF8300;
  border-radius: 10px;
  width: 100%;
  color: #FF8300;
  transition: all .3s ease-in-out;
}
.child-link-button.button .arrow-button {
  background-image: url(/wp-content/uploads/orange-arrow-right.svg);
  height: 16px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s ease-in-out;
}
.child-link-button.button:hover .arrow-button, .child-link-button.button:focus .arrow-button {
  background-image: url(/wp-content/uploads/green-arrow-right.svg);
  transition: all .3s ease-in-out;
}
.child-link-button.button:hover, .child-link-button.button:focus {
  border: 1px solid var(--green);
  background-color: rgba(97, 166, 14, .06);
  color: var(--green);
}
.child-link-button2 a {
  color: var(--orange);
  transition: all .3s ease-in-out;
}
.child-link-button2:hover a, .child-link-button2:focus a {
  color: var(--green);
  transition: all .3s ease-in-out;
}
.child-link-button2.button {
  background-color: rgba(255, 131, 0, .06);
  border: 1px solid #FF8300;
  border-radius: 10px;
  color: #0F203E;
  transition: all .3s ease-in-out;
}
.child-link-button2 .arrow-button {
  background-image: url(/wp-content/uploads/orange-arrow-right.svg);
  height: 16px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s ease-in-out;
}
.child-link-button2:hover .arrow-button {
  background-image: url(/wp-content/uploads/green-arrow-right.svg);
  transition: all .3s ease-in-out;
}
.child-link-button2.button:hover {
  border: 1px solid var(--green);
  background-color: rgba(97, 166, 14, .06);
}
ul.program-list {
  list-style-type: none !important;
}
ul.program-list li {
  padding: 15px 0 !important;
  font-size: 18px !important;
  border-bottom: 1px solid var(--green) !important;
}
/*************ACCORDION**********************/
a.accordion-title {
  font-size: 22px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--blue);
}
.accordion-title {
  border: none;
}
.accordion-content {
  border: none;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}
.accordion-item.is-active {
  background-color: white;
}
.accordion-item:hover {
  background-color: white;
}
.accordion-item.is-active a.accordion-title {
  color: var(--green);
}
.accordion-content p, .accordion-content a {
  font-size: 20px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion-content a {
  color: var(--blue);
  text-decoration: underline;
}
.accordion-title:focus, .accordion-title:hover {
  background-color: white;
}
.is-active > .accordion-title::before {
  color: var(--green);
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
}
/***************CONTACT FORMS********************/
.frm_button_submit {
  background-color: var(--orange) !important;
  border: none !important;
  color: white;
  border-radius: 25px !important;
  font-family: neue-haas-unica, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
  padding: .5rem 2rem !important;
  font-size: 20px !important;
  transition: all .5s ease-in-out;
}
.frm_button_submit:hover {
  color: white !important;
  background-color: var(--green) !important;
  transition: all .5s ease-in-out;
}
/********************GENERAL************************/
hr.content-spacer {
  border-bottom: 0px solid white;
  padding: 1.25rem 0;
  margin: 0;
}
hr.top-spacer {
  margin: 1rem 0;
  border-bottom: none;
}
hr.orange-divider {
  border-bottom: 2px solid var(--orange);
  width: 50%;
}
ul.green-lined-list {
  list-style-type: none;
  margin-left: 0rem;
}
ul.green-lined-list li {
  padding: 15px 0;
  border-bottom: 1px solid #61A60E;
}
ul.orange-lined-list {
  list-style-type: none;
  margin-left: 0rem;
}
ul.orange-lined-list li {
  padding: 20px 0;
  border-bottom: 1px solid #FF8300;
}
.table_title.footable_title {
  font-size: 25px;
  color: var(--blue);
  text-transform: capitalize;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.table_description.footable_description {
  font-size: 20px;
  color: #575757;
  text-transform: capitalize;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.footable_parent.ninja_table_wrapper {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/***************FOOTER**********************/
footer {
  background-color: var(--dkblue);
  padding: 40px 0 0;
}
.footer-background {
  background-image: url('/wp-content/uploads/top-footer-graphic.svg');
  height: 263px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#footer2, #footer2 a, #footer3 a {
  color: white;
  font-size: 16px;
  font-family: soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#footer2 a, #footer3 a {
  transition: all .5s ease-in-out;
}
#footer3 h4, #footer4 h4 {
  color: white;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
}
.footer-social-container a:hover img {
  transform: translateY(3px);
  transition: all .5s ease-in-out;
}
.footer-social-container img {
  transition: all .5s ease-in-out;
}
#footer3 a:hover, #footer2 a:hover {
  color: var(--yellow);
  transition: all .5s ease-in-out;
}
#footer3 .menu {
  float: none;
}
#footer3 .active a {
  background: transparent;
  color: var(--orange);
}
#footer3 ul {
  display: inline-block;
}
#footer3 li a {
  padding: .5rem 0rem;
}
#footer4 ul {
  display: flex;
  list-style-type: none;
  padding-bottom: 12px;
}
#footer4 li {
  margin-right: 20px;
}
.copyright-container {
  background-color: var(--green);
  font-size: 14px;
  color: white;
  padding-top: 8px;
  font-family: soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.copyright-container p {
  font-size: 14px;
  margin-bottom: 8px;
  font-family: soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.copyright-container a {
  color: white;
  transition: all ease-in-out .5s;
}
.copyright-container a:hover {
  color: var(--dkblue);
  transition: all ease-in-out .5s;
}
/********MISCELLANEOUS ADDITIONS**************************/
#main-menu .menu {
  display: inline !important;
}
#off-canvas .menu a {
  font-size: 20px;
}
#main-menu .menu a:hover {
  color: #61A60E;
}
#main-menu .sub-menu {
  list-style-type: none;
}
#main-menu .menu .active > a {
  background: transparent;
  color: var(--green);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {}
#main-menu .mega-sub-menu a {
  font-size: 18px;
}
.page-id-1628 .orange-lined-list img {
  padding: 20px 0;
}
ul.program-list {
  list-style-type: none !important;
}
ul.program-list li {
  padding: 15px 0 !important;
  font-size: 18px !important;
  border-bottom: 1px solid var(--green) !important;
}
#google_language_translator .goog-te-combo:not(:first-of-type) {
  display: none;
}
.back-to-news-link img {
  margin-right: 10px;
  margin-bottom: 2px;
}
#google_language_translator {
  height: 40px;
}
.page-template-template-right-move h1, .page-template-template-right-move h2, .page-template-template-right-move h3, .page-template-template-right-move h4, .page-template-template-right-move h5 {
  line-height: 1.2em;
}
.page-template-template-right-move p {
  line-height: 1.5em;
}
/********HEALTHCARE DIRECTORY********************************/
.news-page-cat-search p {
  color: #002D74;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.news-page-cat-search p, .news-page-cat-search select {
  margin-bottom: 0;
}
.news-page-cat-search form {
  height: 39px;
}
.news-page-cat-search select {
  border-radius: 10px;
  border: 1px solid #FF8300;
  color: #002D74;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.news-page-cat-search select:after {}
.news-page-cat-search form {
  position: relative;
}
.news-page-cat-search input[type=text] {
  color: #002D74;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.news-page-cat-search input[type=text] {
  margin: 0;
  border-radius: 10px;
  height: 39px;
  border: 1px solid #FF8300;
}
.news-page-cat-search form #searchsubmit {
  position: absolute;
  right: 15px;
  bottom: 11px;
  color: #002D74;
}
.news-page-cat-search {
  padding: 50px 0 50px;
}
.news-page-cat-search input[type=text]::placeholder {
  color: var(--blue);
}
.filter-btn-group {
  background: #cecece;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.filter-btn-group .button.filter-btn.all-btn {
  background: var(--orange);
  padding: 10px;
}
.filter-btn-group .button.filter-btn {
  margin-bottom: .2em;
  background: var(--blue);
  padding: 5px;
}
.filter-btn-group .button.checked.filter-btn {
  background: var(--green);
}
.filter-result-item {
  border: 1px solid var(--blue);
  padding: 20px;
  border-radius: 5px;
}
.filter-result-item .chamber-member {
  position: absolute;
  right: 3px;
  top: 2px;
}
.filter-result-item h4.title {
  font-size: 18px;
}
.filter-result-item p.hd-address {
  line-height: 18px;
}
.filter-result-item a.hd-website {
  color: var(--green);
}
.filter-result-item a.hd-email {
  color: var(--orange);
}
i.chamber-member-star {
  font-family: fontawesome;
  font-style: normal;
  color: var(--orange);
}
.news-page-cat-search select {
  padding: 0 0 0 .5rem;
}
/********THE RIGHT MOVE LANDING PAGE************************/
.rm-header {
  height: 590px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 170px;
}
.rm-header h1.fs-85 {
  font-size: 85px;
  line-height: 1.1em;
}
.rm-header .button {
  line-height: 1.3em;
}
.rm-blocks-wave {
  position: absolute;
  /*top: 49%;*/
  top: 0;
  height: 225px;
  width: 102%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.medium-orange-button.button {
  background-color: var(--orange);
  color: white;
  border-radius: 25px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1rem 2rem;
  font-size: 22px;
}
.medium-orange-button.button:hover {
  color: white;
}
.small-orange-button.button:hover {
  color: white;
}
.rm-nat-image img {
  max-height: 180px;
}
.rm-nat-image:hover img {
  transform: scale(1.1);
}
.rm-nat-image {
  padding-bottom: 20px;
}
.rm-residents {
  background: #EBEBEB;
}
.rm-residents p {
  font-size: 18px;
  color: #5A5A5A;
}
.rm-profile {
  background-image: url(/wp-content/uploads/community-profile-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rm-profile-list ul {
  list-style-type: none;
  margin-left: 0;
  columns: 3;
  text-align: center;
}
.rm-profile-list ul li {
  color: white;
  font-size: 25px;
  padding: 20px 0;
}
.rm-websites {
  background-image: url(/wp-content/uploads/coummunity-websites-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0 0 25px 25px;
}
.rm-website-list ul {
  padding-top: 20px;
  list-style-image: url(/wp-content/uploads/orange-checkbox.png);
  margin-left: 2.1rem;
}
.rm-website-list ul li {
  font-size: 23px;
  color: #5A5A5A;
  padding: 10px 0;
}
.page-template-template-right-move p.rm-nat-text {
  font-size: 20px;
  font-weight: 700;
  color: #5A5A5A;
  line-height: 1.2em;
  padding: 0px 20px;
}
.page-template-template-right-move p.rm-nat-text:hover {
  color: var(--orange);
}
a.orange-hover:hover {
  color: var(--orange);
}
a.green-hover:hover {
  color: var(--green);
}
a.blue-hover:hover {
  color: var(--blue);
}
a.teal-hover:hover {
  color: var(--teal);
}
.smooth {
  transition: all .5s ease-in-out;
}
#relocationModal {
  padding: 70px 80px 50px;
}
#relocationModal h2 {
  color: var(--blue);
  font-size: 30px;
  margin-bottom: 2rem;
}
#relocationModal h5 {
  color: var(--green);
  font-size: 22px;
  margin-bottom: 2rem;
}
#relocationModal h5 a {
  color: var(--orange);
  text-decoration: underline;
}
#relocationModal h5 a:hover {
  color: var(--blue);
}
#relocationModal p {
  font-size: 20px;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}
.byline {
  color: #999;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  background-color: #14679e;
  color: #fefefe;
}
a.image-link:hover img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s ease-in-out;
}
a.image-link img {
  transition: all .5s ease-in-out;
  border: 10px solid transparent;
}
/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery::before, .gallery::after {
  content: ' ';
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.gallery dl:last-child:not(:first-child) {
  float: right;
}
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}
/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}
#respond ul {
  margin-left: 0px;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label, .respond-form form li small {
  display: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px;
}
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}
/* Small only SMALL ONLY*/
@media screen and (max-width: 39.9375em) {
  .homepage-blocks-wave {
    top: 89%;
    height: 90px;
    background-size: contain;
    width: 101%;
  }
  .homepage-blocks .rounded-container {
    min-height: 250px;
  }
  .homepage-counter {
    margin: 0 5px;
  }
  .homepage-blocks {
    background-image: linear-gradient(to bottom, #0F203E 90%, #fff 10%);
  }
  .standard-header h1, .news-page-header h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .interior-header {
    background: var(--dkblue) !important;
  }
  .homepage-resource-blocks {
    margin: 0 5px;
  }
  .menu-search {
    color: red;
  }
  .social-container {
    width: 190px;
    padding: 10px;
  }
  .social-container img.social-short {
    height: 16px;
  }
  .social-container img.social-long {
    height: 12px;
  }
  .translate-container {
    display: none;
  }
  .close-button {
    z-index: 999;
  }
  .helpful-resources {
    padding: 30px;
  }
  .helpful-resources .fs-22 {
    font-size: 18px;
  }
  h2.blue {
    font-size: 25px;
  }
  h4.orange {
    font-size: 18px;
  }
  #footer1 {
    text-align: center;
    margin: 10px 0 30px;
  }
  #footer1 img {
    width: 90%;
  }
  #footer2, #footer3, #footer4 {
    margin: 10px 30px 30px;
  }
  .footer-background {
    height: 60px;
    background-size: contain;
    background-image: url(/wp-content/uploads/top-footer-graphic-mobile2.png);
    background-position: center bottom;
  }
  #offcanvas-nav {
    margin-top: 0px;
  }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}
/* Large and up */
@media screen and (min-width: 64em) {}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
/* EXTRA large only */
@media screen and (min-width: 1600px) {
  .footer-background {
    min-height: 312px;
  }
  .homepage-blocks-wave {
    /*height: 250px;*/
    top: 36%;
    height: 307px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */