@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,700|Roboto+Condensed:400,700');
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');*/
/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Roboto Condensed', sans-serif;
*/

.clear {
	clear: both;
}

body {
	font-family: 'Roboto', sans-serif;	
}
body a:hover {
	transition: all 0.5s ease;
}
h1 {
	font: 700 2.5em/.875 'Roboto Slab', serif;
	margin: 0 0 .5em 0;
	color: #444;
}
h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
	color: #575294
}
h2 {
	font-size: 2.25em;
	line-height: .875em;
	margin: 0 0 .3em 0;
}
h3 {
	color: #a55200;
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 0 0 .4em 0;
}
h4 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0 0 .3125em 0;
}
h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: 700;
}
h5 {
	font-size: 1.125em;
	line-height: 1.3125em;
	margin: 0 0 .3125em 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3125em;
	margin: 0;
}

/* --------------------
-----------------------
HEADER - social, report bias, search
-----------------------
-------------------- */
#section-header {
	border-bottom: solid .3125em #024794;
	background-color: #fff;
}
#zone-header-branding {
	padding: 2em 0.9375em;
}
#zone-header-branding > .row {
    align-items: center;
    display: flex;
}
/*#zone-header-branding .logo-title {
	padding-top: 4em;
}*/
#zone-header-branding h1.logo {
	margin: 0;
}
#zone-header-branding .social-report {
	float: right;
	padding: 0;
}
.social-wrapper {
	float: right;
	/*margin-right: 2em;*/
	margin: .5em 0;
}
ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social li {
	width: 2em;
	height: 2em;
	background-color: #222;	
	border-radius: 50%;
	position: relative;
	margin: .5em .25em;
	display: inline-block;
}
.social li:hover {
	background-color: #666;
	transition: background-color 0.5s ease;
}
.social li a {
	color: #fff;
	display: block;
	height: 100%;
	padding: .25em .5em;
}
.social li i {
	font-size: 1.125em;
	line-height: 1em;
}
.social li em {
	display: none;
}

/* REPORT A BIAS */
.report-bias {
	font-size: .85em;
	/*float: right;*/
	/*margin-top: 1.1em;*/
    margin-bottom: 0.5em;
	width: 220px
}
.report-bias a {
	color: #000;
	background-color: #ffcb05;
	padding: 5px;
	display: block;
	text-decoration: none;
}
.report-bias a:hover {
	color: #555;
}
.report-bias i.fa-chevron-circle-right {
	float: right;
	padding-top: 4px;
}

/* SEARCH */
#widget-header .widget_search form {
    background-color: #e1e1e1;
    float: right;
    /*width: 14em;*/
    width: 220px;
    /*margin-bottom: 1em;*/
}
#widget-header .widget_search form input,
#widget-header .widget_search form button {
    height: 30px;
    margin: 0;
}
#widget-header .widget_search form input {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: .75em;
    text-transform: uppercase;
    width: 75%;
    padding-left: .5em;

}
#widget-header .widget_search form input:focus {
    background-color: #fff;
}
#widget-header .widget_search form input::-webkit-input-placeholder { 
    color: #000; 
}
#widget-header .widget_search form input::-moz-placeholder { 
    color: #000; 
}
#widget-header .widget_search form input:-ms-input-placeholder { 
    color: #000; 
}
#widget-header .widget_search form button {
    background-color: transparent;
    color: #000;
    padding: 0 .5em;
    float: right;
}
#widget-header .widget_search form button:hover {
    background-color: #fff;
    color: #000;
}

/* MENU */
#zone-header-menu .mfwMenu ul {
	font: 700 1em/1.125 'Roboto Slab', serif;
}
#zone-header-menu .mfwMenu ul li {
	line-height: initial;
	padding: 0;
}
#zone-header-menu .mfwMenu ul li a {
	padding: 1.25em;
	display: block;
	color: #000;
	text-decoration: none;
}
#zone-header-menu .mfwMenu ul li a:hover,
#zone-header-menu .mfwMenu ul li.current-menu-item a,
#zone-header-menu .mfwMenu ul li.current-page-ancestor a {
	background-color: #ffcb05;
}
#zone-header-menu {
	border-top: double .25em #ffcb05;
}
#zone-header-menu .mfwMenu.responsive a.hamburger-header {
	text-decoration: none;
}




/* --------------------
-----------------------
CONTENT
-----------------------
-------------------- */
#wrapper {
	background-color: #f1f1f1;
}
#zone-content {
	padding: 2em 0 0 0;
}
#zone-content > .row {
	background-color: #fff;
	max-width: 65rem;
}
body.page-id-10 #zone-content > .row,
body.page-id-6 #zone-content > .row,
body.page-id-4031 #zone-content > .row {
	background-color: transparent;
}
body.page-id-109 #zone-content > .row {
	background-color: transparent;
	border-bottom: solid 1px #575294;
}
#footer-before > .row {
	max-width: 65rem;
}

/* CONTENT NAVIGATION */
#widget-content_first {
	padding: 2em 1em;
}
ul#contentnavlist {
	list-style: none;
	margin: 0;
	padding: 0 3em;
	font-size: .875em;
}
#contentnavlist li {
	margin: .75em 0;
}
#contentnavlist > li:first-child {
	margin-top: 0;
}
#contentnavlist li a {
	background-color: #4f6ca7;
	color: #fff;
	padding: .75em 1em;
	display: block;
	text-decoration: none;
}
#contentnavlist li a:hover,
#contentnavlist li.current_page_item > a,
#contentnavlist li.current_page_ancestor > a {
	background-color: #ffcb05;
	color: #000;
}
/* NESTED NAVIGATION - SECONDARY AND TERTIARY */
/*#contentnavlist li > ul {
	padding-left: 3.5em;
}
#contentnavlist li > ul li {
	margin: .5em 0;
}
#contentnavlist li > ul li a {
	background-color: transparent;
	color: #000;
	padding: 0;
}
#contentnavlist li > ul li a:hover,
#contentnavlist li > ul li.current_page_item a {
	color: #4f6ca7;
	background-color: transparent;
}*/
#contentnavlist li > ul {
	/*padding-left: 3.5em;*/
	padding:0;
	list-style: none;
}
#contentnavlist li > ul li {
	/*margin: .5em 0;*/
	margin: 0;
	padding: .5em 0 .5em 3.5em;
}
#contentnavlist li > ul li a:before {
	content: '•';
	margin-left: -.75em;
	padding-right: .5em;
	font-size: 1.125em;
	line-height: 1;
}
#contentnavlist li > ul li a {
	background-color: transparent;
	color: #000;
	padding: 0;
}
#contentnavlist li > ul li:hover,
#contentnavlist li > ul li.current_page_item {
	background-color: #d3d3d3;
	transition: background-color 0.5s ease;
}
#contentnavlist li > ul li:hover a,
#contentnavlist li > ul li.current_page_item a {
	color: #000;
	background-color: transparent;
}

/* ACTUAL CONTENT WELL STUFF */
#content-main {
	padding: 2em 2em 6em 2em;
}
.postTitle-parent {
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #444;
	margin: 0 0 .75em 0;
}
.postTitle-parent span {
	padding: 0 .375em;
}
.postTitle-parent span:first-child {
	display: none;
}
h2.postTitle {
	text-transform: uppercase;
	margin: 0 0 1em 0;
}
#content a {
	color: #4f6ca7;
}
#content a:hover {
	text-decoration: none;
	color: #666;
}

/* BLOCKQUOTE */
blockquote {
	border-top: double .25em #45aaa7;
	border-bottom: double .25em #45aaa7;
	margin: 2em 0;
	padding: 1.25em 2em;
}
blockquote p {
	margin: 0;
	font: 700 1.125em/1.875 'Roboto Slab', serif;
	color: #575294;
}

/* ACCORDION */
.omsc-toggle {
	border: none !important;
}
.omsc-toggle-inner {
	padding: 1em !important;
}
.omsc-toggle-inner .faculty-section {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mfw-accordion > label:before,
.omsc-toggle-title:after {
	content: "\f067";
	font-family: 'FontAwesome';
	padding-right: .625em;
}
.mfw-accordion > input[type=checkbox]:checked + label:before,
.omsc-toggle.omsc-expanded .omsc-toggle-title:after {
	content: "\f068";
}
.mfw-accordion > label,
.omsc-toggle-title {
	text-transform: uppercase;
	background-color: transparent;
	border: solid .0625em #45aaa7 !important;
	color: #575294;
	padding: .625em;
	font: 700 1.125em/1 'Roboto Slab', serif;
}
.omsc-toggle-title {
	border-bottom: solid .0625em #45aaa7 !important;
	border-color: #45aaa7 !important;
	margin-bottom: 0 !important;
}
.mfw-accordion > label:hover,
.omsc-toggle-title:hover,
.omsc-toggle.omsc-expanded .omsc-toggle-title {
	background-color: #ebebeb;
	color: #575294;
}

/* IMAGE WITH CAPTION */
.alignright {
	margin: 1.25em 0 1.25em 1.25em;
}
.alignleft {
	margin: 1.25em 1.25em 1.25em 0;
}
.wp-caption img {
	width: 100%;
}
.wp-caption a {
	position: relative;
	display: block;
}
.wp-caption a:after {
	content: "\f0b2";
	font-family: 'FontAwesome';
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	line-height: .9;
	font-size: 2em;
	padding: .125em;
}
.wp-caption a:hover:after {
	background-color: #000;
	transition: background-color 0.5s ease;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 1em;
	background-color: #ebebeb;
	font: 700 .875em/1.2 'Roboto', sans-serif;
}

/* CALLOUT SHORCODE */
/*#content-main .alignright:not(.callout-container) {
    clear: right;
    margin-right: -42px;
}*/
#content-main .callout-container {
    font-size: 28px;
    line-height: 1;
    max-width: 260px;
    width: 100%;
}
#content-main .callout-container small {
    font-size: 24px;
}
#content-main .callout-container + .callout-container {
    margin-top: 20px;
}
#content-main .callout-no-link,
#content-main .callout-link a {
    background: #f1f1f1;
    border: 1px solid #959595;
    padding: 20px;
}
#content-main .alignright.callout-container {
    clear: right;
}
#content-main .alignleft.callout-container {
    clear: left;
}
#content-main .callout-link.small {
	font-size: 22px;
	line-height: 1.2;
}
#content-main .callout-link a {
    color: #024794;
    float: left;
    width: 100%;
}
#content-main .callout-link a:hover {
    background: #ccc;
    color: #000;
    text-decoration: none;
}
#content-main .callout-link a span:after {
    content: '\f138';
    font-family: 'FontAwesome';
    font-size: 0.65em;
    margin-left: 20px;
}
#content-main .callout-img img {
    margin: 0 10px 10px 0;
    max-width: 70px;
}
#content-main .callout-img a {
    color: #000;
    padding-bottom: 10px;
}
#content-main .callout-img span {
    font: 700 18px/1 'Roboto', sans-serif;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
#content-main .callout-img a span:after {
    font-size: 1em;
    margin-left: 10px;
}
body.page-parent:not(.page-child) #content-main .post p:first-of-type {
	font: 700 1.125em/1.5 'Roboto Slab', serif;
}



/************************************************/
/**************** FACULTY EXPERTS ***************/
/************************************************/

body.page-template-faculty-experts #content-main ul.faculty-section,
body.page-template-faculty-experts #content-main ul.faculty-section > li,
body.page-template-faculty-experts #content-main ul.faculty-section ul {
    font-size: .925em;
    line-height: 1em;
    list-style: none;
    margin: 0;
    width: 100%;
    padding-left: 0;
}
body.page-template-faculty-experts #content-main ul.faculty-section > li.faculty-labels > ul > li,
body.page-template-faculty-experts #content-main ul.faculty-section > li.faculty-listing > ul > li span {
    font-weight: bold;
    text-transform: uppercase;
}
body.page-template-faculty-experts #content-main ul.faculty-section > li.faculty-listing {
    border-top: .125em dotted #031d40;
    padding: .3125em 0;
}
body.page-template-faculty-experts #content-main ul.faculty-section > li.faculty-labels + li.faculty-listing {
    border-top: 0;
}
body.page-template-faculty-experts #content-main ul.faculty-section > li > ul > li {
    display: inline-block;
    padding: .3125em 0 .3125em 1.25em;
    vertical-align: top;
}
body.page-template-faculty-experts #content-main ul.faculty-section > li > ul > li.faculty-name {
    padding: .3125em;
    width: 18%;
}
body.page-template-faculty-experts #content-main ul.faculty-section > li > ul > li.faculty-email {
	padding: .3125em;
    width: 27%;
}
body.page-template-faculty-experts #content-main ul.faculty-section > li > ul > li.faculty-title {
	padding: .3125em;
    width: 53%;
}
body.page-template-faculty-experts #content-main ul.faculty-section > li > ul > li span {
    display: none;
}




/* --------------------
-----------------------
RESOURCES
-----------------------
-------------------- */
ul#resources {
	list-style: none;
	padding: 0;
}
#resources li {
	border-bottom: solid 1px #45aaa7;
	margin-bottom: 1em;
}
#resources li p {
	margin-top: .375em;
}




/* --------------------
-----------------------
CHARTS
-----------------------
-------------------- */
.highcharts {
	padding: .9875em;
	margin-top: .25em;
}
#chart-population {
	background-color: #ffcb05;
	color: #00274c;
}
#chart-enrollment {
	background-color: #024794;
	color: #fff;
}
.highcharts h3 {
	text-align: center;
}
#chart-population h3 {
	color: #00274c;
}
#chart-enrollment h3,
#chart-enrollment h4 {
	color: #fff;
}
#chart-enrollment div.column {
	padding: 0;
}
.other ul {
	margin: 0 0 .9875em 0;
	list-style: none;
}
#chart-population .other li {
	line-height: 1.1;
	font-size: .75em;
}
#chart-ethnicity {
	border-top: 1px dotted #024794;
	padding-top: 1.25em;
	margin-top: 1.25em;
}





/* --------------------
-----------------------
BEFORE FOOTER
-----------------------
-------------------- */
#footer-before,
.LRGimg > .content-wrapper {
	position: relative;
}
.LRG-bottom-IMG img {
	width: 100%;
}
.footer-image-caption {
	position: absolute;
	bottom: 6em;
	width: 100%;
}
body.home .footer-image-caption {
	bottom: 2em;
}
.footer-image-caption .bottom-image-caption {
	max-width: 62.5rem;
	margin: 0 auto;
	background: #333;
	background-color: rgba(51,51,51,.85);
	color: #fff;
	font: 400 1.125em/1.25em 'Roboto Slab', serif;
	padding: 2em;
	text-align: center;
}
body.home .footer-image-caption h2 {
	text-transform: uppercase;
	color: #ffcb05;
}
body.home .footer-image-caption p {
	font-size: 1.5em;
	line-height: 1.5em;
	border-top: double .25em #a55200;
	padding-top: 1em;
}





/* --------------------
-----------------------
MORE LINK
-----------------------
-------------------- */
.more {
	clear: both;
}
.more a,
.more a.yellow {
	margin: 2em auto;
	display: block;
	width: 18.75em;
	padding: .5em;
	color: #000 !important;
	text-decoration: none;
	position: relative;
	background: linear-gradient(to left, #ffcb05 50%, #333333 50%);
	background-position: right bottom!important;
    background-size: 200% 100%!important;
}
.more a i {
	position: absolute;
	right: .5em;
	top: .5em;
	font-size: 1.25em;
}
.more a:hover,
.more a.yellow:hover {
	background-position: left bottom!important;
	text-decoration: underline !important;
	color: #fff !important;
}
.more a.grey {
	background: linear-gradient(to left, #555555 50%, #333333 50%);
	color: #fff !important;
}
.more a.grey:hover {
	color: #ffcb05 !important;
}
.more a.purple {
	background: linear-gradient(to left, #575294 50%, #333333 50%);
	color: #fff !important;
}
.more a.purple:hover {
	color: #ffcb05 !important;
}
.more a.green {
	background: linear-gradient(to left, #00807c 50%, #666666 50%);
	color: #fff !important;
}
.more a.green:hover {
	color: #fff !important;
}





/* --------------------
-----------------------
IN THEMEDIA
-----------------------
-------------------- */
#in-media.archive {
	padding: 0;
	margin: 1em 0;
}
#in-media.archive > div {
	padding-top: 1em;
	margin-top: 1em;
}
#in-media {
	background-color: #fff;
	padding: 2em;
	margin: 4em 0;
}
#in-media > div {
	padding: 2em 0 0 0;
	margin-top: 2em;
	border-top: double .25em #00807c;
}
#in-media ul {
	padding: 0 3em;
}
#in-media li {
	border-bottom: solid 1px #9e9e9e;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#in-media h2.postTitle {
	color: #000;
	font-size: 2em;
	text-align: center;
}
#in-media li a h5 {
	color: #575294;
	text-decoration: none;
	margin-bottom: 0;
}
#in-media li a h5 i {
	color: #a55200;
	padding-left: .25em;
}
#in-media li a:hover h5,
#in-media li a:hover h5 i {
	color: #666;
	text-decoration: none;
}
#in-media li .date-media {
	color: #555555;
	font-weight: 700;
	font-size: .975em;
}






/* --------------------
-----------------------
PAGINATION
-----------------------
-------------------- */
ul.page-numbers {
	list-style: none;
	padding: 0;
	margin-top: 3em;
}
.gsc-results .gsc-cursor-box {
	font-size: 1.25em !important;
}
ul.page-numbers li,
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	background-color: #575294 !important;
	color: #fff !important;
	padding: .5em !important;
	text-decoration: none !important; 
	border: none !important;
}
ul.page-numbers li a {
	background-color: #575294;
	color: #fff !important;
	display: block;
	padding: .125em .5em;
	text-decoration: none;
}
ul.page-numbers li span.current,
ul.page-numbers li a:hover,
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: #333 !important;
	color: #ffcb05 !important;
	display: block;
	padding: .125em .5em !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	background-color: #333 !important;
	color: #ffcb05 !important;
	transition: all 0.5s ease;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	padding: .5em !important;
}






/* --------------------
-----------------------
NEWS SINGLE
-----------------------
-------------------- */
.news-archive ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.news-archive li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #45aaa7;
	clear: both;
	float: left;
	width: 100%;
}
.news-archive li .featured-image,
.news-archive li .news-video {
	width: 12.5em;
	margin: 0 0 1em 1em;
	float: right;
} 
#content .news-archive li .postWrapper h4.postTitle a {
	color: #a55200;
	text-decoration: none;
}
#content .news-archive li .postWrapper h4.postTitle a:hover {
	color: #555;
	text-decoration: underline;
}
.news-archive li .postWrapper .post p {
	margin-bottom: 0;
}
body.single-news .aligncenter {
	width: 100% !important;
}
body.single-news h2.postTitle {
	text-transform: inherit;
	color: #a55200;
	font-weight: 400;
	line-height: 1.1;
}
body.single-news .featured-image img {
	width: 100%;
}
/* NEWS BACK */
body.single-news .back {
	margin-top: 4em;
}
body.single-news #content .back a {
	color: #154776;
	text-decoration: none;
}
body.single-news #content .back a span {
	display: inline-block;
	vertical-align: middle;
}
body.single-news #content .back a i {
	color: #a55200;
	font-size: 1.5em;
	padding-right: .5em;
}
body.single-news #content .back a:hover i {
	color: #666;
}
body.single-news #content .back a:hover {
	color: #666;
	text-decoration: underline;
}
body.single-news .byline {
	font: 700 1em/2 'Roboto Slab', serif;
	padding: 1.5em 0 2em 0;
	margin-top: 3em;
	border-top: double .25em #748ec2;
}
body.single-news .post > p:first-of-type::first-letter {
	color: #a55200;
	font: 400 3.25em/.875 'Roboto Slab', serif;
	float: left;
	padding: 0;
}







/* --------------------
-----------------------
NESTED PAGES & SUMMIT CALLOUT
-----------------------
-------------------- */
.nested-pages {
	float: left;
	width: 100%;
}
.nested-pages.leadership {
	margin-bottom: 6em;
}
.nested-pages ul {
	padding: 0;
	list-style: none;
}
.nested-pages li {
	margin: 0.9375em 0;
}
.nested-pages li a, aside.summit-cta a {
	display: block;
	background-color: #fff;
	padding: 1em 0;
	text-decoration: none;
}
.nested-pages li .title-wrapper {
	position: relative;
    /* vertical align because why not */
    /* option 2: works with firefox */
    display: table;
    width: 100%;
}
.nested-pages li h4, aside.summit-cta h4 {
	font-size: 1.5em;
	text-align: center;
	color: #a55200;
	margin-bottom: 0;
	padding: 0 1em;

    /* vertical align because why not*/
    /* option 1, not great with firefox
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    */
    display: table-cell;
    vertical-align: middle;
}
/*.nested-pages:not(.leadership) li:not(:first-child) h4 {
	position: absolute;
	top: 30%;
	width: 100%;
}*/
.nested-pages li div.custom-excerpt-wrapper, aside.summit-cta p {
	border-top: double;
	border-color: #ffcb05;
	padding: 1em;
	margin: 1em;
	color: #000;
}
.nested-pages li .arrow, aside.summit-cta .arrow {
	text-align: center;
}
.nested-pages li i, aside.summit-cta i {
	font-size: 1.5em;
	line-height: 1;
	border: solid 1px #748ec2;
	border-radius: 50%;
	padding: .35em;
	color: #a55200;
}
.nested-pages.leadership li a {
	padding-bottom: 0;
}
.nested-pages.leadership li .featured-image {
	margin-top: 2em;
}
.nested-pages.leadership li .featured-image img {
	width: 100%;
}
.nested-pages li a:hover h4, 
.nested-pages li a:hover div.custom-excerpt,
aside.summit-cta a:hover p,
aside.summit-cta a:hover h4 {
	color: #024794;
	transition: all 0.5s ease;
}
.nested-pages li a:hover div.custom-excerpt {
	border-color: #d3d3d3;
	transition: all 0.5s ease;
}
.nested-pages li a:hover i,
aside.summit-cta a:hover i {
	border-color: #748ec2;
	color: #fff;
	background-color: #748ec2;
	transition: all 0.5s ease;
}

.nested-pages li img {
	width: 100%;
}

.nested-pages.strategic-pages li div.custom-excerpt-wrapper {
	margin: .5em 0 0 0;
	padding: .5em 1em;
}

.nested-pages.strategic-pages li a {
	padding: .5em 0;
}

.nested-pages.strategic-pages  li h4 {
	line-height: 1em;
	padding: 0 .5em;
}



/* --------------------
-----------------------
INFOGRAPHICS
-----------------------
-------------------- */
ul#infographics {
	margin: 0;
	padding: 0;
	list-style: none;
}
#infographics li p {
	margin: .5em 0 1em 0;
	line-height: 1.2em;
}





/* --------------------
-----------------------
HISTORY SHORTCODE
-----------------------
-------------------- */
.history-item div {
	display: inline-block;
	vertical-align: top;
}
.history-item .year {
	font-weight: 700;
	width: 8%
}
.history-item .history-content {
	width: 85%;
}
.history-content p:empty { 
	display: none; 
}
.history-item .history-content ul {
	margin-top: 0;
	padding-left: 2.125em;
}






/* --------------------
-----------------------
FOOTER
-----------------------
-------------------- */
#zone-footer {
	background-color: #00274c;
	padding: 2em 1em;
	color: #fff;
	font-size: .875em;
}
#zone-footer a {
	color: #fff;
	text-decoration: none;
}
#zone-footer a:hover {
	text-decoration: underline;
}
#zone-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* FOOTER FIRST MENU */
#footer-first {
	float: left;
	margin-bottom: 2.5em;
    width: 100%;
}
#footer-first ul.menu li {
	display: inline-block;
	margin: .25em;
}
#footer-first ul.menu li a {
	background-color: #154776;
	padding: .5em 1em;
	display: block;
}
#footer-first ul.menu li a:hover {
	background-color: #326595;
}
#widget-footer_first .widget_nav_menu {
    float: left;
}
/* FOOTER SOCIAL */
#widget-footer_first .social-wrapper {
    margin: 0;
}
#widget-footer_first .social li {
    background: #154776;
    height: 2.5em;
    width: 2.5em;
}
#widget-footer_first .social li:hover {
    background: #326595;
}
#widget-footer_first .social li a {
    text-align: center;
}
#widget-footer_first .social li i {
    font-size: 1.5em;
    line-height: 1.25;
}
/* COPYRIGHT */
#zone-footer .copyright {
	float: left;
	width: 50%;
}
.copyright a.logo {
	float: left;
	width: 5.75em;
	margin-right: 1em;
}
.copyright .text {
	float: left;
}
.copyright .text > p {
	margin-top: 0;
	line-height: 1.3;
}
.copyright .text .phone i,
.copyright .text .email i {
	color: #ffcb05;
	padding-right: .5em;
}
.copyright p.regents {
	clear: both;
	float: left;
	margin-top: 2em;
}
/* FOOTER UTILITY */
#footer-utility #widget-footer_utility {
	float: right;
	font-weight: 700;
}
#footer-utility ul.menu li {
	border-bottom: solid 1px #154776;
}
#footer-utility ul.menu li a {
	padding: .5em;
	display: block;
}
#footer-utility ul.menu li a:hover {
	color: #ffcb05;
}
#footer-utility ul.menu li a:after {
	content: "\f178";
	font-family: 'FontAwesome';
	padding-left: .625em;
	color: #ffcb05;
	float: right;
}
#footer-utility ul.menu li a:hover:after {
	margin-right: -.5em;
	transition: all 0.5s ease;
	display: inline-block;
	text-decoration: none;
}

aside.summit-cta {
    border: solid 1px #e1e1e1;
    padding: .25em;
	margin: 1em;
} 

@media only screen and (min-width: 64.063em) { 
	aside.summit-cta {
		float: right;
		width: 40%;
	}
}

aside.summit-cta p  {
	font: 400 1rem/1.5 'Roboto', sans-serif !important;
	padding: 1em 1em 0 1em;
}


.reoccurring-calendar .events .event-wrapper:not(.event-type-7),
.reoccurring-calendar .events .event-wrapper .event-description,
.page-events .events .event-description { 
	display: none;
}



.flex {
	display: flex;
	align-content: space-around;
}
.flex:not(.dei-summit) p:empty {
	display: none;
}
.flex:not(.dei-summit) > div {
	width: 50% !important;
	padding: 1em;
}	
.flex:not(.dei-summit) .wp-caption a:after {
	display: none;
}


.dei-summit {
	background-color: #00274c;
	padding: 1em;
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
}
.dei-summit .flex-item {
	align-self: center;
}
.dei-summit .flex-item.text {
	width: 88%;
}
.dei-summit .flex-item.image {
	/*width: 120px;*/
	width: 12%;
}
.dei-summit h3 {
	color: #ffcb05;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
.dei-summit p {
	margin: 0;
}
.dei-summit p .learn-more {
	font-size: 20px;
	padding-left: 25px;
	display: inline-block;
}
.dei-summit p .learn-more a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}
.dei-summit p .learn-more a:hover {
	color: #ffcb05;
}
.dei-summit p .learn-more a i {
	color: #ffcb05;
	font-size: 16px;
}
.dei-summit p .learn-more a i:last-child {
	margin-left: -3px;
}


/*** VIDEO ***/
.video {
	/*float: left;*/
	height: 0;
	margin: 1em auto 2em auto;
	padding-bottom: 56.2%;
	position: relative;
	text-align: center;
	width: 100%;
}

.video iframe {
	left: 0;
	height: 100%;
	max-width: inherit;
	position: absolute;
	top: 0;
	width: 100%;
}



@media only screen and (max-width: 61.250em) {
	.dei-summit p .learn-more {
		display: block;
		padding-left: 0;
	}
}

@media only screen and (max-width: 40em) {
	.flex.dei-summit {
		flex-direction: column;
		font-size: 20px;
	}
/*	.dei-summit p .learn-more {
		display: block;
		padding-left: 0;
	}*/
	.dei-summit .flex-item {
		width: 100% !important;
		text-align: center;
	}
	.dei-summit .flex-item.image {
		margin-top: 15px;
	}
	.dei-summit h3 {
		font-size: 1.25em;
	}
}


@media only screen and (max-width: 31.250em) {
	.flex {
		flex-direction: column;
	}
	.flex > div {
		width: 100% !important;
		padding: .5em 2em;
	}
}

