html, body {
	font-family: "acumin-pro", sans-serif, Arial !important;
	font-size: 14pt;
}

.wf-loading body {
	opacity: 0;
	transition: .25s all;
}

.wf-active body {
	opacity: 1;
	transition: .25s all;
}


a, a:visited {
	text-decoration: none;
	color:#273691;
	transition: all .25s;

}

a:hover {
	color:#9e9e9e;
	transition: all .25s;

}


ul#primary-menu {
	text-align:right;
	float:right;
	padding-top: 10px;
	list-style: none;
	margin-left:-100px;
}

ul#primary-menu li {
	display:inline;
	position:relative;
	margin-left:20px;
}

ul#primary-menu li a {
	text-decoration: none;
	color:#273691;
	font-family: "acumin-pro-condensed", sans-serif, Arial Condensed !important;
	font-size: 25pt;
	font-weight: bold;
	letter-spacing: -1px;
	transition: all .25s;
}

ul#primary-menu ul {
	display:none;
    position: absolute;
   	text-align:right !important;
	float:left !important;
	background: white;
	-webkit-padding-start: 0px !important;
	padding:0px 25px 15px 25px !important;
	-webkit-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.75);
}

ul#primary-menu ul li {
	display:block;
	margin:0px !important;
	padding: 0px !important;
	text-align: left;
    white-space: nowrap;
}

ul#primary-menu ul li a {
	font-size: 20pt;
	line-height: 30pt;
	display:block;
}


ul#primary-menu li:hover ul {
	display:block !important;
	left:0;
	margin-top:-1px;
	margin-left:-25px !important;
}

ul#primary-menu, ul#social-menu {
	margin:0;
}

ul#primary-menu li.joinlink a {
	color:#2EB349;
	background: #2EB349;
	color: white;
	padding:0px 15px 5px 15px;
	border-radius: 5px;
}

ul#primary-menu li.joinlink a:hover {
background: #273691;
	transition: all .25s;
	color:white !important;
}

ul#primary-menu li a:hover {
	color:#9f9f9f;
	transition: all .25s;
}

#social-menu {
	text-align:right;
	float:right;
	line-height: 0px;

}

#social-menu li a {
	font-weight: 100 !important;
	font-size: 20pt !important;
	letter-spacing: 0px !important;
}

#social-menu ul {
	list-style: none;
	margin-top:0pt;
}

#social-menu li {
	display: inline-block;
	margin-left:10px;
}

#social-menu li a {
	text-decoration: none;
	color:#273691;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;;
	font-size: 25pt;
	font-weight: bold;
	letter-spacing: -1px;
	transition: all .25s;
}

#social-menu li a:hover {
	color:#9f9f9f;
	transition: all .25s;
}


#social-menu li.followus {
font-size: 14pt;
}

#social-menu li.followus a:hover {
	color:#273691;
	transition: all .25s;
}

#social-menu li.joinlink a {
	color:#2EB349;	
}

#social-menux li.joinlink a:hover {
	color:#9f9f9f;
	transition: all .25s;
}

.navmenu_footer {
	text-align:right;
	float:right;
}

.navmenu_footer ul {
	list-style: none;
}

.navmenu_footer li {
	display: inline-block;
	margin-left:20px;
}

.header_outerwrapper {
	border-bottom: 1px solid #cccccc;
	padding: 25px 0px;
	position: fixed;
	width: 100%;
	background-color: white;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-shadow: 0px 0px 27px -11px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 27px -11px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 27px -11px rgba(0, 0, 0, 0.75);
	z-index: 9999;
}

@media print {
 
 .header_outerwrapper {
	display:none;
}
 
}

.slider_wrapper{
	background: url('./inc/aboutbg2.png') #2db34a top center repeat fixed;
	color:white;
	padding-top: 25px;
/*	-webkit-animation: 100s linear 0s normal none infinite animate;
	-moz-animation: 100s linear 0s normal none infinite animate;
	-ms-animation: 100s linear 0s normal none infinite animate;
	-o-animation: 100s linear 0s normal none infinite animate;
	animation: 100s linear 0s normal none infinite animate; */
}


	 
@keyframes animate {
	from {background-position:-500px 0;}
	to {background-position: 1000px 0;}
}

/* 

.slider_wrapper .left {
	padding-right:25px;
}


	
.slider_wrapper h1 {
	transition: all .25s;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size: 35pt;
	line-height: 30pt;
	margin-bottom: 25px;
	margin-top: 0px;
}

.learnmore a {
	background: #273691;
	text-align: center;
	border: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;
	font-size:14pt;
	padding:10px 20px;
	transition: all .25s;
}

.learnmore a:hover {
	background: #9f9f9f;
	transition: all .25s;
}

.learnmore {
	margin-top:35px;
}

*/

.linkout_wrapper {
	background: #273691 !important;
	text-align: left;
	padding: 25px 0px;
	color:white;
	text-decoration: none;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;;
	font-size:25pt;
	transition: all .25s;
	line-height: 25pt;
    z-index: 2000 !important;

}

.updates_wrapper {
	background: url('./inc/aboutbg2.png') #9f9f9f top center !important;
	text-align: left;
	padding: 25px 0px 5px 0px;
	color:white;
	text-decoration: none;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;;
	font-size:25pt;
	transition: all .25s;
	line-height: 30pt;
    z-index: 2;
    
/*	-webkit-animation: 100s linear 0s normal none infinite animate;
	-moz-animation: 100s linear 0s normal none infinite animate;
	-ms-animation: 100s linear 0s normal none infinite animate;
	-o-animation: 100s linear 0s normal none infinite animate;
	animation: 100s linear 0s normal none infinite animate; */

}

.linkout_wrapper .right {
	margin-top:10pt;
	text-align: right;
}

.linkout_wrapper input[type="text"] {
	width:20%;
	background: #46529b;
	text-align: left;
	color:white;
	box-shadow: none;
	padding-left:15px;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;;
	font-size:14pt;
	border-radius: 5px !important;
	height: 50px;
	margin-bottom:10px;

}

.linkout_wrapper input[type="email"] {
	width:35%;
	background: #46529b;
	padding-left:15px;
	text-align: left;
	color:white;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;;
	font-size:14pt;
	border-radius: 5px !important;
	height: 50px;
	margin-bottom:10px;
}

.linkout_wrapper input[type="submit"] {
	background: #2DB34A;
	text-align: center;
	border: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	width:18%;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;;
	font-size:14pt;
	padding:8.5px 0 8.5px 0;
	margin:0 0px 0 0;
	transition: all .25s;
	height: 50px;

}

.linkout_wrapper input[type="submit"]:hover {
	background: #9f9f9f;
}

.regions_wrapper {
	background: url('./inc/flag.png') #e4e4e4 center center;
	padding:50px 15px;
}

	.st0{fill:#273687;stroke:#273687;stroke-width:1.8;stroke-miterlimit:10;}
	.st1{fill:#273687;}
	.st2{fill:#2DB34A;stroke:#273687;stroke-width:1.8;stroke-miterlimit:10;}
	.st2:hover {fill:#69C476; stroke-width:1.8;}
	

.findyour {
	padding-left: 50px;
}

@media (max-width: 1200px) {
.footer_left img {
	padding: 0px 100px;
}

.footer_right_copy {
	text-align: center !important;
}	
	
.about_wrapper {
	text-align: center;
}

.footer_bottom .footer_left, .footer_bottom .footer_right_copy  {
	text-align: center !important;
}

.join_page input[type="text"], .join_page input[type="email"] {
	width:100%;
}

.about_wrapper p, .home_slider_left div {
padding-right: 0px !important;
}

.findyour {
	padding-left: 15px !important;
}

.regions_wrapper, .linkout_innerwrapper{
	text-align: center;
}

.linkout_wrapper input[type="text"] {
	width:48%;
}

.linkout_wrapper input[type="email"] {
	width:75%;
}

.linkout_wrapper input[type="submit"] {
	width:50%;
}

.linkout_wrapper .right {
	text-align: center;
}

.slider_wrapper{
	text-align: center;	
}

}

	
.findyour h1 {
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;;
	line-height: 30pt;
	margin-top: 15px;
}

.findyour h1 span {
	font-size: 35pt;
	color:#273691;
}

.label {
	position: absolute;
	font-size: 35pt;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;;
	padding-top: 0px;
	font-weight: bold;
	color:#273691;
	line-height: 30pt;
	width:250px;
}

.label4 {
	text-align: left;
	position: absolute;
	font-size: 16pt;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;;
	padding-top: 0px;
	font-weight: bold;
	color:#273691;
	line-height: 16pt;
	width:110px;
}

.label2 {
	position: absolute;
	font-size: 10pt;
	font-family: "acumin-pro", sans-serif, Arial !important;;
	padding-top: 60px;
	line-height: 12pt;
	width:285px;
}

.label3 {
	position: absolute;
	font-size: 14pt;
	font-weight: bold;
	font-family: "acumin-pro", sans-serif, Arial !important;;
	padding-top: 60px;
	line-height: 12pt;
	width:285px;
}

.menu-bg {
  position: fixed;
  width: 150px;
  height: 150px;
  font-size: 40px;
  text-align: center;
  border-radius: 100%;
  right: 15px;
  z-index:100000;
  background: none;
  pointer-events: none;
  transition: .3s;
  transform: translate3d(50%, -50%, 0);
  transform-origin: center center;
}
.menu-bg.fs {
  position: fixed;
  transform: translate3d(50%, -50%, 0);
  width: 500vw;
  height: 500vw;
	background: url('./inc/aboutbg2.png') #273687 top repeat;
	padding:50px 15px;
   	-webkit-animation: 50s linear 0s normal none infinite animate;
	-moz-animation: 50s linear 0s normal none infinite animate;
	-ms-animation: 50s linear 0s normal none infinite animate;
	-o-animation: 50s linear 0s normal none infinite animate;
	animation: 50s linear 0s normal none infinite animate;
}

.menu-burger {
  position: fixed;
  font-size: 40px;
  text-align: center;
  right: 15px;
  color: #273687;
  padding-top: 0px;
  -webkit-user-select: none;
  cursor: pointer;
  margin:-20px -15px -20px 0;
  padding:10px 15px 20px 50px;
  transition: .4s;
  transform-origin: center;
  z-index:10002;
}
.menu-burger.fs {
}


.menu-items {
  position: fixed; 
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;;
  font-weight: normal;
  font-size: 35pt;
  color: white;
  text-align: left;
  opacity: 0;
  width:700px;
  transition: .4s;
  transform: translateY(-200%);
  pointer-events: none;
  z-index:100001;
  margin-top: 0px;
  padding:30px 425px 100px 0;
  white-space: nowrap;
  line-height: 25pt;
   overflow-y: scroll;
   top: 0; right: 0; bottom: 0; left: 0;
 }
 
 .menu-items .followus {
	 display:none;
 }
 
 .menu-items .socialmedia a {
	 display:inline;
	 margin-right:10px;
 }
 
  .menu-items .socialmedia {
	 display:inline;
 }

.menu-items div {
  transition: .5s;
  opacity: 0;
  z-index:100001;
}

.noscroll { overflow: hidden; }


.menu-items.fs {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
.menu-items.fs div {
  opacity: 1;
}

.menu-items .menu {
	background: none;
}

.menu-items ul {
	margin:0px;
}


.menu-items ul li {
	display: block;
	padding:10px 0px 10px 0px;
}


.menu-items ul li a {
	display: block;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	color:white;
}

.menu-items ul ul {
	margin:0px;
margin:0px;
padding:10px 0px 0px 0px;

	}


.menu-items ul ul li {
	font-size:14pt;
	display: block;
	padding:0px 0px 0px 0px;
	border-top: 0px solid white;
}

.menu-items ul li.home_mobile_nav {
	border-top: 0px solid white;
}

.menu-items ul ul li {
	text-decoration: none;
	padding:0px 0px 0px 0px;
	color:white;
	font-size:25pt;
	display:inline;
}

.menu-items ul ul li a {
	text-decoration: none;
	padding:0px 0px 0px 0px;
	color:white;
	font-size:20pt;
}

select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
	font-family: "acumin-pro", sans-serif, Arial !important;
   background-image: url(), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}


.slider_wrapper .slideshow {

}

img { -ms-interpolation-mode: bicubic; }


.updates_wrapper h1 {
	font-size:35pt;
	text-align: center;
}

.updates_slider a {
	text-decoration: none !important;
}

.home_slider_right img {
	width: 100%;
}



.home_slider_left div {
	padding-right: 0px;
	padding-bottom: 50px;
}

.home_slider_left h1 {
	font-size: 32pt;
	line-height: 32pt;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-weight: bold;
	margin:0px;
	margin-bottom: 25px;
	padding:0px;
}

.home_slider_left a {
	display: inline;
	background: #273691;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;
	font-size:14pt;
	padding:10px 15px;
	margin-top:20px;
	transition: all .25s;
}


.home_slider_left a:hover {
	background: #9e9e9e;
}

.home_slider_left {
}

.home_slider_right {
	margin-top:-25px;
	margin-bottom:-6.8px;
}

/* pager */
.cycle-pager { 
    text-align: right; width: 300px; z-index: 500; position: relative; float:right; bottom: 90px; right:565px; overflow: hidden; margin-bottom: -100px;
}
.cycle-pager span { 
    font-family: arial; font-size: 75px; width: 25px; height: 25px;
    display: inline-block; color: #ccc; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #273691;}
.cycle-pager > * { cursor: pointer;}

.page_header_wrapper {
	background: url('./inc/aboutbg2.png') #2db34a center bottom repeat fixed;
	color:white;
	padding-top: 0px;
/*	-webkit-animation: 100s linear 0s normal none infinite animate;
	-moz-animation: 100s linear 0s normal none infinite animate;
	-ms-animation: 100s linear 0s normal none infinite animate;
	-o-animation: 100s linear 0s normal none infinite animate;
	animation: 100s linear 0s normal none infinite animate; */
	border-bottom: 5px #9e9e9e solid;
	margin-bottom:25px; 
}




.page_header_wrapper h1 {
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size: 35pt;
	line-height: 33pt;
	margin-top: 25px;
	padding:0px;
}

.region_page_wrapper {
	margin-bottom: 50px;
}

.region_page_wrapper h2 {
	color:#273691;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size: 25pt;
	line-height: 20pt;
	margin: 0 0 25px 0;
	padding:0 0 0 0;
}

.region_page_wrapper .contact {
	color:white !important;
	background-color:#273691;
	padding:25px 25px 25px 25px;
	margin-top:25px;
}

.region_page_wrapper .contact a {
	color:white !important;
	text-decoration: none;
}

.region_page_wrapper .contact h2 {
	color:white !important;
}

.region_page_wrapper .contact p {
margin:0;
padding:0;
}



.region_page_wrapper .website {
		color:white !important;
	background-color:#2db34a;
}

.region_page_wrapper .website a{
	color:white !important;
	background-color:#2db34a;
	padding:25px 25px 25px 25px;
	width:100%;
	text-decoration: none;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size: 25pt;
	font-weight: bold;
	line-height: 25pt;
	display: block;
}

.region_page_wrapper .website a:hover{
	background-color: #9e9e9e;
}

.region_page_wrapper .dhcddisclaim {
	font-size:10pt;
	line-height: 11pt;
}

.region_page_wrapper .DCHD a {
	color:white !important;
	background-color:#9e9e9e;
	padding:25px 25px 25px 25px;
	display: block;
	margin-top:25px;
	text-decoration: none;

}

.region_page_wrapper .DCHD a h2 {
	color:white !important;
font-size:20pt;
	line-height: 20pt;
	margin:0px;

}




/* -------------------------------- 

xAccordion

-------------------------------- */
.accordion-wrap .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.accordion-wrap .flipIn, ul li {
}

.accordion-wrap {
  min-height: 0;
  display: inline-block;
  position: relative;
  margin: 25px 0 0 0 ;
  background-color: #ffffff;
  padding: 0px;
  width:100%;
}

.accordion-wrap h2 {
  display: block;
  cursor: pointer;
  margin:0px;
  padding:0px 5	0px 0px 0px;
}

.accordion-wrap p {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
}

.accordion-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-wrap ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 0px;
  padding-top: 0px;
}

.accordion-wrap ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}

.accordion-wrap ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}

.accordion-wrap ul li:nth-of-type(3) {
  animation-delay: 1s;
}

.accordion-wrap ul li:last-of-type {
  padding-bottom: 0;
}

.accordion-wrap ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}

.accordion-wrap ul li i:before, .accordion-wrap ul li i:after {
  content: "";
  position: absolute;
  background-color: #273691;
  width: 3px;
  height: 9px;
}

.accordion-wrap ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.accordion-wrap ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.accordion-wrap ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.accordion-wrap ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
}

.accordion-wrap ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

.accordion-wrap ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}




.videoWrapper {
	position: relative;
	padding-bottom: 53.5%; /* 16:9 */
	padding-top: 14px;
	height: 0;
    border: 2px solid #273691;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about_wrapper {
	background: #e4e4e4 top repeat;
	padding:50px 15px;
/*	    	-webkit-animation: 10s linear 0s normal none infinite animate;
	-moz-animation: 200s linear 0s normal none infinite animate;
	-ms-animation: 200s linear 0s normal none infinite animate;
	-o-animation: 200s linear 0s normal none infinite animate;
	animation: 200s linear 0s normal none infinite animate; */
}

.about_wrapper h2 {
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	line-height: 30pt;
	margin-top: 15px;
	font-size: 35pt;
	color:#273691;
	margin:0px;
}


.about_wrapper p {
padding-right: 25px;
}

.about_wrapper a {
	display: inline;
	background: #273691;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;
	font-size:14pt;
	padding:10px 15px;
	margin-top:50px;
	transition: all .25s;
}


.about_wrapper a:hover {
	background: #9e9e9e;
}


.about_wrapper .learnmore{
	margin-bottom: 50px;
}

.footer_outerwrapper {
	background: url('./inc/aboutbg2.png') #273691 center bottom repeat fixed;

	color:white;
	padding:25px 0px 50px 0px;
/*	-webkit-animation: 100s linear 0s normal none infinite animate;
	-moz-animation: 100s linear 0s normal none infinite animate;
	-ms-animation: 100s linear 0s normal none infinite animate;
	-o-animation: 100s linear 0s normal none infinite animate;
	animation: 100s linear 0s normal none infinite animate; */
}

.footer_outerwrapper a {
	text-decoration: none;
	color:white;
}

.footer_right_copy {
	text-align: right;
}

.footer_bottom {
	border-top:	1px solid #9e9e9e;
	margin-top:25px;
	padding-top:25px;
}

.footer_disclaimer {
	text-align: center;
	font-size: 12pt;
}


.footer_disclaimer span {
font-weight: bold;
font-size: 14pt;
}

.quickfacts {
	text-align: center;
}

.quickfacts .item {
	background-color: #273691;
	padding:25px 25px 25px 25px;
	color:white;
	line-height: 15pt;
}

.quickfacts .item1, .quickfacts .item2 {
	padding:25px 25px 25px 25px !important;
}

.quickfacts .item3, .quickfacts .item4 {
	padding:25px 25px 25px 25px !important;
}

.quickfacts span {
	font-size: 25pt;
	line-height: 25pt;
	font-weight: bold;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
}

.quickfacts .item5 span {
	font-size: 25pt !important;
	line-height: 25px;
	line-height: 30px;

}

.quickfacts .item5 p {
margin:0px 0px 10px 0px;
padding:0px;

}

.quickfacts .item2, .quickfacts .item3 {
	background: url('./inc/aboutbg2.png') rgba(39, 54, 145, 0.90) !important;
	background-size: cover !important;
}

.quickfacts .item5 {
	background-color: #2db34a !important;
}

.quickfacts .item5 br {
content: " " !important;
    display: block !important;
    margin-bottom: 15pt !important;}
    
@supports(-webkit-clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%)) or (clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%)) {
.clip-polygon {
-webkit-clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}
}

.updates_slider .cycle-slide, .updates_slider2 .cycle-slide {
	vertical-align: top !important;
	margin-bottom:50px;
}

.updates_slider .updatecard {
	background-color: #ccc;
	padding:25px;
	white-space: normal;
	margin:20px;
	width:300px;
	max-width: 300px;
	top:0;
	vertical-align: top !important;
}

a .tweet {
	color:white !important;
}

a:hover .updatecard {
	color:blue !important;
}


a .updatecard.tweet {
	background-color: #4099FF;
	text-align: center;
	transition: all .25s;
	border:5px solid #4099FF;

}

a:hover .updatecard.tweet {
	background-color: white;
	transition: all .25s;
	color:#4099FF !important;
	border:5px solid #4099FF;

}

.tweet_text {
	font-size:18pt;
	line-height: 18pt;
	font-weight: bold;
	margin-bottom:10px;
}

.tweet_username {
	text-align:right;
	margin-top:25px;
	font-size:14pt;
	line-height: 14pt;
	margin-bottom: 15px;
}

.tweet_image img {
	width:50px;
	height:50px;
	border-radius: 50px;
}

.tweet_image {
	float:left;
}

.tweet_time {
	font-size:10pt;
	line-height: 10pt;
}


a .newsarticle {
	color:white !important;
}

a .updatecard.newsarticle {
	background-color: #273687;
	text-align: center;
	transition: all .25s;
	border:5px solid #273687;


}

a:hover .updatecard.newsarticle {
	background-color: white;
	transition: all .25s;
	color:#273687 !important;
	border:5px solid #273687;

}

.news_text {
	font-size:18pt;
	line-height: 18pt;
	font-weight: bold;
	margin-bottom:10px;
}

.news_source {
	margin-top:25px;
	font-size:14pt;
	line-height: 14pt;
	padding-bottom: 5px;
	padding-top: 15px;
	font-style: italic;	
	border-top: 1px dotted white;

}

a:hover .updatecard.newsarticle .news_source {
		border-top: 1px dotted #273687;

}

.news_excerpt {
	display:none;
}

.news_time {
	font-size:14pt;
	line-height: 14pt;
	padding-bottom: 10px;	
}





a .pr {
	color:#273687 !important;
}

a .pr img {
	margin:0px 50px;
}

a .updatecard.pr {
	text-align: center;
	transition: all .25s;
	border:5px solid #ccc;
}

a:hover .updatecard.pr {
	background-color: white;
	transition: all .25s;
	color:#273687 !important;
	border:5px solid #ccc;
}

.pr_head {
	font-size:25pt;
	line-height: 25pt;
	margin-bottom:15px;
	text-transform: uppercase;
}

.pr_title {
	font-size:18pt;
	line-height: 18pt;
	font-weight: bold;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:15px;
	border-top: 1px dotted #273687;
	border-bottom: 1px dotted #273687;

}

.pr_time {
	font-size:14pt;
	line-height: 14pt;
	padding-bottom: 10px;	
}

.updates_slider2 .updatecard {
	width:calc(100% - 30px) !important;
	max-width: calc(100% - 30px) !important;
	margin:0px auto 5px auto !important;
}

.updates_wrapper h1 a {
	color:white;
}
	
.event_day {
	color:black;
	background-color: white;
	margin:0px;
	padding:0px;
	display:block;
	line-height: 25pt;
	white-space: normal;
	overflow: hidden;
	text-align: center;
	width:100px;
	height: 100px;
	margin:auto auto 15px auto;
}

.event_item {
	margin-bottom:40px;
	text-align: center;
	margin:auto !important;
}

div.event_item.cycle-slide

{
width:100%;
padding-left:25px;	
}

.event_mmm {
	background-color: red;
	color:white;
	font-size: 16pt;
	line-height: 18pt;
	padding:2px 0px 5px 0px;
	text-transform: uppercase;
	font-family: "acumin-pro", sans-serif, Arial !important;


}

.event_dd {
	font-size: 45pt;
	font-weight: bold;

	padding:12px 0 10px 0px;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;

}

.event_title {
	font-size: 20pt;
	font-weight: bold;
	line-height: 22pt;
	margin:0px;
	padding: 0px;
}

.event_location {
	font-size: 14pt;
	font-family: "acumin-pro", sans-serif, Arial !important;
	line-height: 15pt;
	margin:0px;
	padding: 0px;
}

.event_time {
	font-size: 14pt;
	font-family: "acumin-pro", sans-serif, Arial !important;
	line-height: 25pt;
	margin:0px;
	padding: 0px;
}

.event_button, .event_button a {
	font-size: 14pt;
	font-family: "acumin-pro", sans-serif, Arial !important;
	line-height: 18pt;
	margin:0px;
	padding: 0px;
}

.events_homepage {
	margin-bottom: 50px;
}

.event_button {
	margin-top:25px;
	margin-bottom:15px;
}

.event_right {
}

.event_button a {
	display: inline;
	background: #273691;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;
	font-size:14pt;
	padding:8px 15px 10px 15px;
	margin-top:40px;
	transition: all .25s;
	margin-bottom:20px;
}

.event_button a:hover {	
	background: #2DB34A;
	transition: all .25s;
}

.events_homepage h1 {
	margin-bottom: 50px;
}

.events_slider {
	width: 100%;
}

.slider_innerwrapper .cycle-slideshow div {display: none;}
.slider_innerwrapper .cycle-slideshow div.cycle-slide {display: block;}

.boardmembers p {
	margin:0px 0px 10px 0px!important;
	padding:0px !important;
	line-height: 18pt;
}

.boardmembers p em {
	font-weight: normal;
}

ul.boardmembers {
	margin:0px;
	padding:0px 0px 35px 50px;
	list-style: none;
}

ul.boardmembers li:before {
    content: "›";
    font-weight: bold;
    display: block;
    color:#273691;
    font-size: 25pt;
    height: 0;
    width: 0;
    left: -1em;
    top: -.45em;
    position: relative;
}

ul.boardmembers li {
	margin-bottom: 10px;
}

.regionalresources ul {
	margin:0px;
	padding:0px 0px 25px 50px;
	list-style: none;
}

.regionalresources ul li:before {
    content: "›";
    font-weight: bold;
    display: block;
    color:#273691;
    font-size: 25pt;
    height: 0;
    width: 0;
    left: -1em;
    top: -.45em;
    position: relative;
}

.regionalresources ul li {
	margin: 10px 0px;
}

.regionalresources {
	margin-bottom: -50px;
	padding-bottom: 0px;
}


.event_page_item {
	margin-bottom:25px;
	border-bottom: 1px dotted black;
	padding-bottom:25px;
	font-weight: bold;
}

.event_page_title {
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size:25pt;
	line-height: 25pt;
}

.event_page_title a {
	text-decoration: none;
	color: #273691;
	transition: all .25s;
	font-weight: bold !important;
}

.event_page_title a:hover {
	text-decoration: none;
	color: #9e9e9e;
	transition: all .25s;
}

.event_page_location {
	font-weight: normal;
	margin-top:10px;
}

.selectmultiple {
	width:100%;
	height:200px;
}

input[type=checkbox].search {
	display: block;
}

.applyfilter input#filtered {
	display: inline;
	background: #2DB34A;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;
	font-size:14pt;
	padding:10px 15px;
	margin-top:20px;
	transition: all .25s;
	box-shadow: none;
	border: 0px;
	text-shadow: none;
}


.applyfilter input#filtered:hover {
	background: #9e9e9e;
	border: 0px;
	text-shadow: none;
	box-shadow: none;
}

.applyfilter {
	margin:20px 0px 10px 0px;
	border-top: 1px dotted white;
	padding: 0px 0px 10px 0px;
}

.searchsidebar {
	background-color: #273691;
	padding:25px 25px 10px 25px;
	color:white;
}

.searchsidebar h2 {
	margin:0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color:white;
}

.searchsidebar h3 {
	margin:20px 0px 10px 0px;
	border-top: 1px dotted white;
	padding: 10px 0px 10px 0px;
}


/* Style the buttons that are used to open and close the accordion panel */
h3.accordion {

	margin:15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
    color: white;
    background: none;
    box-shadow: none;
    cursor: pointer;
    text-shadow: none;
    font-size: 16pt;
    font-weight: bold;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	border-top: 1px dotted white;
	border-radius: 0px;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
h3.accordion.active, h3.accordion:hover {
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 15px 0 10px 0;
    display: none;
    color:white;
}

h3.accordion:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: white;
    float: right;
    margin-left: 5px;
	transition: .25s all;
}

 h3.accordion.active:after {
	transform: rotate(45deg);
	-webkit-transform-origin: 55% 60%;
	transition: .25s all;
}

.resourcecenter {
	border-bottom: 1px dotted #273687;	
	padding-bottom:25px;
	margin-bottom:20px;
}

.pr_single_subhead {
	font-size:20pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height: 25pt;
	color: #273687;
	border-bottom: 1px dotted #273687;	
}

.pr_single_contact p {
	margin:0 !important;
	padding: 0 !important;
}

.pr_single_contact {
	padding-bottom: 25px !important;
}

.pr_single_contact h4 {
	border-top: 1px dotted white;	
	margin: 25px 0 0 0 !important;
	padding: 15px 0 0 0 !important;
	font-size: 16pt;
}

.pr_single_contact h2 {
	
}

.reports_single_summary p {
	margin-top:0px !important;
}

.pr_single_link {
	background-color: #2DB34A;
	transition: all .25s;
	text-transform: uppercase;
}

.pr_single_link:hover {
	background-color: #273687;
	transition: all .25s;
}

.pr_single_link h2 {
	margin-bottom: 3px;	
}

a.pr_single_a div.pr_single_link, a.pr_single_a {
	text-decoration: none !important;
}

.nav-next, .nav-previous {
	display: inline !important;
	margin-top: 10px;
}

.nav-next a, .nav-previous a {
	padding-top:25px;
	text-transform: uppercase;
	text-decoration: none;
	color:white;
	background-color: #273687;
	transition: all .25s;
	padding:10px 20px;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-weight: bold;
	display: inline !important;
	border-radius: 5px;
}

.nav-next a:hover, .nav-previous a:hover {
	background-color: #2DB34A;
	transition: all .25s;

}

.ill_go {
	background-color: #2DB34A;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	color:white;
	font-size: 25pt;
	padding: 10px;
	line-height: 25pt;
	font-weight: bold;
	text-align: center !important;	
	height:175px;
	width:100%;
	display: table;
}

.ill_arrow_up {
	font-size: 20pt;
	font-weight: bold;
	text-align: center !important;	
	height: 90px;
	padding: 25px 0px;
}

.ill_rc {
	background-color: #273687;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	padding: 10px;
	line-height: 25pt;
	color:white;
	font-size: 25pt;
	font-weight: bold;
	text-align: center !important;	
	height:175px;
	width:100%;
	display: table;
}

.ill_go2 {
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size: 20pt;
	font-weight: bold;
	text-align: center !important;	
	height:175px;
	vertical-align:middle;
    display:table-cell;
    width: 100% !important;
}

.ill_arrow_up3, .arrowssection {
	font-size: 20pt;
	line-height: 50pt;
	text-align: center;
}

.arrowssection {
	margin-top:15px;
	height: 80px;
}

.ill_arrow_up2 {
	height: 90px;
}

.ill_rc2 {
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size: 20pt;
	font-weight: bold;
	text-align: center !important;	
	height:175px;
	vertical-align:middle;
    display:table-cell;	
}


.ill_dhcd {
	border: 5px dotted #2DB34A;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	padding: 25px;
	line-height: 25pt;
	font-size: 25pt;
	font-weight: bold;
	text-align: center;	
	height:440px;	
	width:100%;
	display: table;
	text-align: center !important;	

}

.vertical_align {
	vertical-align:middle;
    display:table-cell;
}

.ill_gof {
	border: 5px dotted #273687;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	padding: 25px;
	line-height: 25pt;
	font-size: 25pt;
	font-weight: bold;
	text-align: center;	
	margin-bottom: 50px;
}

.key, .key2 {
	text-align: center !important;
}

.key2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.greenblock {
	width:25px;
	height: 25px;
	margin:auto;
	background-color: #2DB34A;
}

.blueblock {
	width:25px;
	margin:auto;
	height: 25px;
	background-color: #273687;
}

.dottedblock {
	width:25px;
	margin:auto;
	height: 25px;
	display:inline-block !important;
	border: 5px dotted black;

}

.sidearrow {
	font-size: 25pt;
	line-height: 20px;
}

.region_select {
	background-color: #eee;
	padding:25px;
	text-align: left;
}

.region_select .select {
	margin-top:25px;
	text-align: center;
}

.region_select h1.region_head {
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	line-height: 30pt;
	text-align: center;
	margin-top: 0px;
}

.region_select h1.region_head span {
	font-size: 35pt;
	color:#273691;
	text-align: center;

}
.region_select .label {
	font-size:45pt !important;
	color:#9e9e9e;
	line-height: 70pt;
	margin-left: 35px;
}

.newsall_events {
	text-align: left !important;
}
.region_page_wrapper h6 {
	color:#273691;
	border-bottom: 1px dotted black;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size: 30pt;
	line-height: 30pt;
	margin: 0 0 25px 0;
	padding:0 0 25px 0;
}

.graphic p {
	padding:0px;
	margin:0px;
}

.graphic {
 background-color: #eee;
 padding:25px;	
 margin-bottom:50px;
}

.header_left img {
	width: 100% !important;
}

a:active {
    outline: none;
}

.region_page_wrapper a {
	font-weight: normal !important;
}

.event_page_title a {
	font-weight: bold !important;
}


.collapsedinfo {
	margin-bottom:25px;
}

.collapsedinfo div {
	color: #404040 !important;
}

.collapsedinfo div p {
	margin:0px;
	padding: 0px;
}

.collapsedinfo h2 {
  display: block;
  cursor: pointer;
  color:#273691;
  margin:50px 0px 0px 0px;
  padding: 0px; 
}

/* Style the accordion panel. Note: hidden by default */
.collapsedinfo div.panel {
    padding: 15px 0 10px 0;
    display: none;
    color:#273691;
}

.collapsedinfo div.panel. {
    padding: 15px 0 10px 0;
    display: none;
    color:#273691;
}

.collapsedinfo h2.accordion:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 30px;
    color: #273691;
    float: right;
    margin-left: 5px;
	transition: .25s all;
}

.collapsedinfo h2.accordion.active:after {
	transform: rotate(45deg);
	-webkit-transform-origin: 40% 70%;
	transition: .25s all;
}

.collapsedinfo h2.accordion div.panel {
	opacity: 0;	
	transition: .25s all;
}

.collapsedinfo h2.accordion.active div.panel:hover {
	opacity: 1;	
	transition: .25s all;	
}

.page_sidebar h2 {
	margin-top:25px;
}

.join_sidebar input, .join_page input, .join_page textarea {
	padding:10px;
}

.join_page input[type="text"], .join_page input[type="email"] {
	margin-bottom: 10px;
}

.join_page textarea {
	height:100px;
}

span.wpcf7-list-item input[type="checkbox"] {
  /* Double-sized Checkboxes */
    margin-right: 10px !important;
}

span.wpcf7-list-item {
	margin:0px;	
}

.wpcf7-list-item-label {
}

.join_sidebar input[type="text"] {
	width:48%;
	margin-bottom: 10px;}
	

.join_sidebar input#last {
	float:right;
}

.join_sidebar input[type="email"] {
	width:100%;
	margin-bottom: 10px;}

.join_sidebar input[type="submit"], .join_page input[type="submit"]
 {
	background: #2DB34A;
	text-align: center;
	border: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	text-decoration: none;
	font-family: "acumin-pro", sans-serif, Arial !important;
	font-size:14pt;
	padding:15px;
	margin:0 0px 0px 0;
	transition: all .25s;
}

.join_sidebar input[type="submit"]:hover, .join_page input[type="submit"]:hover {
	background: #9e9e9e;
	transition: all .25s;

}

.sidebar_section {
	margin-bottom:50px;
}






.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 1px 0px;
  margin-top: 0em;
  margin-bottom: 0em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  height: 100%;
  width: 2px;
  background: #273691;
}

.cd-timeline-block {
  position: relative;
  margin: 0em 0;
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2DB34A;
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  padding: 7px 0px 0px 0px;
}

.cd-timeline-content h2 {
  color: #404040;
  font-size: 16pt;
  font-family: "acumin-pro" !important;
  margin-bottom: 10px;
  margin-top:0px;
  padding-top:0px;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 0em 0;
  line-height: 1.6;
}

.acf-map {
    width: 100%;
    height: 300px;
    border: 2px solid #273691;
    margin: 20px 0 0px 0px ;

}

.directions {
	margin-top:-1px;
	float:right;
	margin-bottom: 20px;
}

.directions a {
 	background-color: #273591;
 	color:white;
	font-family: "acumin-pro-condensed", sans-serif, Arial !important;
	font-size: 20pt;
	padding:0px 15px 6px 15px;
	text-align: right;
}

.directions a:hover {
 	background-color: #9e9e9e;
}

.dottedtop {
	margin-top:30px;
	padding-top:30px;
	border-top:1px dotted #404040;
	padding-bottom:0px;
}

.abouticons {
	font-size:50px;
	background-color:#2DB34A;
	border-radius: 150px;
	width;85px;
	height:85px;
	color:white;
	margin:auto;
	text-align: center;
}