body { font-family: 'Fira Sans Condensed', Arial, Helvetica, sans-serif; }
nav.main-menu,
.region-sidebar-second .grants-links ul li a,
.interior-banner .banner-content .banner-copy h1 { font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; }

body{
	background:#ccc;
	color:#333;
	font-size:18px;
	line-height:1.5em;
}
.layout-container{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1700px;
	overflow:hidden;
}
.region-highlighted{
	padding: 0;
	position: relative;
	z-index: 1;
}
.interior-banner {
	background:#5b3656 url("img/banner-gadient.png") no-repeat;
}
.interior-banner .banner-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 150px;
	position: relative;
}
.interior-banner .banner-content .banner-copy {
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
	width: 100%;
	z-index: 3;
}
.interior-banner .banner-content .banner-copy * {
	width: 100%;
}
.interior-banner .banner-content .banner-copy h1 {
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	margin: 0;
}
.interior-banner .banner-content .banner-copy .subtitle {
	color: #fff;
	font-size: 23px;
	max-width: 650px;
	line-height: 1.45em;
	padding-top: 1.75em;
}
.interior-banner .banner-content::after {
	content: '';
	display: block;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	background:url("img/banner-gadient.png") no-repeat;
	background-size:900px 100%;
	/*
	background: rgb(61,60,69);
	background: -moz-linear-gradient(90deg, rgba(61,60,69,1) 42%, rgba(61,60,69,0) 84%);
	background: -webkit-linear-gradient(90deg, rgba(61,60,69,1) 42%, rgba(61,60,69,0) 84%);
	background: linear-gradient(90deg, rgba(61,60,69,1) 42%, rgba(61,60,69,0) 84%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d3c45",endColorstr="#3d3c45",GradientType=1);
	*/
}
.interior-banner .banner-content .banner-bg {
	background: transparent url('img/spacer.gif') right center no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.interior-banner .banner-content .banner-bg img {
	display: none;
}
main{
	display:flex;
}
.layout-content{
	flex:1;
	padding:100px 150px;
}
.layout-content .primary-img img{
	display:none;
	margin-bottom:40px;
	width:100%;
}
.region-sidebar-second{
	padding:80px 100px 80px 20px;
	width:400px;
}
.footer{
	background:#5b3656;
	letter-spacing:.05em;
}
.footer .row-top{
	padding: 115px 0 80px;
}
.footer .row-top .logo{
	background: transparent url('img/ftr-logo.png') center center no-repeat;
	background-size: 100% auto;
	display: block;
	height: 102px;
	margin: 0 auto;
	width: 305px;
	text-align: left;
	text-indent: -9999em;
}
.footer .row-bottom{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	background: #4a2c46;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	height: 90px;
	padding: 0 60px;
	text-transform: uppercase;
}
.footer .row-bottom .col-right a{
	border-right: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 300;
	height: 1em;
	line-height: 1em;
	padding: 0 3em;
	text-decoration: none;
	text-transform: uppercase;
}
.footer .row-bottom .col-right a:first-child{
	padding-left: 0;
}
.footer .row-bottom .col-right a:last-child{
	border-right: none;
	padding-right: 0;
}

.ssec-foot{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	background: #4a2c46;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	height: 90px;
	padding: 0 60px;
	text-transform: uppercase;
}

/* DEFAULT ELEMENTS ----------------------------------------- */

h1{
	color: #fff;
	font-family:'Roboto Condensed',sans-serif;
	font-size:80px;
	font-weight: 700;
	line-height:1.1em;
	margin:0 0 0;
}
h2{
	color: #444a4e;
	font-family:'Roboto Condensed',sans-serif;
	font-size:40px;
	font-weight: 700;
	line-height:1.1em;
	margin:0 0 0.75em;;
}
h3{
	color: #444a4e;
	font-family:'Roboto Condensed',sans-serif;
	font-size:36px;
	font-weight: 400;
	line-height:1.1em;
	margin:0 0 0.7em;
}
h4{
	color: #444a4e;
	font-family:'Roboto Condensed',sans-serif;
	font-size:30px;
	font-weight: 700;
	line-height:1.1em;
	margin:0 0 0.666em;
}
h5{
	color: #444a4e;
	font-family:'Roboto Condensed',sans-serif;
	font-size:22px;
	font-weight:600;
	line-height:1.1em;
	margin:0 0 1.1em;
	text-transform: uppercase;
}
p{
	color: #333333;
	font-family: 'Fira Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	margin:0 0 1.5em;
}
ul{
	margin:0 0 1.5em;
	padding-left:30px;
}
li{
	margin:0 0 10px;
}
a{
	color:#6a4764;
}
a:hover{
	color:#777;
}
img{
	height:auto;
	max-width:100%;
}
hr{
	margin:60px 0;
}
figcaption{
	font-size:14px;
	font-style:italic;
}
table{
	border:none;
	border-color:#ccc;
	font-size:.85em;
	margin:40px 0;
	width:100% !important;
}
table tr:nth-child(odd) {
	background: #f6f6f6;
}
table td{
	padding:5px 12px;
}
iframe{
	margin:0 0 40px;	
}

div#totals{
	color: #444a4e;
	font-family:'Roboto Condensed',sans-serif;
	font-size:30px;
	font-weight: 700;
	line-height:1.1em;
	margin-bottom:30px;
}

/* REUSABLE CUSTOM CLASSES ----------------------------------- */

p.big{
	color: #444a4e;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight: 400;
	line-height:1.38em;
	margin-bottom:30px;
}
p.small{
	color: #333333;
	font-family: 'Fira Sans Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 400;
	line-height:1.4em;
}
h2.big,
.sub-title h1{
	color:#444a4e;
	font-size:38px;
	margin-bottom:30px;
}
article ul{
	margin-bottom:40px;	
}
ul.arrow,
ul.checked{
	margin-bottom:40px;
	padding-left:5px;
}
ul.arrow li,
ul.checked li{
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
	position:relative;
}
ul.arrow li:before{
	background:url(img/arrow.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:15px;
	left:5px;
	position:absolute;
	top:5px;
	width:9px;
}
ul.checked li:before{
	background:url(img/check-mark.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:18px;
	left:0;
	position:absolute;
	top:4px;
	width:18px;
}
ul.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}
a.btn,
.button,
.button--primary{
	background:#833c78;
	border:none;
	border-radius:3px;
	box-sizing: border-box;
	color:#fff;
	display:inline-block;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.2em;
	margin-right: 1em;
	margin-top:25px;
	min-width:190px;
	opacity: 1;
	padding:1em 3em;
	text-align:center;
	text-decoration:none;
	text-shadow: 0 0 2px rgba(0,0,0,0.22);
	text-transform:uppercase;
	-webkit-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
a.btn.second{
	background:#5d1b52;
}
a.btn:hover,
.button:hover,
.button--primary:hover{
	opacity:.8;
	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
ul.double{
	columns:2;
}
ul.nav{
	list-style: none;
	padding:0 0 0 30px;
}
ul.nav li{
	display:inline-block;
}
ul.nav li:before{
	color:#aaa;
	content:"|";
	padding:0 .5em 0 .3em;
}
ul.nav li:first-child:before{
	content:normal;
}
ul.nav a{
	text-decoration:none;
}
.box{
	background:#eee;
	box-sizing:border-box;
	margin-bottom:50px;
	padding:50px;
}
.box.dark{
	background:#333;
	color:#fff;
}
.box > :last-child {
	margin-bottom:0;
}
.spine{
	border-left:3px solid #ddd;
	padding-left:40px;
}
.center{
	text-align:center;
}
.wide{
	box-sizing:border-box;
	width:100%;
}
.align-right{
	margin:0 0 30px 30px;
	max-width:35%;
}
.align-left{
	margin:0 30px 30px 0;
	max-width:35%;
}
.grey-box{
	background:#f1f4f5;
	padding:60px 150px;
}

img.icon{
    width: 40px;
    margin-bottom: 25px;
}


/* SIDEBAR MENU & ELEMENTS ----------------------------------- */

aside{
	font-size:16px;
}
aside .block{
	margin-bottom:40px;
}
aside .box{
	padding:40px;
}
aside h2{
	font-size:24px;
	font-weight:400;
}
aside h3{
	font-size:20px;
}
aside p{
	font-size:16px;	
}
aside .btn{
	font-size:12px;
	margin:0;
	min-width:0;
}
.sub-menu h2{
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.sub-menu .menu{
	margin:0;
}
.sub-menu li{
	list-style:none;
	padding:0;
}
.sub-menu .menu a{
	border-top:1px solid #ccc;
	display: block;
	padding:10px 0;
	text-decoration:none;
}
.sub-menu .menu li:first-child a{
	border:none;
}

.region-sidebar-second .primary-img { }
.region-sidebar-second .primary-img img {
	border-radius: 3px;
	box-shadow: 0 15px 15px rgba(0,0,0,0.15);
	display: block;
}

/* LIST VIEWS ---------------------------------------- */

.list-view .item{
	border-top:1px solid #ccc;
	padding:40px 0;
}
.list-view .item:first-child{
	border-top:none;
	padding-top:0;
}
.list-view .item .title{
	margin-bottom:20px;
}
.list-view .item .title a{
	color:inherit;
	text-decoration: none;
}
.list-view .item .excerpt{
	margin-bottom:10px;
}
.gallery{
	margin:30px 0;
}
.gallery img{
	display:block;
}

/* SOCIAL SHARING ---------------------------------------- */

.block-addtoany{
	margin:0 0 30px;
}
.block-addtoany span.title{
	font-size:13px;
	left:3px;
	position: relative;
	top:1px;
}
.addtoany_list > a{
	padding:0 6px 0 0;
}
.a2a_kit .a2a_svg{
	//background-color:#999 !important;
	border-radius:0 !important;
	height:24px !important;
	padding:2px;
	width:24px !important;
}
.a2a_kit .a2a_svg path{
	fill:#fff;
}

/* BREADCRUMB STYLES ---------------------------------------- */

.breadcrumb{
	font-size:16px;
	padding-bottom:10px;
}
.breadcrumb a{
	text-decoration: none;
}


/* STORIES SLIDER ----------------------------------------------- */
.stories-slider {
	box-sizing: border-box;
	padding: 0 60px;
}
.stories-slider > div {
	position: relative;
	width: 100%;
}
.stories-slider > div .view-stories {
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
}
.stories-slider > div .view-stories .view-content {
	margin-bottom: 0;
	width: 100%;
}
.stories-slider > div .view-stories .view-content .slick-dots {
	bottom: -30px;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	width: 540px;
}
.stories-slider > div .view-stories .view-content .slick-dots li {
	height: 10px;
	margin: 0 6px;
	width: 10px;
}
.stories-slider > div .view-stories .view-content .slick-dots li button {
	background-color: #aba9a8;
	border-radius: 100%;
	height: 10px;
	width: 10px;
}
.stories-slider > div .view-stories .view-content .slick-dots li.slick-active button {
	background-color: #573f53;
}
.stories-slider > div .view-stories .view-content .slick-dots li button::before {
	display: none;
}
.stories-slider > div .view-stories .view-content .story-item {
	background-color: #fff;
	height: 540px;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap,
.stories-slider > div .view-stories .view-content .story-item .story-wrap * {
	box-sizing: border-box;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap{
	border-radius: 3px;
 	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	border-radius: 3px;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-image {
	background: transparent url('img/spacer.gif') center center no-repeat;
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
	width: 540px;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-image img {
	display: none;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content {
 	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	padding: 0 60px;
	width: calc(100% - 540px);
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap {
	max-width: 500px;
	width: 100%;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap h2 {
	color: #444a4e;
	font-size: 45px;
	font-weight: 400;
	margin: 0 0 0.5em;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 0.75em;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .title a {
 	color: #444a4e;
	text-decoration: none;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb {
	font-size: 20px;
	line-height: 1.1em;
	margin: 0 0 2em;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb p {
	font-size: 1em;
	line-height: 1.1em;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb *:first-child {
	margin-top: 0;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb *:last-child {
	margin-bottom: 0;
}
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .links { }
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .links .btn { margin-bottom: 1em; }
.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .links .btn:last-child { margin-right: 0; }

/* homepage */
.stories-slider.hp-stories-slider {
	padding-bottom: 140px;
}
.stories-slider.hp-stories-slider > div {
	box-shadow: 0 20px 30px rgba(0,0,0,0.1);
	margin: -350px auto 0;
	max-width: 1400px;
}


/* GRANTS LINKS SIDEBAR ----------------------------------------- */
.region-sidebar-second .grants-links,
.region-sidebar-second .grants-links * {
	box-sizing: border-box;
}
.region-sidebar-second .grants-links {
	width: 100%;
}
.region-sidebar-second .grants-links ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	position: relative;
}
.region-sidebar-second .grants-links ul li {
	display: block;
	padding-bottom: 20px;
	width: 50%;
}
.region-sidebar-second .grants-links ul li:nth-child(odd) {
	padding-right: 7px;
}
.region-sidebar-second .grants-links ul li:nth-child(even) {
	padding-left: 7px;
}
.region-sidebar-second .grants-links ul li a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-content: center;
	border-radius: 3px;
	box-shadow: 0 15px 15px rgba(0,0,0,0.15);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	height: 110px;
	line-height: 1em;
	opacity: 1;
	padding: 0 25px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.region-sidebar-second .grants-links ul li a:hover {
	opacity: 0.8;
	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.region-sidebar-second .grants-links ul li a span { }
.region-sidebar-second .grants-links ul li:nth-child(1) a {
	background-color: #d9571e; /* red */
}
.region-sidebar-second .grants-links ul li:nth-child(2) a {
	background-color: #edb330; /* yellow */
}
.region-sidebar-second .grants-links ul li:nth-child(3) a {
	background-color: #833c78; /* purple */
}
.region-sidebar-second .grants-links ul li:nth-child(4) a {
	background-color: #54b8ae; /* aqua */
}

/* ALERTS ---------------------------------------------------------- */

.pop-alert { display: none; }
.show-alerts .pop-alert{ display:block; }
.pop-alert { background: rgba(0, 0, 0, 0.7); height: 100%; padding:0; position: fixed; right: 0; top: 0; width: 100%; z-index: 20002; overflow: scroll; }
.pop-alert .view { position: absolute; z-index: 3000; top: 50%; left: 50%; margin-left: -300px; }
.pop-alert .view-content {top: 25%; position: absolute; left: 50%; margin-left: -300px;}
.pop-alert .view-content > div { box-sizing: border-box; width: 100%; max-width: 600px; padding: 20px; background-color: rgba(131, 60, 120, .7); }
.pop-alert .inner { box-sizing: border-box; position: relative; width: 100%; background: #fff; padding: 50px 60px; text-align: center; }
.pop-alert .inner h2.title,
.pop-alert .inner h2.title a {font-family:'Roboto Condensed',sans-serif;
  font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: -.015em;
    margin: 0 0 5px;}

.pop-alert .inner .text{
	   max-height: 300px;
  overflow: auto;
  text-align: left;
  font-size: 18px;
}
.pop-alert .inner p span{font-weight: 600;}
.pop-alert .inner p{margin: 0 0 10px;}
.pop-alert .link { margin: 0 0 40px; }

.pop-alert .inner .hide {display: block;
  color: #0a0831;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  transition: all 200ms;}
.hp-alert .inner .hide:hover {  }


/* FORM & ADMIN CLASSES ---------------------------------------- */
.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form textarea,
input.form-search{
	-webkit-appearance: none;
	border:1px solid #ccc;
	border-radius:0;
	box-sizing: border-box;
	display:block;
	max-width:550px;
	width:100%;
	padding:5px;
}
.webform-submission-form textarea{
	max-width:800px;
}
.webform-submission-form select{
	display:block;
	margin-top:5px;
}
.webform-submission-form label{
	font-weight:bold;
}
.ui-tooltip-content {
    font-size: 15px;
    line-height: 1.5em;
    padding: 20px;
}
.tabs a{
	background:#eee;
	border:1px solid #aaa;
	color:#000;
	font-size:14px;
}
body.cke_editable{
	background:#fff;
}
.cke_panel_list h1, .cke_panel_list h2, .cke_panel_list h3,
.cke_panel_list h4, .cke_panel_list h5, .cke_panel_list h6,
.cke_panel_list p.big, .cke_panel_list p.small, .cke_panel_list *{
	color:#333;
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:0;
	text-transform:none;
}
input.form-search{
	display:block;
	margin:15px 0 10px;
	padding:7px;
}
a.search-help-link{
	display:inline-block;
	font-size:.9em;
	margin:10px 0 20px;
}
.item-list ol{
	list-style:none;
	padding:0;
}
.item-list ol li{
	margin:0;
}
.item-list h3{
	font-size:20px;
	margin:0 0 10px;
	padding-top:15px;
}
.messages{
	margin-bottom:30px;
}
