/*
 Theme Name:     POLST Theme
 Description:    Reverie Child Theme
 Author:         Brent Stromberg
 Template:       reverie-master
 Version:        1.0.0
*/

@import url("../reverie-child/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

div.newsletter-signup {
	width: auto;
	position: absolute;
	right: 15px;
	top: 99px;
	z-index: 99999999;
}
.newsletter-signup-form {
	display: none;
	position: absolute;
	width: 320px;
	max-height: 95%;
	top: 2.5%;
	left: 50%;
	margin-left: -160px;
	background: #FFF;
	padding: 10px;
	border: 4px solid #F78F23;
	border-radius: 4px;
	overflow: auto;
}
.newsletter-signup-form.active {
	display: block;
}
.newsletter-signup-overlay {
	display: none;
	background: rgba(0,0,0,.85);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999999999999999;
}
.newsletter-signup-overlay.active {
	display: block;
}
#mc_embed_signup h2 {
	padding: 30px 0 0 75px !important;
	margin: 15px 0 !important;
	font-size: 1.4em !important;
	background: url(//coalitionccc.org/wp-content/themes/reverie-master/img/heart-icon-1x.png) no-repeat 0px 1px !important;
}
.newsletter-signup-form a.close {
	float: right;
	margin-top: -5px;
	position: relative;
	z-index: 99999999;
}
.newsletter-signup-form  #mc_embed_signup .mc-field-group.input-group input {
	margin: 0 5px 0 0 !important;
}
.newsletter-signup-form #mc-embedded-subscribe {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 400px !important;
	position: relative !important;
	display: inline-block !important;
	top: 5px !important;
	margin-bottom: 0px !important;
	line-height: 18px !important;
	border: 0 !important;
	background: #F78F23 !important;
	color: #FFF !important;
	border-radius: 0 !important;
	text-align: center !important;
	padding: 6px 14px !important;
	-webkit-transition: background 150ms linear !important;
	-moz-transition: background 150ms linear !important;
	-o-transition: background 150ms linear !important;
	-ms-transition: background 150ms linear !important;
	transition: background 150ms linear !important;
}

/* Modal Window Styles */
.test-dates-overlay, .test-dates-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0,0,0,.5);
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
}
.test-dates-overlay.show, .test-dates-overlay-2.show {
	visibility: visible;
	opacity: 1;
}
div#test-dates, div#test-dates-2 {
	width: 600px;
	height: 500px;
	margin-left: -300px;
	margin-top: -250px;
	border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFF;
    z-index: 999999;
    box-sizing: border-box;
}
div.test-dates-inner {
	padding: 20px 20px 0 20px;
	height: 450px;
	overflow: auto;
	-webkit-box-shadow: inset 0 -10px 15px -14px #111;
	-moz-box-shadow: inset 0 -10px 15px -14px #111;
	box-shadow: inset 0 -10px 15px -14px #111;
}
div.test-dates-inner h1,
div.test-dates-inner h2,
div.test-dates-inner h3,
div.test-dates-inner h4,
div.test-dates-inner h5,
div.test-dates-inner h6 {
	font-weight: 100;
	font-family: Futura, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 0 !important;
}
div.test-dates-inner h1 {
	font-size: 28px !important;
}
div.test-dates-inner h2 {
	font-size: 24px !important;
}
div.test-dates-inner h3 {
	font-size: 20px !important;
}
div.test-dates-inner h4 {
	font-size: 18px !important;
}
div.test-dates-inner h5 {
	font-size: 16px !important;
	font-weight: 700 !important;
}
div.test-dates-inner h6 {
	font-size: 15px !important;
	font-weight: 700 !important;
}
div#test-dates.has-two-col, div#test-dates-2.has-two-col {
    width: 800px;
    margin-left: -400px;
}
div#test-dates .col-left, div#test-dates-2 .col-left {
    width: 100%;
    margin-top: 20px;
}
div#test-dates .col-left.two-col-layout, div#test-dates-2 .col-left.two-col-layout {
    width: 62%;
    margin-right: 3%;
    margin-top: 20px;
    float: left;
}
div#test-dates .col-right, div#test-dates-2 .col-right {
    width: 35%;
    margin-top: 20px;
    float: left;
    padding-left: 2.5%;
	border-left: 1px solid #CCC;
}
div#test-dates ul, div#test-dates-2 ul {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 10px;
}
div#test-dates ol, div#test-dates-2 ol {
    list-style: decimal;
    margin-left: 20px;
}
div#test-dates p + ul, div#test-dates-2 p + ul, div#test-dates p + ol, div#test-dates-2 p + ol {
	margin-top: -16px;
}
div.test-dates-inner p {
	line-height: 1.3 !important;
}
div#test-dates a.orange-btn, div#test-dates-2 a.orange-btn {
    padding: 0 15px;
    margin-top: 0;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    right: 5px;
    top: 5px;
}
div#test-dates a.close-btn.orange-btn, div#test-dates-2 a.close-btn.orange-btn {
	position: absolute;
}
.more-btn-wrapper {
	padding: 5px 0 6px;
	text-align: center;
	position: relative;
	/*-webkit-box-shadow: inset 0 15px 12px -20px #111;
	-moz-box-shadow: inset 0 15px 12px -20px #111;
	box-shadow: inset 0 15px 12px -20px #111;*/
}
.more-btn-wrapper a.more-btn {
	padding: 7px 15px;
	display: inline-block;
}
div#test-dates-2 blockquote, div#test-dates-2 blockquote p {
    line-height: 1.4 !important;
    font-size: 15px;
    padding: 0 0 0 5px;
    color: #222;
}
div#test-dates-2 blockquote {
    margin-left: 1px;
    margin-bottom: 10px;
    border-left: 3px solid #BBB;
}
div.test-dates-inner.no-button {
	height: 490px;
	box-shadow: none !important;
}

@media only screen and (max-width: 800px) and (min-width: 568px) {
	div#test-dates.has-two-col, div#test-dates-2.has-two-col {
    	width: 568px;
    	margin-left: -284px;
    	height: auto;
    	max-height: 90%;
    	top: 5%;
    	margin-top: auto;
    	bottom: 5%;
    	overflow: auto;
    }
    div#test-dates .col-left.two-col-layout, div#test-dates-2 .col-left.two-col-layout {
	    width: 100%;
	    float: none;
	}
	html div#test-dates .col-right, html div#test-dates-2 .col-right {
	    width: 100%;
	    padding-left: 0;
	    border-left: 0 !important;
	    float: none;
	}
	.test-dates-inner {
		height: calc(100% - 40px) !important;
		overflow: auto;
	}
	div.test-dates-inner.no-button {
		height: 100% !important;
	}
}

@media only screen and (max-width: 600px) and (min-width: 568px) {
	div#test-dates, div#test-dates-2 {
    	width: 568px;
    	margin-left: -284px;
    	height: auto;
    	max-height: 90%;
    	top: 5%;
    	margin-top: auto;
    	bottom: 5%;
    }
    div#test-dates .col-left.two-col-layout, div#test-dates-2 .col-left.two-col-layout {
	    width: 100%;
	    float: none;
	}
	html div#test-dates .col-right, html div#test-dates-2 .col-right {
	    width: 100%;
	    padding-left: 0;
	    border-left: 0 !important;
	    float: none;
	}
	div.test-dates-inner {
		height: calc(100% - 40px) !important;
		overflow: auto;
	}
	div.test-dates-inner.no-button {
		height: 100% !important;
	}
}

@media only screen and (max-width: 567px) {
	div#test-dates, div#test-dates-2 {
    	width: 96% !important;
    	margin-left: auto !important;
    	height: auto;
    	max-height: 90%;
    	top: 5%;
    	margin-top: auto;
    	bottom: 5%;
    	left: 2%;
    	overflow: auto;
    }
    div#test-dates .col-left.two-col-layout, div#test-dates-2 .col-left.two-col-layout {
	    width: 100%;
	    float: none;
	}
	html div#test-dates .col-right, html div#test-dates-2 .col-right {
	    width: 100%;
	    padding-left: 0;
	    border-left: 0px solid #CCC !important;
	    float: none;
	}
	.test-dates-inner {
		height: calc(100% - 40px) !important;
		overflow: auto;
	}
	div.test-dates-inner.no-button {
		height: 100% !important;
	}
}
/* END Modal Window Styles */

html {
	-webkit-font-smoothing: antialiased;
}
/* Typography */
a {
	color: #0476CD;
	-webkit-transition: color 150ms linear;
	-moz-transition: color 150ms linear;
	-o-transition: color 150ms linear;
	-ms-transition: color 150ms linear;
	transition: color 150ms linear;
}
a:hover {
	color: #F78F23;
	text-decoration: underline;
}
h2 {
	font-size: 24px;
	font-weight: 100;
	font-family: Futura, Arial, sans-serif;
	text-transform: uppercase;
	color: #066E95;
	line-height: 1.2;
	margin-bottom: 5px;
}
.entry-content ul li, .entry-content ol li {
	margin-bottom: 10px;
}
.read-more {
	font-size: 13px;
	text-transform: capitalize;
}
#sidebar strong {
	font-weight: 400;
}
#sidebar h6 {
	color: #F78F23;
	font-size: 18px;
	text-align: left;
	margin-bottom: -20px;
	margin-top: 20px;
	font-family: Futura, Arial, sans-serif;
	text-transform: uppercase;
}
.red-text {
	color: #FF0000;
}
.vcard {
	width: 100%;
	line-height: 1.4;
	border: 0 !important;
	padding: 0 !important;
	margin: 0;
}
.vcard .fn {
	font-size: 100%;
}
.vcard abbr {
	font-size: 100%;
	color: inherit;
	cursor: default !important;
	border-bottom: 0 !important;
}
.vcard .type {
	display: none;
}
.footer-wrapper .vcard .fn, .footer-wrapper .vcard .fn + br, .footer-wrapper .vcard .tel .type {
	display: none;
	height: 0 !important;
	font-size: 0px !important;
}
.orange-btn {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	display: inline-block;
	top: 5px;
	margin-bottom: 10px;
	line-height: 18px;
	border: 0;
	background: #F78F23 !important;
	color: #FFF;
	border-radius: 0 !important;
	text-align: center;
	padding: 6px 14px;
	-webkit-transition: background 150ms linear;
	-moz-transition: background 150ms linear;
	-o-transition: background 150ms linear;
	-ms-transition: background 150ms linear;
	transition: background 150ms linear;
}
.orange-btn:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #C56905 !important;
}

/* END Typography */

.clear {
	clear: both;
}

/* VIDEO GALLERY STYLES */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.pp_overlay {
	z-index: 9999;
}
.video-gallery-wrapper {
	margin-left: -5px;
	margin-right: 4px;
	margin-top: 5px;
}
li .video-gallery-wrapper {
	margin-top: -20px;
}
.single-video-wrapper {
	width: 31.3333%;
	margin: 0 1% 25px;
	float: left;
	font-size: 12px;
	line-height: 16px;
}
.wpvl_auto_thumb_box {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
}
.video_lightbox_auto_anchor_image {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.wpvl_auto_thumb_play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
}
.wpvl_auto_thumb_play img {
	opacity: .75;
	-webkit-transition: opacity 150ms linear;
}
.wpvl_auto_thumb_play img:hover {
	opacity: 1;
}

/* END VIDEO GALLERY STYLES */


.border-top-pink {
	border-top: 1px solid #EF80B3;
	width: 100%;
	margin: -20px 0 45px;
}
header.row {
	overflow: hidden;
}
.main-header {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 42px;
}
.border-bottom {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #9A9A9A;
	display: block;
}
.after-rotator-shadow img {
	vertical-align: top !important;
}
.contain-to-grid {
	background: #FFF;
	border-bottom: 5px solid #EF80B3;
}
.contain-to-grid .top-bar {
	margin-bottom: 0;
}
.top-bar .title-area {
	display: none;
}
.top-bar, .top-bar-section ul {
	background: #FFF;
}
.top-bar-section ul li.active > a {
	position: relative;
}
.top-bar-section ul li.active > a:before {
	content: '';
	width: 20px;
	height: 10px;
	position: absolute;
	background: url(//capolst.org/wp-content/themes/reverie-child/img/li-active-triangle.png) no-repeat 0 0;
	color: #ef80b3;
	bottom: 0px;
	right: 50%;
	margin-right: -10px;
}
.top-bar-section li a:not(.button) {
	background: #FFF;
	line-height: 40px;
}
.top-bar-section ul li > a {
	color: #EF80B3;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	background: #FFF;
}
.top-bar-section ul li > a:hover {
	text-decoration: none;
}
.top-bar-section .has-dropdown > a {
	padding-right: 30px !important;
}
.top-bar-section ul li.active > a {
	background: none;
	color: #EF80B3;
}
.top-bar-section .has-dropdown.active > a:after {
	border-top-color: #EF80B3;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	display: none;
}
.top-bar-section .has-dropdown > a:after {
	border-top-color: #AAA;
	border-top-color: rgba(170, 170, 170, 1);
}
.top-bar-section .dropdown li.title h5 a {
	color: #EF80B3;
}
.top-bar-section .dropdown {
	padding-top: 5px;
}
.top-bar-section .dropdown li a {
	background: #FFF;
	color: #EF80B3;
	line-height: 18px !important;
	text-transform: capitalize;
	text-transform: initial;
	-webkit-transition: background 100ms ease-in;
	-moz-transition: background 100ms ease-in;
	-o-transition: background 100ms ease-in;
	-ms-transition: background 100ms ease-in;
	transition: background 100ms ease-in;
}
.top-bar-section .dropdown li a:hover, .top-bar-section .dropdown li.active a {
	background: #EF80B3 !important;
	color: #FFF;
}

/* Search Form Styles */
.site-search {
	position: absolute;
	list-style: none;
	top: 60px;
	right: 8px;
	height: 32px;
	z-index: 9999;
}
#s {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none;
	padding: 2px 4px 2px 34px;
	background: #E1E1E1 url(//coalitionccc.org/wp-content/themes/reverie-child/img/search-bg.png) no-repeat 7px 5px;
	height: 26px;
}
#searchsubmit {
	width: 26px;
	height: 26px;
	border: 0 !important;
	background: #EF80B3 url(//coalitionccc.org/wp-content/themes/reverie-child/img/search-arrow-1x.png) center top;
	font-size: 22px;
	border-radius: 0 !important;
	text-indent: -9999px
}
::-webkit-input-placeholder {
   color: #888;
   font-size: 14px;
   margin-top: 6px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #888;
   font-size: 14px;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #888;
   font-size: 14px;
}
:-ms-input-placeholder {
   color: #888;
   font-size: 14px;
}

/* Header Social Icons Styles */

.header-social {
	position: absolute;
	width: 120px;
	height: 26px;
	display: block;
	list-style: none;
	right: 15px;
	margin: 0;
	top: 20px;
	z-index: 9999;
}
.header-social li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 0 0 5px;
}

/* Secondary Menu Styles */
.secondary-menu {
	position: absolute;
	font-weight: 700;
	list-style: none;
	right: 170px;
	top: 26px;
	font-size: 12px;
	z-index: 9999;
}
.secondary-menu li {
	float: left;
	margin: 0;
}
.secondary-menu li.middle-right {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #CCC;
}
.secondary-menu li.middle-left {
	padding: 0 5px;
	margin: 0 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.secondary-menu li a {
	color: #1495F9;
	font-size: 14px;
}
.secondary-menu li a:hover {
	color: #F78F23;
}


/* Flex Slider Styles */
/*.rotator-wrapper-hide {
	display: none;
}
.flexslider {
	margin: 0 0 30px;
	background: none;
	border: 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	zoom: 1;
}
#flexslider_hg_homepage_wrapper {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 7px;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/rotator-shadow-970.png) no-repeat center bottom;
}
.rotator-wrapper {
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/rotator-fullwidth-bg.jpg) no-repeat center top;
}
.flex-direction-nav .flex-prev {
	left: 15px !important;
	opacity: .75;
	top: auto;
	bottom: 35px;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/rotator-prev-arrow.png) no-repeat;
	-webkit-transition: opacity 150ms ease-in;
	-moz-transition: opacity 150ms ease-in;
	-o-transition: opacity 150ms ease-in;
	-ms-transition: opacity 150ms ease-in;
	transition: opacity 150ms ease-in;
}
.flex-direction-nav .flex-next {
	right: 5px !important;
	opacity: .75;
	top: auto;
	bottom: 35px;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/rotator-next-arrow.png) no-repeat;
	-webkit-transition: opacity 150ms ease-in;
	-moz-transition: opacity 150ms ease-in;
	-o-transition: opacity 150ms ease-in;
	-ms-transition: opacity 150ms ease-in;
	transition: opacity 150ms ease-in;
}
.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-prev:hover {
	opacity: 1 !important;
}
.slide-data {
	color: #111111;
	position: absolute;
	font-size: 15px;
	bottom: 0;
	left: 0;
	padding: 11px 60px;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/rotator-caption-bg.png) 0 0;
	border-radius: 0;
}
.slide-data .flexslider-hg-title, .slide-data p {
	margin: 0;
	padding: 0;
	color: #1495F9;
	text-shadow: none;
	font-size: 23px;
	font-weight: 400;
}*/

/* Revolution Slider Styles */

.tp-caption.medium_text {
	color: #0476CD!important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400!important;
	font-size: 22px;
	text-shadow: none!important;
}
.tp-caption.small_text {
	text-shadow: none!important;
	color: #222!important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400!important;
	line-height: 1.3 !important;
}
.tp-leftarrow.default {
	background: url(//capolst.org/wp-content/themes/reverie-child/img/revslider-left-nav.png) no-repeat 0 0;
}
.tp-rightarrow.default {
	background: url(//capolst.org/wp-content/themes/reverie-child/img/revslider-right-nav.png) no-repeat 0 0;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-position: bottom left !important;
}

/* Main Home Page Content Styles */
.beneath-rotator-text {
	padding: 0 25px 25px 25px;
	margin: 0 0 35px;
	/*border-top: 1px solid #EF80B3;*/
	border-bottom: 1px solid #EF80B3;
	text-align: center;
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
.beneath-rotator-text h2.pink-text {
	color: #EF80B3;
	font-size: 34px;
}
.beneath-rotator-text p {
	line-height: 1.2 !important;
}
.hr-dot-top {
	width: 30px;
	text-align: center;
	position: relative;
	top: 8px;
	margin: 0 auto;
}
.hr-dot-bottom {
	width: 100%;
	text-align: center;
	position: relative;
	top: -46px;
	margin: 0 auto;
}

.large-green-box {
	height: 190px;
	background: #38b2b3;
	background: -moz-linear-gradient(-45deg, #38b2b3 0%, #60c9c5 70%, #38b2b3 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#38b2b3), color-stop(70%,#60c9c5), color-stop(100%,#38b2b3));
	background: -webkit-linear-gradient(-45deg, #38b2b3 0%,#60c9c5 70%,#38b2b3 100%);
	background: -o-linear-gradient(-45deg, #38b2b3 0%,#60c9c5 70%,#38b2b3 100%);
	background: -ms-linear-gradient(-45deg, #38b2b3 0%,#60c9c5 70%,#38b2b3 100%);
	background: linear-gradient(135deg, #38b2b3 0%,#60c9c5 70%,#38b2b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b2b3', endColorstr='#38b2b3',GradientType=1 );
	padding: 0;
	margin-right: 1.7%;
	width: 48.3%;
	box-shadow: inset 0 0 0 #888;
	-webkit-transition: box-shadow 150ms linear;
	-moz-transition: box-shadow 150ms linear;
	-o-transition: box-shadow 150ms linear;
	-ms-transition: box-shadow 150ms linear;
	transition: box-shadow 150ms linear;
}
.large-pink-box {
	height: 190px;
	background: #ef80b3; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ef80b3 0%, #eda3c4 63%, #ef80b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ef80b3), color-stop(63%,#eda3c4), color-stop(100%,#ef80b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ef80b3 0%,#eda3c4 63%,#ef80b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ef80b3 0%,#eda3c4 63%,#ef80b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ef80b3 0%,#eda3c4 63%,#ef80b3 100%); /* IE10+ */
	background: linear-gradient(135deg, #ef80b3 0%,#eda3c4 63%,#ef80b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef80b3', endColorstr='#ef80b3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 0;
	margin-left: 1.7%;
	width: 48.3%;
	box-shadow: inset 0 0 0 #888;
	-webkit-transition: box-shadow 150ms linear;
	-moz-transition: box-shadow 150ms linear;
	-o-transition: box-shadow 150ms linear;
	-ms-transition: box-shadow 150ms linear;
	transition: box-shadow 150ms linear;
}
.large-green-box:hover, .large-pink-box:hover {
	box-shadow: inset 0 0 50px #888;
}
.large-green-box:after, .large-pink-box:after {
	content: '';
	width: 100%;
	height: 20px;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/shadow-ltr.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.large-green-box h2, .large-pink-box h2 {
	font-size: 28px;
	font-weight: 100;
	font-family: Futura, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 5px;
}
.large-green-box p, .large-pink-box p {
	color: #FFF;
	font-size: 14px;
}
.green-box-inner {
	padding: 35px 205px 0px 35px;
}
.pink-box-inner {
	padding: 35px 205px 0px 35px;
}
.green-box-inner img {
	position: absolute;
	top: 30px;
	right: 70px;
}
.pink-box-inner img {
	position: absolute;
	top: 45px;
	right: 55px;
}

/* POLST Forms Pink Box Styles */

.pink-newspaper-box {
	background: #EF80B3 url(//capolst.org/wp-content/themes/reverie-child/img/pink-newspaper-bg.png) no-repeat bottom left;
	height: 130px;
	position: relative;
}
.pink-newspaper-box-inner {
	position: relative;
	height: 100%;
}
.pink-newspaper-box-inner:after {
	content: '';
	width: 50px;
	height: 60px;
	background: url(//capolst.org/wp-content/themes/reverie-child/img/pink-arrow.jpg) no-repeat;
	position: absolute;
	right: -14px;
	top: 50%;
	margin-top: -31px;
	z-index: 9999;
}
.pink-newspaper-box-inner h2 {
	padding: 30px 54px 0 180px;
	color: #FFF;
	font-size: 28px;
}
.pink-newspaper-box-inner img {
	position: absolute;
	top: -20px;
	left: 5px;
}
.polst-forms-list-wrapper {
	padding-right: 0;
}
.polst-forms-wrapper {
	height: 130px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.polst-forms-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.polst-forms-wrapper .small-6.first {
	padding-left: 0;
}
.polst-forms-wrapper .small-6.last {
	padding-right: 0;
}
.polst-forms-list li {
	overflow: hidden;
	background: url(//capolst.org/wp-content/themes/reverie-child/img/leader-dot.png) repeat-x 0 15px;
	font-size: 14px;
}
.pdf-link {
	position: absolute;
	right: 15px;
	background: #FFF;
	padding-left: 3px;
}
.polst-forms-wrapper .small-6.last .pdf-link {
	right: 0;
}
.language {
	background: #FFF;
	padding-right: 3px;
}
.med-pass-link {
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}

/* Programs List Styles */
.programs {
	padding-left: 0;
}
.programs-list {
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 16px;
}
.programs-list:after {
	content: '';
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/shadow-470.png) no-repeat center top;
	background-size: 100%;
}
.programs-list li {
	padding: 10px 10px 10px 125px;
	position: relative;
	min-height: 110px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
	-ms-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
}
.programs-list li:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.programs-list li a:hover {
	text-decoration: none;
}
.programs-list li h4 {
	color: #FFF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 5px;
}
.programs-list li p {
	color: #FFF;
	font-size: 14px;
	margin-bottom: 10px;
}
.programs-list br {
	display: none;
}
li.care-planning {
	background: #F78F23;
}
li.polst-link {
	background: #DB74B8;
}
li.palliative-care {
	background: #4174C0;
}
li.public-policy {
	background: #5F6D75;
}
.programs-list li img {
	position: absolute;
	left: 10px;
}

/* Get Involved List Styles */
.getinvolved {
	padding-right: 0;
}
.getinvolved-list {
	list-style: none;
	border-top: 1px solid #969696;
	margin-bottom: 0;
	padding-bottom: 16px;
}
.getinvolved-list:after {
	content: '';
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/shadow-470.png) no-repeat center top;
	background-size: 100%;
}
.getinvolved-list li {
	padding: 25px 10px 5px 145px;
	position: relative;
	height: 88px;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/getinvolved-gradient-bg.png) repeat-x bottom left;
	border-bottom: 1px solid #969696;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	transition: background 300ms linear;
}
.getinvolved-list li:hover {
	background: #FFF;
}
.getinvolved-list li.local-coalitions {
	height: 87px;
}
.getinvolved-list li img {
	position: absolute;
	left: 10px;
	bottom: -7px;
}
.getinvolved-list li a:hover {
	text-decoration: none;
}
.getinvolved-list li h4 {
	color: #0476CD;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 5px;
}

/* Home Page Blog Post Area Styles */
.latestnews {
	padding-left: 0;
}
.blogentries {
	padding-right: 0;
}
.small-text {
	text-transform: initial;
	font-size: 14px;
	font-weight: 400;
	margin-left: 15px;
	color: #0476CD !important;
}
.lcp_catlist {
	list-style: none;
}
.lcp_catlist li {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #969696;
}
.lcp_catlist li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.post-date {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	color: #969696;
	line-height: 1;
}
.post-title {
	color: #0476CD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
.lcp_excerpt {
	line-height: 1.4;
	font-size: 14px;
}
.blogentries .post-date {
	margin: 10px 0 0 0;
}
.blogentries .lcp_catlist li {
	width: 46.3%;
	float: left;
	margin: 0 0 0 4%;
	padding: 0;
	border-top: 0;
}
.blogentries .lcp_catlist li:first-child {
	margin: 0;
	padding: 0;
}

/* Blue Box Full Width Styles */
.shadow-bottom {
	margin-bottom: 35px;
}
.shadow-bottom:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: -33px;
	left: 0;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/rotator-shadow-970.png) no-repeat center top;
	background-size: 100%;
}
.blue-box-full {
	min-height: 125px;
	height: auto;
	width: 100%;
	display: inline-block;
	padding: 15px 5%;
	margin-top: 50px;
	background: #ec66a3; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #f29ac3 0%, #ec66a3 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f29ac3), color-stop(100%,#ec66a3)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #f29ac3 0%,#ec66a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #f29ac3 0%,#ec66a3 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #f29ac3 0%,#ec66a3 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #f29ac3 0%,#ec66a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29ac3', endColorstr='#ec66a3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 8px solid #e74791;
}
.blue-box-full h2 {
	color: #FFF;
	padding: 25px 0 25px 0;
	margin: 0;
}
.blue-box-full h4 {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	padding-left: 0;
}
.blue-box-full a {
	color: #FFF;
}
.blue-box-full a:hover {
	color: #DDD;
}
.blue-box-left {
	width: 16%;
	height: 100%;
	float: left;
	display: inline-block;
}
.blue-box-right {
	width: 76%;
	min-height: 78px;
	float: left;
	padding: 0;
	padding-left: 4%;
	margin-left: 4%;
	display: block;
	border-left: 1px solid #f6bbd6;
}



/* Internal Page Styles */

.entry-title-wrapper {
	background: #ef80b3;
	padding: 22px 0 22px;
	margin-bottom: 35px;
}
.entry-title-inner {
	width: 970px;
	margin: 0 auto;
}
.entry-title {
	margin: 0;
	color: #FFF;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1;
}
.article-wrapper {
	margin-bottom: 25px;
}
article.type-page h2 {
	font-size: 26px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	color: #ef80b3;
	margin-bottom: 5px;
}
article.type-page h3 {
	font-size: 19px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	color: #ef80b3;
	margin-bottom: 0;
}
article.type-page h4 {
	font-size: 18px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	color: #ef80b3;
	margin-bottom: 0;
}
article.type-page h5 {
	font-size: 17px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #ef80b3;
	margin-bottom: 0;
}
article.type-page ul {
	margin-left: 18px;
}
article.type-page ol {
	margin-left: 22px;
}
article.type-page ul ul {
	margin-left: 38px;
}
article.type-page ul ul li {
	margin-bottom: 0;
	line-height: 1.4;
}
article.type-page p + ul, article.type-page p + ol {
	margin-top: -15px;
}
h3.resources {
	font-size: 22px !important;
	line-height: 26px !important;
	margin-bottom: 5px !important;
	padding-left: 60px;
	padding-top: 17px;
	background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/resources-icon.jpg) no-repeat;
}
article.type-page ul.lcp_catlist {
	margin-left: 0;
}


/* Toggle Styles */
.toggle-wrapper {
	margin-bottom: 40px;
}
.arconix-toggle-wrap {
	margin: 0 0 2px 0;
	padding: 0;
	border: 0;
}
.arconix-toggle-title {
	background: #767689; /* Old browsers */
	background: -moz-linear-gradient(top, #767689 0%, #5d5d70 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767689), color-stop(100%,#5d5d70)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #767689 0%,#5d5d70 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #767689 0%,#5d5d70 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #767689 0%,#5d5d70 100%); /* IE10+ */
	background: linear-gradient(to bottom, #767689 0%,#5d5d70 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767689', endColorstr='#5d5d70',GradientType=0 ); /* IE6-9 */
	color: #FFF !important;
	text-transform: capitalize !important;
	font-size: 20px;
	padding: 14px 15px 14px 25px !important;
	line-height: 1.2;
	letter-spacing: normal;
	margin-bottom: -16px !important;
}
.arconix-toggle-title.active {
	background: #f18dbb; /* Old browsers */
	background: -moz-linear-gradient(top, #f18dbb 0%, #ed73ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f18dbb), color-stop(100%,#ed73ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f18dbb 0%,#ed73ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f18dbb 0%,#ed73ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f18dbb 0%,#ed73ab 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f18dbb 0%,#ed73ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18dbb', endColorstr='#ed73ab',GradientType=0 ); /* IE6-9 */
}
.arconix-toggle-content {
	line-height: 1.4;
	font-size: 14px !important;
	border: 0 !important;
	padding: 25px !important;
	background: #EEE !important;
	margin: 0;
}
.arconix-toggle-last {
	border-bottom: 0 !important;
}
.arconix-toggle {
	border: none;
	margin: 0 0 25px 0 !important;
}
.arconix-toggle-content ul li {
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 16px;
}


/* Blog Pages Styles */
article.type-page .lcp_catlist li img {
	float: left;
	margin: 0 15px 0 0;
}
article.type-page .lcp_catlist li {
	width: 100%;
	min-height: 135px;
	float: none;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 1px solid #969696;
}
article.type-page .lcp_catlist li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.page-id-227 article.type-page .lcp_catlist li {
	height: auto;
	min-height: 0;
}


/* 404 Page Styles */

.super-large-text {
	font-size: 115px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.large-text {
	font-size: 50px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0 0 30px 0;
}


/* Sidebar Styles */

#sidebar {
	text-align: right;
}
.sidebar-nav {
	list-style: none;
	margin-top: 25px;
	width: 230px;
	float: right;
}
#sidebar h6 {
	width: 230px;
	float: right;
	padding: 0;
	color: #F78F23;
	font-size: 18px;
	text-align: left;
	margin-bottom: -20px;
	margin-top: 20px;
	font-family: Futura, Arial, sans-serif;
	text-transform: uppercase;
}
.sidebar-nav li {
	padding-bottom: 8px;
	margin-top: 8px;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	font-family: Futura, Arial, Helvetica, sans-serif;
	text-align: left;
}
.sidebar-nav li.last-item {
	border-bottom: 0;
}
#sidebar .textwidget img {
	margin-bottom: 10px;
	width: 230px;
}
#sidebar a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
	-ms-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
}
#sidebar a img:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.wpcf7 .wpcf7-textarea {
	height: 150px !important;
}
.wpcf7-captchac {
	margin-bottom: 5px;
}
div.wpcf7-mail-sent-ok {
	border: 0 !important;
	padding: 1em 1em 0em 5em !important;
	margin: 2em 0 1em !important;
	background: #FFF url(//coalitionccc.org/wp-content/uploads/2014/01/wpcf7-ok.png) no-repeat 5px 5px !important;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	color: #336600;
	min-height: 60px;
	width: 320px;
}
div.wpcf7-mail-sent-ng {
	border: 0 !important;
	padding: 1em 1em 0em 5em !important;
	margin: 2em 0 1em !important;
	background: #FFF url(//coalitionccc.org/wp-content/uploads/2014/01/wpcf7-failed.png) no-repeat 5px 5px !important;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	color: #FF0000;
	min-height: 60px;
	width: 320px;
}
div.wpcf7-validation-errors {
	border: 0 !important;
	padding: 1em 1em 0em 5em !important;
	margin: 2em 0 1em !important;
	background: #FFF url(//coalitionccc.org/wp-content/uploads/2014/01/wpcf7-errors.png) no-repeat 5px 5px !important;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	color: #FF9900;
	min-height: 60px;
	width: 320px;
}
span.wpcf7-not-valid-tip {
	width: 220px !important;
	top: -43px !important;
	left: 4px !important;
	height: 26px !important;
}
span.your-message span.wpcf7-not-valid-tip {
	top: -160px !important;
}
@-moz-document url-prefix() {
	span.wpcf7-not-valid-tip {
		top: -27px !important;
  	}
  	span.your-message span.wpcf7-not-valid-tip {
		top: -144px !important;
	}
}


/* Footer Styles */

.newsletter-wrapper {
	width: 100%;
	background: #e6e6e6;
	height: 100px;
	border-bottom: 50px solid #3b3b42;
	display: none;
}
.newsletter-wrapper .row {
	background: none;
}
.newsletter-wrapper .large-4 {
	width: 100%;
}
.newsletter-wrapper .wpcf7 {
	margin-top: 15px;
	position: relative;
}
.newsletter-wrapper .wpcf7-form {
	padding-left: 60px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #58585A;
}
.newsletter-wrapper .wpcf7-email {
	font-family: Arial, Helvetica, sans-serif;
	width: 255px !important;
	position: relative;
	display: inline;
	top: -4px;
	padding: 4px;
	height: 25px;
	border: 0;
	border-radius: 0 !important;
}
.wpcf7-submit {
    font-family: Arial, Helvetica, sans-serif;
	width: 105px !important;
	height: 25px;
	position: relative;
	display: inline;
	top: -3px;
	border: 0;
	background: #ef80b3 !important;
	color: #FFF;
	border-radius: 0 !important;
	text-align: center;
}
.newsletter-wrapper .wpcf7-submit {
    font-family: Arial, Helvetica, sans-serif;
	width: 105px !important;
	height: 25px;
	position: relative;
	display: inline;
	top: -3px;
	border: 0;
	background: #F78F23 !important;
	color: #FFF;
	border-radius: 0 !important;
	text-align: center;
}
.newsletter-wrapper img {
	position: absolute;
	top: -25px;
	left: -25px;
}
.newsletter-wrapper .wpcf7-form.invalid .wpcf7-submit, .newsletter-wrapper .wpcf7-form.sent .wpcf7-submit {
	position: absolute;
	display: inline-block;
	top: -3px;
	right: 32px;
}
.newsletter-wrapper .wpcf7-not-valid-tip {
	display: none !important;
}
.newsletter-wrapper div.wpcf7-validation-errors, .newsletter-wrapper div.wpcf7-mail-sent-ok, .newsletter-wrapper div.wpcf7-mail-sent-ng, .newsletter-wrapper div.wpcf7-spam-blocked, .newsletter-wrapper span.wpcf7-not-valid-tip {
	width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	position: absolute;
	right: 140px;
	top: 1px;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: -9999px;
}
.newsletter-wrapper div.wpcf7-validation-errors {
	background: url(//coalitionccc.org/wp-content/uploads/2014/03/wpcf7-errors-small.png) no-repeat 0 0 !important;
}
.newsletter-wrapper div.wpcf7-mail-sent-ok {
	background: url(//coalitionccc.org/wp-content/uploads/2014/03/wpcf7-ok-small.png) no-repeat 0 0 !important;
}
.newsletter-wrapper div.wpcf7-mail-sent-ng {
	background: url(//coalitionccc.org/wp-content/uploads/2014/03/wpcf7-failed-small.png) no-repeat 0 0 !important;
}
.orange-text {
	color: #F78F23;
	display: inline-block;
	margin-bottom: 5px;
}
.footer-wrapper {
	display: inline-block;
	width: 100%;
	background: #3b3b42;
	padding: 10px 0 20px;
	color: #d6d6d6;
	margin-bottom: -5px;
}
.footer-inner {
	width: 1000px;
	margin: 0 auto;
}
.footer-inner a {
	color: #F78F23;
}
.footer-inner a:hover {
	color: #FFF;
}
.footer-inner .large-4 {
	margin-bottom: 20px;
}
.footer-inner .first {
	padding: 0 20px 0 0;
}
.footer-inner .middle {
	padding: 0 20px;
}
.footer-inner .last {
	padding: 0 0 0 20px;
}
.footer-wrapper h6 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.footer-wrapper p {
	font-size: 14px;
	line-height: 1.3;
}
.footer-nav-left, .footer-nav-right {
	list-style: none;
	width: 50%;
	float: left;
	font-size: 14px;
}
.footer-nav-left a, .footer-nav-right a {
	color: #F78F23;
}
.footer-nav-left a:hover, .footer-nav-right a:hover {
	color: #FFF;
}
.footer-social {
	list-style: none;
}
.footer-social li {
	list-style: none;
	width: 25px;
	height: 25px;
	margin-left: 5px;
	float: left;
}
.footer-social li:first-child {
	margin-left: 0;
}
.copyright {
	font-size: 12px !important;
	margin-top: 15px;
}
.footer-wrapper .row {
	background: none;
}
#scrolltotop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: -80px;
	right: 15px;
	background: #EF80B3;
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
	-ms-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
}
#scrolltotop:hover {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* IE 8 Styles */
.ie8 #s {
	position: absolute;
	right: 65px;
	width: 150px;
}
.ie8 #searchsubmit {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 40px;
	top: 0px;
}
.ie8 .top-bar {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	height: 40px;
}
.ie8 .top-bar-section .dropdown {
	padding-top: 5px;
	background: #F78F23;
}
.ie8 .top-bar-section ul {
	width: 963px;
	margin: 0 auto;
	position: relative;
}
.ie8 .top-bar-section ul li {
	float: left;
	height: 35px;
	position: relative;
	z-index: 9999;
}
.ie8 #menu-item-132, .ie8 #menu-item-132 a {
	height: 50px !important;
}
.ie8 .top-bar-section ul li .js-generated {
	display: none;
}
.ie8 .top-bar-section ul li .js-generated + li {
    display: none;
}
.ie8 .top-bar-section .has-dropdown.active > a:after, .ie8 .top-bar-section .has-dropdown > a:after {
	display: none;
}
.ie8 .top-bar-section .has-dropdown > a {
	padding-right: 15px !important;
}
.ie8 nav.top-bar .top-bar-section ul > li > a{
	/*z-index: 9999;*/ /* makes the first child links clickable */
	height: 40px;
	overflow: hidden;
	line-height: 20px;
}
.ie8 nav.top-bar .top-bar-section ul > li.has-dropdown:hover .dropdown{
	visibility: visible !important; /* makes the dropdown visible on hover */
	display: block !important;
}
.ie8 .top-bar-section .dropdown {
	width: 300px;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 40px;
}
.ie8 .top-bar-section .dropdown li a {
	color: #FFF;
}
.ie8 #rev_slider_1_1_wrapper {
	z-index: 1 !important;
}
.ie8 .programs, .ie8 .getinvolved, .ie8 .latestnews, .ie8 .blogentries {
	width: 485px;
}
.ie8 .shadow-bottom:after {
	display: none;
}
.ie8 .newsletter-wrapper .wpcf7 {
	margin-top: 0;
}
.ie8 .newsletter-wrapper .large-8 {
	margin-left: 167px;
}
.ie8 .footer-inner .first, .ie8 .footer-inner .last {
	width: 323px;
}
.ie8 .footer-inner .middle {
	width: 324px;
}
.ie8 .article-wrapper .small-12.large-8 {
	width: 667px;
}
.ie8 #sidebar {
	width: 333px;
}


/* Responsive Styles */
@media only screen and (max-width: 1000px) {
	.footer-inner {
		width: 100%;
	}
	.newsletter-wrapper {
		height: 110px;
	}
	.newsletter-wrapper .wpcf7 {
		position: relative;
		width: 420px;
		margin: 5px auto 0;
	}
	.newsletter-wrapper .wpcf7-email {
		position: relative;
		top: 0px;
		right: auto;
	}
	.newsletter-wrapper .wpcf7-submit {
		top: 0px;
	}
	.orange-text {
		margin-top: 5px;
		margin-bottom: 0;
	}
	.newsletter-wrapper img {
		top: -5px;
	}
	.newsletter-wrapper .large-8 {
		margin-top: -9px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 940px) {
	.entry-title {
		padding-left: 10px;
	}
	.newsletter-wrapper div.wpcf7-validation-errors, .newsletter-wrapper div.wpcf7-mail-sent-ok, .newsletter-wrapper div.wpcf7-mail-sent-ng, .newsletter-wrapper div.wpcf7-spam-blocked, .newsletter-wrapper span.wpcf7-not-valid-tip {
		position: absolute;
		right: 108px;
		top: 34px;
	}
	.newsletter-wrapper .wpcf7-form.invalid .wpcf7-submit, .newsletter-wrapper .wpcf7-form.sent .wpcf7-submit {
		position: absolute;
		top: 31px;
		right: 0;
	}
}

@media only screen and (max-width: 970px) {
	.top-bar-section ul li > a {
		font-size: 13px;
	}
	.top-bar-section .has-dropdown > a:after {
		margin-top: -4.5px;
	}
}

@media only screen and (max-width: 950px) {
	.after-rotator-shadow {
		margin-top: -7px;
	}
}

@media only screen and (max-width: 962px) and (min-width: 768px) {
	.pink-newspaper-box-inner img {
		position: absolute;
		top: -10px;
		left: 0px;
		width: 130px;
	}
	.pink-newspaper-box-inner h2 {
		padding: 30px 54px 0 140px;
		font-size: 24px;
	}
}

@media only screen and (min-width: 940px) {
	.contain-to-grid .top-bar {
		margin-bottom: 0;
		height: 40px;
	}
}

@media only screen and (max-width: 939px) {
	.contain-to-grid .top-bar {
		border-bottom: 5px solid #FFF;
	}
	.home .contain-to-grid .top-bar {
		border-bottom: 0;
	}
	.top-bar.expanded .title-area {
		background: #767689;
		background: -moz-linear-gradient(top, #767689 0%, #5d5d70 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767689), color-stop(100%,#5d5d70));
		background: -webkit-linear-gradient(top, #767689 0%,#5d5d70 100%);
		background: -o-linear-gradient(top, #767689 0%,#5d5d70 100%);
		background: -ms-linear-gradient(top, #767689 0%,#5d5d70 100%);
		background: linear-gradient(to bottom, #767689 0%,#5d5d70 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767689', endColorstr='#5d5d70',GradientType=0 );
		color: #FFF !important;
	}
	.top-bar.expanded .toggle-topbar a {
		color: #FFF;
	}
	.top-bar.expanded .toggle-topbar a span {
		-webkit-box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
		box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
	}
	.top-bar .title-area {
		display: block;
	}
	.top-bar, .top-bar-section ul {
		background: #EF80B3;
	}
	.top-bar-section ul.left {
		padding-top: 4px;
	}
	.top-bar-section ul.dropdown {
		padding-top: 0;
	}
	.top-bar-section li a:not(.button) {
		background: #FFF;
		line-height: 1;
	}
	.top-bar-section ul li > a:hover, .top-bar-section ul li > a:active, .top-bar-section ul li.active > a {
		color: #FFF !important;
		background: #EF80B3;
	}
	.top-bar-section .has-dropdown > a:hover:after {
		border-color: transparent !important;
		border-left-color: #FFF !important;
	}
	.top-bar-section .has-dropdown > a:after {
		border-color: transparent !important;
		border-left-color: #EF80B3 !important;
	}
	.top-bar-section .has-dropdown.active > a:after {
		border-color: transparent !important;
		border-left-color: #FFF !important;
	}
	.entry-title-inner {
		width: auto;
		margin: 0 15px;
	}
	.sidebar-nav {
		width: 220px;
		float: right;
	}
	#sidebar .textwidget img {
		width: 220px;
		float: none;
	}
	#sidebar h6 {
		width: 220px;
		padding: 0;
		float: right;
	}
}

@media only screen and (max-width: 939px) and (min-width: 767px) {
	.large-green-box, .large-pink-box {
		height: auto;
		min-height: 165px;
	}
	.green-box-inner, .pink-box-inner {
		padding: 25px 42% 0px 25px;
	}
	.green-box-inner img, .pink-box-inner img {
		right: 8%;
		width: 100px;
		top: 30px;
	}
	.newsletter-wrapper div.wpcf7-validation-errors, .newsletter-wrapper div.wpcf7-mail-sent-ok, .newsletter-wrapper div.wpcf7-mail-sent-ng, .newsletter-wrapper div.wpcf7-spam-blocked, .newsletter-wrapper span.wpcf7-not-valid-tip {
		position: absolute;
		right: 108px;
		top: 34px;
	}
	.newsletter-wrapper .wpcf7-form.invalid .wpcf7-submit, .newsletter-wrapper .wpcf7-form.sent .wpcf7-submit {
		position: absolute;
		top: 31px;
		right: 0;
	}
}

@media only screen and (max-width: 900px) {
	.blue-box-left {
		width: 25%;
		padding-right: 0;
		margin-right: 0;
	}
	.blue-box-right {
		width: 75%;
		padding: 0px 0 0 5%;
	}
	.blue-box-full h4 {
		font-size: 19px;
		padding-left: 0;
	}
}

/*@media only screen and (max-width: 820px) and (min-width: 766px) {
	.polst-forms-wrapper .small-6 {
		width: 100%;
		padding: 0;
	}
	.pdf-link {
		right: 0;
	}
}*/

@media only screen and (max-width: 767px) {
	.tp-caption.sfb {
		display: none;
	}
	.large-green-box, .large-pink-box {
		height: 120px;
		width: 100%;
		margin: 0 0 15px 0;
	}
	.green-box-inner, .pink-box-inner {
		padding: 10px 120px 0px 25px;
	}
	.green-box-inner img, .pink-box-inner img {
		right: 25px;
		width: 80px;
		top: 17px;
	}
	.large-green-box h2, .large-pink-box h2 {
		font-size: 36px;
	}
	.programs {
		padding: 0;
		margin-bottom: 20px;
	}
	.getinvolved {
		padding: 0;
	}
	.programs-list li {
		padding: 10px 10px 10px 100px;
	}
	.programs-list li img {
		width: 80px;
		top: 15px;
	}
	.blogentries {
		padding: 0;
		margin-top: 25px;
	}
	.blogentries .lcp_catlist li {
		width: 100%;
		min-height: 135px;
		float: none;
		margin: 25px 0 0 0;
		padding: 25px 0 0 0;
		border-top: 1px solid #969696;
	}
	.blogentries .lcp_catlist li:first-child {
		margin: 0;
		padding: 0;
		border: 0;
	}
	.blogentries .lcp_catlist li img {
		float: left;
		margin: 0 15px 0 0;
	}
	.shadow-bottom:after {
		bottom: 32px;
	}
	.blue-box-full {
		height: auto;
		padding: 0 5% 25px;
		text-align: center;
	}
	.blue-box-left {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}
	.blue-box-right {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		border: 0;
		min-height: 20px;
	}
	.blue-box-full h2 {
		color: #FFF;
		padding: 25px 0 5px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #f6bbd6;
		border-right: 0;
	}
	.blue-box-full h4 {
		font-size: 19px;
		padding-left: 0;
	}
	.newsletter-wrapper .large-2 {
		display: none;
	}
	.newsletter-wrapper .large-8 {
		margin-top: 6px;
	}
	.newsletter-wrapper .wpcf7 {
		margin: -10px auto 0;
	}
	.newsletter-wrapper img {
		top: -5px;
	}
	.newsletter-wrapper div.wpcf7-validation-errors, .newsletter-wrapper div.wpcf7-mail-sent-ok, .newsletter-wrapper div.wpcf7-mail-sent-ng, .newsletter-wrapper div.wpcf7-spam-blocked, .newsletter-wrapper span.wpcf7-not-valid-tip {
		position: absolute;
		right: 108px;
		top: 34px;
	}
	.newsletter-wrapper .wpcf7-form.invalid .wpcf7-submit, .newsletter-wrapper .wpcf7-form.sent .wpcf7-submit {
		position: absolute;
		top: 31px;
		right: 0;
	}
	.sidebar-nav {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	.border-top-pink {
		margin: -60px 0 45px;
	}
	.pink-newspaper-box-inner:after {
		display: none;
	}
	.polst-forms-list-wrapper {
		padding: 0;
	}
	.polst-forms {
		padding: 0;
		margin-bottom: 30px;
	}
	#sidebar h6 {
		width: 100%;
		float: none;
	}
	#sidebar .textwidget img {
		margin-right: .5%;
		width: 220px;
		float: left;
	}
	#sidebar .textwidget img {
		width: 49%;
	}
	#sidebar {
		margin-top: 50px;
	}
	.super-large-text {
		font-size: 87px;
	}
	.large-text {
		font-size: 35px;
	}
	.footer-inner .middle {
		padding: 0;
	}
	.footer-inner .last {
		padding: 0;
	}
	.pp_pic_holder.pp_default {
		width: 100% !important;
		left: 0 !important;
		overflow: scroll;
	}
	div.pp_default .pp_content_container .pp_left {
		padding-left: 0 !important;
	}
	div.pp_default .pp_content_container .pp_right {
		padding-right: 0 !important;
	}
	.pp_content {
		width: 100% !important;
		height: auto !important;
		text-align: center;
		overflow: hidden;
	}
	.pp_fade {
		width: 100% !important;
		height: 100% !important;
	}
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
		display: none !important;
	}
	#pp_full_res img {
		width: 100% !important;
		height: auto !important;
	}
	#pp_full_res {
		line-height: 0.7 !important;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
	#pp_full_res iframe {
		width: 100%;
		height: 100%;
	}
	.pp_details {
		width: 100% !important;
		padding: 15px 3% 15px 3%;
		min-height: 35px;
		background-color: #FFF;
		margin: 0!important;
	}
	div.pp_default .pp_description {
		margin: 11px 50px 5px 153px !important;
	}
	div.ppt {
		display:none !important;
	}
	.pp_play {
		margin-right: 20px !important;
	}
	.pp_arrow_previous {
		margin-right: 5px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 641px) {
	.main-header {
		margin-top: 10px;
	}
	.secondary-menu {
		right: 15px;
		top: 5px;
	}
	.header-social {
		top: 30px;
	}
	.site-search {
		top: 65px;
	}
}

@media only screen and (max-width: 640px) {
	.main-header {
		height: 260px;
		margin-top: 0;
	}
	.logo {
		display: block;
		padding-top: 160px;
		text-align: center;
		margin-left: -55px;
	}
	div.newsletter-signup {
		right: auto;
		left: 50%;
		max-width: 160px;
		margin-left: -80px;
	}
	.newsletter-signup-form {
		width: 280px;
		max-height: 95%;
		left: 50%;
		margin-left: -140px;
		top: 2.5%;
	}
	#mc_embed_signup h2 {
		padding: 10px 0 0 75px !important;
	}
	.secondary-menu {
		right: auto;
		top: 5px;
		width: 100%;
		text-align: center;
	}
	.secondary-menu li {
		display: inline-block;
		float: none;
	}
	.header-social {
		right: auto;
		width: 100%;
		text-align: center;
	}
	.header-social li {
		display: inline-block;
		float: none;
	}
	.header-social {
		top: 30px;
	}
	.site-search {
		top: 65px;
		right: auto;
		text-align: center;
		width: 100%;
	}
	#searchform {
		width: 230px;
		margin: 0 auto;
	}
	#searchform #s {
		width: 205px;
	}
	#searchform .small-4 {
		width: 25px;
	}
	.error404 article #searchform {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 550px) {
	.large-green-box, .large-pink-box {
		height: auto;
		width: 100%;
		margin: 0 0 15px 0;
		text-align: center;
	}
	.large-green-box h2, .large-pink-box h2, .large-green-box p, .large-pink-box p {
		text-align: left !important;
	}
	.green-box-inner, .pink-box-inner {
		padding: 25px;
	}
	.green-box-inner img, .pink-box-inner img {
		right: auto;
		width: 55%;
		top: auto;
		position: relative;
	}
	.dash {
		display: none;
	}
	.blue-box-full a {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.blogentries .lcp_catlist li img, article.type-page .lcp_catlist li img {
		float: none !important;
		margin: 0 0 5px 0 !important;
		width: 100%;
	}
	.newsletter-wrapper .wpcf7 {
		width: 100%;
	}
	.newsletter-wrapper .wpcf7-email {
		width: 63% !important;
	}
	.newsletter-wrapper .wpcf7-submit {
		width: 37% !important;
		font-size: 12px;
		padding: 2px;
	}
	.newsletter-wrapper div.wpcf7-validation-errors, .newsletter-wrapper div.wpcf7-mail-sent-ok, .newsletter-wrapper div.wpcf7-mail-sent-ng, .newsletter-wrapper div.wpcf7-spam-blocked, .newsletter-wrapper span.wpcf7-not-valid-tip {
		position: absolute;
		right: 38%;
		top: 34px;
	}
	.pink-newspaper-box-inner h2 {
		font-size: 22px;
	}
	.video-gallery-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.single-video-wrapper {
		width: 100%;
		margin: 0 0 25px 0;
		float: none;
	}
	.wpvl_auto_thumb_box {
		margin: 0;
	}
}

@media only screen and (max-width: 445px) {
	.main-header {
		height: 240px;
	}
	.logo img {
		width: 300px;
	}
	.getinvolved-list li img {
		left: 5px;
	}
	.getinvolved-list li {
		padding: 25px 10px 5px 105px;
	}
	.sidebar-nav {
		width: 100%;
	}
	#sidebar .textwidget img {
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 415px) {
	.polst-forms-wrapper .small-6 {
		width: 100%;
		padding: 0;
	}
	.pdf-link {
		right: 0;
	}
}

@media only screen and (max-width: 360px) {
	.programs-list li img {
		width: 100px;
		top: 0;
		position: relative;
		left: 0;
	}
	.programs-list li {
		padding: 25px;
	}
	.programs-list li.care-planning img, .programs-list li.palliative-care img, .programs-list li.public-policy img {
		top: -15px;
		left: -15px;
		margin-bottom: -20px;
	}
	.programs-list li.polst-link img {
		top: -30px;
		margin-bottom: -45px;
	}
	.pink-newspaper-box-inner h2 {
		padding: 30px 15px 0 140px;
	}
	.pink-newspaper-box-inner img {
		position: absolute;
		top: -10px;
		left: 0px;
		width: 130px;
	}
}

/****RETINA AND HIGH PIXEL DENSITY DISPLAY IMAGE SWAP****/
@media only screen and (-webkit-min-device-pixel-ratio: 1.2), only screen and (min-resolution: 110dpi) {
	#searchsubmit {
		background: #EF80B3 url(//coalitionccc.org/wp-content/themes/reverie-child/img/search-arrow-2x.png) center top;
		background-size: 26px !important;
	}
	#s {
		background: #E1E1E1 url(//coalitionccc.org/wp-content/themes/reverie-child/img/search-bg-2x.png) no-repeat 7px 5px;
		background-size: 21px;
	}
	.tp-leftarrow.default {
		background: url(//capolst.org/wp-content/themes/reverie-child/img/revslider-left-nav-2x.png) no-repeat 0 0;
		background-size: 40px;
	}
	.tp-rightarrow.default {
		background: url(//capolst.org/wp-content/themes/reverie-child/img/revslider-right-nav-2x.png) no-repeat 0 0;
		background-size: 40px;
	}
	h3.resources {
		background: url(//coalitionccc.org/wp-content/themes/reverie-child/img/resources-icon-2x.jpg) no-repeat;
		background-size: 53px;
	}
	.top-bar-section ul li.active > a:after {
		background: url(//capolst.org/wp-content/themes/reverie-child/img/li-active-triangle-2x.png) no-repeat 0 0;
		background-size: 20px 10px;
	}
	.pink-newspaper-box-inner:after {
		background: url(//capolst.org/wp-content/themes/reverie-child/img/pink-arrow-2x.jpg) no-repeat;
		background-size: 50px 60px;
		right: -16px;
	}
	.newsletter-wrapper div.wpcf7-validation-errors {
		background: url(//coalitionccc.org/wp-content/uploads/2014/03/wpcf7-errors-small-2x.png) no-repeat 0 0 !important;
		background-size: 20px 20px !important;
	}
	.newsletter-wrapper div.wpcf7-mail-sent-ok {
		background: url(//coalitionccc.org/wp-content/uploads/2014/03/wpcf7-ok-small-2x.png) no-repeat 0 0 !important;
		background-size: 20px 20px !important;
	}
	.newsletter-wrapper div.wpcf7-mail-sent-ng {
		background: url(//coalitionccc.org/wp-content/uploads/2014/03/wpcf7-failed-small-2x.png) no-repeat 0 0 !important;
		background-size: 20px 20px !important;
	}
	#mc_embed_signup h2 {
		background: url(//coalitionccc.org/wp-content/themes/reverie-master/img/heart-icon-2x.png) no-repeat 0px 1px !important;
		background-size: 72px !important;
	}

}

.footnotes li {
	font-size: 12px !important;
}
