/*
Theme Name: Aviva
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=tel], input[type=url], input[type=password],
input[type=text], input[type=email], input[type=reset],
input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

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;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

a, input[type=reset], input[type=button], input[type=submit], button, .btn{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
}

input[type=reset], input[type=button], input[type=submit], button, .btn{
     background: #2c4d71;
     border: 0;
     padding: 5px 20px;
     font-size: 14px;
     text-transform: uppercase;
     color: #fff;
     display: inline-block;
}
input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, .btn:hover{
     opacity: .9;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], textarea{
     border: 1px solid #ccc;
     padding: 5px;
     color: #000;
}

input, textarea, select, button {
     outline: none;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
}

.textwidget p{ padding: 0 0 10px 0; }

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond .comment-reply-title{
	margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p label{
	display: block;
	padding: 0 0 5px;
}
#commentform p textarea{
	width: 96%;
}

/* Comments*/
#comments{
	margin: 0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li.comment{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist li.alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li.comment ul li.comment{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry-comment p{
	margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */

.entry{
	width:100%;
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
}
.entry a{
	color: #649BD3;
	text-decoration:none;
}
.entry a:hover{
	text-decoration:underline;
}
.entry p{
	margin:0 0 35px 0;
}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6{ 
    font-weight: bold;
}

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em;}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
	max-width: 100%;
	height: auto;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .entry .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al{
	float: left;
}
.ar{
	float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 20px 0;
	padding:0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
	padding: 0 0 15px;
}


/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
	font-size: 20px;
	text-transform: uppercase;
}
.single .pagination{
}
.pagination a{
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 13px/18px 'ProximaNova', sans-serif;
	color: #333232;
	background: #fff;
	-webkit-text-size-adjust: none;
}

input, textarea, select, button {
	outline: none;
	font-family: 'ProximaNova', sans-serif;
}

a {
	text-decoration: none;
	color: #d8833d;
}

a:hover {
	text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1230px;
	padding: 0 20px;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------------------------*/

#header {
 	padding-bottom: 20px;
	position: relative;
	overflow:hidden;
}
#header .wrapper{
	border-top: 34px solid #333333;
}
#header:after {
	content: "";
	display: block;
	clear: both;
}

#header .donate {
	margin: -34px -10px;
	float: right;
	position:relative;
	top:0px;
	right:140px;
}

#header .donate a {
	float: right;
	background : #DF6643;
	width : 148px;
	height : 53px;
	text-align: center;
	line-height: 53px;
	font-size: 15px;
	font-weight: bold;
	color : #FFFFFF;
	text-transform: uppercase;
}


#header .donate a.mobile {
display:none;
}

#header .career {
	margin: -34px -170px;
	float: right;
	position:relative;
	top:0px;
	right:140px;
}

#header .career a {
	float: right;
background: #DF6643;
width: 148px;
height: 53px;
text-align: center;
line-height: 1.2;
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-transform: uppercase;
padding-top: 8px;
}

#logo {
	position:absolute;
	width: 180px;
	height: 125px;
/* 	float: left; */
	top: 23px;
	left:10px;
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	/*background: url(images/logo.png) no-repeat;*/
	background: url(images/Aviva-logo-300x209.png) no-repeat;
	background-size: 180px auto;
	z-index: 300;
}

#header form {
/* 	float: right; */
	position: absolute;
	top:75px;
	right: 100px;
/* 	margin-left: -50px;
	margin-top: 75px; */
	border: 1px solid #b6b6b6;
	width : 220px;
	height : 30px;
	z-index: 202;

}




#header form button {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	background: url(images/ico_s.png) no-repeat 50% 50%;
	border: 0;
	right: 0;
}

#header form input {
	width: 100%;
	padding: 0 55px 0 10px;
	font-size: 16px;
	color: #A2A4A7;
	height: 28px;
	line-height: normal;
}

#header ::-webkit-input-placeholder {
	color: #A2A4A7;
}

#header ::-moz-placeholder {
	color: #A2A4A7;
	opacity: 1;
}

.social {
/* 	float: right; */
	position:absolute;
	right:0; top:77px;
/* 	padding-top: 77px;
	margin-left: 6px; */
	margin-right: -12px;
}

.social li {
	padding-left: 5px;
	float: left;
}

.social a {
	float: left;
	background: url(/wp-content/uploads/2021/06/fb_icon.png) no-repeat;
	width: 26px;
	height: 24px;
}

.social a.ico-tw {
	background: url(/wp-content/uploads/2021/06/Twitter_icon.png) no-repeat;
	
}

.social a.ico-yt {
	background: url(/wp-content/uploads/2021/06/youtube_icon.png) no-repeat;
}

.social a.ico-in {
	background: url(/wp-content/uploads/2021/06/IG_icon.png) no-repeat;
}

.social a.ico-linkin{
background: url(/wp-content/uploads/2021/06/linkedin_icon.png) no-repeat;
}
]

/* Navigation
------------------------------------------------------------------------------*/

#header .set{
	position: relative;
	z-index: 100;
}

#menu:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
#menu {
/* 	float: left;
	height:145px; */
	margin: 0 0 37px;
	padding: 83px 0 0 190px;
	position:relative;
}

#menu li {
	float: left;
	padding-right: 30px;
}

#menu a {
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #333232;
	float: left;
	padding: 0 10px 42px;
	margin: 0 -10px;
}

/* #menu ul ul {
	display: none;
	position:absolute;
	left:0;top:100%;
	width: 100%;
	background-color:#cccccc;
	padding:0;
} */

/* .sf-menu ul{
	display: none;
} */
#menu ul  li:hover>*{
	display:block;}

#menu a:hover {
	color: #5fa3ca;
	text-decoration: none;
}
#menu .current_page_ancestor>a,
#menu .current_page_parent>a,
#menu .current_page_item>a,

#menu .current-menu-ancestor>a,
#menu .current-menu-parent>a,
#menu .current-menu-item>a,

#menu .current-page-ancestor>a,
#menu .current-page-parent>a,
#menu .current-page-item>a,
#menu .current a {
	color: #5fa3ca;
}

#menu .current_page_ancestor>a span,
#menu .current_page_parent>a span,
#menu .current_page_item>a span,

#menu .current-menu-ancestor>a span,
#menu .current-menu-parent>a span,
#menu .current-menu-item>a span,

#menu .current-page-ancestor>a span,
#menu .current-page-parent>a span,
#menu .current-page-item>a span,
#menu .current>a span {
	border-bottom: 1px solid #5fa3ca;
}

#menu ul ul ,
.sub-menu-s {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 37px;
	font-size: 16px;
	color: #fff;
	line-height: 37px;
	z-index: 99;
	background: #333333;
	display: none;
}
#menu ul ul:after,
#menu ul ul:before{
	content:'';
	display:block;
	width:100%; height: 37px;
	position:absolute;
	background: #333333;
}
#menu ul ul:before{
	left:-100%;
}
#menu ul ul:after{
	right:-100%;
}
#menu ul ul  a{
	padding: 0 10px;
	font-size: 16px;
	line-height: 37px;
	text-transform:none;
	color: #fff;
}

.sub-menu-s.active {
	display: block;
}

.sub-menu-s ul {
	display: none;
}

.sub-menu-s ul.active {
	display: block;
}

.sub-menu-s a {
	color: inherit;
}

.sub-menu-s .current_page_ancestor > a,
.sub-menu-s .current_page_parent > a,
.sub-menu-s .current_page_item > a,

.sub-menu-s .current-menu-ancestor > a,
.sub-menu-s .current-menu-parent > a,
.sub-menu-s .current-menu-item > a,

.sub-menu-s .current-page-ancestor > a,
.sub-menu-s .current-page-parent > a,
.sub-menu-s .current-page-item  > a,
.sub-menu-s .current > a,
.sub-menu-s a:hover {
	color: #5fa3ca;
	text-decoration: none;
}

#menu ul ul  a:before,
.sub-menu-s a:before {
	content: "> ";
}

#menu ul ul  li,
.sub-menu-s li {
	float: left;
	padding-right: 80px;
}


/* Content
------------------------------------------------------------------------------*/

.posts {
	margin-top: -6px;
}

.posts a {
	color: inherit;
}

.posts h3 {
	font-size: 32px;
	line-height: normal;
	text-transform: uppercase;
	color: #649BD3;
	padding: 5px 0 10px;
	font-weight: 300;
}

.posts .entry {
	padding-right: 0;
	line-height: 30px;
	max-width: none;
	overflow: hidden;
	width: auto;
	margin-right: 0;
}

.posts article {
	border-top: 1px solid #b3b3b3;
	padding: 30px 0 28px;
	font-weight: 300;
	overflow: hidden;
}

.posts article:first-child {
	padding-top: 25px;
}

.posts .image {
	float: left;
	margin-right: 24px;
	width: 35.2%;
}

.featured-head {
	height: 277px;
	background: no-repeat 50% 50%;
	background-size: cover;
	margin-bottom: 20px;
}

.single .featured-head {
	height: auto;
}

.featured-head img{
	display: block;
	width: 100%;
}

.widget{
    margin-bottom: 30px;
    line-height: normal;
}

.body {
	overflow: hidden;
	padding: 50px 0;
	position: relative;
}

.body .container {
	position: static;
}

.body.blog {
	position: relative;
	padding: 0 0 55px;
}

.body.blog .content {
	padding-right: 324px;
	margin-right: -324px;
}

.body.with-inside {
	position: relative;
	padding: 0 0 55px;
}

.body.with-inside .content {
	padding-top: 323px;
}

.body.with-inside .content h1 {
	padding-bottom: 32px;
}

.body.with-inside .featured-head {
	margin-right: -264px;
	position: absolute;
	left: 0;
	top: 0;
	right: 50%;
}

.body h1 {
	font-size: 80px;
	line-height: 80px;
	padding-bottom: 25px;
	font-weight: 300;
	color: #7D9CCF;
	margin-right: -30px;
	text-transform: uppercase;
}

.single-post .body h1 {
	padding-bottom: 10px;
	font-size:72px;
	text-transform:capitalize;
}
.metadata{
	font-size:17px;
	padding-bottom: 25px;
}
.metadata a{
	color:#7d9ccf;
}

.body .content {
	float: left;
	margin-left: -10px;
	padding-right: 430px;
	margin-right: -430px;
	width: 100%;
}

.body .content.full {
	float: none;
	padding-right: 0;
	margin-right: 0;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin:0 0 35px;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
	
.home-slider {
	clear: both;
	text-align: center;
	position: relative;
	color: #fff;
}

.home-slider .item {
	background: url(images/bg_slide.jpg) no-repeat;
	background-size: cover;
	min-height: 844px;
}

.home-slider .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 115px 0;
	text-shadow: 1px 2px 5px #444;
}

.home-slider .bx-pager {
	position: absolute;
	bottom: 35px;
	left: 0;
	z-index: 9;
	right: 0;
	font-size: 0;
}

.home-slider .bx-pager div {
	display: inline-block;
	padding: 0 6px;
	vertical-align: top;
}

.home-slider .bx-pager a {
	width: 10px;
	background: #fff;
	border-radius: 50%;
	height: 10px;
	border: 1px solid #fff;
	display: inline-block;
}

.home-slider .bx-pager a.active {
	background: none
}

.home-slider .bx-next {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	right: 44px;
	background: url(images/bg_arrows.png) no-repeat 100% 0;
	width: 23px;
	height: 35px;
	display: block;
	text-indent: -999em;
}

.home-slider .bx-prev {
	position: absolute;
	top: 50%;
	left: 44px;
	margin-top: -45px;
	background: url(images/bg_arrows.png) no-repeat;
	width: 23px;
	height: 35px;
	display: block;
	text-indent: -999em;
}
.bx-controls-direction a{
	-webkit-transition: none;
	-o-transition: none;
	transition:none;
}
.home-slider .bx-next:hover {
	background-position: 100% -35px;
}
.home-slider .bx-prev:hover {
	background-position: 0 -35px;
}

.home-slider h2 {
	font-size: 80px;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: normal;
	font-weight: 300;
}

.home-slider p {
	font-size: 30px;
	line-height: normal;
	font-weight: 300;
}

.home-slider {
	background: url(images/bg_slide.jpg) no-repeat;
	background-size: cover;
	clear: both;
	text-align: center;
	color: #fff;
}

.home-slider a.link{
	color: #fff;
	display: block;
	text-decoration: none;
}

.involve {
	padding: 100px 0;
	text-align: center;
}

.involve form {
	max-width: 520px;
	margin: 20px auto 1px;
	position: relative;
}

.involve p {
	color : #333232;
	font-weight: 300;
	font-size: 30px;
	line-height: normal;
	padding-bottom: 20px;
	text-align: center;
}


.touch2{
text-align:center;	
}
.touch2 .section.contact h3 {
	display:none;
}
.touch2 .btn-group .btn-submit-email {
	padding:9px 18px;
	margin-top:18px;
}
.touch2 .contact label{
  color: #fff;
}

.touch2 div.ctct-form-embed div.ctct-form-defaults {
  color: #ffffff !important;
  border-radius: 0;
  padding: 20px 0;
  font: 16px helvetica neue,Arial,sans-serif;
  background: #333333 !important;
  max-width: 800px;
  margin: 10px auto 100px auto;
}



.features-services {
	background: url(images/AVIVA_1134.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 79px 0 22px;
}

.features-services .box {
	width: 441px;
	margin: 0 65px 58px;
	height: 441px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.features-services .box a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.features-services .over,
.features-services .inner {
	border-radius: 50%;
	height: 441px;
	line-height: 441px;
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, .8);
}

.features-services h5 {
	padding-bottom: 10px;
	font-weight: bold;
}

.features-services .over {
	padding-top: 0;
	background: #de6643;
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 0;
	right: 0;
	opacity: 0;
}

.features-services .text {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.features-services .over .center {
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
	padding: 35px 30px 0;
}

.features-services .box:hover .inner {
	opacity: 0;
}

.features-services .box:hover .over {
	opacity: 1;
}

.features-services h4 {
	font-size: 40px;
	line-height: 45px;
	color: #DF6643;
	padding: 32px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}

img {
	max-width: 100%;
	height: auto;
}

.support-row {
	text-align: center;
	padding: 106px 0 80px;
}

.support-row .donate {
	font-size: 29px;
	color: #fff;
	background : #DF6643;
	width : 365px;
	height : 62px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 62px;
	font-weight: bold;
}
.support-row .donate2 {
	font-size: 29px;
	color: #fff;
	background : #659CD3;
	width : 365px;
	height : 62px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 62px;
	font-weight: bold;
}

.support-row .row {
	margin-left: -32px;
	text-align: left;
	padding-bottom: 70px;
	overflow: hidden;
}

.support-row p {
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
}

.support-row h4 {
	font-size: 25px;
	padding-top: 29px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 35px;
}

.support-row a{
	color: #000;
}

.support-row .col {
	float: left;
	width: 25%;
	padding-left: 32px;
}

.support-row h3, .involve h3 {
	color : #659CD3;
	font-weight: 300;
	font-size: 80px;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 79px;
}

/* Sidebar
------------------------------------------------------------------------------*/

.sidebar {
	float: right;
	width: 264px;
	font-size: 14px;
	padding-bottom: 30px;
	line-height: 17px;
	font-weight: 300;
	margin-right: -7px;
	padding-top: 9px; 
}

.sidebar .widget_categories {
    margin-bottom: 30px;
}

.sidebar li {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 22px 15px 11px;
}

.sidebar li a {
	color: inherit;
}

.sidebar li.current-cat>a {
	color: #6ea0d5;
}

.sidebar h3 {
	font-size: 20px;
	font-weight: bold;
	margin: -12px 0 0;
	text-transform: uppercase;
	color: #fff;
	background: #6ea0d5;
	padding: 18px 14px 10px;
}

.sidebar .facebook {
	padding-bottom: 30px;
}

.sidebar .twitter p {
	padding-bottom: 17px;
}

.sidebar .twitter p span {
	padding: 0 6px;
	display: inline-block;
}

.sidebar .twitter {
	border-top: 1px solid #b3b3b3;
	padding-top: 30px;
}

.tabs {
	overflow: hidden;
}

.tabs a {
	width: 50%;
	float: left;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 15px;
	padding: 15px;
	color: #7b9bcc;
	text-align: center;
}

.tabs a.active {
	font-weight: bold;
}

.sidebar .twitter {
	text-align: left;
}

.sidebar .twitter {
	border-top: 0;
	padding-top: 0;
}

.sidebar .tab-content {
	display: none;
	text-align: center;
}

.sidebar .tab-content.active {
	display: block;
}

.content-block{
	overflow:hidden;
	margin:0 0 30px;
}
.content-block .title{
	display:block;
	font-weight:normal;
	text-decoration:underline;
}
.entry .content-block p{
	margin:0 0 20px;
}
.btn-list,
.entry .btns-list{
	margin:0 0 16px;
	padding:0;
	list-style:none;
}
.btns-list li,
.entry .btns-list li{
	display:inline-block;
	vertical-align:top;
	line-height:inherit;
	list-style:none;
}
.btns-list .btn,
.entry .btns-list .btn{
	padding:15px 20px 11px;
	margin:0 0 4px;
	background:#df6643;
	font-size:30px;
	line-height:32px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.btns-list .btn:hover,
.entry .btns-list .btn:hover{
	text-decoration:none;
	background:#649cd3;
}
.list,
.entry .list{
	margin:0;
	padding:0 0 20px 20px;
	list-style:none;
}
.list li,
.entry .list li{
	line-height:inherit;
	list-style:none;
	padding:0 0 0 20px;
}
.list li:before{
	font-size:40px;
	content:'•';
	margin:0 7px 0 -20px;
}
.address{
	display:block;
	margin:0 0 35px;
	font-weight:bold;
	text-align:center;
}
.content-holder{
	overflow:hidden;
	margin:0 0 30px;
	font-size:16px;
	line-height:20px;
}
.content-holder h3{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:0;
}
.content-block .info{
	font-style:italic;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	background: #333333;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .5px;
	padding: 65px 0;
	color: #fff;
}

#footer .touch h3 {
	padding-bottom: 13px;
}

#footer p span {
	padding: 0 11px;
}

#footer .small {
	font-size: 12px;
	padding: 10px 0;
}

#footer .logos {
	padding-bottom: 25px;
}

#footer .touch form {
	max-width: 367px;
	margin: 20px -8px 44px;
	background: #fff;
	height: 63px;
	position: relative;
}

#footer .touch form button {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 55px;
	background: url(images/ico_arrow.png) no-repeat 50% 50%;
	border: 0;
	right: 0;
}

#footer .touch form input {
	width: 100%;
	border: 0;
	height: 61px;
	padding: 0 60px 0 25px;
	font-size: 20px;
	line-height: normal;
	color : #333232;
}

#footer .touch form ::-webkit-input-placeholder {
	color: #333232;
}

#footer .touch form ::-moz-placeholder {
	color: #333232;
	opacity: 1;
}

#footer .cols {
	overflow: hidden;
	border-bottom: 2px solid #989898;
	padding-bottom: 26px;
	margin-bottom: 40px;
}

#footer .col {
	float: left;
	width: 34.5%;
}

#footer .col:last-child {
	float: right;
	width: auto;
	width: 20.8%;
}

#footer a {
	color: inherit;
}

#footer h3 {
	color: #649BD3;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-weight: bold;
	line-height: 25px;
}

#footer-logos {
text-align: center;
}

#footer-logos li {
display: inline-block;
margin: 0 10px;
vertical-align: middle;
}

#footer-logos li img {
    display: block;
    max-height: 100px;
    max-width: 100px;
    vertical-align: middle;
}

/*
.home-slider{
	visibility: hidden; height: 844px;
}
*/


/* Fonts
------------------------------------------------------------------------------*/ 

@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/ProximaNova-Regular.eot');
	src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ProximaNova-Regular.woff') format('woff'),
	     url('fonts/ProximaNova-Regular.ttf') format('truetype'),
	     url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/ProximaNova-Bold.eot');
	src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ProximaNova-Bold.woff') format('woff'),
	     url('fonts/ProximaNova-Bold.ttf') format('truetype'),
	     url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/ProximaNova-Light.eot');
	src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ProximaNova-Light.woff') format('woff'),
	     url('fonts/ProximaNova-Light.ttf') format('truetype'),
	     url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Media
------------------------------------------------------------------------------*/ 

.trigger,
.moble-only,
.more-mobile {
	display: none;
}

@media screen and (max-width: 1260px)  {
	.social{margin-right:10px}
	
}

@media screen and (min-width: 768px) and (max-width: 1250px)  {

	.sub-menu-s {
		display: none;
	}

	.support-row .col {
		width: 50%;
		padding-top: 50px;
	}

	.support-row .col:nth-child(3) {
		clear: both;
	}

	.home-slider .item {
		min-height: 600px;
	}
	#menu ul ul  li,
	.sub-menu-s li {
		padding-right: 10px;
		font-size: 14px;
	}
	#menu ul ul a{
		font-size: 14px;
	}
/* #menu ul ul {
	display: block;
} */

	#header form {
		top: 37px;
		right: 155px;
	}

	#header .social {
		top: 39px;
	}

	.container {
		width: auto;
	}

	#menu li {
		padding-right: 10px;
	}
	#menu a {
		font-size: 17px;
	}
/* 	#menu ul ul  li,
	.sub-menu-s li {
		float: left;
		padding-right: 80px;
	}
 */
	.sidebar,
	.body .content, .body .content.full {
		padding: 0;
		margin: 0;
		width: auto;
		float: none;
	}

	.sidebar {
		overflow: hidden;
	}

	.sidebar .twitter {
		border-top: 0;
		padding-top: 0;
	}

	/*.sidebar .tab-content {
		width: 50%;
		float: left;
	}*/

	.body.with-inside .featured-head {
		margin-right: 0;
		right: 0;
	}

	.sidebar .widget_categories {
		padding-top: 8px;
		min-height: 0;
		padding-bottom: 30px;
	}
	.body.blog .content {
		padding: 0;
		margin: 0;
	}

	.support-row .col img {
		width: 100%;
		height: auto;
	}
	.tabs a{
		text-align: right;
	}
	.tabs a:last-child{
		text-align: left;
	}

}

@media screen and (min-width: 990px) and (max-width: 1250px)  {
	#menu {
		padding: 83px 0 0 170px;
	}
	#menu li {
		padding-right: 15px;
	}
	#menu a {
		font-size: 20px;
	}

/* 	#menu li {
		padding-right: 12px;
	} */

/* 	#header .social {
		margin-top: -60px;
	}

	#header form {
		margin-top: -30px;
	} */

}


@media screen and (max-width: 990px) {
	#menu {
		padding: 83px 0 0 160px;
	}
}


@media screen and (max-width: 767px) {
#footer-logos li {
display: none;
}
#footer-logos li.logo-mobile-only {
display: inline-block;
}
	/*#footer .col {
		width: 50%;
	}

	#footer .col:last-child {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 10px;
	}*/
	.body{
		padding: 0;
	}
	.sub-menu-s {
		display: none !important;
	}

	#menu .sub a .dropdown {
		position: absolute;
		top: 0;
		margin: 15px 10px 0;
		right: 0;
		background: url(images/ico_down.png) no-repeat;
		height: 16px;
		width: 24px;
		display: block;
		border-bottom: 0;
		font-size: 0;
		z-index: 2;
	}
	#menu ul  li:hover ul{
		display:none;}

/* 	#menu ul ul {
		display: none;
	} */

	#menu a {
		position: relative;
	}

	#menu .sub a {
		background: none;
	}

	#menu ul ul a {
		font-size: 14px;
		text-transform: none;
		padding-left: 30px;
		background: none;
		padding-right: 20px;
	}

	#menu ul li ul.active {
		display: block;
		position:static;
		height:auto;
		background:transparent;
	}
	#menu ul ul li{
		float:none;
		padding:0;
	}
	#menu ul ul a:before{
		display:none;
	}
	.posts article {
		overflow: visible;
	}

	.body.blog .content {
		padding: 0;
		margin: 0;
	}
	.metadata{
		font-size:14px;
	}

	.posts .image img {
		width: 100%;
	}

	.posts .image {
		margin: 0 -10px 20px;
		float: none;
		width: auto;
	}

	.body.with-inside .featured-head {
		margin-right: 0;
		right: 0;
	}

	.sidebar .widget_categories {
		padding-bottom: 30px;
		margin-top: 5px;
		text-align: left;
		min-height: 0;
	}

	.featured-head {
		height: 140px;
		margin:0 0 20px;
	}

	.single .featured-head {
		height: auto;
	}

	.body.with-inside .content {
		padding-top: 170px;
	}

	.sidebar,
	.body .content {
		padding: 0;
		margin: 0;
		width: auto;
		float: none;
	}

	.sidebar {
		overflow: hidden;
		border-top: 1px solid #7b9bcc;
		text-align: center;
	}

	.entry, .entry a, .entry .content-block a {
		font-size: 16px;
		line-height: 20px;
	}

	.entry p {
		margin-bottom: 20px;
	}
	
	.embed-container { 

		margin-bottom: 20px;
	} 

	.body h1, .single-post .body h1 {
		font-size: 30px;
		margin-right: 0;
		line-height: normal;
	}
	.single-post .body h1{
		padding-bottom:5px;
	}
	.body h1 br {
		display: none;
	}
	.metadata{
		padding-bottom:20px;
	}

	.sub-menu-s {
		display: none;
	}

	.features-services .box {
		padding: 0;
		width: auto;
		height: auto;
		margin: 0;
		position: relative;
		overflow: hidden;
		display: block;
		background: url(images/bg_hopes.jpg) no-repeat;
		background-size: cover;
	}

	.features-services .box:nth-child(2) {
		background-image: url(images/h1.jpg);
	}

	.features-services .box:nth-child(3) {
		background-image: url(images/h2.jpg);
	}

	.features-services .box:nth-child(4) {
		background-image: url(images/h3.jpg);
	}

	.features-services .over,
	.features-services .inner {
		width: 282px;
		margin: auto;
		display: block;
		margin: 39px auto 38px;
		vertical-align: top;
		height: 282px;
		line-height: 282px;
	}

	.features-services h4 {
		font-size: 26px;
		line-height: 30px;
		padding-top: 15px;
	}

	.moble-only {
		display: block;
	}

	.features-services img {
		max-width: 85px;
	}

	.features-services .over .center {
		font-size: 16px;
		padding: 0 10px;
		line-height: 22px;
	}

	.features-services {
		padding: 0;
	}

	.features-services .container {
		padding: 0;
	}

	.support-row {
		padding: 60px 0 60px;
	}

	.support-row h3 {
		font-size: 48px;
		padding-bottom: 0;
	}

	.support-row p {
		font-size: 16px;
		line-height: normal;
		padding-top: 2px;
		padding-bottom: 15px;
	}

	#footer {
		font-size: 16px;
		line-height: 26px;
		padding: 72px 0;
	}

	#footer h3 {
		font-size: 18px;
		line-height: 26px
	}

	#footer .col:last-child,
	#footer .col {
		float: none;
		padding-bottom: 43px;
		text-align: center;
		width: auto;
	}

/* 	.support-row .col:nth-child(3),
	.support-row .col:nth-child(4), */
	#footer .touch,
	#footer .col:nth-child(2) {
		display: none;
	}

	#footer p {
		text-align: center;
	}

	#footer p span {
		display: block;
		padding: 0;
		height: 0;
		overflow: hidden;
	}

	#footer p.small {
		max-width: 290px;
		padding-top: 32px;
		line-height: 16px;
		margin: auto;
	}

	#footer .logos {
		text-align: center;
		padding: 0 0 55px;
	}

	#footer .cols {
		margin-bottom: 5px;
		border-bottom: 0;
		padding-bottom: 0;
	}

	.involve {
		padding: 44px 0 60px;
	}

	.involve h3 {
		font-size: 48px;
	}

	.involve p {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.involve form button {
		margin: 7px 10px;
		width: 40px;
		height: 40px;
		background: #659cd4 url(images/ico_arrow_w.png) no-repeat 50% 50%;
		background-size: 16px auto
	}

	.support-row .donate {
		width: 240px;
		height: 57px;
		margin: 0;
		font-size: 20px;
	}

	.support-row .row {
		margin: 0 -10px -10px;
		padding: 35px 0 0;
	}

	.support-row h4 {
		padding: 40px 45px 2px;
		margin: 0;
		font-size: 16px;
	}

	.support-row .col p {
		padding: 0 45px 52px;
		margin: 0;
		font-size: 16px;
		line-height: 20px;
		font-weight: 300;
	}

	.support-row .col {
		width: 100%;
		padding: 0;
	}

	.support-row img {
		width: 100%;
	}

	.involve form input {
		height: 54px;
		font-size: 16px;
		font-weight: 300;
	}

	.involve form {
		height: 56px;
	}

	.more-mobile {
		background: #333;
		color: #fff;
		text-align: center;
		padding: 60px 0 35px;
		font-size: 16px;
		font-weight: 300;
		clear: both;
		display: block;
	}

	.more-mobile .btn {
		background: #e2a014;
		height: 57px;
		line-height: 57px;
		margin-top: 30px;
		width: 240px;
		padding: 0;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}

	#header .container {
		padding: 0;
	}

	#header .trigger {
		float: left;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		color: #fff;
		padding-left: 50px;
		margin-bottom: 20px;
		line-height: 78px;
		text-align: center;
		width: 50%;
		padding-right: 1px;
		height: 72px;
		cursor: pointer;
		background: #659cd4 url(images/bg_menu.png) no-repeat 25px 23px;
	}

	.social {
		padding: 20px 20px 22px;
		overflow: hidden;
		margin: 0;
		float: none;
		clear: both;
		position:static;
		display:none;
	}

	.social li {
		padding-right: 12px;
		padding-left: 0;
	}
	.social li:last-child {
		padding-right:0;
	}

	.social a {
		background: url(images/ico_social_m.png) no-repeat;
		width: 36px;
		margin: 0;
		height: 34px;
	}

	.home-slider .bx-prev,
	.home-slider .bx-next {
		top:160px;
		margin: 0 -25px;
		transform: scale(.8);
	}

	.social a.ico-tw {
		background-position: -47px 0;
	}

	.home-slider .bx-pager {
		bottom: 194px;
	}

	.home-slider .bx-pager a {
		margin: 0 5px;
		width: 16px;
		height: 16px;
	}

	.home-slider .text {
		bottom:182px;
		padding: 45px 0;
		margin: 0 10px;
	}

	.home-slider p {
		font-size: 16px;
	}
	.home-slider .text p {
		position:absolute;
		bottom:-60px; left:0;
		width:100%;		
	}

	.home-slider h2 {
		font-size: 46px;
		margin-bottom: -10px;
	}

	.social a.ico-yt {
		background-position: -95px 0;
	}
	
	.social a.ico-in {
		background-position: -141px 0;
	}

	.home-slider .item {
		min-height: 350px;
		background-position:50% 0;
	}
	#menu {
		margin: 0;
		float: none;
		padding: 0;
	}

	#logo {
		position:static;
		clear: both;
		float: none;
		height: 82px;
		background-size: contain;
		background-position: 50% 0;
		margin: 0 auto;
	}

	#header {
		padding-bottom: 15px;
	}

	#header .set {
		background: rgba(50, 50, 50, .7);
		position: absolute;
		top: 73px;
		z-index: 99;
		max-width: 57%;
		left: 0;
		right: 0;
		padding-top: 18px;
		display: none;
	}

	#header form {
		display: none;
	}

	#header .set.active {
		display: block;
	}

	#menu li {
		padding: 0;
		float: none;
	}

	#menu a {
		padding: 16px 22px 16px;
		float: none;
		color: #fff;
		height: auto;
		margin: 0;
		border-bottom: 1px solid #fff;
		background: url(images/ico_link.png) no-repeat 95% 50%;
		display: block;
	}

	#header .donate {
		margin: 0;
		width: 50%;
		padding-left: 1px;
		right:0;
	}
  
	#header .donate a {
		width: auto;
		display: block;
		float: none;
		margin: 0;
        font-size: 20px;
		line-height: 40px;
		height: 72px; 
		
	
	}
	
	/* ################################
	     Edits for career button 
	################################# */
	
	#header .career a {
		display:none;
	}
	
	#header .donate a.mobile {
		float: none;
		width: 100%;
		height: 26px;
		text-align: center;
		line-height: 1;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
		padding-top: 0;
		display: block !important;
		margin-top: -30px;
	}
	
/* #################################### */	
	
	

	#header .wrapper,
	#header {
		border: 0;
		overflow:visible;
	}

	.container {
		width: auto;
		padding: 0 10px;
	}

	.posts article{
		border-top:0;
	}
	
	
	.btn-list,
	.entry .btns-list{
		
	}
	.btns-list .btn,
	.entry .btns-list .btn{
		padding:9px 10px 7px;
		font-size:14px;
		line-height:16px;
	}
	.list,
	.entry .list{
		padding:0 0 20px;
	}
	.list li::before{
		margin:0 10px 0 -20px;
		font-size:30px;
	}
	.content-holder{
		font-size:12px;
		line-height:16px;
	}
	
}

form[name=cc_subscribe_frm] .ajax-loading{
    float: right;
    margin-right: 13px;
    position: relative;
    top: -40px;
    display: none;
}
form[name=cc_subscribe_frm] .success{
    display: none;
    font-size: 16px;
    color: green;
}

.involve{
	padding-bottom:0px;
}


/* ############ video single page ##########*/

body.single-post.category-video .featured-head{
display:hidden;
}



@media (max-width:767px){
	#menu > ul >li .sub-menu li a{
		line-height: 140%;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}


@media (min-width:768px){
	#menu > ul >li{
		position:relative;
	}
	
	#menu > ul >li .sub-menu{
		right:auto;
		height:auto;
		margin:0;
		padding: 0px 0px;
		top: 30px;
		background:rgba(50, 50, 50, .7);
	}
	
	#menu > ul >li .sub-menu li{
		display:block;
		padding:0px;
		width:100%;
	}
	
	#menu > ul >li .sub-menu li a{
		padding: 8px 12px;
		line-height: 130%;
		display: block;
		margin:0;
		white-space: nowrap;
		border-bottom:solid 1px #fff;
		width:100%;
	}
	
	#menu > ul >li .sub-menu li:last-child a{
		border:none;
	}
	
	#menu > ul >li .sub-menu li a:before{
		display:none;
	}
	
	#menu ul ul:before,
	#menu ul ul:after{
		display:none;
	}
	
	#header{
		overflow:visible;
		padding-bottom:20px;
	}
}