/* v3 css */

/************************************************************************
 * Nav tweaks 
 ************************************************************************/

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    
}

/************************************************************************
 * Global changes 
 ************************************************************************/
a:link, a:visited {
    color: #2b72ae;
}
a:hover, a:active {
    color: #6B5631;
}
iframe {
    max-width: 100%;
}

table caption {
    text-align: left;
    padding-bottom: 1rem;
}
.cycle-slideshow { background: #000; }
/* section */
.content section {
    background: #fff;
    margin-bottom: 10px;

/*    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0 0 8px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow:     0 0 8px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow:         0 0 8px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.15);
	
	padding: 20px; 
	max-width: 55rem; */
}

.content section > :first-child {
	margin-top:0;
}
.content section p {
	max-width: 45rem;
	margin-bottom: 1.5em;
}
/* card stuff */
.card {
    background: #fff;
    margin: 2em 0;

    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0 0 8px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow:     0 0 8px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow:         0 0 8px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.15);
}

.card-block {
    padding: 20px;
}
.card-header {
    padding: 20px;
    margin: 0;
}
.card-header.blue {
    background: #3B77FF;
    color: #efefef;
}
.card-header.red {
    background: #FF3B3B;
    color: #efefef;
}
.card-header.yellow {
    background: #FFE73B;
}
.card-header.green {
    background: #2DC332;;
    color: #efefef;
}

.image-container {
    position: relative;
}
.image-container img { 	width: 100%; }

.image-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 32px;
    color: #fff;
    padding: 10px 20px;
    background: #aaa;
    background: rgba(170, 170, 170, 0.5);
}

/************************************************************************
 * Index 
 ************************************************************************/
html {
    background: #eee;
	color: #000;
	font-size: 16px;
}

body {
    background: #fff;
	font-size:.875rem;
}
ul.dropdown-menu {
	font-size: .875rem;
}

.partners {
    margin-top: 100px;
}

.content {
    /* background: #fff; */
	font-size: 1rem;
}

.content-page .logo {
    max-height: 150px;
}


/* wide content */
@media (min-width: 768px) {
    .site-title {
        margin-bottom: 20px;
    }
    .content {
        margin-bottom: 2em;
    }
    .container.narrow {
        max-width: 730px;
    }
    .page-header {
        max-width: 730px;
    }

    .card {
        margin-bottom: 20px;
    }
}

/* OU FORMS */
form.ldpforms fieldset { clear:both;    }
form.ldpforms span { display: block; clear:both; }
form.ldpforms label { clear: none; margin-bottom: 5px; }
form.ldpforms label.checkbox,
form.ldpforms label.radio { clear: none; float: none; margin-left: 162px; text-align: left; /*for ie7*/ *clear:left; }
form.ldpforms input[type=checkbox],
form.ldpforms input[type=radio] { margin: 3px 5px 4px 4px; }

/* RSS STORIES */
.rss-subscribe {
    display: block;
    text-align:right;
    padding-right: 33px;
    background: url('/_resources/images/feed-icon-28x28.png') no-repeat center right;
    line-height: 30px;
}

.rss-stories {
    border-top: 1px solid #666; 
}
.rss-stories .story {
    margin: 5px 10px;
    border-bottom: 1px solid #aaa;
    overflow: auto;
}
.rss-stories img {
    float: left;
    margin: 0 10px 10px 0;
}

body .navbar-default {
	background-color: #18386A;
	background-image: url("/_resources/images/bannerBG.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
body .navbar-default .navbar-nav>li>a {
	color: #fff;
}
body .navbar-default .navbar-nav>li>a:hover {
	color: #e5e5e5;
}
.sr-only { background-color: #fff; }
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background: #fff;
	background: #18386a;
	color: #fff;
}
body .cycle-prev:before {
	font-family: 'Arial';
	content: '<';
}
body .cycle-next:before {
	font-family: 'Arial';
	content: '>';
}
body .cycle-overlay div {
	font-size: 18px;
	padding-left: 5px;
}
body .cycle-overlay div:first-child {
	font-size: 36px;
	padding-left: 0;
}

.content img {
	max-width: 100%;
}
body .card-header.blue {
	background-color: #18386A;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia;
}
.content h1 {
	padding: 15px;
	margin:0;
	font-size: 3rem;
}

.content h2 {
	font-size: 2rem;
}

.content li {
	margin-bottom: 0.5em;
}
.navbar-default .navbar-brand {
	color: #2b72ae;
	background: #e7e7e7;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#ddd;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color:#222;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
}

div.flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
div.flex div {
	width: 50%;
}
div.flex img {
	border: 1px solid #000;
	float: left;
	margin: 0 1rem 1rem 0;
}
div.flex p.title {
	font-weight: bold;
	font-style: italic;
}