/*   
Theme Name: LiftFund Theme
Theme URI: http://LiftFund.com
Description: This is a custom template for LiftFund
Author: Sweb Development
Author URI: http://www.swebdevelopment.com
*/

/* @import url(https://fonts.googleapis.com/css?family=Karla:400,700,400italic); */


/** Reset **/
#r-3743134 { display: none; }
html{background-color: #fff;}
body{background-color: #fff;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, fieldset {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hidden {display: none; visibility: hidden; width: 0px; height: 0px; overflow: hidden;}

/* Clear Floated Elements
--------------------------------------------------------------------------------------- */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* 12 grid system
--------------------------------------------------------------------------------------- */
.container {
  width: 100%;
  min-width: 1070px; /* change or remove this rule depending on responsive needs */
  padding: 0px;
  margin:0px;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.row-wrap {
  width: 1024px;
  min-width: 755px; /* Uncomment this if you want to set a min-with*/
  margin: 0 auto;
  overflow: hidden;
}

.row-wrap-main {
  width: 1024px;
  min-width: 755px; /* Uncomment this if you want to set a min-with*/
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
}

.row-nomarg{
   width: 100%;
   *zoom: 1;	
}

.row {
  width: 100%;
  margin-top: 20px; /* Change the general margin-top rule if you need to!*/
  *zoom: 1;	
}


.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}

.row-nomarg:before,
.row-nomarg:after {
  display: table;
  content: "";
}
.row-nomarg:after {
  clear: both;
}

[class*="gspan"]:first-child { margin-left: 0px; } /* This rule is css3 and is not supported by ie, darn them! There is another css style -> .first <- that will do this manually */

.gspan1, 
.gspan2, 
.gspan3, 
.gspan4, 
.gspan5, 
.gspan6, 
.gspan7, 
.gspan8, 
.gspan9, 
.gspan10, 
.gspan11 {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;

}

[class*="gspan"] {float: left;}

.gspan1 {   
  width: 6.382978723%;
  *width: 6.329787233638298%; 
}

.gspan2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.gspan3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.gspan4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.gspan5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.gspan6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.gspan7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.gspan8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.gspan9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.gspan10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.gspan11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.gspan12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.first { margin-left: 0px;}

img, object, embed { max-width: 100%; }

img { height: auto; }

.main-content-box p img {border: 5px solid #fff; outline: 1px solid #ccc;}

/*12 col grid no margins
--------------------------------------------------------------------------------------- */


.nomargin .gspan1, 
.nomargin .gspan2, 
.nomargin .gspan3, 
.nomargin .gspan4, 
.nomargin .gspan5, 
.nomargin .gspan6, 
.nomargin .gspan7, 
.nomargin .gspan8, 
.nomargin .gspan9, 
.nomargin .gspan10, 
.nomargin .gspan11 {
   margin-left: 0;
   float: left;
   min-height: 1px;
}

.nomargin .gspan1 { width: 8.333%; }

.nomargin .gspan2 { width: 16.667%; }

.nomargin .gspan3 { width: 25%; }

.nomargin .gspan4 { width: 33.333%; }

.nomargin .gspan5 { width: 41.667%; }

.nomargin .gspan6 { width: 50%; }

.nomargin .gspan7 { width: 58.333%; }

.nomargin .gspan8 { width: 66.667%; }

.nomargin .gspan9 { width: 75%; }

.nomargin .gspan10 { width: 83.333%; }

.nomargin .gspan11 { width: 91.667%; }


.nomargin .border-gradient {
   min-height: 385px; 
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box; 
   border-width: 0px 16px 0px 0px;
   -moz-border-image: url(../img/border-bg.jpg) 0 16 0 0 repeat;
   -webkit-border-image: url(../img/border-bg.jpg) 0 16 0 0 repeat;
   -o-border-image: url(../img/border-bg.jpg) 0 16 0 0 repeat;
   border-image: url(../img/border-bg.jpg) 0 16 0 0 fill repeat; }



/*end no margins*/

/*General Styles
--------------------------------------------------------------------------------------- */
body {font-family: HelveticaNeueLTStd-Roman; font-weight: normal; font-style: normal; color: #646569; margin-top: 140px !important;}
body.home{margin-top: 125px !important;}
h1 { font-family: HelveticaNeueLTStd-ThEx; font-weight: normal; font-style: normal; font-size: 32px;  color: #646569;}
h2 { font-family: HelveticaNeueLTStd-Hv; font-weight: normal; font-style: normal; font-size: 24px;  color: #646569; margin-bottom: 3px;}
h3 {  font-family: HelveticaNeueLTStd-Hv; font-weight: normal; font-style: normal; font-size: 20px; margin: 5px 0 5px 0 ; line-height: 26px;  color: #646569;}

p {font-size: 14px; margin-bottom: 15px; line-height: 24px;}

a { text-decoration: none; color: #00BFD6;}

blockquote {margin: 0 20px 0 40px;}

strong, strong span {font-weight: 700;}

.brand {float: left; max-height: 75px;}

.hide {display: none;}

textarea { height: auto;}

.grey {color: #65666a;}
.img-responsive {max-width: 100%; height: auto;}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #eee;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.pull-left{float: left;}
.pull-right{float: right;}


hr { 
  height: 1px;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(rgba(0,0,0,0));
  background-image:      -o-linear-gradient(rgba(0,0,0,0));
  border: 0;
}

.HelveticaNeueLTStd-BdCn { 
	font-family: HelveticaNeueLTStd-BdCn;
	font-weight: normal;
	font-style: normal;
}
.HelveticaNeueLTStd-Cn { 
	font-family: HelveticaNeueLTStd-Cn;
	font-weight: normal;
	font-style: normal;
}

/* Testimonials */
.testimonials-format img {
  float: left;
}
.testimonials-format blockquote:after, 
.testimonials-format blockquote:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.testimonials-format blockquote:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  right: 90%;
  margin-right: -16px;
}
.testimonials-format blockquote:before {
  border-color: rgba(113, 158, 206, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  right: 90%;
  margin-right: -10px;
}
.testimonials-format h4 {
  margin-top: 30px;
  font-size: 21px;
  color: #00BFD6;
}
.testimonials-format h5 {} 
.testimonials-format blockquote { 
  margin: 0 0px 0 0px;
  background: #ffffff;
  padding: 25px;
  border-radius: 3px; 
  margin-bottom:20px;
  position:relative;
  line-height: 26px;
}
.testimonials-format img {
  max-width: 70px;
  border-radius: 50%;
  border: 0px;
  margin-left: 4%;
  outline: 0px !important;
}
.testimonials-format hr {
  background: rgba(0,0,0,.1);
  width: 100%;
  margin-bottom: 50px;
}
/*Home
--------------------------------------------------------------------------------------- */
#header {/*padding-bottom: 20px;*/ background: #fff;}
.home #header {border-bottom: 0px solid #00BFD6; background: #fff;}

.home.page .row-wrap, .row-wrap.top-header, .row-wrap.top-header, #footer .row-wrap, .page-template-page-donation .row-wrap {width: 100%; min-width: 755px;} 
.home.page section {overflow: auto;}
#wwa-sec, #entrepreneur-sec, #donate-sec, #events, #apply-sec {padding: 100px; font-size: 20px; line-height: 1.5em;}
section .row-wrap h1, #events h1 {font-size: 80px; text-transform: lowercase; line-height: 0.8em;}

.geo-location-container p {margin-bottom: 0px;}
.geo-location {background: #00BFD6; color: #fff; padding: 13px; font-size: 18px; display: block; width: 300px;}
.geo-location a {color: #fff;}

#list-marketsites {background: #00BFD6; position: absolute; padding: 20px; top: 50px; left: 0; padding: 20px; z-index: 100000; width: 486px; }
#list-marketsites a {color: #fff; float: left; width: 33%; margin-bottom: 10px;}
#list-marketsites .close {padding: 5px 15px; text-align: center; float: right; clear: both; color: #fff; font-size: 1.25em; position: absolute; right: 5px; top: 0;}
#list-marketsites .close:hover, #no-marketsite-btn {cursor: pointer;}
#list-marketsites ul {clear: both;}

#video-slider {overflow: hidden; background: #000;}
#video-sec {background: #151211; font-size: 20px; line-height: 1.5em;}
#video-sec .row-wrap {padding: 100px 0; position: absolute; top: 0; left: 0;}
#video-sec h1 {border-bottom: 1px solid #a09f9f; padding-bottom: 20px; margin-bottom: 20px; font-size: 60px; line-height: 1em;}

#video-sec ul li {font-size: 16px; float: left; padding: 5px; margin: 10px 10px 0 0; width: 115px; text-align: center; text-transform: uppercase;}
#video-sec ul li {border: 1px solid #fff;}
#video-sec ul li a{ color: #fff;}
#video-sec ul li:first-child {border: 1px solid #a19fa2;}
#video-sec ul li:nth-child(2) {border: 1px solid #00BFD6;}
#video-sec ul li:nth-child(3) {border: 1px solid #95D600;}
#video-sec ul li:first-child a {color: #a19fa2;}
#video-sec ul li:nth-child(2) a {color: #00BFD6;}
#video-sec ul li:nth-child(3) a {color: #95D600;}

.es #video-sec ul li {font-size: 14px;}

#video-sec .gspan4, #video-sec .gspan8 {}

#video-wrapper {
	width: 100%;
  min-height: 550px;
	padding: 21%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;}

.video-content-area {
	position:  absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ccc;}

.video-content-area video {max-width: 100%;}

#state {/*background: url('images/tan-bg.jpg') repeat center; */
text-transform: uppercase;  padding: 0 0 30px 0; font-size: 20px; line-height: 1.5em;   text-align: right;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
#state h2 {font-family: HelveticaNeueLTStd-BdCn; color: #00BFD6; font-size: 40px;  padding-top: 100px; line-height: 1.1em;}
#state img {float: right; clear: both;}

#wwa-sec {background: #00BFD6; color: #fff; font-size: 16px;}
#wwa-sec h1, #wwa-sec h2, #wwa-sec a {color: #fff;}
#wwa-sec h2 {font-size: 33px; line-height: 1.1em;}
#wwa-sec h2.light-blue {color: #a8e0ea; }
#wwa-sec p {font-size: 18px;}
#wwa-sec ul li, #donate-sec ul li, #apply-sec ul li  {padding: 5px; margin: 10px 10px 10px 0; width: 170px; border: 1px solid #fff; text-transform: uppercase;}

#wwa-sec ul li, #apply-sec ul li {text-align: center;}

#apply-sec {background: #95D600; color: #fff; font-size: 16px;}
#apply-sec h1, #wwa-sec h2, #wwa-sec a {color: #fff;}
#apply-sec h2 {font-size: 33px; color: #fff; line-height: 1.1em;}
#apply-sec h2.light-green {color: #d9f795; }
#apply-sec p {font-size: 18px;}
#apply-sec ul li  a{color: #fff;}


#entrepreneur-sec {background: url('images/entrepreneur-sec-bg.jpg') no-repeat top left; background-size: cover;}
#entrepreneur-sec h1, #entrepreneur-sec h2, #entrepreneur-sec p, #entrepreneur-sec a, #entrepreneur-sec ul li a, #donate-sec h1, #donate-sec h2, #donate-sec p, #donate-sec a, #donate-sec ul li a  {color: #fff;}
#entrepreneur-sec ul li, #donate-sec ul li {padding: 5px; margin: 10px 10px 0 0; width: 300px; border: 1px solid #fff; text-transform: uppercase;}

#donate-sec {background: url('images/donate-sec-bg.jpg') no-repeat top right; background-size: cover;}
#donate-sec h1 {font-size: 70px; line-height: 1em;}

#events {background: #fff;}
#events .photo-space {min-height: 300px; overflow: hidden;}
#events ul li {padding: 5px; margin: 10px 10px 50px 0; width: 200px; border: 1px solid #00BFD6; text-transform: uppercase; text-align: center;}
#events .row-wrap .gspan4:first-child .photo-space {background: url('images/event-photo-1.jpg') no-repeat center center; background-size: cover; }
#events .row-wrap .gspan4:nth-child(2) .photo-space {background: url('images/event-photo-2.jpg') no-repeat center center; background-size: cover;}
#events .row-wrap .gspan4:nth-child(3) .photo-space {background: url('images/event-photo-3.jpg') no-repeat center center; background-size: cover;}
#events .event-info {background: #e96957; color: #fff; padding: 5px; height: 35px; overflow: hidden; padding: 10px;}
#events .event-info h2 {color: #fff; text-align: center; width: 100%; font-size: 1.5em;}
#events .event-info {font-family: HelveticaNeueLTStd-BdCn; font-weight: normal; font-style: normal;}
#events .event-info .month, #events .event-info .day, #events .event-info .time {text-transform: uppercase; font-family: HelveticaNeueLTStd-Cn; font-weight: normal; font-style: normal;}


.action-foot {color: #fff; text-transform: uppercase; margin-top: 95px; }


/* Interior Landing Page Template
--------------------------------------------------------------------------------------- */
body.page-template-page-interior-landing .row-wrap {width: 100%; min-width: 1024px; display: inline-block;}
body.page-template-page-interior-landing #header{ height: 170px; }

#top-sec-hero ul li, #second-sec-solid ul li, #third-sec-img ul li, #fourth-sec-solid ul li {padding: 10px 5px; margin: 10px 10px 10px 0; width: 40%; border: 2px solid #fff; text-transform: uppercase; font-size: 1.5em; font-family: HelveticaNeueLTStd-Cn; text-align: center; display: inline-block;}
#second-sec-solid, #top-sec-hero, #fourth-sec-solid, #third-sec-img, #boxes-sec-btm {padding: 55px 100px; font-size: 20px; line-height: 1.5em;}
#third-sec-img, #top-sec-hero{ padding: 0px; }
#third-sec-img .row-wrap, #top-sec-hero .row-wrap{ margin: 75px 5%; display: inline-block; width: 90%;}
section .row-wrap h1, #boxes-sec-btm h1 {font-size: 70px; text-transform: lowercase; line-height: normal;}
#fourth-sec-solid h1, #second-sec-solid h2, #second-sec-solid a, #fourth-sec-solid a {color: #fff;}
#top-sec-hero ul a li{ border-color: #00bfd6; color: #00bfd6; }

#top-sec-hero {color: #fff; font-family: HelveticaNeueLTStd-ThEx;}
#top-sec-hero .row-wrap{ min-height: 480px;}
#top-sec-hero .row-wrap h1 {text-transform: capitalize; color: #fff; margin-bottom: 40px; line-height: 1em;}
#top-sec-hero .row-wrap h2 {text-transform: uppercase; color: #00BFD6; border-bottom: 2px solid #00BFD6; display: inline-block; padding-bottom: 10px; margin-bottom: 20px; padding-right: 25px;   font-size: 28px;}
#top-sec-hero .row-wrap p {font-size: 24px; line-height: 1.2em; max-width: 450px; letter-spacing: .5px;}

#second-sec-solid {background: #B096DA; color: #fff; font-size: 16px;}
#second-sec-solid h1, #second-sec-solid h2, #second-sec-solid a {color: #fff;}
#second-sec-solid h2 {font-size: 33px; line-height: 1.1em;}
#second-sec-solid h2.light-blue {color: rgba(255,255,255,0.6); }
#second-sec-solid p {font-size: 25px; font-family: HelveticaNeueLTStd-Cn; line-height: 1.2em;}

#third-sec-img .row-wrap{  min-height: 400px; }
#third-sec-img h1 {font-size: 60px; margin-bottom: 50px;}
#third-sec-img h1,  #third-sec-img a {color: #fff;}
#third-sec-img h2 {font-size: 33px; color: #fff; line-height: 1.1em; font-family: HelveticaNeueLTStd-Cn; color: #abadad; margin-bottom: 20px;}
#third-sec-img p {font-family: HelveticaNeueLTStd-Roman; color: #fff; font-size: 18px;}
.overlay-dark-left{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+70&amp;0.85+26,0.5+55 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 26%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0.5) 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.85)), color-stop(26%,rgba(0,0,0,0.85)), color-stop(55%,rgba(0,0,0,0.5)), color-stop(70%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 26%,rgba(0,0,0,0.5) 55%,rgba(0,0,0,0.5) 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 26%,rgba(0,0,0,0.5) 55%,rgba(0,0,0,0.5) 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 26%,rgba(0,0,0,0.5) 55%,rgba(0,0,0,0.5) 70%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 26%,rgba(0,0,0,0.5) 55%,rgba(0,0,0,0.5) 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 */
}
.overlay-dark-right{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+100&amp;0.5+45,0.85+74 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.85) 74%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(30%,rgba(0,0,0,0.5)), color-stop(45%,rgba(0,0,0,0.5)), color-stop(74%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.85) 74%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.85) 74%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.85) 74%,rgba(0,0,0,0.85) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.85) 74%,rgba(0,0,0,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#d9000000',GradientType=1 ); /* IE6-9 */
}

#fourth-sec-solid {background: #646569; color: #fff; font-size: 16px;}
#fourth-sec-solid h1 {margin-bottom: 20px;}
#fourth-sec-solid h2 {font-size: 33px; color: #fff; line-height: 1.1em; }
#fourth-sec-solid h2.light-green {color: rgba(255,255,255,0.6);; }
#fourth-sec-solid p {font-size: 25px; font-family: HelveticaNeueLTStd-Cn; line-height: 1.2em;}
#fourth-sec-solid ul li  a{color: #fff;}


#boxes-sec-btm {background: #fff;}
#boxes-sec-btm .photo-space {min-height: 300px; overflow: hidden; background-color: #adaeb4;}
#boxes-sec-btm ul li {padding: 5px; margin: 10px 10px 50px 0; width: 200px; border: 1px solid #00BFD6; text-transform: uppercase; text-align: center;}
#boxes-sec-btm .event-info {background: #00bfd6; color: #fff; padding: 5px; height: 35px; overflow: hidden; padding: 10px;}
#boxes-sec-btm .event-info h2 {color: #fff; text-align: center; width: 100%; font-size: 1.15em; font-family: HelveticaNeueLTStd-Cn; text-transform: uppercase;}
#boxes-sec-btm .event-info {font-family: HelveticaNeueLTStd-BdCn; font-weight: normal; font-style: normal;}
#boxes-sec-btm .event-info .month, #boxes-sec-btm .event-info .day, #boxes-sec-btm .event-info .time {text-transform: uppercase; font-family: HelveticaNeueLTStd-Cn; font-weight: normal; font-style: normal;}

.market-header { display: block; margin-top: 0px; width: 100%; min-width: 1024px; margin-bottom: 0; background: #00BFD6; height: 44px;}
.menu-learn-container .fa{line-height: 15px;}
.menu-learn-container, .menu-learn-nav-spanish0-container {float: left; display: inline-block;}
.menu-learn-container li, .menu-learn-nav-spanish0-container li 
{float: left; border-right: 2px solid #fff; letter-spacing: 0.5px; }
li.market-home, #menu-learn li:first-child{ font-family: HelveticaNeueLTStd-ThEx; font-weight: normal; font-size: 1.5em; line-height: 20px; }
.menu-learn-container li:last-child, .menu-learn-nav-spanish0-container li:last-child {border-right: none;}

.home-market-name h1 {float: left;}

#menu-learn li a, #menu-learn-spanish0 li a {color: #fff; display: block;  padding: 12px 30px; }
#menu-learn li a:hover, #menu-learn-spanish0 li a:hover {background: #c9f3f8; color: #00bfd6;}

/* Slider
--------------------------------------------------------------------------------------- */
   
/* OLD HOMEPAGE SLIDER #slide-content {width: 689px; height: 470px; overflow:hidden; position:relative; float: left;}
#slide-content .feature-slide {float: left; width: 689px; height: 470px; overflow: hidden; position:relative;}
#slide-content .feature-item {width: width: 689px; height: 470px; overflow:hidden; position:relative; z-index: 200;}
.slide-image {width: 689px; height: 348px; }
.feature-item {background: none!important;}

.feature-nav { text-align: center; padding:0px 0px 0px 0px; font-size:48px; position:absolute; bottom: -15px; z-index: 300; right: 10px; }
.feature-nav a {font-size: 48px; line-height: 30px; color: #959595; text-decoration: none; margin: 0 10px 0 0; text-shadow: 1px 1px 0px #bad3ed;}
.feature-nav a.activeSlide {color:#fff;}

.feature-content {width: 689px; height: 122px; position: absolute; bottom: 0; background: #646569;}
.main-info { margin: 10px;}
.main-info h1 {font-size: 30px; line-height:1em; color: #fff; font-weight: 400;}
.main-info p {color: #fff; font-size: 18px;}
.main-info a {color: #fff;}
.main-info a:hover {color: #eee;}

*/


/* Page Sliders 
--------------------------------------------------------------------------------------- */

.flex-container ul li {list-style: none !important;}
.flex-container ul { margin: 0px !important;}

.flex-container p{ font-size: 16px; line-height: normal;}
.flex-container .flex-control-nav {
width: 100%;
position: absolute;
bottom: -30px !important;
text-align: center;}
.flex-container .flex-control-nav li{ line-height: normal; margin-left: 5px !important;}
.main-content-box-nogray ol.flex-control-nav {margin: 0px;} 


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

.center-container {text-align:center;}
.menu-center {display:inline-block;}

.affix {top: 0; width: 100%;  z-index: 9999; position: fixed;}
.header-affixed{}

.secondary-top-nav {background: #f4f4f4; overflow: auto;}
.social-brands {float: right;}
.social-brands ul {margin: 0; padding: 0;}
.social-brands ul li {list-style: none; float: right; border-right: 1px solid #c5c5c7; padding: 0 10px; height: 49px; overflow: hidden;}
.social-brands a {float: right; margin: 15px 5px;}
.social-brands #LP_DIV_1357753759346 {float: right; margin-top: 10px;}
.social-brands #LP_DIV_1357753759346 img {/* display: none; */}
.social-brands #LP_DIV_1357753759346 img:before {content: '&#xf1d7'; color: #00BFD6;}
.social-brands #LP_DIV_1357753759346 img:after {content: ' Chat Now'; color: #65666a;}

a.language-switcher-btn {display: inline;  margin: 0; font-family: HelveticaNeueLTStd-Roman; font-weight: normal; font-style: normal; color: #fff; text-align: center; padding: 15px 40px; background: #00BFD6; }

.top-nav-container {padding: 15px 50px 0px; display: inline-block;}

/*new nav*/
.nav {float: right;}
#main-menu {display: block; text-transform: capitalize;}
#main-menu li { display: inline; float: left; box-sizing: border-box; }
#main-menu li:last-child { background: none !important;}
#main-menu li a { color: #77787c !important; display: block; padding: 10px !important; font-size: 16px; }
body.es #main-menu li a {padding: 10px !important;}
#main-menu li a:hover, #main-menu li.current-page-ancestor a:hover, #main-menu li.current-page-ancestor a  {background: #f4f4f4;}
.menu-container {display: none; position: absolute; background: #fff; width: 34%; min-width: 600px; z-index: 50000; padding: 10px; box-sizing: border-box; margin-left: -50px;}
.es .menu-container {margin-left: 0px; width: 40%; min-width: 650px;}
div.menu-container div ul.menu{ float: left; width:99%; }
div.menu-container div ul.menu li a{ width: 33%; float: left; text-align: left; padding: 0 10px; vertical-align: middle; color: #77787c; line-height: 1.2em; min-height: 45px; box-sizing: border-box; -moz-box-sizing: border-box; border-right: 2px solid #00BFD6;}
div.menu-container div ul.menu li.last a {border-right: none !important;} 
div.menu-container div ul.menu li a:hover {color: #00BFD6;}
div.menu-container div ul.menu li.sub-link a { padding-left: 20px !important; font-size: 13px; min-height: 55px; margin-top: -10px; } 
div.menu-container div ul.menu li.sub-link2 a { font-size: 14px !important; } 
div.menu-container div ul.menu li.empty-link a { color: #fff; } 
div.menu-container div ul.menu li.empty-link a:hover { color: #fff; } 

#menu-top-level-navigation li a {text-transform: capitalize;}

.onecol-content-menu {width: 770px; border-right: none !important; margin-left: 20px !important;}
.twocol-content-menu {width: 570px; border-right: none !important; margin-left: 20px !important;}
.threecol-content-menu {width: 340px; border-right: none !important; margin-left: 20px !important;}

.orange-link a, .green a {color: #95D600 !important;}

#menu-item-3050.inner-apply-btn a {padding: 20px !important;}

#menu-item-3802 a, #menu-item-3793 a, #menu-item-3811 a {line-height: 1.25em;}

div.inner-apply-btn {margin: 40px auto 15px auto; width: 230px;}

/*Sidebar
--------------------------------------------------------------------------------------- */
.side-action-area {text-align: center; position: relative;}
.side-action-area .action-head {margin-top: 10px;}
.side-action-area h2 {color: #fff; text-transform: uppercase; font-size: 24px; line-height: 20px; font-family: HelveticaNeueLTStd-ThEx;}
.side-action-area h3, .side-action-area .action-foot {color: #fff; text-transform: uppercase; font-size: 14px; line-height: 14px; font-family: HelveticaNeueLTStd-ThEx;}

.side-success {background: url(images/quiz.png) no-repeat bottom center; width: 187px; height: 187px; float: right; margin-bottom: 8px;}
.side-loan {background: url(images/apply.png) no-repeat bottom center; width: 187px; height: 187px; float: right; margin-bottom: 8px;} 
.side-events {background: url(images/calendar.png) no-repeat bottom center; width: 187px; height: 187px; float: right; margin-bottom: 8px;}
.side-partner {background: url(images/find-out.png) no-repeat bottom center; width: 187px; height: 187px; float: right; margin-bottom: 8px;}
.side-help {background: url(images/team-member.png) no-repeat bottom center; width: 187px; height: 187px; float: right; margin-bottom: 8px;}

.side-events .action-foot, .side-loan .action-foot {margin-top: 125px;}

.es .side-events .action-head, .es .side-help .action-head {height: 60px;}
.es .action-foot {margin-top: 75px;}

.es .side-partner .action-foot, .es .side-loan .action-foot {margin-top: 95px;}



.blog-side-box h4 {text-transform: uppercase; }
.blog-side-box {color: #fff; width: 100%; padding: 20px; float: left; box-sizing: border-box;}
.blog-sidebar label { display: block; margin-bottom: 5px;}
.blog-sidebar {padding: 20px; background: #e8e8e8;}
.blog-loan {background: #00bfd6; }
.blog-apply {background: #95d600;}
.blog-calendar {background: #ea6752;}
.blog-sba {background: #fdce07;}
.blog-contact {background: #af95c6;}

.widget_archive {padding-top: 20px; border-top: 1px #fff solid; }
.widget_search {margin-top: 20px; border-top: 1px #fff solid; }

[name=archive-dropdown]{display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}

/*General Page Styles
--------------------------------------------------------------------------------------- */

.page-head { border-bottom: solid 2px #00BFD6; margin: 40px 0 20px;}
.main-content-box { background: #e8e8e8; margin-top: 20px; padding: 30px 40px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;  
}
.main-content-box:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.main-content-box-nogray { margin-top: 10px;}
.main-content-box-buttons { background: #e8e8e8; margin-top: 20px; padding: 30px 170px 30px 40px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;  
}

.content-box { background: #e8e8e8; margin-bottom: 10px; max-height: 133px; overflow: hidden;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;  
}

/* Extra - page full width contest */
.color-lilac{color: #af95c6!important;}
.timeline-box h3{ text-align: center; margin-top: 5px;}
.timeline-box{background-color: #e8e8e8; padding: 5px 10px; margin: 10px 0;}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
    margin-left: 0!important;
}
ul.list-group, .list-group-item{margin-left: 0px!important;}
.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.list-group-item strong{ background-color: #af95c6; padding: 5px 5px; color: #fff; width: 20%; display:inline-block; text-align: center;}
.list-group-item span, .list-group-item .div-align{ width: 65%; display: inline-block; margin-left: 2%;}
.list-group-item b{ font-weight: bold;}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none;
}

/*504 loan sidebar*/
aside .content-box-icon-area { height: 100px; padding: 5px; text-align: left; margin-bottom: 5px; width: 180px; float: right;}
aside .content-box-icon-area:hover { background-color: #E8E8E8;}
aside .content-box-icon-area:hover a{ color: #00BFD6!important;}
aside .content-box-icon-area a{ vertical-align: middle; display: inline-block; padding-top: 10px;}
aside .content-box-icon-area h3{ line-height:normal; font-size: 18px;  font-family: HelveticaNeueLTStd-ThEx; }
aside .content-box-icon-area i{ margin-right: 10px; padding: 5px 5px 0px 3px;}
aside .large-icon{ font-size: 40px;}
aside .support-box-orange{margin-bottom: 5px;}
aside .support-box-orange:hover{background-color: #00BFD6;}
aside .support-box-orange:hover .large-icon{ color: #fff;}
/*end 504 loan sidebar*/

.content-box-icon-area { height: 133px; background: #00BFD6; font-size: 50px; color: #fff; text-align: center; padding-top: 40px;}
.content-box-arrow { height: 133px; font-size: 30px; color: #00BFD6; text-align: left; padding-top: 50px;}
.content-box-info {padding: 20px 5px; height: 133px; overflow: hidden; float: left;}
.search .content-box-info { padding: 10px 20px 0px;}
.content-box h3 {text-transform: capitalize;}
.page-content {margin-bottom: 50px;}   

.main-content-box-nogray h3 {margin: 0 0 10px 0;}
.featured-head-image {margin-bottom: 20px;}

.main-content-box ul, .main-content-box-buttons ul, .main-content-box-nogray ul, 
.page-content ul:not(.slides), .page-content ol:not(.flex-control-nav) { line-height: 24px; font-size: 14px; margin-bottom: 15px; }
.page-content ol:not(.flex-control-nav) li{ list-style:inside; list-style-type: decimal; margin-left: 40px; }
.main-content-box ul li, .main-content-box-buttons ul li, .main-content-box-nogray ul, .page-content ul:not(.slides) li  { margin-left: 40px;  list-style: square;}

.main-content-box ol, .main-content-box-buttons ol, .main-content-box-nogray ol {line-height: 24px; font-size: 14px; margin-bottom: 15px;}
.main-content-box ol li, .main-content-box-buttons ol li, .main-content-box-nogray ol li { margin-left: 40px;  list-style: decimal;}

.next-posts {float: left;}
.prev-posts {float: right;}

.single .entry p{font-size: 16px;}
.blog-date {color: #a2a2a2; text-transform: uppercase; font-size: 14px;}


.product-button{float: right !important; margin-top: -43px !important; margin-right: -50px !important; margin-left: 10px;}
.orange {background: #95D600; color: #fff; position: relative; overflow: hidden; padding: 20px; margin: 10px 0; float: left; text-align: center;
	   -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .4);
       box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .4);
}

.orange:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.orange a {color: #fff; text-transform: uppercase; }

/* Spanish Fresh! Page */
.postid-3532.es div.inner-apply-btn {width: 300px !important;}

/*About Pages
--------------------------------------------------------------------------------------- */

/*Job custom post types */
.job-cat-box { background: #f1f1f1; margin: 10px 0; overflow: hidden; padding: 10px 15px; position: relative;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;  
}
.job-cat-box a {color: #646569; display: block; margin: 0px; padding: 10px 25px 10px 10px; font-size: 18px;}
.job-cat-box a span {color: #646569; font-size: 14px;}
.job-cat-box a:hover {background: #fff;}
.job-cat-box ul {margin: 0px;}
.job-cat-box li {border-bottom: solid 1px #D6CFC3; list-style: none; position: relative; }
.job-cat-box li:last-child {border-bottom: none;}

.job-cat-box ul li a:after { content: url('images/icon-events-tab.png'); position: absolute; right: 15px; bottom: 15%;}

/* Blog Page Styles
--------------------------------------------------------------------------------------- */

.page-template-blog-php .content-box, .archive .content-box{ max-height: 175px; padding: 0px; }
.page-template-blog-php .content-box-info, .archive .content-box-info{ height: auto;}
.category-label{ background-color: #646569; color: #fff; padding: 3px 5px; margin-bottom: 5px; font-size: 0.85em;}
.page-template-blog-php h3 a{ color: #515255;}
.page-template-blog-php .content-box .row{margin-top: 0px;}
.page-template-blog-php .content-box-info, .archive .content-box-info{ padding: 0px 0px 5px;}
.page-template-blog-php h3, .page-template-blog-php p, .archive h3, .archive p { padding-right: 5px; line-height: normal; }
.page-template-blog-php .content-field p, .archive .content-field p{ font-size: 16px; line-height: normal;}
.page-template-blog-php em{ color: #95D600;}
.content-box small{color: #b7b7b7;}
.page-template-blog-php select{ margin-bottom: 10px;}
.page-template-blog-php li.categories, .page-template-blog-php li.cat-item{ display: inline; font-size: 14px;}
.page-template-blog-php ul.categories{ margin-bottom: 10px; padding-bottom: 4px;}
.page-template-blog-php li.cat-item a{ width: 100%; padding: 2px 10px; margin: 5px 1px 5px 0px; }

.blog-sidebar label { display: block;}


/* RSS feed
--------------------------------------------------------------------------------------- */

.widget ul{ list-style: none!important; margin: 0px!important; padding: 0px!important;}
.widget li { list-style: none!important; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #fff; margin-left: 0px !important;}
.widget li .rsswidget{ font-size: 20px; width: 100%; display: block;}
.widget li .rss-date{ background-color: #fff; color: #a1a1a1; padding: 0px 8px; margin-bottom: 2px; display: block;}
.widget li .rssSummary{ line-height: normal;}


/*Support Pages
--------------------------------------------------------------------------------------- */
.support-box-blue {background: #00BFD6; color: #fff; height: 100px;  position: relative; overflow: hidden;
       -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .4);
       box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .4);
}
.support-box-orange {background: #95D600; color: #fff; height: 100px;  position: relative; overflow: hidden;
	   -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .4);
       box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .4);
}
.support-box-news {background: #a0c1c2; color: #00BFD6; height: 100px;  position: relative; overflow: hidden;
	   -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .4);
       box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .4);
}

.large-icon {font-size: 70px; text-align: center; color: #55E9EF; display: table; height: 100px; padding-top: 5px;}
.medium-icon {font-size: 50px; text-align: center; color: #55E9EF; display: table; height: 100px; padding-top: 5px;}
.support-box-orange .large-icon, .support-box-orange .medium-icon {color: #76aa00;}
.support-box-orange:hover .large-icon, .support-box-orange:hover .medium-icon {color: #fff;}
.large-icon i, .medium-icon i {display: table-cell; vertical-align: middle; padding-top: 10px;}
.support-box-content {text-align: center;  text-transform: uppercase; display: table; height: 100px; letter-spacing: -1px; line-height: 1.5em; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;}
  
.white-icon, .white-icon h3 {color: #fff !important;}  
  
.support-box-content h2 {color: #fff;}
  
.child { display: table-cell; vertical-align: middle; }

.support-box-content h2.training {color: #fff; display: block;}
.support-box-content h3 {font-size: 18px; line-height: 18px; color: #fff; display: block;} 

/* Why Give */

.videoContainer { margin-bottom: 15px; border-bottom: solid 2px #95D600; padding-bottom: 20px;}
.videoContainer iframe {width: 100%;}

/* Entrepreneur Resources page
--------------------------------------------------------------------------------------- */
.page-template-entrepreneur-resources-php .content-box-info.gspan9 h3.resource-title {float: left;}
.page-template-entrepreneur-resources-php .content-box-info.gspan9 p {clear: both;}
.page-template-entrepreneur-resources-php .support-box-orange {height: 30px; margin: -10px 0 0 0; float: right;}
/* .page-template-entrepreneur-resources-php .support-box-orange:last-child {margin: 0 0 20px 0;} */


.page-template-entrepreneur-resources-php .support-box-orange h3.child {float: none; font-size: 16px;}
.page-template-entrepreneur-resources-php .support-box-content {margin-top: 5px;}


/* Apply for a Loan page
--------------------------------------------------------------------------------------- */

.page-template-apply-for-a-loan-php .page-head h1 {padding: 25px 0 0 0;}
.page-template-apply-for-a-loan-php .support-box-orange {height: 50px; float: right; margin: 5px 10px;}

.page-template-apply-for-a-loan-php .support-box-orange .large-icon {font-size: 45px; padding: 0 5px; height: 40px;}
.page-template-apply-for-a-loan-php .support-box-orange .large-icon h3.child {}
.page-template-apply-for-a-loan-php .support-box-orange .large-icon i {padding-top: 0;}

.page-template-products .product-bottom li { margin-left: 0px !important; list-style: none !important;}

/*Media
--------------------------------------------------------------------------------------- */
.media-page h3 {color:#fff; padding: 10px 10px 0 10px;}

/*.presskit-loop h3:first-child {color:#fff;}*/
.media-content h3 {color: #00BFD6; padding: 0 !important;}

.media-content ul li {background: #fff;}
.media-content ul li a {color:  #646569;}

.media-links .indent {padding: 20px; color: #646569; display: block;}

.media-page li {list-style: none !important; border-bottom: 1px solid #fff; font-size: 1em; padding: 5px 0 5px 0;}
.media-page ul {margin: 0px !important;}

ul.media-links {min-height: 420px;}

ul.media-links li {margin: 10px 20px 0 20px}
ul.media-links li a {color: #646569;}

ul.media-links li a p {margin-bottom: 5px;}

.media-years {margin-bottom: 30px;}
.media-years ul li {border-bottom: solid 1px #eee; margin: 10px 0 0 10px; font-size: 30px;}
.media-years ul li a {display: block;}
.media-years ul li:hover {background: #eee;}

.media-loop, .presskit-loop {background: #00BFD6;}
.media-loop ul, .presskit-loop div.media-content {background: #e8e8e8;}
.media-loop ul li {clear: both;}

ul.media-links li a i.pull-left {padding: 10px 5px 0 0;}

ul.media-links li a i {color: #00BFD6 !important; font-size: 1.5em !important;}

.media-content {padding: 20px; overflow: auto;}
.media-content ul li {margin: 3px 20px 0 0; padding: 5px;}

.media-sidebar {background: #E8E8E8; padding: 20px; text-align: left; overflow: auto;}


.media-sidebar h3 {color: #00BFD6; font-size: 1.5em; text-transform: none; border-top: 1px solid #00BFD6; padding: 20px 0 0 0; }
.media-sidebar h3:first-child {border: none; padding: 0;}
.sidebar-button {background: #fbffff; /* min-height: 50px; */ padding: 15px 5px; margin: 20px 0;}
.sidebar-button a {color: #646569;}

.sidebar-button p {margin-bottom: 0px;}

.sidebar-button i {color: #00BFD6; font-size: 3em;}
.media-sidebar a.indent {color: #646569; font-size: 14px; }

/* Products / Loans page
--------------------------------------------------------------------------------------- */

.title h2 {display: block; background: #00BFD6; text-align: center; color: #fff; padding: 10px 0; font-family: HelveticaNeueLTStd-ThEx; margin: 0px;}
.product-top .gspan4 {width: 32.98%;margin-left: 0.527659574%;}
.product-top .gspan4:first-child {margin-left: 0;}
.wwo-column {background: #e8e8e8 url('images/bulb.png') top right no-repeat;display: block;border-top: 15px solid #e8e8e8;max-width: 250px;margin: auto;}
.wwo-column p {padding-top: 130px; padding-bottom: 20px; text-align: center; line-height: 1.4em; font-size: 1em;}
.wwo-column p strong {color: #000;}

.lg-apply-btn {background: #95D600; border-radius: 20px; box-shadow: 5px 5px 1px #999; text-align: center; padding: 15px; width: 550px; display: block; margin: 20px auto; text-transform: uppercase;}
.lg-apply-btn h3 {color: #fff; font-family: HelveticaNeueLTStd-Roman;}

.row.product-bottom {margin-top: 0px;}
.row.product-top {margin-top: 9px;}

.product-bottom ul li {width: 50%; float: left; font-size: 1.3em; background: #e8e8e8; padding: 20px 20px 20px 40px; box-sizing: border-box; min-height: 65px; /* border-right: #ccc solid 2px; */}

.product-bottom ul li:nth-child(even) {padding: 20px 20px 20px 70px; border-right: #ccc solid 0px;}

.product-bottom ul li:nth-child(3),
.product-bottom ul li:nth-child(4),
.product-bottom ul li:nth-child(7),
.product-bottom ul li:nth-child(8) {background: #dbdbdb;}

.product-bottom ul li:last-child {width: 100%; text-align: center; padding: 20px 20px 20px 0px;}

.loan-sidebar .child {font-size: 18px;}
.special {background: #00BFD6; color: #fff; text-align: center; padding: 10px 0px;}
.loan-sidebar-btn {background: #acadb3 url('images/loan-sidebar-bg.png') no-repeat top right; height: 100px; font-family: HelveticaNeueLTStd-ThEx; display: table; height: 100px; overflow: hidden;}
.loan-sidebar-btn div {display: table-cell; vertical-align: middle; padding-left: 15px;}
a.loan-sidebar-btn-link {color: #fff; height: 100px;}
.loan-sidebar-btn p {padding: 0 65px 0 0; line-height: 1.5em; font-size: 15px; display: inline; font-family: HelveticaNeueLTStd-ThEx;}

/*Client Directory
--------------------------------------------------------------------------------------- */

div.directory-filter { padding: 20px 0;}

table.client-directory {border: 1px solid #646569; min-width: 100%;}

.client-directory tr {background: #e8e8e8;}
.client-directory tr:nth-child(even) {background: #fff;}
.client-directory td {padding: 3px 5px; border-left: 1px solid #646569;}
.client-directory td.region-market {border-right: 1px solid #646569; }

.client-directory .column-head {font-weight: 500; text-align: center; background: #646569; color: #fff;}
.client-directory .column-head td {border: none !important;}

td.region-market {width: 100px;}
td.address {width: 150px;}
td.website {width: 70px;}
td.description {min-width: 316px;}
td.funding {min-width: 150px;}
td.name {min-width: 140px;}

td.website p i {font-size: 40px;}
td.website p {text-align: center;}
td.website p i:before {padding: 30px 0 0 0;}
div.no-results {margin: 10px; text-align: center;}

/*SBA 504 page

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

.projects-list {background: #00BFD6;}
.projects-list h3 {color: #fff; padding: 8px 10px 0 10px;}
.projects-list ul {background: #e8e8e8; overflow: auto;}
.projects-list .project-links {clear: both; }

.project-links .indent {padding: 20px; color: #646569; display: block; clear: both;}

ul.project-links li {margin: 5px 20px 0 20px; clear: right; float: left; width: 40%;}
ul.project-links li a {color: #646569;}

ul.project-links li a p {margin-bottom: 5px;}

ul.project-links li a i.pull-left {padding: 0 5px 0 0;}

ul.project-links li a i {color: #95D600 !important; font-size: 1.5em !important;}


/*SBA 504 Successful Projects page

--------------------------------------------------------------------------------------- */
.successful-projects {height: 250px !important;}
.current-rate{ 
	display: inline-block; 
	background-color: #e8e8e8; 
	text-align: center; 
	color: #646569; 
	text-transform: uppercase; 
	border-top: 3px solid #95D600;
}
.arrow-banner{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 25px 95px 0 95px;
	border-color: #e8e8e8 transparent transparent transparent;
	margin-bottom: 10px;
	display: inline-block;
}
.bigtxt{ font-size: 2.1em; line-height: 1em; color: #646569;}
ul.orange-bullets li{ list-style: none!important; font-weight: bold;}
.orange-bullets li:before{ content: "\203A"; color: #95D600; margin-right: 5px; font-weight: bold;}
li.location{border-top: 1px dotted #646569; border-bottom: 1px dotted #646569; color: #646569; margin: 10px 0px 5px;}
li.p-size{ color: #00BFD6;}
.projects-det .gspan6{ margin: 0 1% 1% 0;}

.es .successful-projects h1 {font-size: 25px;}
/*Personnel Single

--------------------------------------------------------------------------------------- */
.personnel-details {background: #E8E8E8; padding: 20px; text-align: left; overflow: auto; margin: 20px;}

.personnel-details img {width: 80px; margin-left: auto; margin-right: auto; border: 1px solid #646569; display: block;}
.personnel-details .white-box {text-align: center; /* background: #fbffff; padding: 10px; margin-top: 20px; */ }

/*Resource Taxonomy page
--------------------------------------------------------------------------------------- */

div.resource-container li {list-style-type: none; padding: 20px; overflow: auto;}

div.resource-container li.type-accion_resources:nth-child(odd) {background: #e8e8e8;}


/*Calculators
--------------------------------------------------------------------------------------- */

.widgetForm .pageLink { display: none !important; }
.cp-calc-widget {float: right; margin-left: 20px;}

.mb-calculator, .calculator-box {background: #646569; border: solid #00BFD6 5px; border-radius: 10px; padding: 15px 30px 25px 30px; box-sizing: border-box; color: white; font-family: "Century Gothic", sans-serif !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);}
.mb-calculator h3, .calculator-box h3 {color: #fff;}
.mb-calculator table {width: 100%;}
.mb-calculator input {border-radius: 4px; border-color: #eee; padding: 0px 4px 0px 4px; line-height: 1.8em;
		-moz-box-shadow: 0px 0px 2px #000000 !important;
		-webkit-box-shadow: 0px 0px 2px black !important;
		box-shadow: 0px 0px 2px black !important;
		}
.mb-calculator th {text-transform: uppercase;}		
.mb-calculator td { padding-top: 5px; padding-right: 10px;}	
.mb-calculator td p, .calculator-box td p {margin-bottom: 0px;}	
.mb-calculator input[type="button"],  .calculator-box input[type="button"]{color: white !important; padding: 5px 13px; border-color: #00BFD6 !important;
		background-image: -moz-linear-gradient(top, #0883A0, #00BFD6) !important;
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0883A0),color-stop(1, #00BFD6)) !important;
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#0883A0, endColorStr=#00BFD6, GradientType=0 );
		}
		
.loan-pay-schedule input { width: 100px;}	
.loan-pay-schedule th {font-size: 12px; text-align: left;}
.loan-pay-schedule {color: #000; text-shadow: none;}
.mb-calculator input[type="text"].readonly {
background: transparent;
color: #fff;
font-weight: bold;
border: 1px solid transparent;	
box-shadow: none !important;
border-color: transparent;}
.mb-calculator .loan-pay-schedule input.input_text {border-color: transparent; border: none;
	box-shadow: 0px 0px 0px transparent !important;
	-webkit-box-shadow: 0px 0px 0px transparent !important;
	-moz-box-shadow: 0px 0px 0px transparent !important;
	background: transparent;
	color: red;
}
.loan-pay-schedule p {font-size: 12px;}
.loan-pay-schedule table {background: #fff;}
.loan-pay-schedule td, .loan-pay-schedule th {border: solid 1px #666; padding: 10px;}
.gray{background: #eee;}
.table-head {
background: #c7ede3; /* Old browsers */
background: -moz-linear-gradient(top,  #c7ede3 1%, #accec8 62%, #accec8 65%, #accec8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c7ede3), color-stop(62%,#accec8), color-stop(65%,#accec8), color-stop(100%,#accec8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c7ede3 1%,#accec8 62%,#accec8 65%,#accec8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c7ede3 1%,#accec8 62%,#accec8 65%,#accec8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c7ede3 1%,#accec8 62%,#accec8 65%,#accec8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c7ede3 1%,#accec8 62%,#accec8 65%,#accec8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ede3', endColorstr='#accec8',GradientType=0 ); /* IE6-9 */
}

.dti-calculator {width: 325px; float: right; margin: 0 0 15px 10px;}

/*Personnel Page
--------------------------------------------------------------------------------------- */

.personnel-content-box { background: #e8e8e8; margin-bottom: 10px; overflow: hidden; padding: 10px 15px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;  
}
.personnel-box h3 a, .personnel-box h3, .personnel-box a {color: #00BFD6; display: block;}
.personnel-box .title-box {height: 45px;}
.personnel-content-box h3 {margin: 0px;}
.personnel-content-box h4 {text-transform: capitalize;}

.download-file-box {text-align: center; background: #eee; margin: 0 0 10px 10px;}
.download-file-box a {display: block; padding: 10px;}
.download-file-box i {font-size: 40px;}


/*Employee Login
--------------------------------------------------------------------------------------- */

.employee-table {background: #eee; border-radius: 10px; -moz-border-radius: 10px; float: left; padding: 10px;}
.employee-table td {padding: 10px;}

.logged-in-box {background: #eee; border-radius: 10px; -moz-border-radius: 10px; padding: 15px; text-align: center; margin-bottom: 20px;}

/*Market Sites Calendar Pages
--------------------------------------------------------------------------------------- */
.page-template-calendar-market-sites-php .container {display: none; visibility: hidden;}

body.page-template-calendar-market-sites-php {background: #fff; height: 100%;}

.page-template-calendar-market-sites-php ul.events li {background: #E8E8E8; padding: 15px; margin: 10px 0;}

.page-template-calendar-market-sites-php ul.events li:nth-child(even) {background: #ddd; }

a.rsswidget {font-size: 1.25em; color: #00BFD6;}

/* Spanish Calendar Page */

.page-template-events-display-php iframe {overflow: hidden; height: 900px; width: 800px;}


/* Calendar List Format */

div.event-wrap {padding: 0 0 10px 10px; margin: 5px auto;}
div.event-wrap:nth-child(even) {background: #f5f5f5;}
#tribe-events-bar {display: none !important;}
div.event-wrap:nth-child(odd) {background: #e0e0e0;}

div.event-wrap .category-label{ background-color: #646569; color: #fff; padding: 3px 5px; margin-bottom: 5px; font-size: 1em;}

div.event-wrap .front-start-time {text-transform: uppercase; float: left; width: 100px; min-height: 120px; margin: 10px 10px 0 0; border-right: 1px solid #999; text-align: center; padding-right: 10px; clear:left;}
div.event-wrap .front-start-time p {margin: 25px 0 0 0;}
div.event-wrap .front-start-time .month {font-size: 1.5em;}
div.event-wrap .front-start-time .day {font-size: 2em;}
div.event-wrap .front-start-time .time {font-size: 1.25em;}
div.event-wrap .location.gspan4 p {float: left; margin: 0 10px 0 0; font-size: 1em;}
div.event-wrap .location.gspan4 a {color: #fff; font-size: 1em; font-weight: bold;}
div.event-wrap .location.gspan4 a:hover {text-shadow: 1px 1px #646569;}
div.event-wrap .location.gspan4 ul li {float: left; padding-top: 3px;}
div.event-wrap .event-title {clear: right;}
div.event-wrap .event-content {margin: 0 10px 10px 0;}

div.event-wrap .category-label.partner-event {margin-left: -10px; background: #af95c6; float: left; padding-right: 30px;}
.partner-btn {background: #af95c6; color: #fff; padding: 5px 10px; margin-bottom: 10px;}

.tribe-events-single-event-description p.MsoNormal span {font-size: 12pt !important; color: #646569 !important; line-height: 27px !important;}
.tribe-events-single-event-description p.MsoNormal a span {color: #00BFD6 !important;}

.header-btn {padding: 0 0 30px 0;}
.header-btn .page-head h1 {padding: 25px 0 0 0;}
.header-btn .support-box-orange {height: 50px; float: right; margin: 5px 10px;}

.header-btn .support-box-orange .large-icon {font-size: 45px; padding: 0 5px; height: 40px;}
.header-btn .support-box-orange .large-icon h3.child {}
.header-btn .support-box-orange .large-icon i {padding-top: 0;}
div.event-wrap .events-inner-content {padding: 20px;}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right {float: right;}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {text-align: left;}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {text-align: right;}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left {float: left;}

div.event-wrap .tribe-events-meta-group-venue, div.event-wrap .tribe-events-meta-group-organizer {border-top: #999 solid 1px; margin: 15px 0 0 0;}
.tribe-events-event-meta:first-child {border-top: 0px !important;}

.eventbrite-ticket-embed iframe {height: 240px !important;}
.recurrence-row, .tribe-events-community-details .saved-linked-post {display: none;}

/*Event submission form
--------------------------------------------------------------------------------------- */
#StateProvinceText, #EventCurrencyPosition {display: none;}

#event_custom .tribe_sectionheader h4::after {}

#tribe-community-events .events-community-post-content textarea {min-height: 150px;}

#tribe-community-events .events-community-post-title input, #tribe-community-events .events-community-post-content textarea, .eventForm input, .eventForm select, .eventForm textarea {padding: 5px; font-size: 1em;}

.tribe-events-community-details {background: #fdfbfc; padding-top: 7px;}

.tribe-tribe_organizer-error.error {display: none;}

/* Supporters page with tabs
--------------------------------------------------------------------------------------- */
ul.simpleTabsNavigation { margin:0px!important; padding:0; text-align:left; }
ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0!important; padding:0; text-align: center; }
ul.simpleTabsNavigation li a { padding:15px; font-size:2em; text-decoration:none; width: 30%; display: inline-block; font-family: HelveticaNeueLTStd-Cn;}
ul.simpleTabsNavigation li a:hover { color:#039db0; }
ul.simpleTabsNavigation li a.current { background:#fff; color:#222; border-bottom:10px solid #95d600; width: 30%; display: inline-block; }
div.simpleTabsContent { border-top:2px solid #E0E0E0; padding:25px 0; margin-top:0px; display:none; }
div.simpleTabsContent a img {max-width: 150px; height: auto; display: block; margin: 0 auto; position: absolute; margin: auto auto auto auto; left: 0; right: 0; top: 0; bottom: 0;}
div.simpleTabsContent.currentTab { display:block; }
.flex-container-supporters{ display: flex; flex-direction: row; flex-wrap: wrap; flex-flow: row wrap; justify-content:flex-start; align-content: stretch;}
.supporter-wrap{ padding: 20px; width: 26%; position: relative; margin: auto; min-height: 150px; position: relative;}
.supporter-wrap:last-child, .supporter-wrap:nth-last-child(2) {margin: 0 17px;}
.supporter-name{ text-align: center; display: block; margin-top: 10px;}
.note{ display: block; width: 100%; color: #a1a7af; margin-bottom: 10px; text-align: center;}

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

#footer {background: #e8e8e9; color: #65666a; padding: 20px 50px 10px;}
.footer-container {margin: 20px 0 ; overflow: hidden;} 
.footer-container p {/*font-size: 13px; line-height: 24px;*/}
.footer-container h4 { text-transform: uppercase; font-size: 13px; line-height: 24px; font-weight: 700; margin-bottom: 10px;}
.footer-container h2 {text-transform: uppercase;}

#footer .menu a {text-transform: uppercase; color: #65666a; line-height: 1.5em; font-size: 1.3em; font-family: HelveticaNeueLTStd-BdCn; font-weight: normal; font-style: normal;}


.tweet-box { min-height: 113px; text-align: left; font-size: 13px;}
.tweet-box a {}
div.rtw_icon img {display: none!important;}
div.rtw_name {display: none !important;}
div.rtw_time_short a{}


.rtw_wide_block .rtw_name, .rtw_wide_block .rtw_id {font-size: 24px; text-transform: uppercase; font-family: HelveticaNeueLTStd-BdCn; font-weight: normal; font-style: normal;}
.rtw_wide_block .rtw_name, .rtw_wide_block .rtw_id {color: #646569;}

.rtw_wide_block p.rtw_main, div.rtw_main {}
.rtw_main {font-size: 16px; width: 200px !important;}
.rtw_main a {color: #646569; font-family: HelveticaNeueLTStd-BdCn; font-weight: normal; font-style: normal;}
.rtw_intents {}
.rtw_info {margin-bottom: 2px; padding-bottom: 2px;border-bottom: 1px dotted #c2e5e0; width: 200px !important;}
.rtw_wide_block {padding-left: 0px !important;}
div.rtw_wide_icon img {display: none!important;}
.rtw_expand {display: none !important;}
.rotatingtweets {}
.feature-tweet {}

.social a {color: #00BFD6; margin-right: 5px;}

#searchsubmit {display: none;}
input#s {padding: 10px; margin-top: 25px; margin-bottom: 20px; height: 20px; color: #8f9092; width: 90%; font-family: HelveticaNeueLTStd-Roman; font-size: 20px; }
.widget_search label {display: none; max-width: 147px;}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px 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: 5px 20px 20px 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 20px 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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*btn styles*/
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}


html.ie10 input[name="res"] { padding-bottom: 5px; height: 25px; }
html.ie10 input[name="DebtToAssets_value"] { padding-bottom: 5px; height: 25px; }
html.ie10 .mb-calculator input[type='button'], html.ie10 .calculator-box input[type='button'] { background-color: #428285;}

.show-mobile{display: none;}

/*Ondeck*/
.ondeck-content {padding-left: 40px}
.ondeck-content strong {font-weight: bolder;}
.ondeck-content p {font-size: 18px; line-height: 30px;}
.ondeck-content span.purple {color: #b094dc; font-weight: bold; font-size: 24px;}
.ondeck-content span.green {color: #95d600; font-weight: bold; font-size: 24px;}
.page-template-ondeck .product-bottom li {	 margin-left: 0px !important;	list-style: none !important;}
.qual-middle {text-align: center; margin-bottom: 40px;}
.qual-image {background: #f1f1f1; padding-top: 20px; padding-bottom: 20px; height: 125px; overflow: hidden;}
.qual-image img {position: relative; top: 50%; transform: translateY(-50%);}
.qual-content {background: #e8e8e8; padding: 10px; height: 100px; }
.qual-content div {position: relative; top: 50%; transform: translateY(-50%);}


/* Format languages in the footer */

#footer_language_list{
  margin: 40px 0;
  text-align: center;
}

#footer_language_list ul{
  list-style: none;
  margin:0;
  padding:0;
}

#footer_language_list ul li img{
  margin-right:5px;
}

#footer_language_list ul li{
  display:inline;
  margin:0 5px 0 5px;
  padding:0;
}

#footer_language_list ul li a, #footer_language_list ul li a:visited{
 
  text-decoration:underline;
}

@media all and (min-width: 1920px) {
  .row-wrap {
    width: 1260px;
  }
}

@media all and (max-width: 1220px) {
  .secondary-top-nav .social-brands a {
    font-size: 15px;
  }
}

@media all and (max-width: 1322px) {
	
	.top-nav-container .menu-container.gspan5 {width: 50%;}
  #video-sec .gspan5  {width: 60%;}

	#wwa-sec, #entrepreneur-sec, #donate-sec, #events {padding: 50px;}
	#video-sec .row-wrap {padding: 50px 0;}
	.es #video-sec h1 {font-size: 70px;}
	#entrepreneur-sec .gspan6 h1 {font-size: 60px;}

}

@media all and (max-width: 1190px) {

	/* .top-nav-container .gspan7 {width: 100%; float: none; clear: both;} */
	.top-nav-container {padding: 10px 20px;}
	#donate-sec .gspan5, #entrepreneur-sec .gspan6, #video-sec .gspan5  {background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.35); width: 60%; padding: 20px;}
	
	section .row-wrap h1, #events h1 {font-size: 60px;}
	
	#entrepreneur-sec .gspan6, #video-sec .gspan5 {float: right; clear: both;}
	
	#video-sec h1, #video-sec h2, #video-sec ul li:first-child a {color: #fff;}
	
	#events .photo-space {min-height: 200px; overflow: hidden;}
	.menu-container {margin-left: -80px;}
	.es .menu-container {margin-left: -120px;}

}
.menu-top-main-menu-container ul li a .grey { color: #65666a !important; }
.menu-top-main-menu-container ul li .fa-envelope { margin-top: -5px !important; }

/* 28/08/2019 */
div.simpleTabsContent .flex-container-supporters .supporter-wrap a img{
	position: relative;
}