/*
Theme Name: Webpaint - Multipurpose Responsive HTML5 Template
Theme URI: http://themes.iki-bir.com/webpaint/start
Author: elemis
Author URI: http://iki-bir.com
Version: 1.0.3
*/
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}

body {
	font-size: 1em; 
line-height: 1.4; 
overflow-y: scroll;

}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: rgba(61, 52, 47, 0.2); /* Safari */
	color: #555555;
}
::-moz-selection {
	background: rgba(61, 52, 47, 0.2); /* Firefox */
	color: #555555;
}

.chromeframe { 
margin: 0.2em 0; 
background: #ccc; 
color: #000; 
padding: 0.2em 0;
}

img { 
vertical-align: middle; 
border: none; 
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="checkbox"]{
    -webkit-appearance: checkbox;
    width:10px;
}

input[type="radio"]{
    -webkit-appearance: radio;
    box-sizing: border-box;
    width:10px;
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL -- TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased; 
font-smooth: always; 
text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
font: 16px/25px Georgia, "Times New Roman", Times, serif; 
color: #555555;
    /*background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #616161;*/
    /*letter-spacing: 0.4px;
	line-height: 24px;
    font-weight: 400;*/
 }
input,
textarea,
select {
    font-family: 'robotoregular';
    font-size: 11px;
    width: 100%;
    letter-spacing: 0.4px;
    background-color:#8d8987;
	margin-bottom: .5em;
	margin-top: .5em;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .4em 1.8em;
	border: none;
	color: #fff;
	
	/*white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	
	text-decoration: none;*/


}

h1, h2, h3, h4, h5, h6, p{
	word-wrap: break-word;
	color: #3e3733;
} 
p{
	margin-bottom: 1.5em;
	color: #3e3733;
}  
h1, h2, h3, h4, h5, h6{ 
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0px;
	margin: 25px 0 .5em;
}
h1.super{
	font-size: 100px;
	margin-bottom: -30px;
}

h1{
	color: #3d342f;
}
h2{
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 15px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
	letter-spacing: 0px;
	position: relative;
	font-family: 'RobotoCondensed';
}
h3.title{
	font-family: 'roboto_condensedbold';
	font-size: 16px;
	margin-top: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'league_gothicregular';
	text-transform: uppercase;
	font-weight: normal;
}
h6{
	text-transform: uppercase;
}
h2.post-title a {
    color: #616161
}
h2.post-title a:hover {
    color: #ff6760
}

h4 span {
    font-weight: 400;
    padding-left: 3px;
    text-transform: none;
    font-size: 12px;
    color: #979797;
}
h4 span:before {
    display: inline-block;
    content: "-";
    padding-right: 5px;
}

h5.programsinaction{
	color: #e87722;
	text-transform: uppercase;
	font-family: "robotocondensed";
}

a {
    text-decoration: none;
    font-family:'robotoregular';
    color: #555555;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover {
    color: #e87722;
}

a.button,
.forms fieldset .btn-submit,
.comment-form .btn-submit,
.filter li a,
.page-navi ul li a {
    font-family: 'robotomedium';
    font-size: 12px;
    color: #FFF;
    display: inline-block;
	background-color: #3d342f;        
    padding: 14px 20px 14px 20px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    width: 172px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 1px;
}
a.button.orange {
    background-color: #ee6325
}
.page-navi ul li a {
    padding: 6px 15px;
    margin-right: 3px;
}
a.button.gray,
.filter li a.active {
    background: #e87722; /* orange */
}
a.button:hover,
.filter li a:hover,
.forms fieldset .btn-submit:hover,
.comment-form .btn-submit:hover,
.page-navi ul li a:hover,
.page-navi ul li a.current {
	background: #e87722;
}
a.button.gray:hover {
    background: #404040
}
img {
    max-width: 100%;
    display: block;
}
img.margin {
    margin-bottom: 20px
}
.img.alignleft {
    margin-right: 25px
}
img.alignright {
    margin-left: 25px
}



ul {
    padding-bottom: 21px
}
ul li:before {
    font-family: 'bulletsregular';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 8px;
    color: #ff6760;
}
.menu ul li:before,
.contact-info li:before,
/*.touchcarousel .touchcarousel-item:before,*/
.social li:before,
.items li:before,
.filter li:before,
.tp-simpleresponsive ul li:before,
.item-info li:before,
.retina-icons li:before,
.client-list li:before,
#fancybox-thumbs ul li:before,
.progress-bar li:before,
.page-navi li:before,
.pricing .features ul li:before,
.post-list li:before,
#twitter ul li:before {
    display: none
}
ol {
    list-style: decimal;
    list-style-position: inside;
    padding-bottom: 20px;
}
ol li {
    padding: 0;
    margin: 0;
}
.dropcap {
    font-weight: 900;
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 0;
    margin: 10px 8px 0 0;
    text-transform: uppercase;
}

alignleft {
    float: left
}
.alignright {
    float: right
}
.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center {
    text-align: center;
}

.centered{ text-align: center!important; }

/*
.download-box,
.warning-box,
.info-box,
.note-box {
    clear: both;
    margin: 10px 0px;
    padding: 13px 15px;
}
.info-box {
    background: #c2ddf9;
    border: 1px solid #80bbef;
    color: #4783b7;
}
.warning-box {
    background: #ffcccc;
    border: 1px solid #ff9999;
    color: #c31b00;
}
.download-box {
    background: #d1f7b6;
    border: 1px solid #8bca61;
    color: #5e9537;
}
.note-box {
    background: #fdebae;
    border: 1px solid #e6c555;
    color: #9e660d;
}
pre {
    margin: 0 0px 20px 0px;
    padding: 5px 10px;
    display: block;
    clear: both;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
}

.lead, blockquote{
	font: 15px/18px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
}

*/
blockquote p {
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    padding: 0;
    padding-left: 12px;
    border-left: 2px solid #efefef;
    margin-bottom: 20px;
}


/* ==========================================================================
   07. Block Elements
   ========================================================================== */
hr { display: block; height: 1px; border: 0; border-top-style: solid; border-top-width: 1px; padding: 0; margin: 2.5em 0; }
hr.dash { display: block; height: 1px; border: 0; border-top-style: solid; border-top-width: 1px; margin: 2.5em 0; padding: 0; }
hr.dots { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top-style: solid; 
	border-top-width: 1px; 
	margin: 2.5em 0; 
	padding: 0; 
}
.feature hr{
	border-width: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
.text-seperator{
	display: block; 
	height: 1px; 
	border: 0; 
	border-top-style: solid; 
	border-top-width: 1px;
	border-color:  #cccccc !important;
	padding: 0; 
	/*margin: 1.5em 2em 3em 0;*/
	margin: 1.5em 2em 4em 0;
	text-align: left;
}
.text-seperator h1{
	position: relative;
	background: #fff;
	font-family: 'league_gothicregular';
	display: block;
	padding-left: 0em;
	padding-right: .25em;
	margin: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0;
	top: -18px;
	display: inline-block;

}
/*.text-seperator h5{
	/*font-size: 36px;
	position: relative;
	font-family: 'league_gothicregular';
	font-size: 14px;
	text-transform: uppercase;
	font-weight:normal;
	color: #e87722;
	background: #fff;
	/*top: -18px;
	display: inline-block;
	color:#555555;
	display:block;
	padding-left: 0em;
	padding-right: .5em;
	margin: 0;
	letter-spacing: 0;

}
*/
h1, .text-seperator h5{
	font-size: 36px;
}
.text-seperator a{
	position: relative;
	top: -16px;
	display: inline-block;
	padding-left: 0em;
	padding-right: .5em;
	margin: 0;
	letter-spacing: 0;
}
hr {
    border: none;
    border-bottom: 2px solid #efefef;
    padding-bottom: 0;
    margin-bottom: 20px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn, input[type=button], input[type=submit]{
	border: none;
	font-family: 'robotobold';
	font-weight: normal;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .4em 1.8em;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: .5em;
	margin-top: .5em;
	text-decoration: none;
}
input[type=button], input[type=submit]{
	padding: .6em 1.8em;
	width: 100px;
}
a.btn:hover{
	/*color: #fff;*/
	color: #009ca6;
}
a.small-btn, input[type=button].small-btn, input[type=submit].small-btn{
	/*font-size: 14px;*/
	padding: .4em 1.2em;
    background-color: #e87722;
    color: #fff;
}
a.xsmall-btn, input[type=button].xsmall-btn, input[type=submit].xsmall-btn{
	font-size: 12px;
	padding: .2em 1em;
	margin-top: 0;
	/*margin-right: 290px;*/
}
a.btn [class^="icon-"],
a.btn [class*=" icon-"]{
	padding-right: 5px;
	padding-left: 5px;
}
.white-btn{
	background: #ffffff;
	border: 1px solid #d6d6d6;
	color: #e87722;
	margin-top: -1.25em;
}
.emailinput{
	width: 200px;
}

/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
 
.main-container{
	padding: 0 0 30px;
}
.main-content.full{
	width: 100%;
	float: none;
}
.main-content img, .right-aside img{
	max-width: 100%;
	border: none;
	margin: 0 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.outter-wrapper{ 
	background-color: #0065a4;
	width: 100%; 
	margin: 0 auto; 
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, .1); 
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, .1);
	padding: 0em;
	height:86px;
}
.outter-wrapper.feature{
	box-shadow: none;
	position: relative;
	z-index: 10;
}
.outter-wrapper.feature .wrapper{
	padding-bottom: 0;
	padding-top: 0;
}
.outter-wrapper.feature:after{
	-webkit-box-shadow:  2px 0px 3px -2px rgba(0, 0, 0, .2);
	box-shadow:  2px 0px 3px -2px rgba(0, 0, 0, .2);
	position: absolute;
	right: 0px;
	height: 100%;
	display: block;
	content: "";
	width: 5px;
	top: 0;
}
.outter-wrapper.feature:before{
	-webkit-box-shadow:  -2px 0px 3px -2px rgba(0, 0, 0, .2);
	box-shadow:  -2px 0px 3px -2px rgba(0, 0, 0, .2);
	position: absolute;
	left: 0px;
	height: 100%;
	display: block;
	content: "";
	width: 5px;
	top: 0;
}
		
.wrapper { 
	width: 1140px; 
	margin: 0 auto; 
	padding: 1.5em; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	}


.top-wrapper {
	background: #0065a4;
	height: 104px;
	width: 100%;
	margin: 0 auto; 
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, .1); 
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, .1);
	padding: 0em;
	
}
.light-wrapper {
    background: #FFF
}

.dark-wrapper {
    background: #f6f6f6
}

.inner { 
width: 1140px; 
margin: 0 auto; 
padding: 1.5em; 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
}

.nofeaturebanner{
	padding-top: 50px;
}
.contentband{
	margin-top: 168px;
	margin-bottom: 183px;
}


/* ==========================================================================
   Logos
   ========================================================================== */  
.logo{
	max-width: 225px; /* Update width to suite your own logo size */
	display: inline-block;
	float: right;
	padding-right: 2em;
	margin-top:-25px;
}


/* ==========================================================================
   04. Main Navigation Styles
   ========================================================================== */


.logo img, .logo-foot img{
	max-width: 100%;
}
.header-container .wrapper{
	padding-top: 0em;
	padding-bottom: 0em;
}   
.header-container nav{
	float: left;
}
.header-container .nav li{
	float: left;
	position: relative;
	color: #fff;
	font: 16px 'robotoregular';
}
.header-container .nav li.programsinaction{
	padding: 0 2em 0 0; 
}
.header-container ul.nav > li > a{
	display: inline-block;
}
#nav ul li:last-child {
	padding-bottom: 1em;
}
.nav a{
	white-space: nowrap;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	font: 16px 'robotoregular';
	/*font: 16px 'Robotomedium';
	padding: 0.3em 1em 0.5em;*/
	padding: 0 2em 0 0;
	color: #fff;
}
.nav-parent a{
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

.nav ul li ul li {
    display: list-item;
    margin: 0;
    border-top: 1px solid #313131;
    background: #07507d;
    
}
.nav ul li ul li:first-child {
    border-top: 2px solid #ff6760;

}
.nav-parent a.selected{
	text-decoration: underline;
}

#menu-icon {
	display: none;
	font-family: 'RobotoCondensed';
	font-size: 16px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	/*background-color: #ff6666;*/
	background-color: #3e3733;
	color: #fff;
}
#menu-icon span{
	width: 32px;
	/*height: 23px;
	top: -2px;*/
	display: inline-block;
	padding-right: 10px;
	position: relative;
	
}
#menu-icon span img{
	max-width: 100%;	
}
nav #nav{
	margin-top: 0px;

}
#nav ul {
	position: absolute;
	display: none;
	min-width: 160px;
	z-index: 10000;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	padding-bottom:0;
}
#nav ul li {
	float: none;
	margin: 0;
	padding-left: 10px;
	padding: 0.4em;
	position: relative;
}
#nav ul li a{
	padding-left: .9em;
	padding-top: .2em;
	font-size: 16px;
}


#nav li:hover > ul, #nav li.nav-parent.hover ul {
	display: block; 
    /*background-color: #07507d;
    background-color: #0165a3;*/
    background-color: #0065a4;
	margin:0 0 0 -20px;
	padding: 27px 0 10px 0;
	font-size: 16px/36px;
}
#nav li:hover ul ul{
	display: none!important;
	position: absolute;
	left: 100%;
	top: 0;
	-webkit-border-radius: 0px 0px 3px 0px;
	border-radius: 0px 0px 3px 0px;
}



#nav li a:hover{
	text-decoration: underline;
}

#nav li:hover ul ul:before{
	border:7px solid;
	content:"";
	display: block;
	position: absolute;
	border-color:#2f353f #242931 #2f353f #2f353f;
	left:-14px;
	top:12px; /* you can adjust */
}
#nav ul li:hover ul {
	display: block!important;
}

h2.ar13{
	/*font-family: 'robotobold';*/
	font-size: 22px;
	color: #fff;
	padding-top:17px;
	margin:0;
	padding-bottom: 3px;
}
h2.ar13 a{
	color: #fff;
	font-family: 'robotomedium';
}
h2.ar13 a:hover{
	text-decoration: underline;
}
p.description {
    font-weight: 300;
    color: #616161;
    font-size: 20px;
    line-height: 30px;
}



/*
.header-container .top-wrapper{
	padding-top: 0em;
	padding-bottom: 0em;
}   
.header-container nav{
	float: left;
}
.header-container .nav li{
	float: left;
	position: relative;
	margin: 0 .4em;
}
.header-container ul.nav > li > a{
	/*padding-top: 1.3em;
	padding-bottom: 1.3em;
	display: inline-block;
}

/*header .logo {
    float: right;
    margin-top: -4.5em;
    height: 52px;
}
     
header {
    /*background-color: #8FAD15 ;
    display: block;
}
.top-wrapper .inner {
	padding: 5px 0 15px 0;
}
.top-wrapper header .inner {
    padding: 40px 0 20px 0;

}
.top-wrapper .banner a.button {
    padding: 11px 30px;
    font-size: 13px;
} 
*/


/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------

.menu {
    float: left;
}

.menu ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    overflow: inherit !important;
    z-index: 1000;
}
.menu ul li {
    position: relative;
    display: inline-block;
	padding:0;
   	margin-right: 20px;
	padding-left:0;
}
.menu ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-family:'robotocondensed';
    color: #fff;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    position: relative;
    padding:5px 5px 10px 5px;
}
.menu ul li a:before {
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 11px;
    left: -32px;
    background: #3d3d3d;
    
    /* Rotate
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* Rotate Origin
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.menu ul li:first-child a:before,
.menu ul ul li a:before {
    display: none
}

.menu ul li.active a,
.menu ul li a:hover,
.menu ul li a.selected {
    background-color: #07507d;
}

.menu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
    width: 168px;
    padding: 0;
    background: #07507d;
}
.menu ul li ul:before {
    width: 0;
    display: block;
    position: absolute;
    height: 10px;
    top: 0;
    left: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    /*border-bottom: 5px solid #ff6760
    border-bottom: 5px solid #e87722;
}
.menu ul li ul ul {
    padding: 0 0 0 2px;
}
.menu ul li ul ul:before {
    display: none;
}
.menu ul li ul li {
    display: list-item;
    margin: 0;
    border-top: 1px solid #313131;
    background: #07507d;
    
}
.menu ul li ul li:first-child {
    border-top: 2px solid #ff6760;
   /* margin-top: 1.25em;
}
.menu ul li ul li ul {
    top: 0
}
.menu ul li ul li a {
    margin: 0;
    border: none;
    padding: 13px;
    line-height: 1;
	font-size: 17px;    
	color: #fff;
	width: 168px;
}
.menu ul li.active ul li a {
    color: #dfdfdf
}
.menu ul li ul li a:hover {
    /*background-color: #ff6760;
    background-color: #0065a4;
    color: #FFF;
    border: none;
}
.menu ul li.active ul li a,
.menu ul li ul li a:hover,
.menu ul li ul li a.selected {
    border: none;
}
* html .menu {
    height: 1%
}
.selectnav {
    display: none;
    width: 280px;
    margin: 0 auto;
    background: transparent url(style/images/dropdown-arrow.png) no-repeat right center;
    border-radius: 0;
    border: 0;
    background-color: #ebebeb;
    max-width: 100%;
    padding: 7px 10px;
    line-height: 20px;
    background-size: 30px 28px;
    -webkit-appearance: none;
}
.nav-parent a{
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}
*/

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { 
	.selectnav {
	    background-image: url(style/images/dropdown-arrow@2x.png)
	}
}

.more:before,  .feature-link:before{
	content: "g";
	font-family: 'bulletsregular';
	font-size: 14.25px;
	padding-left:.25em;
	color: #e87722;
}
.more:before{
	left: 3px;	
}
.more, .feature-link{
	text-decoration: none;
	/*color: #3d342f;*/
	color: #555555;
	font-family: 'robotomedium';
}
.feature-link{
	padding-left: 0;
}
.feature-link:before{
 	right: -22px;
 }
.main ul li:before{
	content: "s"; 
	font-family: 'bulletsregular';
	font-size: 14px;
	left: 4px;
	top: 5px;
	position: absolute;
}


.main ul.leadership-list{ /*added 3/14/14 */
	font-size: 11px;
	padding-bottom:0;
}


/* ==========================================================================
    Mosaic Styles
   ========================================================================== */
.mosaic-block {
	position:relative;
	overflow:hidden;
	width:100%;
	background:#ffffff url(../img/progress.gif) no-repeat center center;
	margin: 0 0 2em;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mosaic-block img{
	margin: 0;
	border: none;
	width: 100%;
	height: auto;
}
.mosaic-backdrop {
	display:none;
	top:0;
	height:100%;
	width:100%;
	background:#fff;
}	
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
}		
.fade .mosaic-overlay {
	background:url(../img/hover-magnify.png) no-repeat center center;
	background-color: rgba(0, 0, 0, .3);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
}
.fade .mosaic-overlay.link {
	background:url(../img/hover-gotopost.png) no-repeat center center;
	background-color: rgba(0, 0, 0, .3);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
}
.fourth .mosaic-block{
	margin-bottom: .5em;
}
.corner-date{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	background-color: #222222;
	background-color: rgba(0, 0, 0, .5);
	text-transform: uppercase;
	font: 12px 'RobotoCondensed';
	padding: .4em .7em;
}



/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/
.full{
	width: 100%;
	float: none;
} 
.one-half {
    width: 40%;
	margin-right: 5%;
	float: left;
}
.one-third {
   /* width: 30.66%*/
   width: 30%;
	margin-right: 5%;
	float: left;
}
.third{ /* only used on the Footer */
	width: 30%;
	margin-right: 5%;
	float: left;
}

.two-third {
    width: 65%;
	margin-right: 5%;
	float: left;
}

.one-fourth{ /* USED ON THE HOMEPAGE FOR FEATURES, HIGHLIGHTS */
	width: 25%;
	margin-right: 4%;
	float: left;
}
.three-fourth { /* used on the Features */
    width: 74%;
	margin-right: 3%;
	float: left;
}
.one-fifth { /* USED ON THE LEADERSHIP & FUNDERS PAGE */
    width: 22%;
	margin-right: 3%;
	float: left;
}
.two-fifth {
    width: 25%;
	margin-right: 4%;
	float: left;
}
.three-fifth {
    width: 61%;
	margin-right: 2%;
	float: left;
}
.four-fifth {
    width: 78%;
	margin-right: 4%;
	float: left;
}
.one-sixth { /* used on the Features */
    width: 18%;
    float: left;
}
.five-sixth {
    width: 82.67%
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
    position: relative;
}
.three-fourth p{ /* used on the Features */
	padding-right: 15px;
}

.one-fourth.features{ /* Controls column width for the second parallax on homepage */
	width: 30%;
	padding-left: 13px;
	margin-bottom:0;
	margin-top: 0;
}
.one-fourth.features p{
	padding-right: 1em;
}
.one-fourth.highlights{
	border-right: 1px solid #dddcdc;
	border-left: 1px solid #dddcdc;
	padding: 0 25px 0 25px;
	margin-right: 3%;
}

.one-fourth.location{
	width: 27%;
	margin-left: 15px;
}
.one-fourth.contactinfo p{
	padding-bottom: 0;
	margin-bottom: .5em;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.column-wrapper {
    overflow: hidden;
    width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.columnborderleft{
	border-left: 1px solid #eaeaea;
	padding-left: 1em;
}
.columnborderright{
	border-right: 1px solid #eaeaea;
	padding-right: 1em;
}
.funderlist p{
	margin-bottom: .75em;
	line-height: 1.25em;
}

.edcupdate{
	width: 20%;
	margin-right: 15%;
}

.thumb-gallery .third{
	width: 33.33%;
	margin-right: 0%;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.thumb-gallery .third.mosaic-block{
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Leadership Page
/*-----------------------------------------------------------------------------------*/


.uppercase{ /* used on Leadership page */
	text-transform: uppercase;
	font-family: 'robotoregular';
	margin-bottom: 0;
}
strong.name{
	font-family: 'robotoregular';
	font-weight: 600;
}


/*-----------------------------------------------------------------------------------*/
/*	At a Glance
/*-----------------------------------------------------------------------------------*/

ul.statistics li{
	border-bottom: 1px solid #DDDCDC;
}
ul.statistics li.emp_stats{
	background: url(style/images/art/icon_Employees.png) no-repeat 5px 10px;
}
ul.statistics li.rev_stats{
	background: url(style/images/art/icon_Revenue.png)  no-repeat 5px 5px;
}
ul.statistics li.flag_stats{
	background: url(style/images/art/icon_Countries.png)  no-repeat 5px 5px;
}
ul.statistics li.globe_stats{
	background: url(style/images/art/icon_Projects.png)  no-repeat 5px 5px;
}
span.glancetitle{
	margin-left: 4em;
	color: #2f353f;
}
span.statNumbers{
	color: #e87722;	
	font-size: 16.5px;
}
span.orangetext{
	color: #e87722;
}
aside ul li, ul.link-list li, ul.statistics li{
	padding: .7em 0!important;
	font-size: 13px;
	font-family: 'Robotomedium';
	color: #000;
}
aside ul li, ul.link-list li{
	border-top: 1px solid #ededed;
}
/*-----------------------------------------------------------------------------------*/
/*	SERVICES COLUMN
/*-----------------------------------------------------------------------------------
.services i.special {
    font-size: 45px;
    display: inline-block;
    /*line-height: 1;
    float: left;
    width: 70px;
}
.services .info {
    overflow: hidden
}*/
/*-----------------------------------------------------------------------------------*/
/*	SERVICES GRID
/*-----------------------------------------------------------------------------------*/
.box-wrapper {
    overflow: hidden
}
.box-wrapper .box {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
  /*  -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    text-align: center;*/
}
.box-wrapper .box p {
    padding-bottom: 0
}
.box-wrapper .box i.special {
    font-size: 60px;
    display: inline-block;
   /* line-height: 1;*/
    margin-bottom: 20px;
}
/*
.box-wrapper .box h3,
.box-wrapper .box p,
.box-wrapper .box i.special {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-wrapper .box h3 {
    margin-bottom: 10px
}
.box-wrapper .box:hover i.special {
    opacity: 1;
    color: #ff6760;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}
.box-wrapper .box:hover p,
.box-wrapper .box:hover h3 {
    opacity: 1;
    color: #ff6760;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}
@-webkit-keyframes moveFromBottom { 
	from {
	    opacity: 0;
	    -webkit-transform: translateY(200%);
	}
	to {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
}
@-moz-keyframes moveFromBottom { 
	from {
	    opacity: 0;
	    -moz-transform: translateY(200%);
	}
	to {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
}
@-ms-keyframes moveFromBottom { 
	from {
	    opacity: 0;
	    -ms-transform: translateY(200%);
	}
	to {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
}
@-webkit-keyframes moveFromTop { 
	from {
	    opacity: 0;
	    -webkit-transform: translateY(-200%);
	}
	to {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
}
@-moz-keyframes moveFromTop { 
	from {
	    opacity: 0;
	    -moz-transform: translateY(-200%);
	}
	to {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
}
@-ms-keyframes moveFromTop { 
	from {
	    opacity: 0;
	    -ms-transform: translateY(-200%);
	}
	to {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
}
*/


/* ==========================================================================
   Widget Footer Styles
   ========================================================================== */

 
.widget-footer {
	padding-bottom: 2.5em;
	padding-top: 0;
	font: 14px 'robotoregular';
	margin-bottom: .5em;
	background-color: #3d342f;
	/*height: 358px;*/
}
.widget-footer p, .widget-footer a, footer ul.social-link a em:before{
	font-family:'robotoregular';
	color: #ebebeb;
}
.widget-footer .last p{
	margin-bottom: 5px;
	font-family: 'robotobold'
}
.widget-footer .last a{
	font-family: 'robotobold'
}
.widget-footer img{
	max-width: 100%;
}
.widget-footer h2, .widget-footer{
	color:#8d8987;
}
.widget-footer .third.widget{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 2%;
margin-top: 50px;
}
.widget-footer .third.widget.last{
	border: none;
}
.widget-footer input[type="text"], .widget-footer input[type="email"], .widget-footer input[type="password"]{
	margin-bottom: 0;
}
.widget-footer ul.social-link li:last-child{
	padding-right: 0;
}
.widget-footer ul.social-link a em:before{
	 font-size: 24px;
	 -webkit-transition: all 250ms ease-in-out;
	 -moz-transition: all 250ms ease-in-out;
	 -ms-transition: all 250ms ease-in-out;
	 -o-transition: all 250ms ease-in-out;
	 transition: all 250ms ease-in-out;
	 text-transform: uppercase;
	 margin-top: 1.5em;
}
.widget-footer ul li{ /* Social media icons - placement */
	display: inline-block;
	padding: .5em 0 0 0;
}

ul.social-link li:before{
	display: none;
}

.social-link li a{
	color: #8d8987;
}
.widget-footer a:hover,
.social-link li a:hover{
    color: #e87722;
}
.foot.left{
	padding-top: .7em;
}
.contactinfo{
	margin-left: 50px;
	width: 20%;
}
/*
footer.outter-wrapper, #nav li:hover ul ul{
	background: #242931; /* Dark Grey
}

.widget-footer .tweet{
	font-size: 14px;
	line-height: 22px;
	padding-left: 0;
	font-style: italic;
}

.widget-footer .tweet:before{
	content: "L";
	font-family: 'socialicoregular';
	font-size: 36px;
	position: relative;
	left: 0;
	top: 6px;
	padding-right: 5px;

.inner.footercontent{
	padding-top:20px;

.location p.active a,
.location p a:hover,
.location p a.selected {
    color: #e87722;
}
.contactinfo p{
	padding-bottom: 10px;
}
*/

/* ==========================================================================
   SCROLL UP STICKY
   ========================================================================== 	*/		

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background: #e87722;

  font-family: 'roboto_condensedbold';
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

#scrollUp:hover {
	color: #ff;
	background: #3d342f;
}
#scrollUp *  {
	color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
.portfolio-wrapper {
    overflow: hidden;
}
.hangingindent {
    padding-left: 22px ;
    text-indent: -17px ;
}

.items {
    width: 110%;
	clear: both;
}
.items li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
}
.items.col4 {
    margin-right: -10px;
}
.items.col4 li {
    margin: 0 10px 10px 0;
    width: 372px;
}
.items li img {
    display: block
}
.items li a .overlay {
    display: none;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 20px;
}
.items li a .overlay h3 {
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
    font-family: 'robotoregular';
    padding-left: 20px;
	text-transform: none;
}

.items li a .overlay,
.overlay a .more {
    background-color: rgba(0, 101, 164, .85);
}

.items li a,
.items li a img {
    display: block;
    position: relative;
}
.items li a {
    overflow: hidden
}
.filter {
    margin-bottom: 22px;
    margin-left: 40px;
    text-align: center;
}

.filter li {
    margin: 0;
    background: none;
    display: inline;
    font-size: 12px;
    letter-spacing: 1.5px;
    border: none;
    cursor: pointer;
    color: #616161;
}

.filter li a {
    margin: 0 10px 0 10px;
    line-height: 1.5em;
    font-size: 13px;
}
.isotope-item {
    z-index: 2;
    display: block !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.item-details {
    width: 260px;
    float: left;
    overflow: hidden;
    margin-left: 50px;
}

.item-details p{
	font-family: 'robotoregular';
	color:#ebebeb;
}

.item-details .item-info {
    padding-bottom: 20px
}
.item-details .item-info span {
    margin-right: 3px
}
.item-details a{
	color: #fff;
	font-family: "robotomedium";
}
.item-details a:hover {
    color: #e87722;
}

.portfolio-content .item {
    margin-bottom: 60px
}


/*-----------------------------------------------------------------------------------*/
/*	SHOWCASE
/*-----------------------------------------------------------------------------------*/
.portfolio-detail-view,
.portfolio-detail-view-remove {
    position: absolute;
    height: 0px;
    overflow: hidden;
	background-color: #3d342f;    
    color: #bebebe;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}
/*
.box-layout .portfolio-detail-view,
.box-layout .portfolio-detail-view-remove	{	
	 width:1230px;
}*/
.portfolio-detail-view .closebutton,
.portfolio-detail-view-remove .closebutton {
    position: absolute;
    right: 50px;
    top: 15px;
    cursor: pointer;
    background: #595959;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color: #dfdfdf;
    float: left;
    margin-left: 6px;
    font-size: 18px;
    padding-top: 4px;
    padding-left: 6px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.portfolio-detail-view .closebutton:hover,
.portfolio-detail-view-remove .closebutton:hover {
    background-color: #e87722;
    color: #FFF;
}
.portfolio-detail-view .inner,
.portfolio-detail-view-remove .inner {
    padding: 0 0 0 1.5em;
}
.portfolio-detail-content-container {
    position: relative;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 0px;
}
.portfolio-detail-view h2 {
	color:#fff;
}
.portfolio-detail-content-container .content {
    width: 755px;
    position: relative;
}
p.showcase_intro{
	margin-bottom: 65px;
}
.showcase_grid{
	margin-bottom: 165px;
}
h1.showcase_header{
	margin-top: 50px;
	padding:0;
}

/*-----------------------------------------------------------------------------------*/
/*	SHOWCASE SLIDER
/*-----------------------------------------------------------------------------------*/
.content,
.portfolio-detail-view .single {
    position: relative;
    float: left;
}


/*-----------------------------------------------------------------------------------*/
/*	BOX LAYOUT
/*-----------------------------------------------------------------------------------
.box-layout {
	background: transparent url(style/images/bg/bg1.jpg) repeat fixed;
	padding: 60px 0;
}*/
.box-layout .body-wrapper {
	width: 1230px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
}



/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO NAVIGATION
/*-----------------------------------------------------------------------------------
.navigation a.next-post {
    float: right
}
.navigation a.prev-post {
    float: right;
    margin-right: 10px;
}
*/


/*-----------------------------------------------------------------------------------*/
/*	LEFT SIDEBAR
/*-----------------------------------------------------------------------------------*/

img.lutherphoto{
	margin-top: 35px;
	margin-bottom: 45px;
	width: 300px;
	width: auto !important;
	height: auto !important;
	/*background-image: url(style/images/art/Luther-Luedtke.jpg);*/
}

.meetceo_letter{
	display:block;
	background-image: url(style/images/art/Video-Button_Active.png);
	width: 190px;
	height: 77px;
	position: relative;
}



/*-----------------------------------------------------------------------------------*/
/*	RIGHT SIDEBAR
/*-----------------------------------------------------------------------------------*/

.rightsidebar{
	margin-top: 20px;
}
.rightsidebar h2{
	margin-bottom: 0;
}
.rightsidebar ul{
	padding: .7em 0 !important;
}
.rightsidebar ul li{
	line-height: 1.5em;
	margin-bottom:0;
	padding-bottom:0;
}
.rightsidebar ul li.subhead{
	color: #e87722;
	text-transform: uppercase;
	margin: 0;
	border: 0;
	font-size: 14px;
}
.rightsidebar ul li ul li{
	text-transform: none;
}
.rightsidebar ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.rightsidebar ul li a:hover{
	text-decoration: underline;
}

.arrowicon:before {
	content: "s";
	font-family: 'bulletsregular';
	color: #e87722;
	margin-left: -1.25em;
}
.orange_video_icon{
	margin: 40px 0 25px 0;
}
.borderright{
    border-right: 1px solid #ededed;
    padding-right: 2em;

}
.borderleft{
    border-left: 1px solid #ededed;
    padding-left: 2em;

}
.borderbottom{
    border-bottom: 1px solid #ededed;
    /*padding-bottom: 2em;*/

}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none;
    margin: 0 0 15px 0;
    /*background: #d1f7b6;*/
    background: #ededed;
    border: 1px solid #3e3733;
    color: #3e3733;
    padding: 10px 15px;
    font-family: 'robotoregular';
    font-size: 12px;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.form-row {
    margin-bottom: 15px
}
.forms li.hidden-row {
    display: none
}
.forms fieldset .text-input,
.forms fieldset .text-area,
.searchform input,
.comment-form input,
.comment-form textarea {
    background-color: #8D8987;
   /* border: 1px solid #e7e7e7;*/
    margin: 0;
    height: 20px;
    width: 200px;
    line-height: 1;
    padding: 3px 10px 5px;
    color: #fff;
    resize: none;
}
.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
.searchform input:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border: 1px solid #ccc
}
.forms fieldset .text-area,
.comment-form textarea {
    min-height: 200px;
    padding: 10px;
    resize: vertical;
}
.searchform input {
    margin-bottom: 20px
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #d18282
}
.forms input.btn-submit {
    /*height: 35px;*/
    width: 150px;
    margin-top: -5px;

}
.comment-form input.btn-submit {
    padding-bottom: 5px
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.forms fieldset .text-input-row,
.comment-form div.name-field,
.comment-form div.email-field,
.comment-form div.website-field {
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}
.forms fieldset .text-input-row.subject-field,
.comment-form div.website-field {
    margin-right: 0
}
.comment-form div.message-field {
    margin-bottom: 10px
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	RELATED
/*-----------------------------------------------------------------------------------*/
.grid-wrapper {
    overflow: hidden
}
.related-wrapper:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.related-wrapper {
    width: 110%;
    margin-right: -29px;
    overflow: hidden;
    border-bottom: 2px solid #efefef;
    padding-bottom: 53px;
    margin-bottom: 60px;
}
.related-wrapper .related {
    width: 230px;
    float: left;
    clear: none;
    background: none;
    padding: 0;
    margin: 0 30px 0 0;
}
.related-wrapper .related .overlay {
    margin-bottom: 15px
}
.related-wrapper .meta {
    font-size: 12px;
    color: #979797;
}
.related-wrapper h2 {
    font-size: 16px;
    margin-bottom: 0px;
}
.related-wrapper h2 a {
    color: #616161
}
.related-wrapper h2 a:hover {
    color: #ff6760
}

/*-----------------------------------------------------------------------------------*/
/*	RETINA ICONS
/*-----------------------------------------------------------------------------------*/
ul.retina-icons {
    width: 110%;
    overflow: hidden;
    margin-right: -3%;
}
ul.retina-icons li {
    width: 22%;
    display: block;
    padding-left: 1px;
    margin-right: 3%;
    float: left;
    line-height: 30px;
}
ul.retina-icons li span {
    margin-left: 10px
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.bannercontainer {
    width: 100% !important;
    position: relative;
    padding: 0;
    /*max-height: 460px !important;*/
    max-height: 770px !important;
    overflow: hidden;

}
.banner ul {
	visibility:hidden
}
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}
.tp-caption {
    z-index: 1
}

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
    -webkit-transform: translateZ();
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive img {
    max-width: none
}
.noFilterClass {
    filter: none !important
}

.tpclear {
    clear: both
}

media_tag_3 {media_subcode:3}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(style/images/loading.gif) no-repeat;
    background-color: #2a2a2a;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.top-wrapper .tp-loader {
    background-image: url(style/images/loading-dark.gif)
}
media_tag_4 {media_subcode:4}


/* --------------------------------------------------------------------

	SECOND LEVEL BANNER IMAGE
	
-----------------------------------------------------------------------*/

.featurearticles {
    width: 100% !important;
    position: relative;
    padding: 0;
    /*max-height: 460px !important;*/
    max-height: 460px !important;
    z-index: 10;
    overflow: hidden;
}


/*-----------------------------------------------------------------------------------*/
/*	PARALAX
/*-----------------------------------------------------------------------------------*/


.paralax-block {
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: white;
	/*height: 500px;*/
	width: 100% !important;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.paralax-block .inner {
	padding: 0;
}

.paralax-block a.button {
    padding: 11px 30px;
    font-size: 13px;
}
#first {
	background-image: url(style/images/art/AR_Paralax_girls.jpg);
	height: 736px !important;	
}

#second {
	background-image: url(style/images/art/AR_parallax-hands.jpg);
	height: 621px;
}
#second.paralax-block{
}

/*
.paralax-block.mobile {
	background-attachment: scroll !important!
}*/




/* ---------------------------------------------------------------------
		Homepage icon placement -- FUNDERS, FINANCIALS, LEADERSHIP
 ------------------------------------------------------------------------*/

h2.whiteheader{
	color: #fff;
	text-align: left;
	font-size: 31.5px;
	margin-left: 15px;
}

.funders{ 
	display:block;
	background-image: url(style/images/art/Arrow-Funders.png);
	width: 290px;
	height: 160px;
	margin-left: 0;
	margin-top:0;
	position: relative;
	background-repeat: no-repeat;
}

.funders:hover{
	background-image: url(style/images/art/Arrow-Funders-Hover.png);
}

.financials{ 
	display:block;
	background-image: url(style/images/art/Arrow-Financials.png);
	width: 290px;
	height: 160px;
	margin-left:0;
	margin-top:0;
	position: relative;
	background-repeat: no-repeat;
}

.financials:hover{
	background-image: url(style/images/art/Arrow-Financials-Hover.png);
}

.leadership{ 
	display:block;
	background-image: url(style/images/art/Arrow-Leadership.png);
	width: 290px;
	height: 160px;
	margin-left:0;
	margin-top:0;
	position: relative;
	background-repeat: no-repeat;
}

.leadership:hover{
	background-image: url(style/images/art/Arrow-Leadership-Hover.png);
}

/* -----------------------------------------------------------------------*/

.missionbox{
	margin-top: 234px;
	position:relative;
	left:0px;
	top:0;
	z-index:0;	
}

.meetceo{ /*Homepage video icon placement */
	display:block;
	background-image: url(style/images/art/Video-Button_Active.png);
	width: 190px;
	height: 77px;
	margin-left:620px;
	margin-top:-110px;
	position: relative;
}


.meetceo:hover, .meetceo_letter:hover{
	background-image: url(style/images/art/Video-Button_Hover.png);
}



/*
.whitebackground{
	background-color: rgba(255, 255, 255, .8);
	color: #000;
	width: 450px;
	padding: 20px;
	}
	
	
p.whitebackground {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
	text-align: left;
	line-height: 46px;
	padding: 25px 25px 0 25px;
	margin-bottom: 20px;
	margin-bottom:0;
	color: #3e3733;
	
}	
 p.whitebackground img{
	float: right;
	margin-top: 2em;
	padding-right: 0;
}
*/

iframe{
	margin-top: 4em;
	/*margin-bottom: 1em;*/
	margin-bottom: 250px;
	width: 90%;
	border: none;

}

.empty_space_below{
	margin-bottom: 170px;

}
/*
.fluid-width-video-wrapper{
	margin-bottom: 2em;
	background-color: #ffffff;
	margin-top: 0em;
}
.fluid-width-video-wrapper iframe{
	width: 100%;
	padding: 0;
	margin: 0;
}*/


/*-----------------------------------------------------------------------------------*/
/*	FANCYBOX
/*-----------------------------------------------------------------------------------*/
#fancybox-thumbs ul li img {
    max-width: none
}
.info.hidden {
    display: none
}
.fancybox-wrap {
/*    background: #FFF !important*/
    background: #000 !important
}
.fancybox-title,
.fancybox-error {
    font-family: 'league_gothicregular' !important;
    font-size: 14px !important;
    line-height: 24px !important;
}
.fancybox-title h2,
.fancybox-title h3 {
    color: #616161;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
}
.fancybox-skin {
    color: #616161 !important
}
.fancybox-title-inside-wrap {
    padding: 20px !important
}
.fancybox-nav span {
    width: 30px !important;
    height: 30px !important;
    margin-top: -17px !important;
    /*margin-top: -10px !important;
    width: 20px !important;
    height: 20px !important;*/
}
.fancybox-close {
    top: -25px !important;
    right: -15px !important;
    width: 33px !important;
    height: 31px !important;
	/*top: -10px !important;
    right: -10px !important;
    width: 20px !important;
    height: 20px !important;*/
}
.fancybox-close:before /*,
.fancybox-prev span:before,
.fancybox-next span:before*/ {
    /*font-family: 'league_gothicregular';
    font-style: normal;
    font-weight: normal;*/
    font-family: 'robotoregular'
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 5px;
    text-align: center;
    /*width: 34px;
    font-size: 15px;*/
}

.fancybox-close
/*.fancybox-prev span,
.fancybox-next span */{
    /*background: #ebebeb !important;*/
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #4a4a4a !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
}/*
.fancybox-close:hover ,
.fancybox-prev span:hover,
.fancybox-next span:hover{
    background: #ff6760 !important;
    color: #FFF !important;
}*/ 

/*
.fancybox-prev span:before {
    content: '\e84b'
}
.fancybox-next span:before {
    content: '\e84a'
}
.fancybox-close:before {
    content: '\e819'
}	*/
#fancybox-loading {
	margin-top: -12px !important;
	margin-left: -12px !important;
	background: #000 !important;
	padding: 8px;
	opacity: 1 !important;
	-webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}
#fancybox-loading div {
	width: 24px !important;
	height: 24px !important;
	background-image: url(style/images/fancy-loading.gif) !important;
}
media_tag_5 {media_subcode:5}


/*-----------------------------------------------------------------------------------*/
/*	PROGRESS BAR -- BAR CHART FOR FINANCIALS
/*-----------------------------------------------------------------------------------*/

.progress-bar li p {
    padding-bottom: 5px;
}
.progress-bar li  {
    margin-bottom: 20px;
}
.progress-bar li em {
	padding: 2px 8px 2px 0;
    color: #979797;
    /*color: #fff;*/
    float: right;

}
.progress-bar li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
}
.meter {
    height: 15px;
    /*height: 25px;*/
    width: 100%;
    position: relative;
    background: #f6f6f6;    
}
.meter > span {
    display: block;
    height: 100%;
    background-color: #ff6760;
    /*background-color: #8D8987;*/
    position: relative;
    overflow: hidden;
}
.year{
	font-weight: bold;
}
.growthamount{
	font-weight: normal;
	background: #4ec6e9;
}
.animate > span:after {
    display: none
}
@-webkit-keyframes move { 
	0% {
	    background-position: 0 0
	}
	100% {
	    background-position: 50px 50px
	}
}


/* ==========================================================================
   10. Graphs
   ========================================================================== */
ol.graphs{
	margin: 0 0 2em;
}
ol.graphs > li:before{
	display: none;
}
ol.graphs > li{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: .4em;
	font-family: 'robotomedium';
	background: #f5f5f5;
	padding: 0;
}
ol.graphs > li div{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .2em 2%;
}
ol.graphs > li span{
	float: right;
}
.per-10{
	width: 10%;
}
.per-15{
	width: 15%;
}
.per-20{
	width: 20%;
}
.per-25{
	width: 25%;
}
.per-30{
	width: 30%;
}
.per-40{
	width: 40%;
}
.per-45{
	width: 45%;
}
.per-50{
	width: 50%;
}
.per-55{
	width: 55%;
}
.per-60{
	width: 60%;
}
.per-65{
	width: 65%;
}
.per-70{
	width: 70%;
} 
.per-75{
	width: 75%;
}
.per-80{
	width: 80%;
}
.per-85{
	width: 85%;
}
.per-90{
	width: 90%;
}
.per-95{
	width: 95%;
}
.per-97{
	width: 97%;
}
.per-100{
	width: 100%;
}

.btn-style2, ol.graphs > li div.btn-style2{
	/*background: #4ec6e9;
	background: #0065a4;*/
	background: rgba(61, 52, 47, 0.4);
	
}
ol.graphs > li div{
	color: #fff;
}
ol.graphs li{
	list-style: none;
}

.charts{
	margin-top: 3em;
}

/* ==========================================================================
    Tables
   ========================================================================== */
.light-wrapper table{
	border-style: solid;
	border-width: 1px;	
	text-align: left;
	width: 75%;
	background: #ffffff;
}
.light-wrapper table th{
	padding: .5em;
	border:1px solid #EAEAEA;
	/*background-color: #ebedef;
	background-color: #8D8987;*/
	background: rgba(61, 52, 47, 0.85);	
	vertical-align: top;
	color: #fff;
	font-weight: normal;
		
}
.light-wrapper table td{
	padding: .5em;
	border-style: solid;
	border-width: 1px;	
	vertical-align: top;	
}
.light-wrapper table tr:nth-child(2n+1){
	background-color: #f8f8f8;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
.light-wrapper table, .light-wrapper table th, .light-wrapper table td{
	border-color: #eaeaea!important;
}

.totalamount{
	border-top: 2px solid #8D8987;
}
.light-wrapper table th.shadedheader{
	/*background-color: #8D8987;
	background-color: #3d342f;*/
	background: rgba(61, 52, 47, 0.7);
	text-transform: uppercase;
	font-family: 'robotoregular'
}
.financialtable td{
	font-family: 'robotoregular';
}

.financialtable td.strong{
	font-family: 'robotomedium';
}
.main table{
	border-style: solid;
	border-width: 1px;	
	text-align: left;
	width: 100%;
	background: #ffffff;
}
.main table th{
	padding: .5em;
	border-style: solid;
	border-width: 1px;	
	background-color: #ebedef;
	vertical-align: top;	
}
.main table td{
	padding: .5em;
	border-style: solid;
	border-width: 1px;	
	vertical-align: top;	
}
.main table tr:nth-child(2n+1){
	/*background-color: #f8f8f8;*/
	background-color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	PIE CHARTS
/*-----------------------------------------------------------------------------------*/

hr.financials{
	margin: 1.5em 0 .75em -2em;
}
.fundingsource{
	margin: 3em 0 0 2em;

}
.expenses{
	margin: 0 0 2em 2em;
}

.legendvalues{
	/*margin: -125px 0 0 170px;*/
	margin:0;
}
.legend {   
    float: left;
    width: 10px;
    height: 10px;
   /* margin: 15px 5px 5px 5px;*/
	/*margin: 10px 0 0 170px;*/
	margin-top: 10px;
    border: 1px #8D8987 solid;
    
}
.legend p{
	margin-left:15px;
	margin-top: -8px;
	width: 300px;
	font-family: "robotoregular";
	font-size: 13px;
}

.clearall{
	clear:both;
}

.footnote{
	padding-right: 3em;
	font-size: 13px;
	margin: 2em 0 0 0;
	line-height: 1.5em;
	font-family: 'robotoregular';
}


.pieContainer {
     height: 100px; 
     margin-bottom: 10px;
}
	     .pieBackground {
	          background-color: #8ba542;
	          position: absolute;
	          width: 100px;
	          height: 100px;
	          -moz-border-radius: 50px;
	          -webkit-border-radius: 50px;
	          -o-border-radius: 50px;
	          border-radius: 50px;
	         /* -moz-box-shadow: -1px 1px 3px #000;
	          -webkit-box-shadow: -1px 1px 3px #000;
	          -o-box-shadow: -1px 1px 3px #000;
	          box-shadow: -1px 1px 3px #000;*/
	     }
	     .pie {
	          position: absolute;
	          width: 100px;
	          height: 100px;
	          -moz-border-radius: 50px;
	          -webkit-border-radius: 50px;
	          -o-border-radius: 50px;
	          border-radius: 50px;
	          clip: rect(0px, 50px, 100px, 0px);
	     }
	     .hold {
	          position: absolute;
	          width: 100px;
	          height: 100px;
	          -moz-border-radius: 50px;
	          -webkit-border-radius: 50px;
	          -o-border-radius: 50px;
	          border-radius: 50px;
	          clip: rect(0px, 100px, 100px, 50px);
	     }
	 
	     #pieSlice1 .pie {
	          background-color: #0f98a0;
	          -webkit-transform:rotate(150deg);
	          -moz-transform:rotate(150deg);
	          -o-transform:rotate(150deg);
	          transform:rotate(150deg);
	     }
	     #pieSlice2 {
	          -webkit-transform:rotate(120deg);
	          -moz-transform:rotate(120deg);
	          -o-transform:rotate(120deg);
	          transform:rotate(120deg);
	     }
	     #pieSlice2 .pie {
	          background-color: #3e3733;
	          -webkit-transform:rotate(40deg);
	          -moz-transform:rotate(40deg);
	          -o-transform:rotate(40deg);
	          transform:rotate(40deg);
	     }
	     #pieSlice3 {
	          -webkit-transform:rotate(190deg);
	          -moz-transform:rotate(190deg);
	          -o-transform:rotate(190deg);
	          transform:rotate(190deg);
	     }
	     #pieSlice3 .pie {
	          background-color: #cc0000;
	          -webkit-transform:rotate(70deg);
	          -moz-transform:rotate(70deg);
	          -o-transform:rotate(70deg);
	          transform:rotate(70deg);
	     }
		#pieSlice4 {
	          -webkit-transform:rotate(260deg);
	          -moz-transform:rotate(260deg);
	          -o-transform:rotate(260deg);
	          transform:rotate(260deg);
	     }
	     #pieSlice4 .pie {
	          background-color: #3e3733;
	          -webkit-transform:rotate(30deg);
	          -moz-transform:rotate(30deg);
	          -o-transform:rotate(30deg);
	          transform:rotate(30deg);
	     }


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'league_gothicregular';
    src: url('style/font/leaguegothic-regular-webfont.eot');
    src: url('style/font/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/font/leaguegothic-regular-webfont.woff') format('woff'),
         url('style/font/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('style/font/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bulletsregular';
    src: url('style/font/bullets-webfont.eot');
    src: url('style/font/bullets-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/font/bullets-webfont.woff') format('woff'),
         url('style/font/bullets-webfont.ttf') format('truetype'),
         url('style/font/bullets-webfont.svg#bulletsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('style/font/roboto-bold-webfont.eot');
    src: url('style/font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/font/roboto-bold-webfont.woff') format('woff'),
         url('style/font/roboto-bold-webfont.ttf') format('truetype'),
         url('style/font/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoregular';
    src: url('style/font/roboto-regular-webfont.eot');
    src: url('style/font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/font/roboto-regular-webfont.woff') format('woff'),
         url('style/font/roboto-regular-webfont.ttf') format('truetype'),
         url('style/font/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('style/font/Roboto-Medium-webfont.eot');
    src: url('style/font/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/font/Roboto-Medium-webfont.woff') format('woff'),
         url('style/font/Roboto-Medium-webfont.ttf') format('truetype'),
         url('style/font/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('style/font/Roboto-Condensed-webfont.eot');
    src: url('style/font/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/font/Roboto-Condensed-webfont.woff') format('woff'),
         url('style/font/Roboto-Condensed-webfont.ttf') format('truetype'),
         url('style/font/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('style/font/RobotoCondensed-Bold-webfont.eot');
    src: url('style/font/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/font/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('style/font/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('style/font/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'socialicoregular';
    src: url('style/font/socialico-webfont-webfont.eot');
    src: url('style/font/socialico-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/font/socialico-webfont-webfont.woff') format('woff'),
         url('style/font/socialico-webfont-webfont.ttf') format('truetype'),
         url('style/font/socialico-webfont-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

