/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								STYLE.CSS
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 * Theme Name: Project_Name
 * Theme URI: http://anfoundation.com
 * Author: (a)squaredstudio, New Leaf Web Solutions
 * Author URI: http://anfoundation.com/
 * Description: Custom theme for Project_Name
 * Version: 0.4.5
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: anfoundation
 * Template: anfoundation
 *
 * This theme is the best.  Period.
 */



/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								GENERAL STYLING / SITE STRUCTURE
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */

iframe {
	border: solid 1px #1c82c9;
}

/**
 * ==============================================
 *  TYPOGRAPHY / BUTTONS / TAGS
 * ==============================================
 */


@font-face {
    font-family: 'Century';
    src: url('fonts/gothic.eot');
    src: url('fonts/gothic.eot#iefix') format('embedded-opentype'),
         url('fonts/gothic.woff') format('woff'),
         url('fonts/gothic.ttf') format('truetype'),
         url('fonts/gothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, .button {
	transition: all 0.3s ease;
}

a[href^=tel]{
	text-decoration:none;
}

a[href^=tel]:hover {

}

.button {
	line-height: 1;
	padding: .67em 1.1em;
	font-weight: 300;
}

.wow:not(.animated) {
	visibility: hidden;
}

p {
	font-size: .9rem;
	line-height: 1.8;
}

.component {
	position: relative;
}
.component {
	padding: 2em 0;
}

.component.image-cta,
.component.hero-vertical-ctas {
	padding: 0;
}

.component.has-title {
	padding-top: 0;
}

.title, .sub-header {
	margin: 0;
}

.title-wrap {
	padding: 2em 0 1em;
}

.grey {
	background: #f9f9f9;
}

.full {
	width: 100%;
	max-width: 100%;
}

.button, button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-style: normal;
}

.button.secondary {
    background: #697198;
    color: #fff;
}

.button.secondary:hover {
    background: #df7155;   
}
input[type="submit"] {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

h1 {
    font-size: 40px;
    font-weight: normal;
    color: #3e88bc;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding-bottom: 15px;
    padding-top: 0px;
}

h2 {
    color: #1c82c9;
}

h3 {
    font-family: 'Century', Helvetica, sans-serif;
    color: #154b7f;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 8px;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    color: #124c7f;
    font-family: 'Century', Helvetica, sans-serif;
    line-height: 34px;  
}

h5 {
    color: #4388B8;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}



blockquote  {
    padding: 18px 10px 10px 20px;
    background-color: #e2f2fc;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #74B4E2;
    margin-left: 10px;
    font-style: italic;
    color: #666;
}

blockquote p {
    line-height: 2;
}

#site-loader {
	opacity: 0;
	max-height: 0;
	background: #3b7bbf url(images/bkg_loading.gif) center center no-repeat !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
}

.point-meter {
    color: #5b9ccc;
}

.bad {
    background: #f5f6f7;
    color: #fff;
}
.good {
    background: #5fa5d6;
    color: #fff;
}

.point-meter-wrapper {
    display: inline-block;
    margin: 0.5em 0 1em;
    padding: 0 1em 0 0;
}

.point-meter-wrapper span {
    display: inline-block;
    border: 1px solid #5e6b8e;
    width: 24px;
    height: 24px;
}

.content ul li, .content-wrap ul li {
    list-style-image: url(images/bullet.png);
    margin-bottom: 13px;
    font-size: 0.9em;
    color: #15567b;
    margin-left: 3em;
}

.content-wrap ul li ul li {
    list-style-image: none !important;
    list-style: circle;
    font-style: italic;
}

.content-wrap ol li {
    margin-left: 3em;
    font-weight: bold;
}

.gform_body ul li {
    padding-left: 0em !important;
}

/*-- END TYPOGRAPHY / BUTTONS / TAGS --*/

/**
 * ==============================================
 *  REVEAL MODAL
 * ==============================================
 */

.component, .columns, .column { position: static; }

.reveal-modal img {
    margin: 0 1em 0 0;
}

/*-- END REVEAL MODAL --*/

/**
 * ==============================================
 *  UTILITY
 * ==============================================
 */

#utility {
    background: #184d81; /* Old browsers */
    background: -moz-linear-gradient(top,  #184d81 0%, #3b7bbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184d81), color-stop(100%,#3b7bbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #184d81 0%,#3b7bbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #184d81 0%,#3b7bbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #184d81 0%,#3b7bbf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #184d81 0%,#3b7bbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d81', endColorstr='#3b7bbf',GradientType=0 ); /* IE6-9 */
	padding: .3em 0;
	color: #fff;
	text-transform: uppercase;
    border-bottom: solid 2px #1d2750;
}
#utility .widget {
    display: inline-block;
	margin-bottom: 0;
	color: #fff;
	font-size: .8em;
	vertical-align: middle;
	line-height: 1;
}


#utility #search-3 {
    margin: 7px 0 0 10px;
}

#utility input[type="submit"] {
    margin: 0 0 0 0.8em;
}


/*-- END UTILITY --*/






/**
 * ==============================================
 *  HEADER
 * ==============================================
 */
.header-wrap{
	position: relative;
}
#header {
    position: relative;
    z-index: 999;
    background: url(images/bkg_header.png) repeat left top;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 7px 21px -3px rgba(194,194,194,0.58);
    -moz-box-shadow: 0px 7px 21px -3px rgba(194,194,194,0.58);
    box-shadow: 0px 7px 21px -3px rgba(194,194,194,0.58);
}

#header.stuck {
	position: fixed!important;
	box-shadow: 0px 0px 10px rgba(0,0,0, .5);
}

#header .logo {
    padding: 2em 0 0;
}

/*-- END HEADER --*/




/**
 * ==============================================
 *  MENU
 * ==============================================
 */


.top-bar {
    height: 100%;
}

.top-bar-section { 
     border-right: dotted 1px #edf6ff !important;
}

.top-bar-section img {
-webkit-transition: all .1s ease;  
-moz-transition: all .1s ease;  
-o-transition: all .1s ease;  
transition: all .1s ease;
}

.top-bar-section img:hover {
    opacity: 0.2;
}

/* normal state */
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button){
	line-height: 1;
    background: url(images/bkg_header.png) repeat left top !important;
    border-left: dotted 1px #4d5e92 !important;
    padding: 0 0.9em !important;
}

.top-bar-section .ubermenu-submenu li:not(.has-form) a:not(.button),
.top-bar-section .ubermenu-submenu li.active:not(.has-form) a:not(.button) {
    background: none !important;
    border-left: none !important;
    padding: 0.3em 1.5em!important;
}

#menu-item-2549 {        
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    border-left: 6px solid #94c9ee;
    padding: 1em;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop a {  
     color: #4d5e92;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop a:hover {  
     color: #1f2650;    
}

.top-bar {
}

/* hover state */
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #666;
}

/* active menu state */
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #000;
	color: #fff;
}

/* active menu:hover state */
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #000;
}

/* parent active state */
.top-bar-section ul li:hover:not(.has-form)>a {
	background: #999;
}

/* drop down normal */
.top-bar-section li a {
	background: #ff0000;
}

/* drop down hover */
.top-bar-section li a:hover {
	background: #00ff00;
}

/* carat normal state */
.top-bar-section .has-dropdown>a:after {
	border-top-color: #ddd;
	top: 14px;
}

/* carat hover state */
.top-bar-section .has-dropdown>a:hover:after {
	border-top-color: #ddd;
}



.sub-menu li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: none !important;
}


.ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
    font-weight: bold;
    color: #d9d9d9;
    text-transform: uppercase;
    border-left: none;
    background: url(images/bkg_header.png) repeat left top !important;
    border-left: dotted 1px #4d5e92 !important;
    padding: 0 0.9em !important;
}




/*-- END MENU --*/




/**
 * ==============================================
 *  MOBILE BUTTONS
 * ==============================================
 */

.mobile-button-container {
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 24px;
}
.mobile-button {
	text-align: center;
	text-transform: uppercase;
}

.mobile-button .menu_item {
	margin-bottom: 0;
	font-size: 1.6em;
	line-height: 1;
}

.mobile-button i {
	line-height: 1;
    font-size: 1.1em
}

a.menu-icon {
    display: inline;
    color: #df7155;
    text-indent: 0rem !important;
    font-size: 1.4rem !important;
}

a.menu-icon:hover {
    color: #184d81;   
}


/*-- END MOBILE BUTTONS --*/




/**
 * ==============================================
 *  OFF CANVAS MENU
 * ==============================================
 */

.off-canvas-menu {
	background: #184d81;
}

ul.off-canvas-list li a {
	color: #fff;
	text-transform: uppercase;
    border-bottom: none !important;
}

ul.off-canvas-list li a:hover, ul.off-canvas-list li ul li a:hover {
	background: #df7155 !important;
}

#offcanvas-sidebar .widget_search {
	padding: .8em .6em;
	border-bottom: 1px solid #262626;
}

#offcanvas-sidebar .widget_search input,
#offcanvas-sidebar .widget_search #searchsubmit {
	line-height: 1!important;
	font-size: .7em;
	text-transform: uppercase;
	height: 30px;
}

#text-12 {
    padding: 1em 1.5em 
}

/*-- END OFF CANVAS MENU --*/



/**
 * ==============================================
 *  MORE FOOTER
 * ==============================================
 */

#more-footer {
	border-bottom: 1em solid #1f2650 ;
    padding: 2em 0;
	background: #f2f2f2;
}

#more-footer .info {
	margin-bottom: 0;
}

#more-footer .widget {
	font-size: .8em;
	line-height: 2;
	color: #777;
}
#more-footer h6 {
	text-transform: uppercase;
	color: #eee;
}

/*-- END MORE FOOTER --*/



/**
 * ==============================================
 *  FOOTER
 * ==============================================
 */

#main-footer {
    padding: 0 0 1.5em
    background: #16497e; /* Old browsers */
    background: -moz-linear-gradient(top,  #16497e 0%, #2e6190 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16497e), color-stop(100%,#2e6190)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #16497e 0%,#2e6190 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #16497e 0%,#2e6190 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #16497e 0%,#2e6190 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #16497e 0%,#2e6190 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16497e', endColorstr='#2e6190',GradientType=0 ); /* IE6-9 */
    font-family: Georgia, serif;
    font-style: italic;
}

#main-footer .row {
    padding: 1em 1.5em
    
}

#main-footer .widget {
	color: #fff;
	font-size: .8em;
}

#main-footer #text-6 {
    clear: both;
}

#main-footer a {
    color: #fff;
    text-decoration: underline;
}

#main-footer a:hover {
    text-decoration: none;
}

#main-footer a.button  {
    text-decoration: none;
    margin: 0.8em 0 0 0;
}


/*-- END FOOTER --*/


/**
 * ==========================================================================================
 *					END GENERAL STYLING / SITE STRUCTURE
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								SHORTCODE COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 * 
 * 1 - SOCIAL PROFILES
 * 2 - BUSINESS CTA
 * 3 - INLINE COMPONENT
 */

/**
 * ==============================================
 *  SOCIAL PROFILES
 * ==============================================
 */

 .anf-social-profiles {
 	margin: 0;
 }

 .anf-social-profiles li {
 	display: inline-block;
 	margin-right: .5em;
 }

 .anf-social-profiles li:last-child {
 	margin-right: 0;
 }

 .anf-social-profiles li a {
 	display: inline-block;
 	background: #84aed8;
 	color: #fff;
 	text-align: center;
 	width: 24px;
 	height: 24px;
 	border-radius: 3px;
 	-webkit-border-radius: 50px;
 	-moz-border-radius: 50px;
 	-ms-border-radius: 50px;
 }

 .anf-social-profiles li a:hover {
 	color: #84aed8 !important;
 	background: #ffffff;
 }

/*-- END SOCIAL PROFILES --*/




/**
 * ==============================================
 *  BUSINESS CTA
 * ==============================================
 */

.anf-business-cta .cta,
.anf-business-cta .phone {
	display: inline-block;
	font-size: 1.5em;
}

.anf-business-cta .phone a {
	font-weight: bold;
}

.anf-business-cta .address {
	font-size: .8em;
}

/*-- END BUSINESS CTA --*/


/**
 * ==============================================
 *  INLINE COMPONENT
 * ==============================================
 */

.inline-component {
	display: inline-block;
}

.inline-component br,
.inline-component br:after {
	content: '';
}

.inline-component address {
	font-style: inherit;
}

/*-- END INLINE COMPONENT --*/


/**
 * ==========================================================================================
 *					END SHORTCODE COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 */


/**
 * ==============================================
 *  SLIDER 
 * ==============================================
 */

#hp-swiper .swiper-slide {
    min-height: 400px !important;
}

.swiper-container {
	position: relative;
	z-index: 99;
}

.swiper-container .arrow {
	position: absolute;
	z-index: 99999;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.6em;
	opacity: 0;
	color: rgba(255,255,255, .5);
	display: inline-block;
}

.swiper-container .arrow:hover {
	color: rgba(255,255,255, .9);
}

.swiper-container .arrow.left {
	left: .1em;
}

.swiper-container .arrow.right {
	right: .1em;
}

.swiper-container:hover .arrow {
	opacity: 1;
}

.swiper-container:hover .arrow.left {
	left: .6em;
}

.swiper-container:hover .arrow.right {
	right: .6em;
}

.swiper-container .pagination {
	position: absolute;
	bottom: -2em;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.swiper-container:hover .pagination {
	opacity: 1;
	bottom: 0;
}

.swiper-container .pagination.images ul {
	margin: 0;
	padding: 0;
	list-type: none;
}

.swiper-container .pagination.images ul li {
	display: inline-block;
	padding: 0 .4em;
}

.hero-slider {
	display: none;
}

.hero-slider .wrap {
    padding: 2em 0;
}

.hero-slider .title,
.hero-slider .sub-header {
	color: #fff;
	text-transform: uppercase;
    font-family: 'Century', Helvetica, sans-serif;
}

.hero-slider .title {
    font-size: 2.1em;
    font-style: normal;
}

.hero-slider .content,
.hero-slider .content p {
	color: #fff;
}

.hero-slider .content {
	margin-bottom: 1em;
}

.hero-slider .inner {
    background: rgba(22,75,127, .73);
    z-index: 99;
    position: absolute;
    margin: 12% 0 0 0;
    text-align: left;
    padding: 1em;
}

.swiper-container .pagination {
	padding: .6em;
	line-height: 1;
	text-align: center;
	z-index: 999;
	position: relative;
}

.swiper-container .swiper-pagination-bullet {
	margin: .3em;
	width: 10px;
	height: 10px;
}

/*-- END SLIDER --*/



/**
 * ==============================================
 *  SERVICES
 * ==============================================
 */

.home .service-area {
    background: url(images/background_homebottom.png) repeat left top;
}

.home .service-area .inner {
    background: #fff;
    -webkit-box-shadow: 0px 0px 16px -5px rgba(156,156,156,1);
    -moz-box-shadow: 0px 0px 16px -5px rgba(156,156,156,1);
    box-shadow: 0px 0px 16px -5px rgba(156,156,156,1);  
    min-height: 300px;
}

.home .service-area .inner img {
    margin: -70px 0 50px 0;
}

.home .service-area .inner .content-wrap {
    padding: 1em;
    border-top: solid 1px #74b4e1;
    width: 90%;
    margin: auto;
    min-height: 275px;
}

.home .service-area .inner .content-wrap .button {
    margin: 0 0 10px 0;
}

.home .service-area .title {
    color: #fff !important;
    font-family: 'Georgia',serif !important;
    font-style: italic !important;
    text-transform: capitalize;
}



.home .service-area h3{
    font-size: 1.7em
}
 
.home .service-area .inner .content-wrap ul li {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}


.home .service-area .inner .rotatingtweet p.rtw_main {
    clear: both;
    text-align: left;
}


.home .service-area .inner .rotatingtweet p.rtw_meta, div.rtw_meta {
    margin-bottom: 0em !important;
    text-align: left;
}

.home .service-area div.widget_rotatingtweets_widget, div.rotatingtweet, div.widget_rotatingtweets_widget div.widget-title {
    max-width: 100%;
}

.service-area .title {
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.service-area .sub-header {
	font-weight: 100;
	margin-bottom: 0;
}

.service-area .items .title {
	text-transform: none;
}

.service-area img {
	margin-bottom: 1em;
}

.service-area .th {
	position: relative;
}

.service-area .th .title {
	background: rgba(255,255,255, .8);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: .3em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.service-area .th:hover .title {
	padding: .5em .3em;
}

.service-area .content-wrap {
	padding-bottom: 3em;
}

/*-- END SERVICES --*/



/**
 * ==============================================
 *  VIDEO BACKGROUND
 * ==============================================
 */

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-background {
	position: relative;
	padding: 10em 0 3em;
}

.video-background .title,
.video-background .sub-header {
	color: #fff;
}

/*-- END VIDEO BACKGROUND --*/



/**
 * ==============================================
 *  TESIMONIALS
 * ==============================================
 */
.testimonials {
	padding: 3em;
}

.testimonials .title {
	text-transform: uppercase;
}

.testimonials .quotescollection {
	padding: 0;
	border: 0;
}

.testimonials .quotescollection cite:before {
	content: '';
}

/*-- END TESIMONIALS --*/



/**
 * ==============================================
 *  CALLOUT
 * ==============================================
 */

.callout {
	background: url(http://ctedreform.org/wp-content/themes/ccer_responsive/images/bkg_callout.png) #f9f9f9;
	padding: 2em 0;
}

.callout .title {
	font-weight: 100;
	margin: 1em 0;
}

.callout .button {
	border: 1px solid #fff;
	color: #fff;
}

.callout .button:hover {
	background-color: #ee3a43;
}

/*-- END CALLOUT --*/



/**
 * ==============================================
 *  IMAGE CTA
 * ==============================================
 */

.component.image-header {
    background: url(images/bkg_page_header.png);
}



.component.image-cta {
    border-bottom: solid 6px #395e8d;
    padding: 3em 0 0em 0;
}

.image-cta .image-push {
    position: absolute; 
    bottom: 0;
}

.image-cta .row {
}

.image-cta .columns {
}

.image-cta .columns:last-child {
}

.image-cta .title {
	font-family: 'Georgia', serif;
	color: #fff;
    font-style: italic;
    font-size: 2em;
}

.image-cta .sub_header {
    color: #fff;
    margin-bottom: 1em; 
}

.image-cta .content p{
	color: #fff;
    margin-bottom: 3em;
}

.image-cta .content p a {
    color: #fff;
    text-decoration: underline;
}

.image-cta .content p a:hover {
    color: #fff;
    text-decoration: none;
}

.image-cta .button {
	margin-top: 2em;
}

.image-cta .inner {
	max-width: 530px;
}

.image-cta.image-right .inner {
	float: right;
}

/*-- END IMAGE CTA --*/



/**
 * ==============================================
 *  ALERT CALLOUTS
 * ==============================================
 */

.alerts {
	background: #111;
	padding: 1em 0;
	border-bottom: 2px solid #ddd;
}

.alerts img {
	margin-right: .6em;
}

.alerts-slider {
	display: inline-block;
	list-style: none;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 0;
}

.alerts-slider li {
	display: none;
	height: 30px;

}

.alerts-slider li p {
	margin: 0;
}

/*-- END ALERT CALLOUTS --*/


/**
 * ==============================================
 *  HERO VARIETY 1
 * ==============================================
 */

.hero-variety-1 {
	padding: 2em 0;
}

.hero-variety-1 .title,
.hero-variety-1 .sub-header {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.hero-variety-1 .titles {
	margin-bottom: 2em;
}

.hero-variety-1 p,
.hero-variety-1 h2,
.hero-variety-1 h3 {
	color: #fff;
}

/*-- END HERO VARIETY 1 --*/


/**
 * ==============================================
 *  HERO VARIETY 2
 * ==============================================
 */

.hero-variety-2,
.hero-variety-2.parallax-background {
	padding: 0;
}

.hero-variety-2.parallax-background.dark {
	background: #000 url(images/bkg_gears_dark.gif) center center no-repeat;
}
.hero-variety-2 .title,
.hero-variety-2 .sub-header,
.hero-variety-2 .content {
	color: #fff;
	font-weight: bold;
}

.hero-variety-2 p,
.hero-variety-2 h2,
.hero-variety-2 h3 {
	color: #fff;
}

.hero-variety-2 .sidebar-content {
	background: #fff;
}

.hero-variety-2 .sidebar-content p,
.hero-variety-2 .sidebar-content .title,
.hero-variety-2 .sidebar-content .sub-header {
	color: #000;
}

.hero-variety-2 .inner {
	padding: 1em;
}

.hero-variety-2 .feature-content img {
	margin-bottom: 2em;
}

.hero-variety-2 .feature-content {
	padding-top: 1em;
}

.hero-variety-2 .feature-content .title {
	margin-bottom: 1em;
}

.hero-variety-2 .features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hero-variety-2 .features a {
	display: block;
}

.hero-variety-2 .sidebar-content .sub-header {
	text-transform: uppercase;
	background: #ddd;
	padding: .4em 1em;
	margin: 0;
}

.hero-variety-2 .sidebar-content li a {
	padding: .7em 1em;
	border-bottom: 1px solid #ddd;
}

.hero-variety-2 .sidebar-content li a:hover {
	background-color: #000;
	color: #fff;
}

.hero-variety-2 .sidebar-content li img {
	margin-right: .5em;
}

.hero-variety-2 .sidebar-content .title {
	margin-bottom: 1em;
}

.hero-variety-2 .sidebar-content .button {
	width: 100%;
}

/*-- END HERO VARIETY 2 --*/



/**
 * ==============================================
 *  HERO VARIETY 3
 * ==============================================
 */

.hero-variety-3 .swiper-container {
	padding-top: 2.5em;
}

.hero-variety-3 .title {
	text-align: center;
}

.hero-variety-3 .swiper-container .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0,0,0, .3);
	padding: 1.5em;
}

.hero-variety-3 .content-wrap p {
	color: #fff;
	text-align: center;
}

.hero-variety-3 .feature-wrap a {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.hero-variety-3 .feature-wrap img {
	margin-right: .5em;
}

/*-- END HERO VARIETY 3 --*/


/**
 * ==============================================
 *  TITLE-SECTION
 * ==============================================
 */

.title-section {
	padding: 2em 0;
	position: relative;
	z-index: 1;
}
.title-section .title,
.title-section .sub-header,
.title-section .tertiary-header {
	text-transform: uppercase;
	color: #fff;
}

.title-section .sub-header {
	font-weight: 400;
}
.title-section .title {
	font-weight: 900;
	text-shadow: 1px 1px 1px #000;
}

.title-section .sub-header {
	margin-top: 0;
	text-shadow: 1px 1px 1px #000;
}
.title-section .tertiary-header {
	margin-bottom: 0;
	text-shadow: 1px 1px 1px #000;
}

.title-section .wrap {
	position: relative;
}

.title-section.has-lines .wrap:before,
.title-section.has-lines .wrap:after {
	content: '';
	background: #fff;
	height: 2px;
	display: inline-block;
	width: 20px;
	text-align: center;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,1));
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,1));
}


/*-- END TITLE-SECTION --*/



/**
 * ==============================================
 *  IMAGE GRID
 * ==============================================
 */

.image-grid {
	padding: 2em 0;
}

.image-grid .title {
	text-transform: uppercase;
	font-weight: bold;
}

.image-grid .sub-header {
	font-style: italic;
	margin-bottom: 1em;
}

.image-grid .inner {
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0, .2)
}

.image-grid .inner img {
	width: 100%;
}

.image-grid .inner .content {
	padding: 1.6em 0;
	background: #fff;
}

.image-grid .inner .sub-header {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0 0.3em;
}

.image-grid .content .content {
	font-size: .9em;
	padding: 0;
}



/*-- END IMAGE GRID --*/



/**
 * ==============================================
 *  PARALLAX SECTION
 * ==============================================
 */

.our-history {
    background: url(images/bkg_hometop.png) repeat left top;
    border-bottom: solid 2px #2b628a;
}

.our-history .content {
    color: #222 !important;
}

.parallax-section {
	padding: 2em 0;
}

.parallax-section .title,
.parallax-section .sub-header,
.parallax-section .content {
	color: #fff;
}

.parallax-section .title {
	text-transform: uppercase;
	font-weight: 500;
}

.parallax-section .sub-header {
	font-style: italic;
}

.parallax-section .content {
	font-size: 1.1em;
	margin: 0 0 1.5em;
}

/*-- END PARALLAX SECTION --*/



/**
 * ==============================================
 *  IMAGE CONTENT SECTION
 * ==============================================
 */

.image-content-section {
	padding: 2em 0;
}

.image-content-section .title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;
}

.image-content-section .button {
	margin-bottom: 2em;
}

.image-content-section .content p {
	font-size: .9em;
	color: #5c5c5c;
}

.image-content-section .content p:last-child {
	margin-bottom: 0;
}

.image-content-section h6 {
	color: #262262;
	font-weight: bold;
	text-transform: uppercase;
}

.image-content-section .sub-header {
	color: #262262;
	font-weight: bold;
	margin: 0 0 1em;
}

.image-content-section .content ul {
	list-style: none;
}
.image-content-section .content ul li {
	font-size: .9em;
	line-height: 2;
	background: url(http://ctedreform.org/wp-content/themes/ccer_responsive/images/bkg_bullet.png) no-repeat 0px 10px;
	padding-left: 1em;
}

/*-- END IMAGE CONTENT SECTION --*/



/**
 * ==============================================
 *  ONE COLUMN CONTENT SECTION
 * ==============================================
 */


.home .component {
    padding: 1em !important;
}

.home .one-column-section, .one-column-callout {
    background: url(images/bkg_hometop.png) repeat left top;
    border-top: solid 2px #2b628a;
}

.home .one-column-section .row {

 
}

.one-column-callout p {
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
    font-family: 'Georgia', serif !important;
    color: #4388b8;
    margin-bottom: 0 !important;
}

.one-column-callout .small-12 {
    padding: 1.7em 1em !important;
    border-top: solid 1px #d6d3d3;
    border-bottom: solid 1px #d6d3d3;
    background: #fff;
}

.home .one-column-section .large-4, .home .one-column-section .large-8 {
    padding: 0.8em 2em !important;
    border-top: solid 1px #d6d3d3;
    border-bottom: solid 1px #d6d3d3;
    background: #fff;
}

.home .one-column-section .large-8 p {
    font-style: italic;
    color: #4388b8;
    font-size: 15px;
}

.home .one-column-section .large-8 h3 {
    color: #465282;
    font-weight: bold;
}

.home .one-column-section .large-4 {
    background: #164b7f;
    min-height: 145px;
    text-align: center;
    color: #fff; 
    font-style: italic;
}

.home .one-column-section .large-4 .button {
    margin: 33px 0 0 0;
}

.one-column-section .title {
	font-weight: 600;
	text-transform: uppercase;
}

.one-column-section h6 {
	font-weight: bold;
}

.one-column-section p {
	font-size: .9em;
}

.one-column-section .sub-header {
	font-style: italic;
	font-weight: 100;

}

/*-- END ONE COLUMN CONTENT SECTION --*/




/**
 * ==============================================
 *  TWO COLUMNS CONTENT SECTION
 * ==============================================
 */

.home .component.two-column-section {
    padding: 3em 0 !important;
}

.two-column-section {
	padding: 2em 0;
}

.two-column-section .title {
    font-family: 'Century', Helvetica, sans-serif;
    color: #154b7f;
    font-weight: normal;
    padding-bottom: 8px;
}

.two-column-section h6 {
	color: #262262;
	font-weight: bold;
}

.two-column-section p {
	font-size: .9em;
}

.two-column-section .sub-header {
	font-style: italic;
	font-weight: 100;
}

.two-column-section .content_right {
    float: right;
    text-align: center;
    color: #3a5f8b;
    background: #ffffff;
    border: solid 1px #d2d2d2;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(230,230,230,1);
    -moz-box-shadow: 0px 0px 10px -2px rgba(230,230,230,1);
    box-shadow: 0px 0px 10px -2px rgba(230,230,230,1);
    padding: 10px 27px;
    margin: -60px 0 0 0;
    z-index: 100;
    position: relative;
    font-size: 14px;
}

/*-- END TWO COLUMNS CONTENT SECTION --*/



/**
 * ==============================================
 *  IMAGE CAROUSEL
 * ==============================================
 */

.image-carousel .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.image-carousel .wrap img {
	width: 100%;
}

.image-carousel .swiper-slide {
	opacity: .4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.image-carousel .swiper-slide-active {
	opacity: 1;
}

.image-carousel .arrow i {
	color: rgba(0,0,0, .3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow:hover i {
	color: rgba(0,0,0, .6);
}

.image-carousel .arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow.left {
	left: 20%;
}

.image-carousel .arrow.right {
	right: 20%;
}

.image-carousel:hover .arrow.left {
	left: 30%;
}

.image-carousel:hover .arrow.right {
	right: 30%;
}


/*-- END IMAGE CAROUSEL --*/


/**
 * ==============================================
 *  MAP COMPONENT	
 * ==============================================
 */

.component.map .cta {
	background: #262262;
	color: #fff;
	padding: 2em 0;
}

.component.map .content {
	display: block;
	margin:0 0 1em;
}

.component.map img,
.map-cta img {
	margin-bottom: 1em;
}

.component.map .gmap_marker .inner,
.map-cta .gmap_marker .inner {
	line-height: 1.5;
}
.component.map .gmap_marker h5,
.map-cta .gmap_marker h5 {
	color: #9a1c1f;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.component.map .gmap_marker h6,
.map-cta .gmap_marker h6 {
	font-size: 1em;
	color: #262262;
	font-weight: 700;
	line-height: 1;
	marign: 0;
}

.component.map strong,
.map-cta strong {
	color: #5c5c5c;
}

/*-- END MAP COMPONENT	 --*/



/**
 * ==============================================
 *  SINGLE CTA	
 * ==============================================
 */

.single-cta {
    background: #184d81;
    background: -moz-linear-gradient(top, #184d81 0%, #3b7bbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184d81), color-stop(100%,#3b7bbf));
    background: -webkit-linear-gradient(top, #184d81 0%,#3b7bbf 100%);
    background: -o-linear-gradient(top, #184d81 0%,#3b7bbf 100%);
    background: -ms-linear-gradient(top, #184d81 0%,#3b7bbf 100%);
    background: linear-gradient(to bottom, #184d81 0%,#3b7bbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d81', endColorstr='#3b7bbf',GradientType=0 );
    padding: .3em 0;
    color: #fff;
    text-transform: uppercase;
}

.single-cta p {
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

/*-- END SINGLE CTA --*/




/**
 * ==============================================
 *  DUAL CTA	
 * ==============================================
 */

.dual-cta {
	text-align: center;
	padding: 2em 0;
	background: url(http://ctedreform.org/wp-content/themes/ccer_responsive/images/bkg_white_dotted.png);
}

.dual-cta .content {
	margin-bottom: 1em;
	color: #262262;
	text-transform: uppercase;
	font-weight: 600;
}

/*-- END DUAL CTA	 --*/




/**
 * ==============================================
 *  QUICK LINKS	
 * ==============================================
 */

.quick-links {
	padding: 2em 0;
}

.quick-links li {
	text-align: center;
}

/*-- END QUICK LINKS --*/



/**
 * ==============================================
 *  RECENT NEWS	
 * ==============================================
 */

.recent-news {
	padding: 2em 0;
	background: #efefef;
}

.recent-news .columns:first-child {
	text-align: center;
}

/*-- END RECENT NEWS --*/




/**
 * ==============================================
 *  PARALLAX HEADER	
 * ==============================================
 */

.parallax-background {
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-ms-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
	padding: 2em 0;
}

.parallax-background.light {
	background: #fff;
	color: #000;
}

.parallax-background.dark {
	background: #000;
	color: #fff;
}


.parallax-background .title {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
}

/*-- END PARALLAX HEADER --*/



/**
 * ==============================================
 *  WOOCOMMERCE CAROUSEL	
 * ==============================================
 */

.woocommerce-carousel {
	padding: 2em 0;
}

.woocommerce-carousel .title {
	text-align: center;
}

.woocommerce-carousel .swiper-container .arrow {
	color: rgba(0,0,0, .2);
}

.woocommerce-carousel .swiper-container .arrow:hover {
	color: rgba(0,0,0, .5);
}

.woocommerce-carousel .arrow {
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce-carousel .swiper-container {
	padding-bottom: 2.5em;
}

.woocommerce-carousel .inner {
	margin: 0 .5em;
}




/*-- END WOOCOMMERCE CAROUSEL --*/



/**
 * ==============================================
 *  RECENT CONTENT	
 * ==============================================
 */

.recent-content {
	padding: 2em 0;
	background: #f9f9f9;
}

.recent-events-list {
	margin: 0;
	list-style: none;
}

.recent-events-list li {
	margin-bottom: 1em;
}

.recent-events-list li .title {
	margin: 0;
}

.recent-events-list li .date {
	font-weight: bold;
	display: inline;
}

.recent-events-list li .venue {
	display: inline-block;
}

.recent-events-list li .venue:before {
	content: '\b7';
	font-weight: bold;
}

.recent-events-list li .date.time .start-date {
	display: block;
}

.recent-events-list li .date.time .start-time,
.recent-events-list li .date.time .end-time {
	font-weight: 100;
}

.recent-content .swiper-container {
	padding-bottom: 1.5em;
}

.recent-content .swiper-container .arrow {
	color: rgba(0,0,0, .5);
}

.recent-content .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);
}

/*-- END RECENT CONTENT --*/


/**
 * ==============================================
 *  SERVICES SLIDER	
 * ==============================================
 */

.services-slider .slider-control {
	padding: 2em 0;
	background: #f9f9f9;
}

.services-slider .slider-control ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.services-slider .sub-header {
	margin-bottom: 2em;
}

.services-slider .slider-control a {
	display: block;
	border: 1px solid;
	padding: 2em 0;
	position: relative;
}

.services-slider .slider-control a.active {
	color: #fff;
	background: #000;
}

.services-slider .slider-control a.active:after,
.services-slider .slider-control a.active:before {
	top: calc(100% + 33px);
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 999;

}

.services-slider .slider-control a.active:after {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #f9f9f9;
	border-width: 30px;
	margin-left: -30px;
}
.services-slider .slider-control a.active:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #f9f9f9;
	border-width: 36px;
	margin-left: -36px;
}

.services-slider .swiper-container {
	padding: 2em 0;
	background: #fdfdfd;
}

.services-slider .swiper-container .arrow {
	color: rgba(0,0,0, .4);
}

.services-slider .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);	
}

.services-slider .swiper-container .columns {
	box-sizing: border-box;
}

.services-slider .swiper-container .title {
	text-transform: uppercase;
	font-weight: bold;
}

.services-slider .swiper-container img {
	width: 100%;
}

.services-slider .buttons {
	margin-bottom: 2em;
}


/*-- END SERVICES SLIDER --*/


/**
 * ==============================================
 *  PRICING GRID
 * ==============================================
 */

.pricing-grid {
	padding: 2em 0;
}

.pricing-grid .columns > .title {
	text-transform: uppercase;
	color: #063b90;
	font-weight: bold;
}

.pricing-grid .cta-button .button {
	margin-bottom: 1.25rem;
}

.pricing-grid .pricing-table .title {
	text-transform: uppercase;
	color: #fff;
	background: #063b90;
}

.pricing-grid .medium-3 .pricing-table .title {
	background-color: #efa11f;
}

.pricing-grid .pricing-table .description {
	color: #000;
	font-size: 1.1em;
	font-style: italic;
}

.pricing-grid .pricing-table .bullet-item {
	font-size: .8em;
}

/*-- END PRICING GRID --*/



/**
 * ==============================================
 *  HERO POSTS AREA
 * ==============================================
 */

.hero-post-area .swiper-container {
	box-sizing: border-box;
}
.hero-post-area .inner {
	background: rgba(0,0,0, .5);
	margin-top: 8em;
	padding: 1em;
	box-sizing: border-box;
}

.hero-post-area .meta,
.hero-post-area .title {
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	text-transform: uppercase;
}

.hero-post-area .wrap {
	position: relative;
}

.secondary-category .img-wrap {
	margin-bottom: 1em;
}

.secondary-category .title {
	margin-bottom: 1em;
}

.category-title {
	background: #000;
	color: #fff;
	padding: .5em;
	text-transform: uppercase;
}

/*-- END HERO POSTS AREA --*/



/**
 * ==============================================
 *  MODAL POPUPS
 * ==============================================
 */


.modal-popups img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.modal-popups img:hover {
    opacity: 0.4;
}

/*-- END MODAL POPUPS --*/

/**
 * ==============================================
 *  CATEGORY FEED
 * ==============================================
 */

.home .category-feed  {
    background: url(images/bkg_hometop.png) repeat left top;
    border-bottom: solid 2px #2b628a;
}

.category-feed .wrap img {
	margin-bottom: 1em;
}
.category-feed .meta {
	text-transform: uppercase;
	font-size: .8rem;
	margin-bottom: 1em;
    color: #fff;
    font-family: Century, sans-serif;
    width: 10%;
    padding: 0 0 .2em;
    color: #df7155;
    border-bottom: solid 1px #f6bcad ;
}

.category-feed .wrap .title {
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 1em;
    font-family: Century, sans-serif
 
}

.category-feed .th {
	padding: 0;
	box-shadow: none;
	border: none;
	position: relative;
}

.category-feed .taxonomy-label {
	position: absolute;
	top: 0;
	left: 1em;
	padding: 1em;
	background: #000!important;
	color: #fff;
	z-index: 1;

}

.cf-small-1 .swiper-slide{
	width: 100%;
}

/*-- END CATEGORY FEED --*/



/**
 * ==============================================
 *  UPCOMING EVENTS
 * ==============================================
 */

.upcoming-events .wrap {
	border: 2px solid #000;
	padding: 1em;
}

.upcoming-events .wrap .title {
	margin-bottom: .5em;
	text-transform: uppercase;
}

.upcoming-events .date {
	font-weight: bold;
}

.upcoming-events .venue {
	font-style: italic;
}

.upcoming-events .start-date {
	display: block;
}

.upcoming-events .button {
	margin-top: .5em;
}

/*-- END UPCOMING EVENTS --*/


/**
 * ==============================================
 *  CATEGORY PARALLAX
 * ==============================================
 */

.category-parallax .sub-header {
	color: #fff;
}

.category-parallax .wrap {
	border: 2px solid #fff;
	padding: 2em;
	text-align: center;
	transition: all 0.3s ease;
}

.category-parallax .wrap:hover {
	background: rgba(255,255,255, .2);
}

.category-parallax a {
	text-transform: uppercase;
	font-weight: bold;
}



/*-- END CATEGORY PARALLAX --*/


/**
 * ==============================================
 *  HERO VERTICAL CTAS
 * ==============================================
 */

.hero-vertical-ctas,
.hero-vertical-ctas .title {
	color: #fff;
}

.hero-vertical-ctas .title {
	margin-bottom: .4em;
}

.hero-vertical-ctas .wrap {
	padding: 2em;
	background: rgba(0,0,0, .7);
}

.hero-vertical-ctas .wrap:hover {
	background: rgba(0,0,0, .3);
}

.hero-vertical-ctas .wrap {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hero-vertical-ctas .content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/*-- END HERO VERTICAL CTAS --*/



/**
 * ==========================================================================================
 *					END COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								PAGE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */


/**
 * ==============================================
 *  DEFAULT PAGE TEMPLATE
 * ==============================================
 */

#middle {
	padding: 2em 0;
}
/*-- END DEFAULT PAGE TEMPLATE --*/



/**
 * ==============================================
 *  BLOG
 * ==============================================
 */

.blog .entry, .single .entry, .archive .entry, .search-results .entry {
    background: #fff;
    border-bottom: solid 8px #74b3e2;
    margin-bottom: 0 !important;
    padding: 2em!important;
    float: left;
    width: 100%;
}

.blog .meta,
.single .meta {
	line-height: 1;
	margin-bottom: .8em;
}

.single .meta {
    border-top: solid 1px #1c82c9;
    padding: 0.9em 0 0 0;
}

.blog .meta i,
.single .meta i {
	margin-left: 1em;
}

.blog .meta span:first-child i,
.single .meta span:first-child i {
	margin-left: 0;
}


.meta-category { 
    float: left;
    width: 100%;
    border-top: solid 1px #1c82c9;
    padding: 14px 0;
    margin-top: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 12px;
}

.postdate {
    position: relative;
    font-family: 'Century', Helvetica, sans-serif;
    color: #fff;
    font-size: 21px;
    text-align: left;
    z-index: 150;
    top: 25px !important;
    float: left;
    text-transform: uppercase;
    height: 47px;
    line-height: 14px;
}

.category-ccer-reports .postdate, .category-press-releases .postdate, .category-in-the-news .postdate {
    position: relative;
    font-family: 'Century', Helvetica, sans-serif;
    color: #fff;
    font-size: 21px;
    text-align: left;
    z-index: 150;
    top: 0 !important;
    float: left;
    text-transform: uppercase;
    height: 47px;
    line-height: 14px;
}
.month {
	height: 30px;
	background-color: #154b7f;
	float: left;
	
}

.year {
	float: left;
	background-color: #74b4e1;	
	height: 30px;
}

.month, .year {
	padding: 8px 6px 4px 3px;
}
    
.category .postdate {
    position: relative;
    font-family: 'Century', Helvetica, sans-serif;
    color: #fff;
    font-size: 21px;
    text-align: left;
    z-index: 150;
    top: 0;
    float: left;
    text-transform: uppercase;
    height: 47px;
    line-height: 14px;
}
.month {
	height: 30px;
	background-color: #154b7f;
	float: left;
	
}

.year {
	float: left;
	background-color: #74b4e1;	
	height: 30px;
}

.month, .year {
	padding: 8px 6px 4px 3px;
}


.blog .featured-image,
.single .featured-image {
	padding-bottom: .5em;
    position: relative;
    margin: 0 !important;
    clear: both;
    top: -40px;
}

.category_wrapper {
    height: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Georgia',serif;
    color: #154b7f;
    font-size: 14px;
    border-bottom: solid 1px #efefef;
}


.category_wrapper .row .medium-2 {
    background: url(images/bkg_categories.png) no-repeat left center;
    padding: 0.8em 0 1em 3.5em;
    font-size: 13px;
}

.blog #middle, .single #middle, .archive #middle, .search-results #middle {
    background: #ececec;   
}


#main-sidebar .widget {
    background: #144c7f;
    margin-top: 10px;
    padding: 0.9em;
    color: #fff;
}

#main-sidebar .widget h6 {
    color: #fff;
    font-family: Georgia, serif;
}

#main-sidebar #text-10 h6 {
    background: url(images/bkg_signup.png) no-repeat left center !important;
    padding-left: 2.6em;
    margin-bottom: 0.9em;
    font-style: italic;
}

#main-sidebar #text-11 h6 {
    background: url(images/bkg_plan.png) no-repeat left center !important;
    padding-left: 2.6em;
    margin-bottom: 0.9em;
    font-style: italic;
}

#text-10 .textwidget, #text-11 .textwidget {
    padding: 0 0.5em;
    font-size: 0.9em;
    margin: 0 0 0.4em 0;
}

#main-sidebar .button {
    clear:both;
}

.author_block {
    background: #fff;
    border-bottom: solid 8px #74b3e2;
    padding: 2em!important;
    float: left;
    clear: both;
}

.browse {
    background-color: #fff;
    padding: 1.5em 2em;
    margin-bottom: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    clear:both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none !important;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi { padding: 0 !important; display:block; clear:both;}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active  { padding: 4px 8px !important; margin: 2px !important; text-decoration: none !important; border: 1px solid #ddd !important; background: #FFFFFF !important; color: #999 !important; }
.wp-pagenavi a:hover { border: 1px solid #3399cc !important; color: #3399cc !important; }
.wp-pagenavi span.pages { padding: 4px 8px !important; margin: 2px !important; font-style: italic !important; color: #999 !important; font-size: 11px !important; }
.wp-pagenavi span.current { padding: 4px 8px !important; margin: 2px !important; font-weight: bold !important; border: 1px solid #3399cc !important; background: #3399cc !important; color: #fff !important; }
.wp-pagenavi span.extend { padding: 4px 8px !important; margin: 2px !important; border: 1px solid #ddd !important; background-color: #FFFFFF !important; }

.more-link {
    float: right;
    margin: 60px 0 0 0;
}

.featured-image {
    top: -35px;
    position: relative;
    clear: both;
}

/*-- END BLOG --*/



/**
 * ==========================================================================================
 *					END PAGE STYLING
 * ==========================================================================================
 */




/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								WOOCOMMERCE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */



/**
 * ==============================================
 * GENERAL
 * ==============================================
 */

.woocommerce-breadcrumb {
	margin-bottom: 1em;
}

.woocommerce-message {
	padding: 1em;
	margin: 0 0 1em;
	border: 1px solid #ddd;
	background: #f9f9f9;
}

.woocommerce-message .button {
	margin-right: 1em;
}

.onsale {
	position: absolute;
	background: #000;
	padding: .4em 1.3em;
	color: #fff;
}

.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
	margin: 0 auto 1em;
}

.woocommerce .star-rating:before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.product .sub-header {
	text-align: center;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}


.product .inner {
	position: relative;
	display: block;
	border: 1px solid #ddd;
}

.product .inner img {
	width: 100%;
}

.product .wrap {
	display: block;
	padding: 1em 0;
}

.product .bottom {
	padding-bottom: 1em;
}

.woocommerce-info {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 1em;
	margin: 0 0 1em;
}

.woocommerce table {
	width: 100%;
}

/*-- END GENERAL --*/




/**
 * ==============================================
 *  PRODUCT DETAIL
 * ==============================================
 */

.single-product .product_title {
	margin: 0;
}

.single-product .woocommerce-product-rating {
	margin: 0 0 1em;
}

.single-product .price {
	font-size: 1.2em;
}

.single-product .quantity {
	max-width: 80px;
	display: inline-block;
}

.single-product .thumbnails {
	margin-top: 1em;
	margin-bottom: 1em;
}

.single-product .thumbnails li img {
	width: 100%;
}

.single-product .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.single-product .woocommerce-review-link {
	margin-top: .3em;
	display: inline-block;
}

.single-product .variations {
	border: 0;
	width: 100%;
}

.single-product .variations .label,
.single-product .variations .value {
	padding: .5em;
	display: table-cell;
	line-height: 1.125rem;
	background: 0;
}

.single-product .variations .label {
	vertial-align: top;
}

.single-product .variations select {
	margin: 0;
}

.single-product .woocommerce-tabs {
	margin: 0 0 2em;
}

.single-product .woocommerce-tabs .tabs {
	list-style: none;
}

.single-product .woocommerce-tabs .tabs li {
	display: inline-block;
}

.single-product .woocommerce-tabs .tabs li a {
	padding: .67em 1.1em;
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #ccc;
}

.single-product .woocommerce-tabs .tabs li a:hover {
	background: #f9f9f9;
}

.single-product .woocommerce-tabs .tabs li.active a {
	background: #666;
	color: #fff;
	border: 1px solid #999;
	border-bottom: 0;
}

.single-product .woocommerce-tabs .tabs li.active a:hover {
	background: #000;
}

#reviews .avatar {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	width: 70px;
}

#reviews .comment-text {
	margin-left: 90px;
}

#reviews .star-rating {
	margin: 0 0 .5em;
}


/*-- END PRODUCT DETAIL --*/



/**
 * ==============================================
 *  PRODUCT / SHOP ARCHIVE
 * ==============================================
 */

.woocommerce-pagination .page-numbers {
	list-style: none;
	text-align: center;
	margin: 0;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
	display: inline-block;
	border: 1px solid #ddd;
	width: 2.5em;
	padding: .5em 0;
	text-align: center;
	margin: 0 .4em
}

.woocommerce-pagination .page-numbers li .current {
	border: 0;
	padding: 0;
	width: auto;
}

.woocommerce-pagination .page-numbers li a:hover {
	background: #000;
	color: #fff;
}

/*-- END PRODUCT / SHOP ARCHIVE --*/



/**
 * ==============================================
 *  CHECKOUT
 * ==============================================
 */

.woocommerce .shop_table img {
	width: 50px;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

.woocommerce .shop_table .variation,
.woocommerce .shop_table .variation p {
	margin: 0;
}

.woocommerce .shop_table .variation {
	font-size: .65em;
}

.woocommerce .shop_table .variation p {
	font-size: 1em;
}
.woocommerce .shop_table .variation dt,
.woocommerce .shop_table .variation dd {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.payment_methods {
	list-style: none;
	margin: 0 0 1em;
}

.payment_methods li {
	vertical-align: bottom;
}

.payment_methods label {
	font-weight: bold;
}

.payment_methods .payment_box p{
	font-size: .9em;
}

.coupon .button {
	margin-left: -120px;
	float: right;
}

#coupon_code {
	float: left;
	width: calc(100% - 150px);
	max-width: auto;
	margin-right: 120px;
}

.coupon:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.woocommerce-error {
	padding: 1em;
	border: 1px solid #ff9999;
	margin: 0 0 1em;
	list-style: none;
	background: #ffdddd;
	font-size: .9rem;
}

ul.order_details {
	padding: 1em;
	border: 1px solid #66aa66;
	margin: 0 0 1em;
	list-style: none;
	background: #eeffee;
	font-size: .9rem;
}


/*-- END CHECKOUT --*/



/**
 * ==============================================
 *  MY ACCOUNT PAGE
 * ==============================================
 */

.woocommerce .myaccount_user {
	border: 1px solid #ddd;
	padding: 1em;
	background: #f9f9f9;
}
.woocommerce .address h3 {
    display: inline-block;
}
.woocommerce .edit {
    font-weight: normal;
    font-size: .9em;
    margin: 0 .4em;
}

.woocommerce .address {
    margin-bottom: 2em;
}

/*-- END MY ACCOUNT PAGE --*/


/**
 * ==============================================
 *  BAR GRAPH
 * ==============================================
 */

#selector h3 {
    float: left;
    padding: 0 0.5em 0 0;
}

#chart_selector {
    margin: 0.4em 0 1.8em 0;
}



/*-- END BAR GRAPH -*/





/**
 * ==============================================
 *  POLICY REPORT
 * ==============================================
 */


.post-type-archive-policy-report .icon_wrap {
    background: #232f6d;
    background: -moz-linear-gradient(top, #232f6d 0%, #273a86 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232f6d), color-stop(100%,#273a86));
    background: -webkit-linear-gradient(top, #232f6d 0%,#273a86 100%);
    background: -o-linear-gradient(top, #232f6d 0%,#273a86 100%);
    background: -ms-linear-gradient(top, #232f6d 0%,#273a86 100%);
    background: linear-gradient(to bottom, #232f6d 0%,#273a86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f6d', endColorstr='#273a86',GradientType=0 );
    padding: 1em 1.5em;
    min-height: 220px;
}


.post-type-archive-policy-report .icon_wrap h2 {
    font-size: 1.9em !important;
}

.post-type-archive-policy-report .icon_wrap a {
    color: #fff !important;
}

.post-type-archive-policy-report .icon_world {
    background: #fff url(images/icon_world.png) center bottom no-repeat;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 80px;
    text-align: center;
    color: #24337a;
    font-family: 'Georgia', serif;
    font-size: 45px;
    border: solid 5px #635f96;
    font-style: italic;
    margin:auto;
}
   

.single-policy-report #middle {
    padding: 0 0 3em 0 !important;
}

.single-policy-report .top_banner {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232f6d+0,273a86+100 */
    background: #232f6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #232f6d 0%, #273a86 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232f6d), color-stop(100%,#273a86)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #232f6d 0%,#273a86 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #232f6d 0%,#273a86 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #232f6d 0%,#273a86 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #232f6d 0%,#273a86 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f6d', endColorstr='#273a86',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
    padding: 1em 0;
}

.single-policy-report .top_banner .sub-header {
    font-family: 'Georgia', serif;
    font-style: italic;
    color: #fff !important;
}

.single-policy-report .top_banner .title {
    font-family: 'Century', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
    font-style: normal;
    text-transform: uppercase;
}

.single-policy-report .icon_world {
    background: #fff url(images/icon_world.png) center bottom no-repeat;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 80px;
    text-align: center;
    color: #24337a;
    font-family: 'Georgia', serif;
    font-size: 48px;
    border: solid 5px #635f96;
    font-style: italic;
    margin: auto;
}
    


.single-policy-report .top {
    background: url(images/background_homebottom.png) repeat left top;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 24px;
}

.single-policy-report .top_title {
    padding: 1em 0 0 0;
    font-size: 32px;
    text-align: right;
}

.single-policy-report .complete-points, .single-policy-report .incomplete-points {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    float: right;
    width: 35%;
    margin: 0 0 0 1em;
    font-family: 'Century', sans-serif;
    text-align: center;
    padding: 1em 0.5em;
    font-style: normal;
}

.single-policy-report .complete-points {
    background: rgba(45, 97, 135, 0.7);
    color: #fff;
}

.single-policy-report .incomplete-points {
    background: rgba(102, 20, 72, 0.7);
    color: #fff;
}

.single-policy-report .thumb {
    height: 400px;
}

.progress-report {
    padding: 3em;
}

.progress-report .section {
    padding: 1em 0;
}

.progress-report p:first-child::first-letter { 
    font-weight: normal;
    font-size:200%;
    color: #5b9ccc;
    float:left;
    margin: -10px 5px 0 0
}


.rubric {
    padding: 0 0 3em;
    background: #0a2a48;
}

.rubric .title_main {
    background: #4e1f3d;
    padding: 1.5em 0;
    font-size: 2.3em;
    color: #fff;
}

.rubric .title {
    color: #fff;
}

.rubric .keys {
    border: solid 1px #7e3664;
    float: left;
    width: 30%;
    color: #fff;
    padding: 0.5em 0.3em;
}

.rubric .keys img {
}

.rubric .section {
    padding: 1em 0;
}

.rubric li.good {
    background: url(images/good_bullet.png) no-repeat left 3px;
    margin: 0.3em 0 0.8em 1em;
    list-style: none;
    padding: 0 0 0 2em;
}

.rubric li.bad {
    background: url(images/bad_bullet.png) no-repeat left 3px;
    margin: 0.3em 0 0.8em 1em;
    list-style: none;
    padding: 0 0 0 2em;
}

.sources {
    padding: 2em 0;
}

.sources ol {
  margin: 0 0 1.5em;
  padding: 0;
}

.sources ol > li {
    padding: 0 0 0 0em;
    margin: 0 0 1em 4em;
    font-size: small;
}


/*-- END POLICY REPORT-*/

/**
 * ==============================================
 *  EVENTS
 * ==============================================
 */


#tribe-events-content {
	line-height: 1.8;
	color: #5A5A5A;
	font-size: 15px;
}

h2.tribe-events-tickets-title {
	font-size: 26px !important;
}

h2.tribe-events-tickets-title {
	margin: 7px 0 2px !important;
	font-size: 1.4em;
	font-weight: normal !important;
}

.tribe_events {
	margin: 0 0 45px 0 !important;
}

.tribe-events-single h1 small strong {
	float: left !important;
}	

.create-account, .tribe-events-cal-links {
	display: none!important;
}

.hentry.tribe_events,
.hentry.tribe-events-category-,
.hentry.type-tribe_events {
	float: none;
	width: auto;
}


/*#tribe-events-pg-template {
	width: 970px!important;
}*/

#tribe-events-content {
	width: 100%;
}

#tribe-events-content:after {
	content: '.';
	display: block;
	height: 0;
	line-height: 0;
	clear: both!important;
}
.tribe-events-sub-nav a,
#edd-purchase-button {
	display: inline-block;
	text-transform: uppercase;
	background-color: #79bcba;
	color: #fff;
	padding: .618em 1em;
}

.tribe-events-sub-nav a:hover,
#edd-purchase-button a:hover {
	background-color: #d8d8d8;
}

.tribe-events-single.hentry {
	float: none;
}

.tribe-events-single.hentry #sidebar {
	float: left!important;
}


#tribe-events-bar {
	margin-bottom: 0;
	margin-top: 2em;
}

.vcard {
    padding: 0 !important;
}

.adr {
	font-size: inherit!important;
	float: none!important;
}

.tribe-events-list-event-title {
    line-height: 1!important;
    margin-top: 20px;
}

.tribe-events-list-event-title a {
	color: #3d93b1;
}

.type-tribe_events header {
	width: 641px;
	padding-bottom: 0;
	background: transparent;
}

.type-tribe_events header:after {
	clear: both;
	content: '.';
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.type-tribe_events header .right:nth-child(1) {
	width: 80%;

}

.type-tribe_events header .right:nth-child(2) {
	width: 20%;
}

.tribe-events-sub-nav {
	margin-bottom: 4em!important;
}

.tribe-events-single-event-title.summary.entry-title {
	font-size: 3em!important;
}


.tribe-events-event-image img {
    margin: 0 20px 0 0;
}

.single-tribe_events .tribe-events-event-meta {
    background: #fafafa;
    border: 1px solid #eee;
    clear: both;
    margin-top: 20px !important;
    float: left;
    width: 100%;
}

.tribe-events-event-image img {
    height: 100%;
    float: left;
    clear: both;
    overflow: hidden;
}

.cart .tribe-events-tickets {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 0.5em
}

.cart .tribe-events-tickets input {
    padding: 0.9em;
    font-size: 1em;
}

.cart .tribe-events-tickets tr td {
    padding: 0.8em;
    width: 20%;
}

.tribe-events-calendar thead {
    background: #3d93b1 !important;
}

.tribe-events-calendar th {
    background: #3d93b1 !important;
    color: #fff !important;
}

#tribe-events-content .tribe-events-tooltip h4 {
    background: #3d93b1 !important;
    color: #fff !important;
}

.tribe-bar-views-option-day {
    display: none !important;
}

.vcalendar .tribe_events_cat-classes, .vcalendar .tribe_events_cat-classes a {
    background: #03afff !important;
      color: #fff !important;
}

.vcalendar .tribe_events_cat-workshops, .vcalendar .tribe_events_cat-workshops a{
    background: #f6a61b !important;
      color: #fff !important;
}

.vcalendar .tribe_events_cat-yoga-hikes, .vcalendar .tribe_events_cat-yoga-hikes a {
    background: #ef6666 !important;
    color: #fff !important;
}

h3.tribe-events-related-events-title {
    display: none;
}

.tribe-related-events {
    display: none;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 1000px !important;
    margin: 0 auto;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
    max-width: 1000px !important;
}


.tribe-events-list .tribe-events-event-image {
    width: 100% !important;
}


.tribe-bar-disabled {
    float: right;
    position: relative;
    z-index: 101;
    display: none;
}

.tribe-events-read-more {
    color: #ffffff;
    background-color: #df7155;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0.7em 1.2em;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-style: normal;
    margin: 1em 0 0 0 !important;
}

.tribe-events-read-more:hover {
    color: #ffffff;
    background-color: #697198;
}


.tribe-events-list .type-tribe_events {
    border-bottom: 0;
    padding: 4em 0 4em !important;
    position: relative;
    border-bottom: solid 0.5em #efefef !important;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer {
    border-top: none !important;
    padding-top: 0em !important;
    margin: 0 !important;
}

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav{
    display: none;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
    font-weight: 400;
    font-style: normal !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    padding: 0;
    margin: 0 0 20px !important;
    line-height: 1.5;
    list-style: none;
    float: none;
}

.vevent .summary {
    font-weight: normal;
}

#tribe-events-content {
    position: relative;
    margin-bottom: 48px;
    padding: 3em 0 0 !important;
}

.tribe-events-back {
    margin: 0 0 4px !important;
    border-bottom: solid 1px #efefef !important;
    padding: 0 0 1em 0 !important;
}

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
    margin: 0px 30px 10px !important;
    line-height: 1.7;
}

/*-- END EVENTS --*/


/**
 * ==============================================
 *  ESSENTIAL GRID
 * ==============================================
 */

.esg-selected-filterbutton .eg-icon-down-open {
    display: inline-block;
    vertical-align: middle;
    width: 110px !important;
    line-height: 20px;
    font-size: 9px;
    font-weight: 700;
    color: #999;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}

.minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.esg-selected-filterbutton {
    color: #999;
    cursor: pointer;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    border: solid 1px #dddddd;
    padding: 1em 2.5em !important;
    margin: 14px !important;
}

.esg-selected-filterbutton .eg-icon-down-open {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    line-height: 20px;
    font-size: 9px;
    font-weight: 700;
    color: #999;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    text-align: right !important;
}

/*-- END ESSENTIAL GRID --*/

/**
 * ==============================================
 *  TABS
 * ==============================================
 */

.tabs dd.active a, .tabs .tab-title.active a, .tabs dd a:hover, .tabs .tab-title a:hover {
	background-color: #84aed8 !important;
	color: #fff !important;
}

.tabs dd>a, .tabs .tab-title>a {
    display: block;
    background-color: #fff !important;
    color: #84aed8 !important;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1rem;
    padding: .4rem 1rem !important;
}
.tabs dd, .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
    margin-left: 0 !important;
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
    border-bottom: solid 1px #84aed8;
}
/*-- END TABS --*/