/*
Theme Name: SupplyBank Custom
Author: Clay Kilby
Description: Bespoke Website Designed for SupplyBank.Org in 2017
Version: 1.0http://supplybank.org/wp-admin/customize.php?return=%2Fwp-admin%2Ftheme-editor.php%3Ffile%3Dstyle.css%26theme%3Dsupplybank-custom%26scrollto%3D0
*/

@import url("https://use.typekit.net/ety5mzc.css");

body {
	font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 16px;
	background: #e8e8e8;
}
a {
	font-weight: 700;
}
a:hover,
a:focus {
	color: #51b3f0;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: open-sans,sans-serif;
    text-transform: capitalize!important;
	margin-bottom: 20px;
}
h1 {
	color: #1e345d;
}
h2 {
	font-size: 26px;
	font-weight: 700;
	
}
.advisory-entry {
	margin: 15px 0;
}
.advisory-entry h2 {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.advisory-entry p {
	margin: 0;
}
.entry-list {
	list-style: none;
	padding-left: 0;
}
.entry-list a {
	color: #333;
}
.entry-list a:hover,
.entry-list a:focus {
	color: #51b3f0;;
}
.entry-list h2 {
	margin: 0;
}
.entry-list h5 {
	margin: 0 0 5px 0;
}
.entry-list h5 {
	color: #888B8D;
}
.entry-list hr {
	border-color: #BBBCBC;
	margin-top: 8px;
	margin-bottom: 8px;
}
.band {
	padding: 50px 0;
	overflow: hidden;
}
.banded-image {
	width: 100%;
	margin-bottom: 10px;
}
.banded-video {
	margin-bottom: 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%!important; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blue {
	color: #fff;
	padding: 70px 0;
	position: relative;
	z-index: 1;
}
.blue:after {
	background: #4497cb;
	bottom: 30px;
	box-shadow: 0 0 10px #000;
	content: '';
	display: block;
	height: 50%;
	left: -50px;
	position: absolute;
	right: -10px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-backface-visibility: hidden;
	transform: rotate(-1deg);
	z-index: -1;
}
.blue:before {
	background: #4497cb;
	box-shadow: 0 0 10px #000;
	content: '';
	display: block;
	height: 50%;
	left: -10px;
	position: absolute;
	right: -50px;
	top: 30px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-backface-visibility: hidden;
	transform: rotate(-1deg);
	z-index: -1;
}
.blue a {
	color: #fff;
}
.blue a:hover,
.blue a:focus {
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(155, 155, 155, .75);
}
.blue h1, .blue h2, .blue h3, .blue h4, .blue h5 {
	color: #fff;
}
.blue-hero-bar-lower {
	position: absolute;
	bottom: -380px;
	left: -4px;
	width: 102%;
	background-color: rgba(69, 151, 203, 0.8);
	box-shadow: 0 0px 10px #000;
	height: 400px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-backface-visibility: hidden;
	transform: rotate(-1deg);
}
.blue-hero-bar-upper {
	position: absolute;
	top: -280px;
	left: -4px;
	width: 102%;
	background-color: rgba(69, 151, 203, 0.8);
	box-shadow: 0 0px 10px #000;
	height: 400px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-backface-visibility: hidden;
	transform: rotate(-1deg);
}
.blue-inner {
	background: #4497cb;
}
#bluebeard {
	display: none;
}
.blue .title {
	text-align: center;
	margin-bottom: 2.5rem;
}
.breadcrumbs {
	padding: 10px 0;
	margin-bottom: -40px;
	background: none;
	border-radius: 0;
	color: #777;
	text-transform: uppercase;
	font-size: 14px;
}
.btn {
	font-family: open-sans,sans-serif;
}
.btn-primary {
	background: #4497cb;
	border: none;
	border-radius: 0;
	color: #fff;
	padding: 8px 20px;
	text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus {
	background: #51b3f0;
}
.contact-form {
	margin: 0 15px;
}
.contact-form input[type="submit"] {
	background: #4497cb;
	border: none;
	border-radius: 0;
	font-size: 16px;
	float: right;
	color: #fff;
	margin: 0;
	padding: 8px 20px;
	text-transform: uppercase;
}
.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
	background: #51b3f0;
}
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form textarea {
	border: none;
	border-radius: 0;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 8px;
	width: 100%;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #999899;
}
.copywrite {
	font-size: 16px;
	margin-left: 15px;
	margin-top: 50px;
}
.custom-caret {
	background-image: url(/wp-content/uploads/2017/12/caret-down.svg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 28px;
	width: 34px;
	margin: -9px;
}
.feed-item {
	box-shadow: 0px 0px 5px #000;
}
.footer {
	background: #1e345d;
	box-shadow: 0px 0px 10px #000;
	color: #fff;
	margin-top: 60px;
	padding: 60px 0;
}
.footer a {
	font-weight: 300;
	color: #fff;
}
.footer a:hover,
.footer a:focus {
	text-shadow: 0px 0px 5px #000;
}
.footer h3 {
	margin-top: 0;
	margin-bottom: 10px;
}
.footer hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
.footer li {
	font-size: 16px;
	list-style: none;
}
.footer ul {
	padding: 0;
	margin-bottom: 30px;
}
.footer-head {
	margin: 0 15px 20px 15px;
}
.footer-partners {
	margin: 30px 15px 0 15px;
	display: flex;
	justify-content: space-evenly;
	flex-flow: row wrap;
}
.footer-partners img {
	margin-right: 30px;
	max-width: 180px;
	height: 80px;
}
.hero {
    position: relative;
    background-position: center;
    background-size: cover;
}
.hero-content {
	position:absolute;
	top:50%;
	color:#fff;
	text-align:center;
	text-shadow: 1px 1px 5px #000;
	padding: 0 15px;
	width:100%;
	-ms-transform: translate(0,-40%); /* IE 9 */
	-webkit-transform: translate(0,-40%); /* Safari */
	transform: translate(0,-40%);  
}
.hero-content h1 {
	color: #fff;
	font-style: normal;
	font-weight: 700;
}
.hero-content h3 {
color: #fff;
	font-size: 20px;
}
.hero-content .btn {
	background: rgba(69, 151, 203, 0.8);
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}
.hero-nav {
	background: none;
	border: none;
	border-radius: 0;
	color: #fff;
	height: 100px;
	z-index: 100;
}
.hero-nav .navbar-nav .dropdown-menu {
	border: none;
	padding-left: 10px;
}
.hero-nav .navbar-nav .dropdown-menu li a {
	padding: 3px;
}
.hero-nav .navbar-nav .dropdown-menu li a:before {
	content: '';
	display: inline-block;
	background-image: url(/wp-content/uploads/2017/12/caret-right.svg);
	height: 24px;
	width: 24px;
	margin: -6px;
}
.hero-nav .navbar-header {
	height: 100px;
}
.hero-nav .navbar-brand {
	height: 100px;
}
.hero-nav .navbar-brand img {
	height: 80px;
}
.hero-nav .navbar-collapse {
	border: none;
}
.hero-nav .navbar-nav li a {
	color: #fff;
	font-family: open-sans,sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 300;
	opacity: 1;
	text-shadow: 1px 1px 5px #000;
    text-transform: capitalize;
}
.hero-nav .navbar-right {
	background-color: rgba(69, 151, 203, 0.9);
	box-shadow: 1px 1px 5px #000;
}
.hero-nav .navbar-nav .open a,
.hero-nav .navbar-nav .open a:hover,
.hero-nav .navbar-nav .open a:focus {
	color: #fff;
	background:none;
}
.hero-nav .navbar-nav li a:hover,
.hero-nav .navbar-nav li a:focus {
	color: #fff;
	opacity: 1;
}
.hero-nav .navbar-nav ul {
	list-style: none;
}
.hero-nav .navbar-toggle {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
	border-radius: 0;
	width: 40px;
	height: 40px;
}
.hero-nav .navbar-toggle:hover,
.hero-nav .navbar-toggle:focus {
	background: none;
}
.hero-nav .navbar-toggle .icon-bar {
	background-color: rgba(255, 255, 255, 0.8);
	width: 40px;
	height: 5px;
	border-radius: 1px;
	margin: 8px 0;
}
.hero-nav .navbar-toggle .icon-bar:hover,
.hero-nav .navbar-toggle .icon-bar:focus {
	background-color: rgba(255, 255, 255, 1);
}
.hero-wrapper {
	overflow: hidden;
}
.juicer-feed {
	overflow: visible!important;
}
.lead p {
	color: #555559;
	font-size: 18px;
}
.modal-content {
	border-radius: 0;
}
.news-logos img{
	opacity: 0.5;
	margin: 30px 20px;
	max-width: 250px;
	max-height: 70px;
}
.nav-padding {
	padding-top: 80px;
}
.page-link-next {
	float: right;
}
.page-link-previous {
	float: left;
}
.page-link-wrapper {
	height: 20px
}
.page-logo {
    max-width: 230px;
    margin-bottom: 20px;
}
.polaroid-image {
	width: 100%;
}
.polaroid-image img {
	width: 100%;
}
.polaroid-inner,
.polaroid-inner h2,
.polaroid-inner p {
	color: #333;
}
.polaroid-inner h5 {
	color: #888B8D;
	margin: -5px 0 10px 0;
}
.polaroid-inner h2:hover,
.polaroid-inner h2:focus {
	text-shadow: none;
	color: #51b3f0;
}
.polaroid-inner p {
	font-weight: 300;
	margin: 0 0 1rem 0;
	line-height: 1.4em;
}
.polaroid-inner h2 {
	font-size: 22px;
	margin: 12px 0 8px 0;
}
.polaroid-link:hover,
.polaroid-link:focus {
	text-shadow: none!important;
	color: #51b3f0;
}
.polaroid-wrapper {
	background: #fff;
	box-shadow: 0px 0px 5px #000;
	margin-bottom: 30px;
	padding: 10px;
}
.program-image {
	height: 150px;
	margin-bottom: 15px;
}
.program-image img {
	max-height: 150px;
	max-width: 270px;
}
.program-wrapper {
	font-size: 16px;
	text-align: center;
	margin: 60px 0;
}

.center{
align-content: center;
}

.responsive-image {
    position: relative;
	max-width: 100%;
    height: auto;
}
.social-icons img {
	height: 28px;
	margin-right: 10px;
}
.sticky-nav {
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0px 0px 10px #000;
	margin-bottom: 0;
}
.sticky-nav .caret {
	color: #4497cb;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
.sticky-nav .navbar-nav .dropdown-menu {
	border: none;
	border-radius: 0;
	padding-left: 10px;
    z-index: 1;
}
.sticky-nav .navbar-nav .dropdown-menu li a {
	padding: 3px;
}
.sticky-nav .navbar-nav .dropdown-menu .caret {
	color: #999899;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	margin: 0 2px 4px 0;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
}
.sticky-nav .navbar-nav li a {
	font-size: 20px;
	font-weight: 300;
    text-transform: capitalize!important;
}
.sticky-nav .navbar-header {
	height: 80px;
}
.sticky-nav .navbar-brand {
	height: 80px;
}
.sticky-nav .navbar-brand img {
	height: 50px;
}
.sticky-nav .navbar-toggle {
	padding: 0;
	margin-top: 16px;
	margin-bottom: 24px;
	border: none;
	border-radius: 0;
	width: 40px;
	height: 40px;
}
.sticky-nav .navbar-toggle:hover,
.sticky-nav .navbar-toggle:focus {
	background: none;
}
.sticky-nav .navbar-toggle .icon-bar {
	width: 40px;
	height: 5px;
	border-radius: 1px;
	margin: 8px 0;
}
.basic-modal h2,
.basic-modal h4 {
	margin: 2px 0;
}
.basic-modal img {
    max-height: 400px;
	width: auto;
    margin-bottom: 10px;
}
.basic-modal .close {
    font-size: 32px;
}
.programs-desktop {
    display: none;
}
.timeline {
	margin: 45px 0 20px 0;
	white-space: nowrap;
}
.timeline-desktop {
    display: none;
    max-height:100%;
    max-width:100%;
}
.timeline-event {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.timeline-event:after {
	background: #fff;
	content: '';
	display: block;
	height: 4px;
	left: 70%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 224px;
	z-index: -1;
}
.large-event {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ccircle cx='60' cy='60' r='58' stroke='%23e8e8e8' stroke-width='4' fill='%234497cb' /%3E%3C/svg%3E")  no-repeat;
	height: 120px;
	margin: 0 5%;
	width: 120px;
}
.modal-button {
    margin-top: 10px;
}
.small-event {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='50' cy='50' r='48' stroke='%23e8e8e8' stroke-width='4' fill='%234497cb' /%3E%3C/svg%3E")  no-repeat;
	height: 100px;
	margin: 10px 5%;
	width: 100px;
}
.timeline-year {
	color: #fff;
	font-family: open-sans,sans-serif;
	font-size: 24px;
	font-weight: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.timeline-wrapper {
    overflow:auto;
    -webkit-overflow-scrolling: touch;
	position: relative;
	max-width: 100%;
}
.tooltip {
	position: fixed;
}
.tooltip.in{
    opacity:1;
    filter:alpha(opacity=100);
}
.tooltip-image {
	width: 100%;
	margin-bottom: 5px;
}
.tooltip-inner {
	background: #fff;
	border-radius: 0;
	box-shadow: 0px 0px 5px #000;
	color: #555559;
	padding: 10px;
	text-align: left;
	max-width: 350px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}
.wf-loading {
	visibility: hidden;
}
@media only screen and (min-width: 992px) {
	.blue-hero-bar-lower {
		bottom: -350px;
	}
	.blue .title {
		margin-bottom: 30px;
	}
	.form-left {
		float: left;
		width: calc(50% - 8px);
	}
	.form-right {
		float: right;
		width: calc(50% - 8px);
	}
	.hero-content {
		padding: 0 50px;
		-ms-transform: translate(0,-46%); /* IE 9 */
		-webkit-transform: translate(0,-46%); /* Safari */
		transform: translate(0,-46%);  
	}
	.hero-content h1 {
		font-size: 72px;
	}
	.hero-content h3 {
		font-size: 32px;
		margin-bottom: 20px
	}
	.hero-content .btn {
		font-size: 24px;
		padding: 16px 40px;
		margin-top: 2rem;
	}
	.hero-content .btn:hover,
	.hero-content .btn:focus {
		background: rgba(69, 151, 203, 1);
	}
	.hero-nav .navbar-nav li a {
		font-size: 22px;
		padding: 40px 26px;
		opacity: 0.8;
	}
	.hero-nav .navbar-nav .dropdown-menu {
		background-color: rgba(69, 151, 203, 0.8);
		border-radius: 0;
		box-shadow: 1px 1px 5px #000;
		margin-top: -20px;
		padding: 5px;
	}
	.hero-nav .navbar-nav .dropdown-menu li a {
		font-size: 18px;
	}
	.hero-nav .navbar-right {
		background: none;
		box-shadow: none;
	}
	.page-logo {
	float: left;
	max-width: 230px;
	margin: 0 25px 20px 0;
	}
	.programs-desktop {
		display: block;
	}
	.programs-mobile {
		display: none;
	}
	.nav-padding {
		padding-top: 90px;
	}
	#newsCollapseButton {
		display: none
	}
	.program-wrapper {
		margin: 30px 0;
	}
	.sticky-nav .navbar-brand {
		height: 100px;
	}
	.sticky-nav .navbar-brand img {
		height: 60px;
	}
	.sticky-nav .navbar-collapse {
		padding: 0;
	}
	.sticky-nav .navbar-header {
		height: 90px;
	}
	.sticky-nav .navbar-nav li a {
		font-size: 22px;
		padding: 35px 26px;
	}
	.sticky-nav .navbar-nav .dropdown-menu {
		background-color: #fff;
		box-shadow: 1px 1px 5px #000;
		border-radius: 0;
		margin-top: -20px;
		padding: 5px;
	}
	.sticky-nav .navbar-nav .dropdown-menu li a {
		font-size: 18px;
	}
	.sticky-nav .navbar-toggle {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.sticky-nav .navbar-right {
		background: none;
		box-shadow: none;
	}
	.timeline {
		text-align: center;
	}
    .timeline-desktop {
        display: block;

    }
    .timeline-mobile {
        display: none;
    }
	.large-event {
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ccircle cx='60' cy='60' r='58' stroke='%23e8e8e8' stroke-width='4' fill='%234497cb' /%3E%3C/svg%3E")  no-repeat;
		height: 120px;
		margin: 0 4%;
		width: 120px;
	}
	.small-event {
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='50' cy='50' r='48' stroke='%23e8e8e8' stroke-width='4' fill='%234497cb' /%3E%3C/svg%3E")  no-repeat;
		height: 100px;
		margin: 10px 4%;
		width: 100px;
	}
	.social-icons img {
		height: 24px;
		margin-right: 5px;
	}
	.timeline-event:after {
		display: none;
	}
	.timeline-line {
		background-color: #fff;
		height: 4px;
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: -1;
	}
	.timeline-year {
		color: #fff;
		font-family: open-sans,sans-serif;
		font-size: 24px;
		font-weight: 300;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.title {
		text-align: center;
		margin-bottom: 30px;
	}
	.lead p{
	   text-align: center;
	}
}
@media only screen and (min-width: 1200px) {
	.large-event {
		margin: 0 5%;
	}
	.small-event {
		margin: 10px 5%;
	}
	.social-icons img {
		height: 32px;
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.hero-nav .navbar-nav .open .dropdown-menu>li>a,
	.hero-nav .navbar-nav .open .dropdown-menu>li>a:hover,
	.hero-nav .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
	}
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

}

#dafdirectdiv form img {
	width: 100%!important;
}
#dafdirectdiv form #dafprovider {
	width: 100%!important;
}
#dafdirectdiv form .dafdirectInputFull {
	width: 100%!important;
}
#dafdirectdiv form #showwhatisthis {
	width: 100%!important;
}