/*
Theme Name: Advance Maryland EDU Custom
Author: Web Mobile Image
Author URI: https://www.webmobileimage.com
Description: Custom theme for Advance Maryland
Developer: SFW
Version: 1 070726
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 8.0
*/


/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 
body, html {
	margin: 0px;
	padding: 0px;
	 font-family: "Raleway", sans-serif;
	font-weight: 400;
	color:#000;
	background-color:#FFF;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
/*========= basic global font sizes =============*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#006994;
	font-weight: 600;
	line-height: 1.2;
margin-bottom: .5rem;
}
h1 {
	font-size:36px;
	line-height:1.12;
 letter-spacing:-.03rem;
}
h2, .h2 {
	
	 
	font-size:27px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3, .h3 {
	font-size:23px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4, .h4 {
	font-size:20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
p {
	font-size: 18px;
	line-height: 145%;
	margin-bottom: 10px;
}
/* bulleted lists */
.content ul {
	margin-left:15px;
	margin-bottom:15px;
}
.content ul ul, .content ul ol {
	margin-bottom:0;
	margin-top:3px;
}
.content ul li {
	font-size: 22px;
	line-height: 128%;
	list-style:none;
	margin-bottom:6px;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	color: inherit;
	float: left;
	margin-left: -15px;
}
/* ordered lists */
.content ol ol, .content ol ul {
	margin-bottom:0;
	margin-top:3px;
}
.content ol li {
	font-size: 22px;
	line-height: 128%;
	margin-bottom:6px;
}
b, strong {
	font-weight: 500;
}
 @media only screen and (min-width: 768px) {
h1, .heading1 {
 font-size:26px;
}
.h1 {
 font-size:34px;
}
 h2, .h2 {
font-size:30px;
}
h3, .h3 {
font-size:16px;
}
h4, .h4 {
font-size:15px;
}
p {
font-size: 15px;
}
.content ul li, .content ol li {
font-size: 15px;
}
}
 @media only screen and (min-width: 992px) {
h1, .heading1 {
 font-size:30px;
}
.h1 {
 font-size:44px;
}
 h2, .h2 {
font-size:30px;
}
h3, .h3 {
font-size:18px;
}
h4, .h4 {
font-size:17px;
}
p {
font-size: 16px;
}
.content ul li, .content ol li {
font-size: 16px;
}
}
 @media only screen and (min-width: 1200px) {
h1, .heading1 {
 font-size:40px;
 margin-bottom:20px;
}
.h1 {
 font-size:53px;
}
 h2, .h2 {
font-size:30px;
}
h3, .h3 {
font-size:20px;
}
h4, .h4 {
font-size:19px;
}
 p {
font-size: 18px;
}
.content ul li, .content ol li {
font-size: 18px;
}
}
 @media only screen and (min-width: 1400px) {
 p {
font-size: 19px;
}
.content ul li, .content ol li {
font-size: 19px;
}
}
 @media only screen and (min-width: 1600px) {
h1, .heading1 {
 font-size:50px;
}
.h1 {
 font-size:64px;
}
 h2, .h2 {
font-size:40px;
}
h3, .h3 {
font-size:23px;
}
h4, .h4 {
font-size:22px;
}
p {
font-size: 21px;
}
.content ul li, .content ol li {
font-size: 21px;
}
}
/* --------- other helpers and overrides ---------*/
ul, menu, dir {
	list-style:none;
	padding:0;
	margin:0;
}
a, a:visited {
	color: #00A0E0;/* blue */
	text-decoration:   none;
}
a:hover, a:focus {
	color: #0090c9; /* blue	 */
	color: #502b83; /* purple	 */
	text-decoration:  underline;
	text-decoration-style:  solid;
	text-decoration-thickness:  1px;
	text-underline-offset:  3px;
	transition: all 0.2s ease-in-out 0s;
}
.content h2 a, .content h2 a:visited, .content h3 a, .content h3 a:visited {
/*text-decoration: none;*/
}
.content a.no_line {
	border:none;
}
a:focus {
	outline: thin dotted;
}
 @media only screen and (min-width: 768px) {

/* telephone links */
a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
text-decoration:none;
}
a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
text-decoration:none;
}
}
.longlink {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.no-brk {
	display:inline;
	white-space: nowrap;
}
.no-brk img {
	margin-left:8px;
}
.no-sp-top {
	margin-top:0;
	padding-top:0;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
@media only screen and (min-width: 1200px) {
sup, sub {
top: -0.65em;
font-size: 60%;
}
sub {
top: 0.56em;
}
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth {
	width: 100%;
	height: auto
}
figure {
	padding: 0px;
	margin: 0px
}
.overflow {
	overflow:hidden;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
a#skiptocontent {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color:#007D70;
	background: #FFF;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100
}
a#skiptocontent:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color:#007D70;
	background: #FFF;
	font-weight:600;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
.error-message {
	color:#cc0000;
	font-weight:bold;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.photocaption {
	font-size:14px;
	text-align:center;
	padding-top:4px;
}
/* =========== CONTAINERS ================= */


.container {
	width:90%;
	max-width:90%;
}
@media only screen and (min-width: 480px) {
.container {
width:90%;
max-width:90%;
}
}
@media only screen and (min-width: 768px) {
.container {
width:92%;
max-width:92%;
}
 .container-narrow {
 max-width:960px;
}
.container-wide {
width:98%;
max-width:98%;
}
}
 @media only screen and (min-width: 992px) {
.container {
width:90%;
max-width:90%;
}
 .container-wide {
width:95%;
max-width:95%;
}
}
 .sm-gutters > [class*='col-'] {
margin-bottom:30px;
}
.sm-gutters {
	margin-right:-8px;
	margin-left:-8px;
}
.sm-gutters > [class*='col-'] {
padding-right:8px;
padding-left:8px;
margin-bottom:0;
}
.md-gutters > [class*='col-'] {
}
@media(min-width:768px) {
.md-gutters {
margin-right:-11px;
margin-left:-11px;
}
.md-gutters > [class*='col-'] {
padding-right:11px;
padding-left:11px;
}
}
 @media(min-width:768px) {
.lg-gutters {
margin-right:-24px;
margin-left:-24px;
}
.lg-gutters > [class*='col-'] {
padding-right:24px;
padding-left:24px;
margin-bottom:0;
}
}
.xl-gutters > [class*='col-'] {
margin-bottom:0;
}
@media(min-width:992px) {
.xl-gutters {
margin-right:-45px;
margin-left:-45px;
}
.xl-gutters > [class*='col-'] {
padding-right:45px;
padding-left:45px;
}
}
@media(min-width:1200px) {
.xl-gutters {
margin-right:-60px;
margin-left:-60px;
}
.xl-gutters > [class*='col-'] {
padding-right:60px;
padding-left:60px;
}
}
@media(min-width:1400px) {
.xl-gutters {
margin-right:-80px;
margin-left:-80px;
}
.xl-gutters > [class*='col-'] {
padding-right:80px;
padding-left:80px;
}
}
@media only screen and (min-width: 475px) and (max-width: 575px) {
.col-xs-4 {
-ms-flex:0 0 33.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-xs-6 {
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-xs-8 {
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
}
.card {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 0;
}
.card-img {
	border:none;
	border-radius:0;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	border-radius: 0;
}
/* =========== buttons and colors ================= */
.btn {
	font-style: normal;
	font-weight:600;
	font-size:24px;
	text-transform:uppercase;
	line-height: 1.42857143;
	text-align: center;
 letter-spacing:.02rem;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 4px;
	margin-bottom: 0;
	/*padding: 10px;
	padding-bottom:7px;
	padding-right: 32px;
	padding-left: 32px;*/
	
	
	padding: 18px;
	padding-right: 40px;
	padding-left: 40px;
 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover, .btn:focus {
	text-decoration:  none;
}
button:focus {
	outline: 2px #1E7C9F solid;
	outline-offset: 2px;
	box-shadow: 0 0 0 0.2rem rgba(100, 172, 193, .5);
}
:focus {
	outline: 2px #1E7C9F solid;
	outline-offset: 2px;
	box-shadow: 0 0 0 0.2rem rgba(100, 172, 193, .5);
}
.btn-center {
	text-align:center;
}
.btn-small {
	font-size:18px;
	padding: 12px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
	border-radius: 2px;
}
.btn-med {
	font-size:20px;
	padding: 14px;
	padding-right: 28px;
	padding-left: 28px;
	border-radius: 3px;
}
.btn-large {
	font-size:18px;
}
 @media only screen and (min-width: 992px) {
.btn-large {
 font-size:22px;
}
}
.btn-blue, .btn-blue:visited {
	color: #FFF;
	background-color: #00A0E0;
}
.btn-blue:hover, .btn-blue:focus {
	color: #FFF;
	background-color:#0090c9;
}
.btn-green, .btn-green:visited {
	color: #FFF;
	background-color: #7FBC03;
}
.btn-green:hover, .btn-green:focus {
	color: #FFF;
	background-color:#72a902;
}
.btn-white, .btn-white:visited {
	color: #36246a;
	background-color: #FFF;
}
.btn-white:hover, .btn-white:focus {
	color: #FFF;
}
.btn-white-outline, .btn-white-outline:visited {
	border: 2px solid rgba(255, 255, 255, 0.6);
}
/* backgrounds and colors */


.bg-blue {
	background-color: #00A0E0;
}
.bg-medblue {
	background-color: #4AB5DE;
}
.bg-ltblue {
	background-color: #E6F7FC;
}
.bg-green {
	background-color: #7FBC03;
}
.bg-ltgreen {
	background-color: #F7FCEC;
}
.bg-purple {
	background-color: #300370;
}
.bg-gray {
	background-color: #666666;
}
.bg-ltgray {
	background-color: #CCCCCC;
}
.bg-gold {
	background-color: #EAB72C;
}
.bg-pink {
	background-color: #F9C;
}
.bg-white {
	background-color: #FFF;
}
/* =============================================== */
/* ====================== header ================= */
/* =============================================== */

/*add header css here*/
/* =============================================== */
/* ====================== home ================ */
/* =============================================== */



.home-signup {
	color:#FFF;
	background-color:#7FBC03;
	padding-top:38px;
	padding-bottom:30px;
	text-align: center;
	margin-top:-25%;
	z-index:1;
	position:relative;
	max-width:576px;
	margin-bottom:30px;
}
.home-signup h2 {
	color:#FFF;
	margin-bottom:30px;
}
.home-intro {
	padding:15px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
.home-intro p {
	font-size:22px;
	line-height:155%;
	
}
.cta-box {
	margin-bottom:50px;
	text-align:center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 transition:transform .5s ease;
 border-radius:20px;
}
.cta-box img {
 transition:transform .5s ease;
 border-radius:20px;
}
.cta-box:hover {
	transform:scale(1.05);
}
/* home join */

.banner .card-img {
	min-height:350px;
}
.banner h1, .banner h2, .banner h3, .banner p {
	color:#FFF;
}
.wide-banner .card-img-overlay {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align:center;
}
 @media only screen and (min-width: 992px) {
.button-wrapper {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content:center;
}
}
.button-wrapper .btn {
	margin-bottom:20px;
}
 @media only screen and (min-width: 992px) {
 .button-wrapper .btn {
 margin-left:20px;
 margin-right:20px;
}
}
.join-section h2 {
	text-shadow: 0px 0px 8px #000;
}
/* owl carousel overrides */

.owl-carousel {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-item {
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel:focus, .owl-carousel .owl-item:focus {
	outline: none;
}
.owl-carousel .owl-nav {
	text-align: center;
}
/* owl arrows for sliders */
main .owl-carousel .owl-nav .owl-prev, main .owl-carousel .owl-nav .owl-prev:hover {
	background-image: url(images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
main .owl-carousel .owl-nav .owl-next, main .owl-carousel .owl-nav .owl-next:hover {
	background-image: url(images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	z-index: 800;
	top: 50%;
	margin: 0;
	margin-top: -18px;
	width: 36px;
	height: 36px;
}
.owl-theme .owl-nav .disabled {
	opacity: .8;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
 background-color:transparent;
 opacity:1;
}
 @media only screen and (min-width: 480px) {
 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
 margin-top: -22px;
 width: 44px;
 height: 44px;
}
}
 @media only screen and (min-width: 768px) {
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
 margin-top: -25px;
 width: 30px;
 height: 30px;
}
}
@media only screen and (min-width: 1200px) {
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
 margin-top: -25px;
 width: 50px;
 height: 50px;
}
}
@media only screen and (min-width: 1400px) {
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
 margin-top: -30px;
 width: 60px;
 height: 60px;
}
}
.owl-prev {
	left:5%;
}
.owl-next {
	right:5%;
}
/* =============================================== */
/* ====================== layout ================ */
/* =============================================== */

main {
	min-height:900px;
	background-color:#fcfdfd;
	padding-bottom:30px;
}
 @media only screen and (min-width: 1200px) {
main {
 padding-bottom:60px;
}
}
.content-wrapper {
	min-height:600px;
	background-color:#FFF;
	margin-left:5%;
	margin-right:5%;
	padding-top:30px;
	padding-bottom:30px;
}
 @media only screen and (min-width: 768px) {
.content-wrapper {
 min-height:600px;
}
}
 @media only screen and (min-width: 1400px) {
.content-wrapper {
 padding-top:40px;
 padding-bottom:40px;
}
}
.content-wrapper.no_pad {
	min-height: inherit;
	padding-top:0;
	padding-bottom:0;
}
/*  text blocks */

.text-section {
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
}
 @media only screen and (min-width: 1200px) {
.text-section {
 padding-top:50px;
 padding-bottom:50px;
}
 .text-section.lesspadding {
 padding-top:20px;
 padding-bottom:20px;
}
}
 @media only screen and (min-width: 1200px) {
 .text-section .white-top {
 position:absolute;
 left:0;
 right:0;
 top:0;
 background-color: #FFF;
 height:20%;
}
.text-section .ltblue-btm {
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 background-color: #E6F7FC;
 height:20%;
}
}
.text-section article {
	padding-top:50px;
	width:80%;
	max-width:375px;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
 .text-section article {
padding:20px;
 width:auto;
 max-width: none;
 margin:0;
}
}
 @media only screen and (min-width: 768px) {
 .text-section article.left {
 padding-right:5%;
 padding-left:5%;
}
.text-section article.right {
 padding-right:5%;
 padding-left:5%;
}
}
 @media only screen and (min-width: 1200px) {
.text-section article {
 padding:15px;
}
}
.image-wrap-right {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
	width:100%;
}
 @media only screen and (min-width: 768px) {
 .image-wrap-right {
 float: right;
 width:50%;
}
}
 @media only screen and (min-width: 1200px) {
.image-wrap-right {
 width:50%;
}
}
.image-wrapper {
	position:relative;
	text-align:center;
}
.image-wrapper img {
	position:relative;
	z-index:200;
	width:80%;
	max-width:375px;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
.image-wrapper img {
 position:relative;
 z-index:200;
width:90%;
 max-width: none;
}
 .image-wrapper.left img {
 margin-left:7%;
}
.image-wrapper.right img {
 margin-left:3.5%;
}
}
.image-dropshadow {
	position: absolute;
	bottom:-30px;
	width:85%;
	height:100%;
	z-index:50;
}
.image-wrapper.left .image-dropshadow {
	left:0;
	max-width:75%;
}
.image-wrapper.right .image-dropshadow {
	right:0;
	max-width:75%;
}
 @media only screen and (min-width: 768px) {
 .image-wrapper.left .image-dropshadow {
 width:90%;
 max-width:90%;
}
 .image-wrapper.right .image-dropshadow {
 width:90%;
 max-width:90%;
}
}
/* about team page */

.team-grid {
	padding-top:30px;
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #36246a;
}
.team-card {
	/*text-align:center;*/
	
	padding-bottom:15px;
	margin-bottom:30px;
}
.team-card .card-img {
	width:80%;
}
.team-card .card-body {
	padding:0;
	padding-top:15px;
}
.team-card .card-body h3 {
	margin:0;
}
.team-card .card-body p {
	margin:0;
}




/* read more read less */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
 display: none;
}
.readmore {
	font-weight:700;
	margin-top: 15px;
	text-transform:uppercase;
}
.readmore .btn {
	text-align:left;
	padding:0;
}
.readmore .btn, .readmore .btn:visited {
	color: #36246a;
	font-size:inherit;
}
.readmore .btn:hover, .readmore .btn:focus, .readmore .btn:focus-visible {
 color: #502b83;
 text-decoration:underline;
}
.bio-title {
	margin-bottom:15px;
}
.bio-title p {
	margin:0;
}
.bio-photo {
	width:80%;
	max-width:300px;
	margin-bottom:20px;
}
 @media only screen and (min-width: 768px) {
 .bio-photo {
width:10%;
 max-width:100%;
 margin-top:5px;
}
}
/* projects page */
/*
.projects-nav {
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
}
.projects-nav .item {
	width:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.projects-nav img {
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

 */
.project-section {
	padding-top:30px;
	margin-top:30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bfdc88;
}
.project-header {
	margin-bottom:30px;
}
.project-image {
	margin-bottom:20px;
}
.project-buttons {
	padding-top:24px;
	text-align: left;
}
.project-buttons .btn {
	margin-right:15px;
	margin-bottom:15px;
}
/* Take action page */

.stats-wrapper {
	background-image: url(images/bluegreen-diagonal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:30px;
	margin-bottom:30px;
}
.stats-wrapper h2 {
	color:#FFF;
	font-weight:500;
	text-align:center;
	padding:20px;
	padding-bottom:30px;
}
.stat-box {
	padding:11%;
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:30px;
	text-align:center;
	background-color:#FFF;
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
 @media only screen and (min-width: 768px) {
.stat-box {
 margin-bottom:0;
}
}
.stat-box .stat-num, .stat-num .count {
	color:#00A0E0;
	font-size:45px;
	font-weight:900;
}
 @media only screen and (min-width: 768px) {
.stat-box .stat-num, .stat-num .count {
 font-size:5vw;
}
}
 @media only screen and (min-width: 1400px) {
.stat-box .stat-num, .stat-num .count {
 font-size:72px;
}
}
.stat-box p span {
	font-weight:500;
	margin:0;
	font-size:120%;
}
.take-action-box {
	background-color:#FFF;
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border: 5px solid #dedede;
	padding-left:15px;
	padding-right:15px;
	padding-top:50px;
	padding-bottom:25px;
	position:relative;
	margin-bottom:50px;
}
 @media only screen and (min-width: 768px) {
.take-action-box {
 padding-left:12.5%;
 padding-right:30px;
}
}
 @media only screen and (min-width: 1200px) {
.take-action-box {
 padding-left:10%;
 padding-right:25px;
}
}
.take-action-box .arrow_icon {
	display:none;
}
 @media only screen and (min-width: 768px) {
 .take-action-box .arrow_icon {
 position:absolute;
 display:block;
 left:0;
 top:0;
 bottom:0;
 width:8%;
 height:100%;
 background-image: url(images/gray-bg-arrow.png);
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 100% 100%;
}
}
.take-action-box .action-logo {
	margin-bottom:20px;
}
.take-action-box h3 {
	font-size:30px;
	margin-top:0;
}
.take-action-box .action-link {
	margin-top:5px;
}
.btn-arrow {
	color:#FFF;
	text-transform:uppercase;
}
 @media only screen and (min-width: 768px) {
 .btn-arrow {
 padding-top:12px;
 padding-bottom:12px;
}
}
 @media only screen and (min-width: 1800px) {
 .btn-arrow {
 padding-top:18px;
 padding-bottom:18px;
}
}
.btn-arrow:hover {
	color:#FFF;
}
.action-link {
	padding-top:10px;
}
.take-action-box .action-link .btn-arrow {
	color:#FFF;
	padding-left:25px;
	padding-right:40px;
	margin-right:7px;
	background-image: url(images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color:#36246a;
	text-align:left;
}
 .take-action-box:nth-child(even) .action-link .btn-arrow {
 background-color:#00A0E0;
}
 @media only screen and (min-width: 1400px) {
 .take-action-box .action-link .btn-arrow {
 margin-bottom:0;
}
}
.take-action-box .action-link .btn-arrow:hover, .take-action-box .action-link .btn-arrow:focus {
	background-color:#2b0264;
}
 .take-action-box:nth-child(even) .action-link .btn-arrow:hover, .take-action-box:nth-child(even) .action-link .btn-arrow:focus {
 background-color:#0090c9;
}
/* Updates - blog page */


.catlabel {
	text-transform:uppercase;
	color:#7FBC03;
	font-weight: 600;
}
.entry-meta {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom:6px;
	margin-bottom:12px;
	display:inline-block;
}
.entry-summary, .search-results-summary {
	border: 3px solid rgba(68, 37, 112, .15);
	border-radius:12px;
	padding:24px;
	margin-bottom:30px;
}
 @media only screen and (min-width: 1200px) {
.entry-summary, .search-results-summary {
 padding:30px;
}
}
.entry-summary h2, .search-results-summary h2, .search-results-summary h3 {
	margin-top:0;
}
/* -------- pagination --------- */
.pagination {
	font-size:18px;
	font-weight:400;
	text-align:center;
	justify-content: center;
	padding-top:35px;
	padding-bottom:0;
}
 @media only screen and (max-width: 576px) {
ul.pagination {
 flex-wrap:wrap;
}
}
 @media only screen and (min-width: 1200px) {
.pagination {
padding-top:45px;
}
}
@media only screen and (min-width: 1800px) {
.pagination {
padding-top:55px;
}
}
.content ul.pagination {
	margin-left:0;
	list-style-type: none;
}
.content ul.pagination li:before {
	content: '';
	display:none;
}
.content ul.pagination li {
	padding:0;
	position:relative;
}
.content ul.pagination:before {
	display:none;
}
.content ul.pagination li a, .content ul.pagination li a:visited {
	display:block;
	font-size:18px;
	color: #36246a;
	background-color: #fff;
	text-decoration:none;
	padding:0;
	padding-bottom:3px;
	border:none;
	width:38px;
	height:38px;
	line-height:38px;
	margin:6px;
	text-align:center;
	border: 2px solid #d9d3e2;
	border-radius:4px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.content ul.pagination a:hover, .content ul.pagination a:focus {
	color: #FFF;
	background-color:rgba(68, 37, 112, .85);
	text-decoration:none;
}
.content ul.pagination li.active a {
	color: #FFF;
	background-color:rgba(68, 37, 112, .85);
	border:none;
}
.content ul.pagination li.disabled {
	color: #6c757d;
	border:none;
}
/* Formidable style overrides*/


.frm_button_submit {
	background-color:#00A0E0;
	color:#FFF;
	text-decoration:  none;
	font-style: normal;
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
	line-height: 1.42857143;
	text-align: center;
 letter-spacing:.02rem;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
	margin-bottom: 0;
	padding: 10px;
	padding-bottom:7px;
	padding-right: 32px;
	padding-left: 32px;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.frm_button_submit:hover, .frm_button_submit:focus {
	background-color:#7FBC03;
}
/* Legislative Hub and accordions */

.onpage-links {
	margin-bottom:30px;
}
.onpage-links p {
	padding-top:5px;
	padding-bottom:6px;
	margin:0;
}
.onpage-links a {
	position:relative;
	font-size:125%;
	color:inherit;
	padding-right:30px;
	text-decoration-color:  #00A0E0;
	text-decoration-style:  solid;
	text-decoration-thickness:  1px;
	text-underline-offset:  3px;
}
.onpage-links a:after {
	content:'';
	width:21px;
	height:21px;
	position:absolute;
	right:0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image:url(images/triangle-blue-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:text-bottom;
}
.anchorpushdown {
	display:block;
	margin-top:-100px;
	padding-top:100px;
}
/*********************   collapsible accordion set  ***********************/ 

.accordion-set {
	display:block;
	width: 100%;
	clear: both;
	margin:0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.accordion-container {
	width: 100%;
	clear: both;
	margin: 0px;
	margin-top:-1px;
	border-width: 1px;
	border-style: solid;
	border-color: #a193b5;
}
.accordion-toggle {
	font-size:22px;
	color: #36246a;
	font-weight:600;
	position: relative;
	display: block;
	width:100%;
	padding:15px;
	padding-left:60px;
	text-decoration: none;
	border:none;
	text-align:left;
	white-space:  normal;
	vertical-align: middle;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color:transparent;
 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
 @media only screen and (min-width: 768px) {
.accordion-toggle {
font-size:20px;
}
}
 @media only screen and (min-width: 992px) {
.accordion-toggle {
font-size:22px;
}
}
 @media only screen and (min-width: 1200px) {
.accordion-toggle {
font-size:24px;
}
}
 @media only screen and (min-width: 1400px) {
.accordion-toggle {
font-size:30px;
}
}
.accordion-toggle.open {
	color: #00A0E0;
	border:none;
}
.accordion-toggle span.toggle-icon {
	position:absolute;
	left:15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:30px;
	height:30px;
	background-image: url(images/arrow-purple-down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.accordion-toggle.open span.toggle-icon {
	background-image: url(images/arrow-blue-up.png);
}
.accordion-toggle span.toggle-icon img {
	width:30px;
	height:30px;
}
/* accordion content */
 .accordion-content {
	display:none;
	padding:0;
	padding-bottom:20px;
	padding-left:5%;
	padding-right:5%;
}
.content .main .accordion-content p:last-of-type {
	padding-bottom: 0;
}
/* Legislative Hub PDF buttons */

 .leghub-row {
	padding-top:40px;
}


@media only screen and (min-width: 1200px) {
 .leghub-row {
	 width:90%;
	 margin-left:auto;
	 margin-right:auto;
}

}

.leghub-card {
	margin-bottom:40px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
 @media only screen and (min-width: 992px) {
.leghub-card {
 margin-bottom:60px;
}
}
.leghub-card .card-img {
	border-radius:0;
	border: none;
}
.leghub-card .card-img-overlay {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding-left:16%;
	padding-right:5%;
	padding-bottom:10%;
}
.leghub-card .card-img-overlay {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.leghub-card h2 {
	font-size:22px;
	color:#FFF;
	margin:0;
}

/*
.leghub-card.bg-gold h2 {
	color: #300370;
}
*/
 @media only screen and (min-width: 576px) {
.leghub-card h2 {
font-size:30px;
}
}
 @media only screen and (min-width: 768px) {
.leghub-card h2 {
 font-size:2.25vw;
}
}
 @media only screen and (min-width: 1400px) {
.leghub-card h2 {
 font-size:32px;
}
}
.leghub-card .icon {
	font-size:27px;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
}
.leghub-card .card-footer {
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	padding:0;
	padding-right:3%;
	text-align: right;
	background-color: transparent;
	border:none;
}
.leghub-card a:hover p, .leghub-card a:focus p span {
	text-decoration:underline;
}
.leghub-card .card-footer img {
	width:30px;
	height:auto;
}

 @media only screen and (min-width: 768px) {
.leghub-card .card-footer img {
	width:24px;
	height:auto;
}


}

@media only screen and (min-width: 1200px) {
.leghub-card .card-footer img {
	width:36px;
	height:auto;
}
}

.location-map {
	margin-top:60px;
	margin-bottom:30px;
}
/* search form */

.search-area .form-btn input {
	font-size: 18px;
	color: #FFF;
	background-color: transparent;
	height: 60px;
}
@media only screen and (min-width: 1200px) {
 .search-area .form-btn input {
 font-size: 28px;
}
}
.search_form {
	width: 100%;
	max-width:400px;
}
.search_form .form-control {
	padding-left: 2.375rem;
	height: auto;
}
.search_form .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}
.search_form .input-group {
	background-clip: border-box;
	font-weight: 500;
	background-color: transparent;
	border: 2px solid #36246a;
	border-radius:6px;
}
.search_form input {
	background-color: transparent;
	background-clip: border-box;
	font-weight: 400;
	border: none;
	text-align: left;
}
 .search_form .form-control::-webkit-input-placeholder {
 color: #36246a;
 font-weight: 700;
 opacity: 1;
}
.search_form input::-webkit-input-placeholder {
 color: #36246a;
 font-weight: 700;
}
.searchform input:-moz-placeholder {
 color: #36246a;
 font-weight: 700;
}
.searchform input::-moz-placeholder {
 color: #36246a;
 font-weight: 700;
}
.searchform input:-ms-input-placeholder {
 color: #36246a;
 font-weight: 700;
}
.form-control {
	font-weight: 400;
	color: #575752;
	border-radius: 0;
}
.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 0;
}
.btn-searchsubmit, .btn-searchsubmit:visited {
	padding-top: 0.375rem;
	padding-right: 0.75rem;
	padding-bottom: 0.375rem;
	padding-left: 0.75rem;
	color: #433D6B;
}
.btn-searchsubmit, .btn-searchsubmit:visited {
	color: #433D6B;
}
.btn-searchsubmit:hover, .btn-searchsubmit:focus {
	color: #FFF;
	background-color: #7FBC03;
	text-decoration: none;
}
.btn-searchsubmit .fa {
	font-size: 28px;
}
@media only screen and (min-width: 992px) {
 .btn-searchsubmit {
 padding-top: .6rem;
 padding-right: 1.25rem;
 padding-bottom: .6rem;
 padding-left: 1.25rem;
 font-size: 22px
}
 .btn-searchsubmit .fa {
 font-size: 24px;
}
}
