.messages.error {
	display: none;
}
.logged-in .messages.error {
	display: block;
}


/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/* --- Imported Fonts --- */
@import url(https://fonts.googleapis.com/css?family=Raleway:700,800,500);

/* --- Admin Menu Margin Fix --- */
#admin-menu {
	margin: 0
}

/* --- Base HTML Elements --- */
body {
	background: #002D62;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
}
body.cke_editable {
	background: #fff;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 800;
}

h1.title {
	color: #4F91CD;
	border-bottom: 2px solid #F1B023;
	padding-bottom: 5px;
}
.front h1.title {
	padding-top: 20px;
	}

h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	line-height: 23px;
	font-weight: 700;
	color: #777;
	letter-spacing: -.02em;
	}

h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500
}

h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

p {
	margin-bottom: 15px;
}

a {
	color: #0D5CAB;
	text-decoration: none !important;
}

#zone-content {
	background: #FFF;
	box-shadow: 0 0 50px rgba(255,255,255,0.5);
}

#region-content {
	margin: 0;
	width: 720px;
}

.not-front #region-content .region-inner {
	padding-top: 40px;
}

.not-front #region-content .block:last-child {
	padding-bottom: 20px;
}

#region-sidebar-first {
	box-shadow: 5px 0 8px rgba(0,0,0,0.2);
	margin: 0;
	padding: 0 10px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(203,222,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(203,222,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(203,222,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(203,222,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(203,222,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(203,222,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cbdeef',GradientType=0 ); /* IE6-9 */
}

#region-sidebar-first .region-inner {
	padding: 30px 0 20px;
}

#region-content .block {
	padding: 0 20px;
}

#region-content .block.full-width {
	padding: 0;
	width: 100% !important;
}

.front #region-content .content-right {
	width: 200px;
	float: right;
	padding: 0 10px;
	background: #F1B023;
	min-height: 600px;
}

.front #region-content .content-right .block.home-right {
	float: none;
	width: 100%;
	padding: 0;
	margin: 10px 0 30px;
}

.front #region-content .content-right .block.home-right .block-title {
	color: #FFF;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0;
}

.front #region-content .content-right .block.home-right .content {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.front #region-content .content-right .block.home-right .content p {
	margin-bottom: 5px;
}

.front #region-content .content-right .block.home-right .content a {
	color: #000;
}

.front #region-content .content-right .block.home-right table {
	border: none;
}

.front #region-content .content-right .block.home-right form {
	text-align: center;
}

.front #region-content .content-right .block.home-right form img {
	display: none;
}

.front #region-content .content-right .block.home-right img {
	width: 200px;
	height: auto;
}

.front #region-content .content-left {
	float: left;
	width: 460px;
	padding: 0 20px;
}

.front #region-content .content-left .block {
	padding: 0;
}

#block-delta-blocks-logo {
	position: relative;
	left: -20px;
}

#block-system-main-menu {
	padding: 40px 10px 20px 10px;
	width: 100%
}

#block-system-main-menu .menu {
	margin: 0;
	padding: 0;
}

#block-system-main-menu .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#block-system-main-menu .menu li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 44px;
	display: block;
	border-bottom: 1px solid #CFD7E1;
	background: url(images/main-menu-li.png) no-repeat right center;
}

#block-system-main-menu .menu li ul {
	padding: 0 10px;
}

#block-system-main-menu .menu li ul li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	background: none;
	border-bottom: none;
}

#block-system-main-menu .menu li ul li a.active {
	font-weight: 800;
}

#block-system-main-menu .menu li ul li ul {
	padding-top: 3px;
}

#block-system-main-menu .menu li ul li ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
}

#block-system-main-menu .menu li ul li ul li a {
	font-size: 12px;
	line-height: 16px;
}

#block-views-top-image-block {
	position: relative;
	top: 0;
	margin-bottom: 10px;
}

.not-front #block-block-3 {
	margin-bottom: 20px;
}

.not-front #block-block-3,
.not-front #block-block-4 {
	padding: 0 10px;
}

#block-block-5 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 110;
	padding: 7px 5px 6px !important;
}

#block-block-5 p {
	margin: 0;
}

#block-block-5 a {
	display: block;
	float: left;
	margin: 0 3px;
	padding: 3px;
}

#block-block-5 a.donate {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 20px;
	display: block;
	float: left;
	border: 1px solid rgba(255,255,255,0.5);
	color: #FFF;
	text-transform: uppercase;
	padding: 2px 5px;
	border-radius: 12px;
	background: rgb(241,176,35); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,176,35,1) 0%, rgba(183,126,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,176,35,1)), color-stop(100%,rgba(183,126,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,176,35,1) 0%,rgba(183,126,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,176,35,1) 0%,rgba(183,126,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,176,35,1) 0%,rgba(183,126,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(241,176,35,1) 0%,rgba(183,126,3,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b023', endColorstr='#b77e03',GradientType=0 ); /* IE6-9 */
}

#block-views-featured-slider-block {
	position: relative;
	z-index: 10;
}

#views_slideshow_cycle_div_featured_slider-block_0:before {
	position: absolute;
	content: '';
	height: 200px;
	width: 100%;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#block-views-featured-slider-block .views-field-title {
	position: absolute;
	bottom: 80px;
	left: 20px;
	width: 530px;
}

#block-views-featured-slider-block .views-field-title h1 {
	margin: 0;
	line-height: 30px;
}

#block-views-featured-slider-block .views-field-title a {
	color: #FFF;
	text-shadow: 2px 2px 3px #000;
}

#block-views-featured-slider-block .views-field-field-subtitle {
	position: absolute;
	top: 315px;
	left: 20px;
	width: 515px;
	padding-left: 15px;
	color: #FFF;
	text-shadow: 2px 2px 3px #000;
	background: url(images/featured-subtitle.png) no-repeat left 10px;
}

#block-views-featured-slider-block .views-field-field-subtitle h3 {
	margin: 0;
	line-height: 22px;
}

#block-views-featured-slider-block .views-field-view-node {
	position: absolute;
	bottom: 20px;
	right: 40px;
	background: url(images/main-menu-li.png) no-repeat right 110px;
	width: 70px;
	padding: 85px 0 0 15px;
	border-left: 3px solid #699421;
}

#block-views-featured-slider-block .views-field-view-node a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 20px;
	text-shadow: 0 0 5px #000;

}

.not-front #block-system-main {
	padding: 20px;
}

.view-in-the-media .views-row {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #0062A0;
}

.view-in-the-media .views-field-field-image {
	float: left;
	margin-right: 10px;
}

#block-views-news-block-1 {
	position: relative;
	margin-bottom: 20px;
}

#block-views-news-block-1 h2.block-title {
	text-transform: uppercase;
	font-size: 22px;
	color: #699421;
	border-bottom: 1px solid #4F91CD;
	margin-bottom: 15px;
}

#block-views-news-block-1 .views-row {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#block-views-news-block-1 .views-row img {
	display: block;
	padding-right: 20px;
	width: 200px !important;
	height: auto;
	background: #659528 url(images/news-arrow.png) no-repeat 204px center;
}

#block-views-news-block-1 .views-row-first {
	float: left;
	width: 220px;
}

#block-views-news-block-1 .views-row-last {
	float: right;
	width: 220px;
}

#block-views-news-block-1 .views-field-title a {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

#block-views-news-block-1 .more-link {
	float: right;
	position: absolute;
	top: 10px;
	right: 0;
}

#block-views-news-block-1 .more-link a {
	text-transform: uppercase;
}

#block-delta-blocks-breadcrumb {
	padding: 10px 20px !important;
}

ul.breadcrumb {
	margin: 0;
	padding: 0;
}

ul.breadcrumb li:after {
	content: "»";
	padding-left: 5px;
}

ul.breadcrumb li:last-child:after {
	content: "";
}

.node .field-type-taxonomy-term-reference {
	margin-bottom: 10px;
}

.node .field-type-taxonomy-term-reference .field-item {
	margin-right: 10px;
}

.node .field-name-body img,
.node .field-name-field-image img {
	max-width: 300px;
	height: auto !important;
	border: 1px solid #AAA;
	padding: 3px;
	float: left;
	margin-right: 15px;
}

.node .field-name-body table {
	border: none;
	}
.node .field-name-body table img {
	margin-bottom: 8px;
	}
.node .field-name-body ul {
	list-style-position: inside;
}

.node.node-success-story .field-name-field-date {
	margin-bottom: 15px;
}

.node .node-links {
	float: right;
	margin-top: 10px;
}

/*.node.node-issue .field-name-field-image,
.node.node-success-story .field-name-field-image,
.node.node-investigation .field-name-body img {
	float: left;
	clear: left;
	max-width: 310px;
	padding: 3px;
	border: 1px solid #AAA;
	margin: 0 10px 10px 0;
}*/

.context-investigations .node-teaser .field-name-body img {
	max-width: 50%;
	margin-right: 10px;
	float: left !important;
	clear: both;
}

.view-news .views-row,
.view-video-reports .views-row,
.page-taxonomy-term article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #0062A0;
}

.front .view-news .views-row .views-field-title {
	margin-top: 10px;
}

.not-front .view-news .views-row img {
	float: left;
	padding: 3px;
	border: 1px solid #AAA;
	margin: 0 10px 10px 0;
}

.view-video-reports .views-row h2.node-title {
	float: left;
	width: 300px;
}

.view-video-reports .views-row article > .content {
	float: right;
	width: 360px;
}

.commerce-add-to-cart .gmap-control,
.commerce-add-to-cart .description,
.form-item-line-item-fields-field-location-und-0-locpick-user-latitude,
.form-item-line-item-fields-field-location-und-0-locpick-user-longitude {
	display: none;
}

.commerce-add-to-cart .location legend {
	margin-bottom: 10px;
}

.commerce-add-to-cart .location .fieldset-legend {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

#edit-line-item-fields-field-location-und-0-province {
	width: 325px;
}

.commerce-add-to-cart .form-textarea-wrapper {
	width: 475px;
}

.view-light-the-sky .gmap-popup {
	max-width: 400px;
}

.view-investigations table.views-view-grid {
	border: none;
}

.view-investigations table.views-view-grid td {
	padding: 20px;
	text-align: center;
}

.view-investigations .views-field-field-image img {
	border: 1px solid;
	padding: 3px;
	margin-bottom: 10px;
}

#region-footer-first,
#region-footer-second {
	margin: 0;
	width: 100%;
}

#block-block-6 {
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	width: 700px !important;
	z-index: 100;
	padding: 0px 10px 5px !important;
}
#block-block-6 a {
	color: #FFF;
	float: left;
	margin-right: 5px;
	padding: 0 20px 0 0;
	font-size: 1.2em;
	font-weight: normal;
	background: url(/sites/default/themes/aa/css/images/news-arrow.png) no-repeat right center;
	}
#block-block-6 a:hover {
	color:#4F91CD;
	padding: 0 22px 0 0;
	}

#block-constant-contact-1 h2.block-title {
	display: none;
	}
#block-constant-contact-1 label {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	left: 4px;
	top: 5px;
	}
#block-constant-contact-1 .form-text {
	padding: 4px;
	height: 22px;
	width: 250px;
	border-radius: 6px;
	margin-top: 6px;
	}
#block-constant-contact-1 input.form-submit {
	border: none;
	text-shadow: none;
	height: 20px;
	margin-top: 5px;
	}

#zone-footer .menu {
	margin: 0;
	padding: 0;
}

#zone-footer .menu li {
	list-style: none;
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

#zone-footer .menu li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #FFF;
	display: block;
	padding: 3px 5px 0;
}

#block-menu-block-1 {
	float: left;
}

#block-menu-block-2 {
	float: left;
	clear: left;
}

#block-block-1 {
	float: right;
}

#block-block-1 p {
	font-size: 11px;
	color: #FFF;
}

#block-block-1 a {
	font-size: 11px;
}

#block-block-1 a:hover {
	color: #FFF;
}

#node-page-1509 table {
	border: none;
}

#node-page-1509 table td {
	width: 33%;
	vertical-align: top
}

#node-page-1509 table td img {
	height: 140px !important;
	width: auto !important;
}
/*Flex sidebar left for ordering blocks*/
.region-sidebar-first-inner{
	display: flex;
	width:100%;
	flex-flow:row wrap;
}
.region-sidebar-first-inner #block{
	width:100%;
}
#block-block-3{
	order:3;
}
#block-block-4{
	order:4;
}
#block-block-8{
	order:5;
	margin:40px 10px 10px 10px;
}
a.btn-orange{
	  color: #000;
    background: rgba(255,196,57,.9) !important;
    border: none;
    padding: 8px 10px;
    font-size: 1.0em;
    margin:10px auto;
}

a.btn-orange:hover{
	color:#fff;
	font-size:1.0em;
	border:none;
}
