body{
	font-family: 'Open Sans', sans-serif;
	line-height:1.3;
}

a {
	color:#0066cc;
}

a, a.button:hover {
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

.padding{
	padding:12px;	
}

.padding-10{
	padding:10px;	
}

.padding-top-bottom{
	padding:12px 0;	
}

.button{
	border-radius:0;
	background-color:transparent;
	padding:4px 11px 5px;
	border:1px solid #BBBBBB;
	color:#000;
	font-size:.75rem;
	font-weight:bold;
}

.button:not(.donate):after {
    content: '';
    display: inline-block;
    border: inset 6px;
    border-color: transparent transparent transparent #000;
    border-left-style: solid;
    border-right-width: 0;
	margin: 0 0 -1px 7px;
}

.button:hover:after{
	border-left-color:#fff;
}

.large-text{
	font-size:125%;
}

.links a:not(first-child){
	display:inline-block;
	margin-bottom:13px;	
}

	
footer .button.donate{
	border-radius:0 0 7px 7px;
	padding:0.7rem 1.1rem;
	font-size:90%;
	border:0;
}

.social-media { 
	fill:#fff;
}

a.icon svg { 
	width:25px;
	height:25px;
	fill:inherit;
	background-color:#003370;
	border-radius: 100%;
	margin-right:2px;
}

a.icon:hover svg { 
	background-color:#333;
}

a.icon.search svg { 
	background-color:inherit;
	border-radius:0;
}

a.icon.search path { 
	fill:#fff;
	stroke:#ccc;
	stroke-width:15px;
}


.header{
	font-size:145%;
	font-weight:bold;
	color:#000;
	margin-bottom:14px;
}

header div.logos{
	padding-top:13px;
	padding-bottom:6px;
}

header .ei-logo, header .cu-logo{
	width:90%;
	max-width:360px;
	margin-bottom:11px;
}

.header .button{
	margin:3px 0 0 0;
}

header .search-bar{
	padding:12px 0;
	background-color:#222;
}

header .search-bar input[type=text] {
	border:0;
	padding:2px 4px 3px;
	float:left;
	width:73%;
	max-width:300px;
}

header .search-bar input[type=submit] {
	margin:0 0 0 10px;
	padding:7px 11px 6px;
	border-color:#ccc;
}

.title{
	color:#000;
}

.button.white{
	color:#fff;
	border-color:#fff;
}

.button.white:hover{
	background-color:#333;
}

.white.button:after {
	border-left-color:#fff;
}

.gradient{
	/* height:100%; */
	/* width:100%; */
	/* max-width for IE 11 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 90%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 90%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 90%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a4000000',GradientType=0 );
}


#main-navigation, #main-navigation .is-drilldown-submenu{
	background-color: #222;	
}

#main-navigation div ul{
	padding:0;
}

#main-navigation a{
	color: #ccc;	
}

.menu > li > a {
	padding-right:1.6rem;
	line-height:1.3;
}

.menu > li > a:hover {
	background-color:#000;
	color:#fff;
}

.is-drilldown-submenu-parent > a:after{
	border-left-color: #666;	
}

.js-drilldown-back > a:before {
	border-right-color: #666;	
}


main{
	padding-bottom:6px;	
}

main > div{
	margin-top:25px;
	margin-bottom:25px;
}

main > div.expanded{
	max-width:1200px;
	margin:0 auto;
}


.breadcrumb-nav{
	font-weight:bold;
}

.breadcrumb-nav a:hover {
	text-decoration:none;
}

.breadcrumb-nav a:after {
	content: ' > ';
	color:#333;
	margin:0 5px;
	cursor:default;
}

.breadcrumb-nav a:last-child:after {
	content: '';
}

main .page-title{
	margin-top:0;
	display:none;
}

main .subtitle{
	font-size:120%;
	color:#666;
}

main .page-title + .subtitle {
    margin-top: -10px;
}


.feature{
	position:relative;
	text-align:center;
}

.feature .gradient{
	display:inline-block;
	max-width:100%;
}

.feature .gradient img{
	position:relative;
	z-index:-1;
}

.feature .text{
	position:absolute;
	bottom:5%;
	max-width: inherit;
	text-align:left;
}

.feature .text .title{
	font-size:180%;
	line-height:110%;
}

.feature .text .subtitle{
	margin:10px 0 13px;	
}

.feature a:hover{
	text-decoration:none;
}

.feature .button{
	font-size:70%;
}

.highlight{
	margin-bottom:9px;
}

.small-12.highlight {
	margin-bottom:23px;
	font-size:105%;
}

.highlight img{
	margin-bottom:5px;
}

.row > .highlight:last-child, div.highlight.cols{
	margin-bottom:0;
}

.highlight.cols img {
	max-width:47%;
	float:left;
	margin:0 15px 9px 0;
}



.event .text{
	padding:15px 10px;
	font-size:95%;
}

.event img{
	margin-bottom:0;
}

.date{
	text-decoration:none !important;
}

.hr{
	background:#00aeef;
	border:0;
	height:4px;
	margin:9px auto;
}

.image{
	color:#606060;
	font-size:95%;
}

.image img{
	margin-bottom:5px;
}

.feature .hr{
	max-width:80%;	
}

.image.float-right,
.image.float-left{
	width:48%;
	margin-top:2px;
	margin-bottom:8px;
}

.image.float-right{
	margin-left:5%;
}

.content .caption{
	margin-top:5px;	
}

.video{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

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

div.sidebar .hr{
	background:#333;
	height:5px;
}

div.sidebar .hr:first-child{
	margin:8px 0 25px 0;
}

div.sidebar > div:not(.hr){
	margin:25px 0;
	padding:13px 0;
	border-top:3px solid #ccc;
}

div.sidebar > *:last-child{
	margin-bottom:0 !important;
}

div.sidebar > div *:first-child{
	margin-top:0;
}

div.sidebar > div *:last-child{
	margin-bottom:0;
}

div.sidebar .section-nav{
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	padding:8px 0;
	margin-bottom:25px;
}

div.sidebar .section-nav h2{
	margin-top:0;
}

div.sidebar .section-nav a, div.sidebar .section-nav{
	color:#666;
}

div.sidebar .section-nav a{
	display:block;
	margin:5px 0;
}


footer, footer a{
	color:#00aeef;	
	fill:#333;
}

footer div.logos{
	padding-top:12px;
	padding-bottom:7px;
}

footer .ei-logo{
	margin-bottom:7px;
}

footer .social-media { 
	margin-top:17px;
}

footer .social-media a.icon svg { 
	width:25px;
	height:25px;
	background-color:#ccc;
	border-radius: 100%;
}

footer .social-media  a.icon:hover svg path, footer .social-media a.icon:hover svg circle { 
	fill:#06c;
}

footer .social-media a.icon:hover svg { 
	background-color:#fff;
}

footer ul.links{
	padding-left:0;
	list-style-type:none;
	font-size:95%;
	margin-top:9px;
}

footer ul.links li{
	list-style-type:none;
	padding-left:0;
	line-height:140%;
}

footer ul.links li a{
	margin-bottom:auto;
}


.primary{
	color:#003471;
}

.secondary{
	color:#00aeef;	
}

.white{
	color:#fff;	
}

.gray{
	color:#666;	
}


.bg-primary{
	background-color:#003471;	
}

.bg-secondary{
	background-color:#00aeef;	
}

.bg-white{
	background-color:#fff;	
}

.bg-lt-blue{
	background-color:#99ccff;	
}

.bg-gray{
	background-color:#ddd;
}

.bg-dk-gray{
	background-color:#333;
}



@media only screen and (min-width: 40.063em){
	
	header div.logos {
		padding-bottom:1px;
		padding-top:20px;
	}
	
	header .ei-logo, header .cu-logo{
		width:100%;
	}

	
	header .cu-logo{
		margin-bottom:18px;
	}
	
	header div.tools {
		padding-top:20px;
	}
	
	header .social-media{
		margin-top:2px;
	}
	
	.feature .text .title {
		font-size:300%;
		line-height:100%;
	}
	
	.feature .text .subtitle {
		font-size:170%;
		margin-bottom:30px;
	}
	
	.feature .hr {
		width:60%;
		margin:15px auto;
	}
	
	main{
		padding-top:6px;	
	}
	
	.highlight {
		font-size:110%;
	}
	
	.highlight.cols img {
		max-width:100%;
		float:none;
		margin-right:0;
	}

	.event .text{
		padding-right:14px;
		padding-left:14px;
	}
	
	.multimedia .highlight img{
		margin-bottom:15px;
	}
	
	.multimedia .highlight .title{
		font-weight:bold;
		margin-bottom:10px;
	}
	
	.multimedia .highlight a:hover{
		text-decoration:none;
	}
	
	div.sidebar{
		margin-top:43px;
	}

	footer div.logos {
		padding-top:20px;
	}
	
	footer div.logos .ei-logo {
		margin-bottom:11px;
	}
	
	footer .button.donate{
		padding:0.8rem 1.3rem;
		font-size:100%;
	}

	.padding{
		padding:20px;	
	}
	
	.padding-top-bottom{
		padding:20px 0;	
	}

}

@media only screen and (min-width: 64.063em){
	
	#main-navigation, #main-navigation .is-drilldown-submenu {
		background-color:transparent;
	}
	
	#main-navigation a{
		color:#666;
	}
	
	#main-navigation a:hover{
		color:#fff;
		text-decoration:none;
	}
	
	.menu > li > a {
		padding:0.6rem 1rem;
	}
	
	.menu > li > a:hover {
		background-color: #003471;
	}
	
	#main-navigation ul{
		padding-left:0;
	}
	
	.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
		border-color:#ccc transparent transparent;
	}
	
	.is-dropdown-submenu {
		min-width:225px;
	}
	
	.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
		border-color: transparent transparent transparent #ccc;
	}
	
	header .donate{
		border-radius:7px 7px 0 0;
		font-weight:bold;
		background-color:#00aeef;
		color:#fff !important;
		margin-left:12px;
	}
	
	header .search-bar{
		background-color:transparent;
		max-width:300px;
		padding:0;
		margin-right:15px;
	}

	header .search-bar input[type=text]{
		border:1px solid #ccc;
		width:auto;
	}
	
	header .search-bar input[type=submit]{
		margin-left:5px;
		padding:7px 11px 8px;
	}
	
	
	
	.feature .text .title {
		font-size:370%;
	}
	
	.feature .hr {
		margin:22px auto;
	}
	
	.highlight, .small-12.highlight {
		margin-bottom:0;
	}
	
	
	div.sidebar .hr:first-child{
		display:none;
	}
	
	div.sidebar .show-for-small-only:first-child + *{
		margin-top:0;
	}
	
	
	footer {
		padding-bottom:15px;
	}
	
	footer .ei-logo, footer .cu-logo {
		max-width:280px;
	}
	
	footer div.social-media{
		float:right;
		margin-right:-1rem;
	}
	
	footer ul.links li{
		float:left;
		margin-right:30px;
	}
	
}


@media only screen and (max-width: 40em){
	
	main div.content .show-for-medium:first-child + *{
		margin-top:0;
	}

}


@-moz-document url-prefix() {

	header .search-bar input[type=submit] {
		padding-bottom:7px;
	}
	
	.button{
		padding-top:5px;
	}
	
	div.connect .button{
		padding-bottom:6px;
	}

	@media only screen and (min-width: 40.063em){
  
	  header .search-bar input[type=submit]{
			padding-bottom:9px;
		}
	
	}
	
}