@import url("https://fonts.googleapis.com/css?family=Raleway%3A400%2C800");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700");

.center {
	text-align: center;
}


/* --------- Hispanic Outreach Styles */
/*Spanish Button*/
.vc_btn3-container.vc_btn3-inline.spanishBtn {
	display: block;
}
.wpb_wrapper .spanishBtn button {
	background-color: #13529b !important;
	border-color: #13529b !important;
	color: #fff !important;
	font-weight: bold;
	left: 90%;
	top: -35px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-transform: uppercase;

}
.wpb_wrapper .spanishBtn button:hover {
	background-image: none;
}
.wpb_wrapper .spanishBtn button:hover, .wpb_wrapper .spanishBtn button:focus {
	top:-35px !important;
}
/*spanishBtn V2*/
a.spanishBtnV2 {
    background-color: #13529b;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    background-repeat: repeat-x;
    border: 1px solid #13529b !important;
    border-radius: 5px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.5);
    color: #fff;
    font-weight: bold;
    padding: 10px!important;
    text-transform: uppercase;
}
a.spanishBtnV2:hover {
	background-image: none;
    color: #fff;
}
/*Card Buttons*/
.wpb_wrapper .cewCardBtn a {
	color: #333;
	font-size: 16px !important;
	display: block;
	line-height: 1.2;
	min-height: 180px;
}
.wpb_wrapper .cewCardBtn a b {
	color: #002269;
    font-family: Abril Fatface;
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}
.wpb_wrapper .cewCardBtn a b:after {
    content: " ";
    display: block;
    width: 8%;
    text-align: center;
    border-bottom: 1px solid;
    height: 1px;
    margin: 0 auto;
    padding: 10px 0 0;
    transition: all ease-in .25s;
}
.wpb_wrapper .cewCardBtn a:hover b:after {
	width: 50%;
}

/*CEW Large Search*/
.cewLargeSearch {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 20px;
}
.cewLargeSearch .searchform.header-search.active {
	box-shadow: none;
	position: relative;
	width: 100%;
}

/*CEW Accordion*/
 #CewVisualsAccordionTitle,
 #CewPresentationsAccordionTitle,
 #interactiveTool,
 #cewPublicationsTitle {
 	padding-top: 135px;
 	margin-top: -135px;
 }
 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
 	max-width: 100%
 }

/*accordion link*/
.postid-5987 .ui-state-default a,
.postid-5987 .ui-state-default a:link,
.postid-5987 .ui-state-default a:visited {
	color: #002269;
    font-family: Abril Fatface;
    font-size: 24px;
}
/*Accordion Link Active*/
.postid-5987 .ui-state-active,
.postid-5987 .ui-widget-content .ui-state-active,
.postid-5987 .ui-widget-header .ui-state-active {
	background-image: none;
	border-color: #ddd;
}
.ui-widget-header .ui-state-active  a{
	opacity: .5;
}
/*Override Border Radius*/
.postid-5987 .ui-corner-all,
.postid-5987 .ui-corner-top,
.postid-5987 .ui-corner-right,
.postid-5987 .ui-corner-tr {
	border-radius: 0 !important;
}
/*Hover State*/
.postid-5987 .ui-state-hover {
	background-image: none;
	background-color: #f1f1f1;
	border-color: #ddd;
}