/* Fonts and Links */
body {
     font-family: 'Open Sans';
	 font-weight: 300;
	 background:#ffffff;
	 word-wrap: break-word;
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
	 width: 100%;
	 overflow-x: hidden;
	 overflow-y: scroll;
	 color: #444444;
 }

h1,
h2,
h3,
h4,
h5,
h6 {
 	margin:0;
    font-family: 'Gentium Basic';
	color: #404041;
}

h1,
#block-views-block-event-listing-block-2 h2 {
	 font-weight: 700;
	 font-style: normal;
	 margin-bottom: 14px;
}

h2 {
	 font-weight: 700;
	 font-style: normal;
	 margin-bottom: 10px;
}

/* #main .block h2 {
	width: 200%;
	margin-left: -100%;
	padding-left: 100%;
	background: #03F;
	color: #FFF;
	position: relative;
	float: left;
	display: block;
}
*/


h3 {
	 font-weight:normal;
	 font-style:normal;
	 margin-bottom: 8px;
}

h4 {
	 font-weight:normal;
	 font-style:normal;
	 margin-bottom: 8px;
}

h5 {
	 font-size: 70%;
	 font-weight:bold;
	 font-style:bold;
	 margin-bottom: 8px;
}

i { 
	color: #666;
}

i strong {
	color: #645472 !important;
	font-weight: 900;
}

p {
	margin: 0 0 20px 0;
}

/* Documents and Links */

a:link,
a:visited {
	text-decoration: none;
	color: #1d5087;
 }

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #1d5087;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	 font-weight: inherit;
	 text-decoration: none;
}

a.button {
	background-color: #ea5f27;
	color: #FFF;
	font-size: 115%;
	font-weight: 700;
	margin: 0px;
	padding: 5px 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.view-documents-and-links-display .views-row {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

.view-documents-and-links-display a.button {
	margin-bottom:20px;
	position: relative;
    float: left;
    clear: both;
}


/* Edit Tabs */

ul.tabs.primary {
	display: inline-flex;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #333;
	border: 1px solid #CCC;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(196,196,196,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(196,196,196,1);
	box-shadow: 2px 2px 5px 0px rgba(196,196,196,1);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color: #FFF;
}

ul.tabs.primary a {
	color: #FFF;
}

ul.tabs.primary li.is-active a,
ul.tabs.primary a:hover {
	color: #000;
}

.node__content,
.tabs {
	position: relative;
	float: left;
}

/* Regions */

.columns {
	position: relative;
	float: left;
}

#header-top {
	display: block;
	overflow: hidden;
	padding: 0px; 
	background: #F8F8F8;
}

#slideshow {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	margin: 0px 0px 50px 0px;
	z-index: 0;
}

#featured {
	margin-bottom: 50px; 
}

#main {
	margin-bottom: 50px;
}

#sidebar-second .region-sidebar-second {
	border-left: 3px solid #EEEEEE;
	padding: 0px 20px;
	position: relative;
	float: left;
}

#footer {
	background: #333333;
	color: #7FACC9;
}

/* Header Customization */

#header-branding {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	float: left;
	z-index: 0;
}

#logo { 
	float: left; 
}

#name-and-slogan {
	float: left;
	display: block;
}

#site-name { 
    font-family: 'Gentium Basic';
	font-style: normal;
	font-weight: 700;
	margin: 0; 
	padding: 0; 
}

#site-name a { 
	color:#1d5087;
	white-space: nowrap;
}

#site-slogan { 
	font-family: 'Gentium Basic';
	font-size: 70%;
	color: #7d7d7d; 
	color: #222222;
}

#header-right-nav {
	float: right;
	color: #FFF;
	z-index: 1;
}


/* Superfish Main Navigation (Flexbox) */

ul#superfish-main {
	width: 90%;
	height: 80px;
	margin: 0px auto;
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

ul#superfish-main li a,
ul#superfish-main a { 
	font-family: 'Gentium Basic';
	font-style: normal;
	font-weight: 600;
	color: #1d5087; 
	margin: 0px !important;
	white-space: nowrap;
}

ul#superfish-main a.is-active,
ul#superfish-main li.active-trail,
ul#superfish-main a:hover {
	border-top: 2px solid #1d5087;
}

ul#superfish-main .sf-sub-indicator {
	display: none;
}

ul#superfish-main li ul {
	background: #fff;
	padding: 1px !important;
	border: 1px solid #EEEEEE;
}

ul#superfish-main li ul a {
	font-family: 'Open Sans';
	font-weight: 500;
	padding: 20px 17px !important;
}

ul#superfish-main li ul a.is-active,
ul#superfish-main li ul li.active-trail,
ul#superfish-main li ul a:hover {
	border-top: none;
}

ul#superfish-main li ul a:hover {
	background: #CCB75F;
	color: #fff;
}

/* Superfish Responsive */

.sf-accordion-toggle {
	position: relative;
/*	width: 200%;
	margin-right: -50%;
	padding-right: 100%;
	margin-bottom: 10px;
	float: right; */
	float: right;
	background: #1d5087;
/*	padding: 5px 0px; */
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5); 
	z-index: 2;
}

.sf-accordion-toggle a {
/*	width: 50%;
    margin-left: 25%; */
    position: relative;
    float: left;
    display: block;
	text-align: right;
	color: #fff;
	font-size: 0px;
    background-position: right top;
	background-image: url(../images/menu_white.png);
	background-position: center;
	background-repeat: no-repeat;
}

ul#superfish-main-accordion {
	position: absolute;
	width: 200%;
	margin-left: -50%;
	padding-left: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	background: #1d5087;
	display: block;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	z-index: 3;
}

.sf-accordion a {
	color: #fff;
}

.sf-accordion .sf-accordion-button {
  overflow: hidden;
  text-indent: -99999px;
  position: relative;
}

.sf-accordion .sf-depth-1 a {
	position: relative;
	display: block;
	float: left;
	padding-left: 0px;
}

.sf-accordion .sf-depth-2 a {
	padding-left: 15px;
}


.sf-accordion .sf-accordion-button:before {
  content: ">";
  text-indent: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sf-accordion li.sf-expanded > .sf-accordion-button:before {
  content: ">"
}

/* Secondary Nav */

ul.secondary-menu {
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

ul.secondary-menu li {
	list-style: none;
}

li.item--donate a,
li.item--get-involved a {
	padding: 5px 20px;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
}

li.item--donate a {
	background-color: #1d5087;
}

li.item--get-involved a {
	background-color: #ea5f27;
}

li.item--facebook a,
li.item--youtube a,
li.item--instagram a {
	color: #ea5f27;
	font-size: .1px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

li.item--facebook a {
	background-image: url(../images/facebook.png);
}

li.item--youtube a {
	background-image: url(../images/youtube.png);
}

li.item--instagram a {
	background-image: url(../images/instagram.png);
}

/* Home Slideshows */

.flexslider {
	border: none !important;
}

.flexslider .flex-direction-nav {
	margin-top: -3%;
}

.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next {
	height: 50px;
}

.block .flexslider ul.slides {
	padding: 0px !important;
}

.view-home-page-slideshow img {
    left: 50%;
    transform: translateX(-50%);
	position: relative;
	z-index: 0;
}

.view-home-page-slideshow .slideshow-edge {
	position: absolute;
	top: 0px;
	float: left;
	width: 100%;
	height: 100%;
/**	background-color: rgba(29, 80, 135, .8); **/
	background-image: url(../images/slideshow-bg-edge.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.view-home-page-slideshow .slideshow-edge .container {
	height: 100%;
}

.view-home-page-slideshow .slideshow-copy {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	float: left;
	color: #FFF;
}

.view-home-page-slideshow .slideshow-copy h1,
.view-home-page-slideshow .slideshow-copy .slideshow-sub {
	color: #FFF;
}

.view-home-page-slideshow .slideshow-copy .slideshow-sub {
	margin-bottom: 32px;
}

/* Footer */

#footer .copyright {
	width: 100%;
	text-align: center;
	font-size: 70%;
}

/* YouTube Embeds */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
    clear: both;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
	max-width: 100%;
}

/* Homepage Featued Maxtrix */

.view-homepage-matrix .columns {
	float: left;
	margin: 0px 7px !important;
}

.block-views-blockassistance-matrix-block-1 .view-content {
	display: grid;
	grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
    grid-template-rows: auto auto;
}


/* Fancy Title */

.view-id-fancy_title {
	background: #1d5087;
	color: #FFF;
	padding: 35px 0px 50px 0px;
}

.view-id-fancy_title h1 {
	color: #FFF;
	margin: 0px;
}

.view-id-fancy_title .subtitle {
	font-size: 115%;
	margin: 0px 0px 0px 0px;
}

/* Event Listings */

body.path-frontpage #featured {
	margin-bottom: 0px;
}

#featured {
	background-image: url(../images/events_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#block-views-block-event-listing-block-2 h2 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	color: #777777;
}

.view-event-listing .views-row {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	padding: 40px 0px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 40px;	
}

.view-event-listing .columns {
	position: relative;
	float: left;
}

.view-event-listing .event-image img {
	width: 130px;
	height: 130px;
	border: 5px solid #DBDAD8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 20px;
}

.view-event-listing .event-date {
	position: relative;
	float: left;
	font-size: 105%;
	font-weight: 700;
	color: #1d5087;
	border-top: 3px solid #1d5087;
	border-bottom: 3px solid #1d5087;
	padding: 0px;
	margin-top: 3px;
}

.view-event-listing .event-title a {
	position: relative;
	float: left;
	color: #333333;
	font-size: 150%;
	font-family: 'Gentium Basic';
	font-weight: 700;
	margin-left: 25px;
}

.view-event-listing .event-summary {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.view-event-listing .event-read-more a {
	position: relative;
	float: right;
	clear: both;
	width: 100%;
	color: #1d5087;
	font-weight: 700;
	text-align: right;
	background-image: url(../images/gold-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-right: 20px;
}


/* How We Support Our Community */

body.path-frontpage #main {
	margin-bottom: 0px;
	background: #F8F8F8;
}

.view-assistance-organization-listing .columns {
	margin: 0px !important;
	padding: 0px;
}

.view-assistance-organization-listing h2 {
	background: #1d5087 !important;
}

/* Blocks */

#highlight {
	background: #1d5087;
	color: #FFF;
}

#highlight .columns {
	margin: 0px;
}

#highlight h2,
#highlight h3 {
	color: #FFF;
}
