﻿@charset "UTF-8";

/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; width:90%; }




.subpage_heading 
{
    padding: 10px 0 20px 0;
    color: #381807;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.subpage_heading p
{
    padding: 0;
	margin: 0;
}

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.ie .clearfix { zoom: 1; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

.homestats {
    width: 100%;
    height: 271px;
    box-shadow: inset 1px 100px 100px 80px rgba(255,255,255,1.0);
    background-color: rgba(0,0,0,0.1);
    display: inline-block;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*** General Settings ***/
body { background: #fff; color: #000; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 300; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 15px; }
p { margin: 0 0 15px 0; }
a { color: #ec0928; text-decoration: none; }
a:hover { color: #a81f1c; }
img { height: auto; max-width: 100%; }
strong { font-weight: 700; }

.btn {
	display: inline-block;
	text-decoration: none;
}
.btn-red {
	background: #d11f25;
	border: 0px none;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 22px;
}
.btn-red:hover {
	background: #a81f1c;
	color: #ffffff;
}
.btn-blue {
	background: #005D9A;
	border: 0px none;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 22px;
    width: 100%;
    text-align: center;
}
.btn-blue:hover {
	background: #055395;
	color: #ffffff;
}
.txt-red {
	color: #ec0928;
}

.container {
	margin: 0px auto;
	width: 1200px;
}

#wrapper {
	background: url(/images/bg-header-top.jpg) repeat-x;
	padding-top: 15px;
}

/*** Header ***/
#header {
	background: #ffffff ;
	box-shadow: 0 0 20px #000000;
	height: 103px;
	position: relative;
	z-index: 110;
}

#header .logo {
	float: left;
	padding-top: 1%;
}
	#header .logo a {
		background: url(/images/Anniv-Logo-Horizontal-2022.png) no-repeat;
		/*background: url(/images/official-logo.svg) no-repeat;*/
		display: block;
		height: 90px;
		text-indent: -9999px;
		width: 190px;
	}

.navigation {
	float: right;
}
.navigation ul {
	margin-top: 30px;
}
.navigation ul li {
	border-right: 1px solid #ececec;
	float: left;
	position: relative;
}
.navigation ul li a {
	color: #000000;
	float: left;
	font-size: 18px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
}
.navigation ul li a:hover {
	color: #015dab;
}
.navigation ul li a  span {
    display: -moz-inline-box;  /* FF2 or lower */
    display: inline-block;     /* FF3, Opera, Safari */
    line-height: normal;
    vertical-align: middle;    
	text-align: center;
}

.navigation ul li.item-1 a {
	width: 100px;
}
.navigation ul li.item-2 a {
	width: 100px;
}
.navigation ul li.item-3 a {
	width: 160px;
}
.navigation ul li.item-4 a {
	width: 120px;
}
.navigation ul li.item-5 a {
	width: 120px;
}

.navigation ul li.item-6 a {
    width: 100px;
}
.navigation ul ul {
	background: #ffffff url(/images/bg-dropdown-menu.jpg) repeat-x;
    box-shadow: 0 0 10px #bbbbbb;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 0px 0px 6px 6px;
	display: none;
	float: none;
	margin-top: 0px;
	padding-top: 10px;
	position: absolute;
    left: 0;
	top: 73px;
    width: 265px;
	z-index: 1000;
}
.navigation ul ul li {
	border-bottom: 1px solid #dadada;
	border-right: 0px none;
	float: none;
	margin: 0px 30px;
}
.navigation ul ul li a {
	display: block;
	float: none;
	font-size: 16px;
	line-height: normal!important;
	height: auto;
	padding: 10px 0px;
	width: 100%!important;
}
.navigation ul ul li .arrow {
	background: url(/images/icons/icon-submenu-right.png) no-repeat;
	display: inline-block;
	float: right;
	height: 9px;
	margin-right: 5px;
	margin-top: 10px;
	width: 9px;
}
.navigation ul ul li.sfHover .arrow {
	background: url(/images/icons/icon-submenu-down.png) no-repeat;
}


.navigation ul ul ul {
padding-top:5px;
    background: #ffffff;
    top: 0;
    width: 100%;
    border-radius: 0px 6px 6px 0px;
    margin-top: 0;
    left: 235px;
    float: right;
    z-index: -1;
}

/*.navigation ul ul ul {
    left: -370px;
    top: -20px;
    width: 100%;
    float: left;
    box-shadow: -7px 6px 6px -4px rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 0px 6px;
    margin-top: 0;
    padding: 20px 0 0 0;
}
*/

.navigation ul ul ul li {
    border-bottom: 1px solid #dadada;
    border-right: 0px none;
    float: none;
    margin: 0px 30px;
}

.navigation ul ul ul li a {
    padding: 10px 0px 10px 0;
}

.navigation ul ul ul li.first a {
    padding: 0px 0px 10px 0;
}

#header .button {
	float: right;
	margin-top: 30px;
}

/*** Mian Body ***/
#main-body {
	background: url(/images/bg-main-body.jpg) repeat-x;
}

/*** Footer ***/
#footer {
	background: #ffffff;
	border-top: 1px solid #e1e1e1;
	border-bottom: 10px solid #004682;
	padding: 40px 0px;
	text-align: center;
}

.newsletter {
	margin-bottom: 40px;
}
.newsletter h3 {
	font-size: 36px;
	font-weight: 300;
}
.newsletter li {
	display: inline-block;
	margin: 0px 10px;
	vertical-align: top;
}
.newsletter input[type="text"] {
	border: 1px solid #cccccc;
	font-family: 'Roboto', sans-serif; 
	font-size: 18px;
	font-weight: 300;
	height: 60px;
	padding: 18px 20px;
	width: 280px;
}
.newsletter input[type="submit"] {
	font-family: 'Roboto', sans-serif; 
	padding-bottom: 15px;
	padding-top: 15px;
}

.copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.copyright p strong {
	font-weight: bold;
	font-size: 14px;
}

.socials-and-awards span {
	margin: 0px 2px;
}


/*** Homepage Specifics ***/
.banner {
	padding-bottom: 40px;
	z-index: 99;
}
.banner .container {
	
	position: relative;
}
.banner .stage {
	overflow: hidden;
	margin-bottom: 30px;
}
.banner .stage .inner {
	border-bottom: 1px solid #e1e1e1;
}
.banner .stage ul {
	overflow: visible!important;
}
.banner .stage li {
	width: 100%;
}

	.banner .stage img {
		display: block;
		max-width: 300px;
	}
	/*
	.banner .stage img {
		display: inline-table;
		max-width: 810px;
	}
	*/
.banner .pager {
	text-align: center;
}
.banner .pager span {
	background: #e5e5e5;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin: 0px 2px;
	text-indent: -9999px;
	width: 18px;
}
.banner .pager span:hover,
.banner .pager span.cycle-pager-active {
	background: #0661ae;
}
	.banner .details {
		padding: 120px 0px 80px;
		width: 590px;
	}

	/*

.banner .details {
	padding: 155px 0px;
	display: inline-block;
	width: 150px;
}
*/

.banner .details h1 {
	color: #0661ae;
	font-size: 54px;
	line-height: 60px;
	font-weight: 500;
}
.banner .details .more {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 50px;
}
.banner .details .more a:hover {
	color: #a81f1c;
}
.banner .details h2 {
	color: #333333;
	font-size: 36px;
	font-weight: 300;
	line-height: 46px;
	margin-bottom: 25px;
}

.banner .image {
	background: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	display: inline-block;
    padding: 8px;
	position: absolute;
}
.home-banner .slide-1 {
	background: url(/images/bg-banner-slider-home.png) no-repeat;
	position: relative;
}



	.home-banner .slide-1 .image-1 {
		top: -8px;
		right: 200px;
	}

	/*
	.home-banner .slide-1 .image-1 {
		right: 290px;
	}
	*/

.home-banner .slide-1 .image-2 {
	box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.2);
	bottom: 10px;
	right: -20px;
}

/*** Teasers ***/
.teasers {
	margin-bottom: 100px;
}
.teasers .item {
	float: left;
	margin-right: 40px;
	width: 370px;
}
.teasers .item-last {
	margin-right: 0px;
}
.teasers .item .button {
	margin-bottom: 30px;
}
.teasers .item .button .btn-blue {
	display: block;
	font-size: 18px;
	padding: 21px 20px;
	text-align: center;
border-radius:6px;
}
.teasers .item p {
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}
.teasers .item li {
	margin-bottom: 5px;
}
.teasers .item li a {
	color: #ec0928;
	font-size: 16px;
}
.teasers .item li a:hover {
	color: #a81f1c;
}



/*** Sponsors ***/
.sponsors {
	margin-bottom: 80px;
}
.sponsors h2 {
	font-size: 46px;
	font-weight: 300;
	text-align: center;
}
.sponsors .list {
	margin-bottom: 50px;
	overflow: hidden;
}
.sponsors .list .item {
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	float: left;
	width: 297px;
}
.sponsors .list .item img {
	display: block;
}
.sponsors .list .item-5,
.sponsors .list .item-10 {
	border-right: 0px none;
}
.sponsors .list .item-6,
.sponsors .list .item-7,
.sponsors .list .item-8,
.sponsors .list .item-9,
.sponsors .list .item-10 {
	border-bottom: 0px none;
}
.sponsors .learn-more {
	text-align: center;
}
.sponsors .learn-more a {
	color: #ec0928;
	font-size: 24px;
	font-weight: 500;
}
.sponsors .learn-more a:hover {
	color: #a81f1c;
}

/*** Featured Videos ***/
.featured-videos {
	margin-bottom: 90px;
	text-align: center;
    /*border-top: 1px solid #d7d7d7;
    padding-top: 30px;*/
}
.featured-videos .main {
	margin-bottom: 40px;
	padding: 0px 120px;
}
.featured-videos .main .item {
	box-shadow: 0 0 15px #cbcbcb;
	padding: 20px;
    max-width: 40%;
    margin: 1%;
    display: inline-block;
}
.featured-videos .list {}
.featured-videos .list h3 {
	color: #666666;
	font-size: 24px;
	margin-bottom: 25px;
}
.featured-videos .list li {
	display: inline-block;
	box-shadow: 0 0 15px #cbcbcb;
	margin: 0px 10px;
	padding: 10px;
}

/*** Socials Sharing ***/
.socials-sharing {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	margin: 0px 120px 60px;
	padding: 50px 0px;
	text-align: center;
}
.socials-sharing h2 {
	font-size: 46px;
	font-weight: 300;
	margin-bottom: 30px;
}
.socials-sharing li {
	display: inline-block;
	margin: 0px 10px;
}

/*** Testimonials ***/
.testimonials {
	margin-bottom: 100px;
	text-align: center;
}
.testimonials h2 {
	font-size: 46px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
}
.testimonials .overview {
	margin-bottom: 50px;
	padding: 0px 100px;
}
.testimonials .overview p {
	font-size: 20px;
	line-height: 26px;
}
.testimonials .overview .read-on a {
	color: #ec0928;
	font-weight: 500;
}
.testimonials .overview .read-on a:hover {
	color: #a81f1c;
}

/*** Statistics ***/
.statistics {
	margin-bottom: 10px;
	text-align: center;
}
.statistics h2 {
	font-size: 46px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
}
.statistics .overview {
	margin-bottom: 50px;
	padding: 0px 100px;
}
.statistics .overview p {
	font-size: 20px;
	line-height: 26px;
}
.statistics .overview .read-on a {
	color: #ec0928;
	font-weight: 500;
}
.statistics .overview .read-on a:hover {
	color: #a81f1c;
}

/*** Inner Pages ***/

.content {
	padding-bottom: 50px;
}

.post {}
.post-heading {
	border-bottom: 1px solid #dadada;
	margin-bottom: 70px;
	padding: 70px 0px;
	text-align: center;
}
.post-heading .title {
	color: #1263ac;
	font-size: 54px;
	font-weight: 500;
	margin: 0px;
	text-align: center;
}

.post-body {
	font-size: 18px;
	line-height: 26px;
}
.post-body .image {
	box-shadow: 0 0 15px #cbcbcb;
	margin: 0px 0px 20px 45px;
	padding: 10px;
}
.post-body p {
	margin-bottom: 30px;
}

.no-border {
	border: 0px none;
	padding-bottom: 0px;
}

/*** Page Donate ***/
.page-donate .post-heading .title {
	margin-bottom: 20px;
}
.page-donate .post-heading p {
	font-size: 36px;
}
.page-donate .post-heading .btn-red {
	display: inline-block;
}

.ways-to-donate h2 {
	color: #0661ae;
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 50px;
	text-align: center;
}
.ways-to-donate .list {}
.ways-to-donate .list .row {
	margin-bottom: 50px;
	overflow: hidden;
}
.ways-to-donate .list .column {
	float: left;
	margin-right: 39px;
	width: 372px;
}
.ways-to-donate .list .column-last {
	margin-right: 0px;
}
.ways-to-donate .item .image {
	border-radius: 6px 6px 0px 0px;
	/*box-shadow: 0px 0px 0px transparent;*/
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
	margin: 0px 0px 1px;
	padding: 0px;
}
.ways-to-donate .item .image img {
	display: block;
    margin: auto;
}
.ways-to-donate .item .button {
	margin-bottom: 30px;
}
.ways-to-donate .item .button a {
	border-radius: 0px 0px 6px 6px;
	display: block;
	text-align: center;
}

.ways-to-donate .item .button span {
	border-radius:6px;
	display: block;
	text-align: center;
}
.ways-to-donate .item .description {
	font-size: 16px;
}
.ways-to-donate .item .description p {
	margin-bottom: 10px;
}
.ways-to-donate .item .description .more {
	color: #ec0928;
	font-weight: 700;
}
.ways-to-donate .item .description .more:hover {
	color: #a81f1c;
}

/*** Page Mission ***/
.mission-slider {
	margin-bottom: 70px;
}
.mission-slider .stage {
	margin-bottom: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 20px 5px #dae8f3;
}
.mission-slider .stage .inner {
	padding: 20px;
}
.mission-slider .stage li {
	position: relative;
	width: 95%;
}
.mission-slider .stage img {
	display: block;
}
.mission-slider .stage .slide-1 {
	background: url(/images/slides/slide-mission-2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.mission-slider .stage .slide-2 {
	background: url(/images/slides/slide-mission-2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.mission-slider .stage .slide-details {
	color: #ffffff;
	padding: 100px 145px 340px;
	text-align: center;
    max-height: 600px;
}
.mission-slider .stage .slide-details h2 {
	font-size: 52px;
	font-weight: 500;
	margin-bottom: 30px;
    line-height: 46px;
}
.mission-slider .stage .slide-details p {
	font-size: 24px;
	line-height: 28px;
    font-weight: bold;
}
.mission-slider .pager {
	text-align: center;
}
.mission-slider .pager span {
	background: #e5e5e5;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin: 0px 3px;
	text-indent: -9999px;
	width: 18px;
}
.mission-slider .pager span:hover,
.mission-slider .pager span.cycle-pager-active {
	background: #0661ae;
}

.mission-overview {
	margin-bottom: 50px;
	padding: 0px 100px;
	text-align: center;
}
.mission-overview h2 {
	font-size: 46px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 46px;
}
.mission-overview p {
	font-size: 20px;
}
.mission-overview .more {
	font-weight: 500;
}

/*** Page Request Alaska ***/
.request-alaska-post {
	
}
.request-alaska-post .column-1 {
	float: left;
	width: 570px;
}
.request-alaska-post .column-2 {
	float: right;
	width: 480px;
}
.request-alaska-post .description h2 {
	color: #0661ae;
	font-size: 32px;
	font-weight: 500;
}
.request-alaska-post p {
	font-size: 20px;
}
.request-alaska-post form {
	margin-bottom: 40px;
}
.request-alaska-post label {
	color: #333333;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}
.request-alaska-post select {
	display: block;
	height: 30px;
	padding: 5px;
	width: 100%;
}
.request-alaska-post .nice-select {
	background: #f9fafa url(/images/bg-select-arrow.jpg) no-repeat scroll 100% 50%;
	border: 1px solid #d2d2d2;
	height: 40px;
	padding-right: 50px;
	width: 100%;
}
.nice-select.open .list {
	width: 100%;
}
.request-alaska-post .nice-select:after {
	display: none;
}

.request-alaska-post .note {
	font-size: 16px;
}

/*** Page Request Toys ***/

.search-form-and-map {
	margin-bottom: 50px;
	background: #ffffff;
	box-shadow: 0px 0px 20px 5px #dae8f3;
}
.search-form-and-map .inner {
	padding: 20px;
}
.search-form-and-map .form {
	margin-bottom: 20px;
	overflow: hidden;
}
.search-form-and-map .form input[type="text"] {
	background: #f6f6f6;
	border: 1px solid #cecece;
	float: left;
	font-size: 18px;
	font-style: italic;
	height: 50px;
	padding: 5px 10px;
	width: 79%;
}
.search-form-and-map .form input[type="text"]::-webkit-input-placeholder {
	color: #8a8a8a;
}
.search-form-and-map .form input[type="text"]::-moz-placeholder {
	color: #8a8a8a;
}
.search-form-and-map .form input[type="text"]:-ms-input-placeholder {
	color: #8a8a8a;
}
.search-form-and-map .form input[type="text"]:-moz-placeholder {
	color: #8a8a8a;
}
.search-form-and-map .form input[type="submit"] {
	float: right;
	height: 50px;
	width: 20%;
}

.search-note {
	text-align: center;
}

/*** Page Timeline 1 ***/
.timeline-1-banner {
	padding-bottom: 0px;
}
.timeline-1-banner .details {
	padding: 120px 0px 50px
}
.timeline-1-banner .image-1 {
	right: 310px;
	top: 10px;
	z-index: 2;
}
.timeline-1-banner .image-2 {
	right: 0px;
	top: 80px;
	z-index: 1;
}
.timeline-1-banner .image-3 {
	bottom: 50px;
	right: 280px;
	z-index: 2;
}

.timeline-years {
	box-shadow: 0 0 20px 10px #e6ecf2;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	padding: 15px 0px;
	text-align: center;
}
.timeline-years li {
	display: inline-block;
	margin: 0px 10px;
	font-size: 22px;
}
.timeline-years li a {
	color: #000000;
}
.timeline-years li.active a,
.timeline-years li a:hover {
	color: #ec0928;
}

.post-timeline {
	margin-bottom: 90px;
}
.post-timeline .post-heading .title {
	font-size: 36px;
	margin-bottom: 15px;
}
.post-timeline .post-heading p {
	font-size: 26px;
	font-weight: 300;
}
.post-timeline .list {
	
}
.post-timeline .list .row {
	border-bottom: 1px solid #dadada;
	overflow: hidden;
}
.post-timeline .list .item {
	border-right: 1px solid #dadada;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	width: 390px;
}
.post-timeline .list .row-1 .item {
	min-height: 100px;
	padding-bottom: 25px;
}
.post-timeline .list .row-2 .item {
	min-height: 170px;
	padding-top: 25px;
}
.post-timeline .list .item p {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}
.post-timeline .list .last {
	border: 0px none;
}

/*** Promo ***/
.promo {
	background: #f8f8f8;
	border-top: 1px solid #dadada;
	padding: 65px 0px;
	text-align: center;
}
.promo h2 {
	color: #1263ac;
	font-size: 36px;
	font-weight: 500;
}
.promo p {
	font-size: 20px;
	line-height: 26px;
}
.promo .more {
	font-size: 20px;
	font-weight: 700;
}



.timeline-2-banner {
	margin: 0px;
	padding-bottom: 0px;
	position: relative;
}
/*.timeline-2-banner .container {
	width: auto!important;
}*/
.timeline-2-banner .details {
	padding-top: 55px;
}

.timeline-2-banner .slide {
	border-right: 1px solid #cbcbcb;
	margin-right: 45px!important;
	padding-right: 45px!important;
	vertical-align: top;
}
.timeline-2-banner .slide .inner {
	height: 480px;
	position: relative;
}
.timeline-2-banner .details {
	white-space: normal;
	width: 100%;
}
.timeline-2-banner .slide-1 .details,
.timeline-2-banner .slide-2 .details {
	width: 45%;
}
.timeline-2-banner .slide-3 .details {
	width: 55%;
}
.timeline-2-banner .details h2 {
	color: #004682;
	font-size: 54px;
	font-weight: 500;
}
.timeline-2-banner .details p {
	color: #333333;
	font-size: 22px;
	line-height: 28px;
}

.timeline-2-banner {
	overflow: hidden;
	width: 100%;
}
.timeline-2-banner .my-carousel {
	margin: 0px auto;
	padding: 50px 0px;
	overflow: visible;
	position: relative;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
}
.timeline-2-banner .my-carousel .slideshow {
	/*margin-left: 12%;
	overflow: visible !important;
	width: 80%;*/
	overflow: visible!important;
}

.timeline-2-banner .slide {
	
	width: 100%;
}
.timeline-2-banner .image-1 {
	bottom: 0px;
	right: 250px;
	z-index: 2;
}
.timeline-2-banner .image-2 {
	right: 0px;
	top: 20px;
	z-index: 1;
}
	
.timeline-2-banner .prev {
	margin-top: -20px;
	position: absolute;
	left: 15px;
	top: 50%;
	z-index: 100;
}
.timeline-2-banner .prev a {
	
}
.timeline-2-banner .next {
	margin-top: -20px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 100;
}

.timeline-2-banner .cycle-slide .inner {
	opacity: 0.3!important;
}
.timeline-2-banner .cycle-slide-active .inner {
	opacity: 1!important;
}

.mobile-menu-toggle,
.mobile-menu-logo,
.mobile-menu-list {
	display: none;
}

.gradbar {
background:linear-gradient(#ec0928, #a80000);
    width: 100%;
position:relative
}

.gradbarinner {
width:100%;
max-width:1240px;
margin:0 auto;
position:relative;
}

.bannerbutton {
    float: right;
    width: 267px;
    padding: 18px;
}

.recover-hidden {
display:none;
}

@media screen and (min-width: 48em) {
  .gradbarinner:before {
    content: '';
    float: right;
    display: block;
    width: 267px;
    height: 68px;
    margin: 0 0 15px 15px;
  }

  .bannerbutton {
    position: absolute;
    top: 0;
    right: 0;
    width: 267px;
  }
}

.gradbarinner p {
    font-size: 43px;
    color: #fff;
    font-weight: 400;
    padding: 25px;
    text-shadow: 0px 2px 4px rgba(0,0,0, 0.3);
margin:0;
}

.gradbar span {
color:#ffc500;
font-weight: 600;
}

.cycle-prev {
cursor: pointer;
font-size: 44px;
color: #000;
position: absolute;
top: 50%;
left: -90px;
}

.cycle-next {
cursor: pointer;
font-size: 44px;
color: #000;
position: absolute;
top: 50%;
right: -90px;
}

h2.title {
    color: #0661ae;
    font-size: 30px;
    line-height: 39px;
font-weight:500;
margin-top:25px;
}

hr {
border: 0;
height: 1px;
background: #e1e1e1;
}

.post-body ul li {
    list-style: disc;
    line-height: 29px;
    margin: 2%;
}

.ways-to-donate ul li {
    list-style: disc;
    line-height: 29px;
    margin: 1%;
}

.ways-to-donate ul li ul li {
    list-style: disc;
    line-height: 29px;
    margin: 1%;
}

.ways-to-donate .btn-blue {
  /*cursor:inherit;*/
}

.ways-to-donate .item .button span {
    border-radius: 6px;
    display: block;
    text-align: center;
}

img.alignright {
float:right;
margin: 0 0 1em 1em;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 13px 0 13px 0;
    margin: 0;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

.lightboxOverlay {
    opacity: .4!important;
}

.borderdown {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 6px;
}

.col {
    margin:0!important;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 50%; }
}


/*  GRID OF THREE  */
.span_3_of_3 {
	width: 32.2%;
}
.span_2_of_3 {
	width: 32.2%;
        border-right: 1px solid #e1e1e0;
}
.span_1_of_3 {
	width: 32.2%;
        border-right: 1px solid #e1e1e0;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%;border-right: 0px; }

.mission-slider {
display:none;
}

.recover-hidden {
    display: contents;
}


.ilast {
    border-bottom: 1px solid #e1e1e1;
    width:100%;
}

.post-heading {
    padding: 35px 0px;
    margin-bottom: 35px;
}

.bannerbutton {
    width: 267px;
    padding: 0 18px 18px 18px;
    margin: 0 auto;
    float: none;
}

.gradbarinner p {
    font-size: 25px;
    padding: 16px 20px 16px 20px;
    margin: 0;
    line-height: 30px;
}
}

.ways-to-donate .item .button a {
    border-radius: 0px 0px 6px 6px;
    display: block;
    text-align: center;
}