/*
 Theme Name: sharebetter
 Theme URI:
 Author: 
 Author URI: 
 Description:
 Version: 1.0
 License:
 License URI:
 Tags:
 Text Domain:

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */
/*---------Font face--------------------*/

@font-face {
	font-family: 'Aileron-Light';
	src: url('fonts/aileronlight.eot');
	src: url('fonts/aileronlight.eot?#iefix') format('embedded-opentype'),
			 url('fonts/aileronlight.woff') format('woff'),
			 url('fonts/aileronlight.ttf') format('truetype'),
			 url('fonts/aileronlight.svg#aileronlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Aileron-Regular';
	src: url('fonts/aileronregular.eot');
	src: url('fonts/aileronregular.eot?#iefix') format('embedded-opentype'),
			 url('fonts/aileronregular.woff') format('woff'),
			 url('fonts/aileronregular.ttf') format('truetype'),
			 url('fonts/aileronregular.svg#aileronregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Aileron-SemiBold';
	src: url('fonts/aileronsemibold.eot');
	src: url('fonts/aileronsemibold.eot?#iefix') format('embedded-opentype'),
			 url('fonts/aileronsemibold.woff') format('woff'),
			 url('fonts/aileronsemibold.ttf') format('truetype'),
			 url('fonts/aileronsemibold.svg#aileronsemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Aileron-Bold';
	src: url('fonts/aileronbold.eot');
	src: url('fonts/aileronbold.eot?#iefix') format('embedded-opentype'),
			 url('fonts/aileronbold.woff') format('woff'),
			 url('fonts/aileronbold.ttf') format('truetype'),
			 url('fonts/aileronbold.svg#aileronbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Light';
	src: url('fonts/sourcesansprolight.eot');
	src: url('fonts/sourcesansprolight.eot?#iefix') format('embedded-opentype'),
			 url('fonts/sourcesansprolight.woff') format('woff'),
			 url('fonts/sourcesansprolight.ttf') format('truetype'),
			 url('fonts/sourcesansprolight.svg#sourcesansprolight') format('svg');
	font-weight: normal;
	font-style: normal;
}			
@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('fonts/sourcesansproregular.eot');
	src: url('fonts/sourcesansproregular.eot?#iefix') format('embedded-opentype'),
			 url('fonts/sourcesansproregular.woff') format('woff'),
			 url('fonts/sourcesansproregular.ttf') format('truetype'),
			 url('fonts/sourcesansproregular.svg#sourcesansproregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Semibold';
	src: url('fonts/sourcesansprosemibold.eot');
	src: url('fonts/sourcesansprosemibold.eot?#iefix') format('embedded-opentype'),
			 url('fonts/sourcesansprosemibold.woff') format('woff'),
			 url('fonts/sourcesansprosemibold.ttf') format('truetype'),
			 url('fonts/sourcesansprosemibold.svg#sourcesansprosemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('fonts/sourcesansprobold.eot');
	src: url('fonts/sourcesansprobold.eot?#iefix') format('embedded-opentype'),
			 url('fonts/sourcesansprobold.woff') format('woff'),
			 url('fonts/sourcesansprobold.ttf') format('truetype'),
			 url('fonts/sourcesansprobold.svg#sourcesansprobold') format('svg');
	font-weight: normal;
	font-style: normal;
}	
@font-face {
	font-family: 'SourceSansPro-It';
	src: url('fonts/sourcesansproit.eot');
	src: url('fonts/sourcesansproit.eot?#iefix') format('embedded-opentype'),
			 url('fonts/sourcesansproit.woff') format('woff'),
			 url('fonts/sourcesansproit.ttf') format('truetype'),
			 url('fonts/sourcesansproit.svg#sourcesansproit') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*---------------------------------------------------------------*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	font-family: 'SourceSansPro-Regular';
	font-size: 16px;
	line-height: 22px;
	color: #555555;
}

a {
	text-decoration: none;
	color: #8e8e8e;
}
a:hover,a:active,a:focus{
	color: #DDD;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
img {max-width: 100%;}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	
}

h1 {
	font-size: 70px;
	font-family: 'Aileron-Light';
	line-height: 72px;
	font-weight: normal;
}
h2 {
	font-size: 48px;
	font-family: 'Aileron-Light';
	line-height:60px;
	font-weight: normal;
	color:#0a89ea;
	margin-bottom: 40px;
	margin-top: 50px;
}
h3 {
	font-size: 38px;
	font-family: 'Aileron-Light';
	line-height: 35px;
	font-weight: normal;
}
h4 {
	font-size: 30px;
	font-family: 'Aileron-Light';
	line-height: 34px;
	font-weight: normal;
	color: #2f2f2f;
}
h5 {
	font-size: 22px;
	font-family: 'SourceSansPro-Bold';
	line-height: 31px;
	font-weight: normal;
	color:#ffffff;
}
h6 {
	font-size: 20px;
	font-family: 'SourceSansPro-Bold';
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
	color:#ffffff;
}
p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 18px;
	font-family: 'SourceSansPro-Regular';
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #0a89ea;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #0a89ea;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}



.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/*CUSTOM STYLE
 =====================================================*/

.wrapper{
	width: 100%;
	max-width:940px;
	min-width:296px;
	margin:0px auto;
}
a,button{
	outline:none !important;
}

/*** Begin Header Section *************************************************************************************/
.header-container{
	width:100%;
	float:left;
	padding:56px 0px 147px;
	background:url(images/buildings_gray.png) repeat-x bottom left;
        position: relative;
        z-index: 2;
}
.header-area{
	width:100%;
	float:left;
	position:relative;
}
.logo-section{
	width:9.6%;
	float:left;
}
.logo{
	width:100%;
	float:left;
}
.menu-container{
	width:74.5%;
	float:left;
}
.social-share{
	width:14%;
	float:left;
	
}
.header-area .social-share{
	margin-top:51px;
	float: right;
}
.social-share ul{
	margin:0px;
}
.social-share ul li{
	list-style:none;
	float:left;
	margin-left:11px;
	width:auto;
}
.menu-container .flexnav .touch-button{
	display:none;
}
.menu-container .flexnav li a{
	background:none;
	border:none;
	padding:0px;
	float:left;
	font-family: 'Aileron-SemiBold';
	color:#0a89ea;
	font-size:15px;
	line-height:31px;
}
.menu-container .flexnav li:hover,.menu-container .flexnav li:focus,.menu-container .flexnav li:active,.current-menu-item{
	background:url(images/blue-small-arrow.png) no-repeat  center 33px;
	border-bottom:3px solid #0a89ea;
}
.menu-container .flexnav li{
	background:none;
	width:auto;
	float:left;
	list-style:none;
	margin:0px 12px;
	padding-bottom:11px;
}
.menu-container nav{
	width:100%;
	float:left;
	margin-top:50px;
}
.menu-container .flexnav li > ul{
	min-width:127px;
	width:auto;
	top:100%;
	float:left;
	background:#fff;
	margin-left:0px;
	border:3px solid #0a89ea;
	border-radius:3px;
}
.menu-container .flexnav li > ul ul{
	left:100%;
	top:0;
}

.menu-container .flexnav li > ul li{
	padding:0px 3px;
	width:100%;
	margin:0px;
	text-align:center;
	border:none;
}
.menu-container .flexnav li > ul li:hover,.menu-container .flexnav li > ul li:active,.menu-container .flexnav li > ul li:focus{
	border:none;
}
.menu-container .flexnav li > ul li a{
	color:#0a89ea;
	width:100%;
	float:left;
	font-family: 'SourceSansPro-Bold';
	font-size:16px;
}
.menu-container .flexnav li.item-with-ul:hover,.menu-container .flexnav li.item-with-ul:focus,.menu-container .flexnav li.item-with-ul:active{
	background:url(images/blue-small-arrow.png) no-repeat bottom center;
}
.menu-container .flexnav li > ul li a:hover,.menu-container .flexnav li > ul li a:active,.menu-container .flexnav li > ul li a:focus{
	border:none;
	color:#fff;
}
.menu-container .flexnav li > ul li:hover,.menu-container .flexnav li > ul li:active,.menu-container .flexnav li > ul li:focus{
	background:#0a89ea !important;
}
.menu-container .menu-button{
	background:none;
	border:none;
	position:absolute;
	background:url(images/icon.png) no-repeat center;
	z-index:1000;
	top:51px;
	left:25px;
}
.menu-container .menu-button .touch-button{
	display:none;
}
.menu-container .flexnav .touch-button{
	width:31px;height:31px;
	background:url(images/white-down-arrow.png) no-repeat center;
}
.menu-container .navicon{
	display:none;
}
.menu-container .flexnav .touch-button.active{
	width:31px;height:31px;
	background:url(images/white-down-arrow1.png) no-repeat center;
}


/*** End Header Section ***************************************************************************************/


/*** Begin Content Section ************************************************************************************/
/*** End Content Section **************************************************************************************/


/*** Begin Footer Section *************************************************************************************/
footer{
	width:100%;
	float:left;
}
.footer-top{
	background:#f8a41b;
	padding:37px 0px;
	text-align:center;
}
.footer-top-image{
	width:100%;
	float:left;
	text-align:center;
}
.footer-adword{
	width:100%;
	float:left;
	text-align:center;
}
/*** End Footer Section ***************************************************************************************/


.footer-adword a{
	font-family: 'SourceSansPro-Regular';
	font-size:22px;
	line-height:31px;
	color:#ffffff;
}
.footer-adword h5 a{
		font-size: 22px;
	font-family: 'SourceSansPro-Bold';
	line-height: 31px;
	font-weight: normal;
	color:#ffffff;
}
.footer-bottom{
	background:#0a89ea;
}
.footer-bottom{
	width:100%;
	float:left;
	padding:52px 0px 52px;
}
.footer-bottom-top{
	width:100%;
	float:left;
}
.footer-bottom-below{
	width:100%;
	float:left;
}
.footer-logo{
	width:29.8%;
	float:left;
	margin:23px 0px 0px 0px;
	text-align:right;
}
.footer-menu{
	width:19.1%;
	float:left;
	margin-left:6.9%;
}
.footer-bottom-top ul{
	margin:0px;
}
.footer-bottom-top ul li{
	list-style:none;
	
}
.footer-bottom-top ul li a{
	font-family: 'Aileron-SemiBold';
	color:#ffffff;
	font-size:16px;
	line-height:31px;
}
.footer-bottom-top ul li a:hover{
	text-decoration:underline;
}
.footer-bottom-top .sub-menu li {
    margin-left: 30px;
}
.footer-share{
	width:24%;
	float:left;
	margin-left:4%;
}
.footer-share .social-share{
	width:100%;
	float:left;
	margin:10px 0px 22px 0px;
}
.footer-share .social-share ul li{
	margin:0px 11px 0px 0px;
}
.footer-bottom-below{
	width:100%;
	float:left;
	text-align:center;
	margin-top:38px;
}
.footer-bottom-below p{
	font-family: 'Aileron-Bold';
	color:#ffffff;
	margin:0px;
	font-size:14px;
	line-height:31px;
}
.footer-bottom-below p a{
	color:#ffffff;
}
.header-bottom-stripe{
	background:url(images/sp-back.png) repeat;
	width:100%;
	float:left;
	padding:0px 0px 35px;
	position:relative;
        background: #3f3f3f;
        z-index: 1;
}
#header {
    float: left;
    width: 100%;
    
    /*background:url(images/gray_clouds.jpg) repeat;*/
    background-size: 100% auto;
    background-position: center top;
}
.header-stripe{
	width:100%;
	float:left;
}
.header-stripe p{
	width:auto;
	float:left;
	margin:0px;
	font-family: 'Aileron-Regular';
	font-size:24px;
	color:#ffffff;
	line-height:40px;
	/*padding-left:6.4%;*/
        color: #f8a41b;
        padding-bottom: 20px;
        /*width:100%;*/
}


/*===Custom Buttons===*/

.white-button{
	padding:0 33px;
	font-size:22px;
	line-height:46px;
	background:none;
	border:2px solid #ffffff;
	color:#ffffff;
	font-family: 'SourceSansPro-Semibold';
	border-radius:2px;
	/*transition:150ms ease-in all;*/
}
.white-button:hover,.white-button:focus,.white-button:active{
	border:2px solid #ffffff;
	background:#ffffff;
	color:#0068c4;
}
.white-button.small{
	padding:0 38px;
	font-size:18px;
	line-height:38px;
}
.header-stripe .white-button {
    color: #f8a41b;
    border-color: #f8a41b;
}
.header-stripe .white-button:hover {
    border:2px solid #f8a41b;
    background:#f8a41b;
}
.yellow-button{
	padding:0px 50px;
	line-height:53px;
	border:2px solid #f8a41b;
	background:none;
	color:#f8a41b;
	font-size:22px;
	border-radius:2px;
	/*transition:150ms ease-in all;*/
}
.yellow-button:hover,.yellow-button:focus,.yellow-button:active{
	border:2px solid #ffffff;
	background:#ffffff;
	color:#f8a41b;
}
.blue-button{
	padding:0 19px;
	font-size:22px;
	line-height:48px;
	color:#0068c4;
	border:2px solid #0068c4;
	background:none;
	font-family: 'SourceSansPro-Bold';
	border-radius:2px;
	min-width:186px;
	/*transition:150ms ease-in all;*/
}
.blue-button:hover,.blue-button:active,.blue-button:focus{
	background:#0068c4;
	color:#fff;
}
.header-stripe .white-button.small{
	float:right;
}
.header-stripe .white-button:hover {
    color: #3f3f3f !important;
}
.close-button{
	position:absolute;
	width:24px;
	height:24px;
	background:url(images/close.png) no-repeat center;
	right:18px;
	top:0px;
	cursor: pointer;
	z-index:1500;
}
.main-slider{
	width:100%;
	float:left;
	position:relative;
        display:none;
}
.main-slider .cycle-slide {
    width: 100%;
	float:left;
}
.cycle-slideshow {
    float: left;
    width: 100%;
}
.sliding-inner-area{
	width:100%;
	float:left;
	position:relative;
	z-index:1000;
}
.sliding-data-outer{
	height: 100%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.sliding-data{
	/*width:52.2%;
	position:relative;
	text-align:center;
	padding:42px 0px 38px;
	margin: 0 auto;
	float:none;
	display:inline-block;*/
	display: table;
    float: none;
    height: 100%;
    margin: 0 auto;
    width: 668px;

}
.sliding-data-text{
	 display: table-cell;
    vertical-align: middle;
}
.sliding-data h2{
	color:#f9aa2b;
}
.sliding-data p{
	color:#ffffff;
}
.graph{
	width:100%;
	float:left;
}
.graph-image{
	width:50.85%;
	float:none;
	display:inline-block;
}
.graph-image img{
	max-width:100%;
}

.button-area{
	width:100%;
	float:left;
	margin-top:40px;
}
.button-area .yellow-button{
	float:none;
	display:inline-block;
}
.main-slider .center span{
	position:absolute;
	top:25%;
	z-index:1000;
	font-size:0px;
	width:64px;
	height:179px;
	cursor:pointer;
}
.main-slider .center #prev{
	background:url(images/left-arrow.png) no-repeat center;
	left:45px;
}
.main-slider .center #next{
	background:url(images/right-arrow.png) no-repeat center;
	right:45px;
}
.sliding-image{
	width:100%;
	float:left;
	/*position:absolute;
	z-index:0;
	height:100%;*/
	
}
.sliding-image img{
	width: 100%;
}
.city-image img{
	width: 100%;
}
.blue-color{
	background:#0068c4;
}
.light-blue-color{
	background:#0a89ea;
}
.story-block{
	width:100%;
	float:left;
}
.story-stripe{
	width:100%;
	float:left;
	padding:64px 0px 69px;
	position:relative;
}
.data-text{
	width:70.2%;
	float:left;
	margin-left:4.3%;
}
.author-image{
	width:25.5%;
	float:left;
	text-align:right;
        
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        height: 180px;
        width: 180px;
        margin-left: 59px;
        overflow: hidden;
        position: relative;
}
.author-image > img {
    
   
      border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
}
.data-text > p{
	font-family: 'SourceSansPro-It';
	font-size:18px;
	color:#ffffff;
}
.data-text > p:before {
    content: '"';
}
.data-text > p:after {
    content: '"';
}
.data-text h6{
	margin-bottom:20px;
	text-transform: none;
}
.data-text > .refer-word{
	font-family: 'SourceSansPro-Semibold';
	font-size:18px;
	color:#ffffff;
}
.story-share{
	width:100%;
	float:left;
	margin-top:13px;
}
.social-share{
	width:auto;
	float:left;
}
.story-share .social-share{
	margin-top:9px;
}
.story-share .white-button{
	float:right;
}
.down-pointer{
	position:absolute;
	width:100%;
	height:32px;
	text-align:center;
	bottom:-32px;
	display:none;
}
.blue-arrow .down-pointer{
	display:block;
	background:url(images/blue-arrow.png) no-repeat center;
	background-size:auto 100%;
}
.light-blue-arrow .down-pointer{
	display:block;
	background:url(images/light-blue-arrow.png) no-repeat center;
	background-size:auto 100%;
}
.brand-image{
	width:19.1%;
	text-align:right;
	float:left;
}
.brand-image img {
    border-radius: 100%;
}
.section-comment{
	padding-left: 3.2%;
    width: 76.6%;
	float:left;
}
.section-comment h6{
	font-size:16px;
	color:#0068c4;
	line-height:18px;
	margin-bottom:7px;
}
.comment-text{
	width:100%;
	float:left;
	
}
.comment-text .comment{
	width:57%;
	float:left;;
}
.comment p{
	font-family: 'SourceSansPro-It';
	font-size:16px;
	line-height:22px;
	color:#0068c4;
	margin:0px;
}
.comment p:before {
    content: '"';
}
.comment p:after {
    content: '"';
}
.comment-stripe{
	width:100%;
	float:left;
	padding:57px 0px 55px;
	background:#f5f5f5;
}
.comment-text .blue-button{
	float:right;
}
.share-stripe{
	width:100%;
	float:left;
	background:#ffffff;
	padding:43px 0px;
}
.share-stripe h5 a{
	color:#0a89ea;
}
.first-half, .second-half{
	width:50%;
	text-align:center;
	float:left;
}
.whole-position {
    width:100%;
    text-align: center;
    float:left;
}
.story-page-header{
	width:100%;
	float:left;
	position:relative;
        background-size: 100% auto;
}
.featured-image{
	width:100%;
	float:left;
        position: absolute;
}
.featured-image img{
	width:100%;
}
.story-title{
	width:100%;
	float:left;
	text-align:center;
	position:absolute;
	top:37%;
}
.story-title h2{
	color:#f9aa2b;
}
.inner-content{
	width:100%;
	float:left;
	padding:86px 0px 94px;
	background:#ffffff;
	position:relative;
}
.inner-content .data-text > p{
	color:#383838;
}
.inner-content .data-text > h6{
	color:#383838;
}
.inner-content .data-text > .refer-word{
	color:#383838;
}
.single-bottom{
	width:100%;
	float:left;
	text-align:center;
}
.single-bottom-button{
	width:620px;
	float:none;
	display:inline-block;
	text-align:center;
	margin-top:69px;
}




.city-data h2{
	color:#f9ab2b;
}
.city-video-outer{
	width:100%;
	position:absolute;
	text-align:center;
	padding:0px;
	top:0;
	height: 100%;
}
/*.city-image{
	width:100%;
	position:absolute;
	top:0;
}*/
.city-video{
	width:100%;
	float:left;
	position:relative;
}
.city-data{
	max-width:668px;
	float:none;
	display:table;
	height: 100%;
	margin: 0 auto;
}
.city-data-inner{
	display: table-cell;
	vertical-align: middle;
}
.city-data p{
	color:#ffffff;
	font-size:20px;
	line-height:26px;
	margin:4px 0px 53px;
}
.city-data h2 a{
	color:#f9ab2b;
	padding-left:88px;
	background:url(images/watch-circular.png) no-repeat left center;
	background-size:auto 60px;
}
.comment-section{
	width:100%;
	float:left;
	background:#f5f5f5;
}
.comment-row{
	width:100%;
	float:left;
	padding:47px 0px;
	border-bottom:2px solid #ffffff;
}
.commentor{
	width:11.7%;
	float:left;
}
.commentor-image{
	width:100%;
	float:left;
	text-align:right;
}
.commentor-image img{
	width:90px;
	height:90px;
	border-radius:150px;
}
.comment{
	width:74.5%;
	float:left;
	margin-left:2.2%;
}
.commented-user{
	font-family: 'SourceSansPro-Bold';
    font-size:16px;
	color:#0069c4;
	line-height:18px;
	float:left;
	width:100%;
	margin-bottom:9px;
}
.comment-row .comment p{
	line-height:18px;
}
.arrow-down{
	background:url(images/white-arrow.png) no-repeat center;
	position:absolute;
	width:100%;
	height:86px;
	bottom:-43px;
}
.featured-block{
	width:100%;
	float:left;
	position:relative;
        min-height: 530px;
        overflow: hidden;
        background-position: center;
}

.featured-content h2,.featured-content h2 a{
	color:#f9ab2b;
	margin: 0;
}

.name-title{
	font-family: 'Aileron-SemiBold';
	font-size:32px;
	color:#ffffff;
	width:100%;
	float:left;
	margin-top:19px;
}
.featured-content p{
	font-family: 'SourceSansPro-Regular';
	font-size:24px;
	color:#ffffff;
	float:left;
	margin:17px 0px 20px;
	width:100%;
}
.featured-content p:before {
    content: '"';
}
.featured-content p:after {
    content: '"';
}
.featured-content .social-share{
	margin-top:20px;
}
.featured-video-block-inner iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.featured-video iframe {
    display: none;
}
.truth-tuesday-block {
    width: 100%;
    float: left;
    text-align: center;
}
.mail-chimp-container {
    display:none;
}

.mc_signup_submit input{
	padding:0 33px;
	font-size:22px;
	line-height:46px;
	background:none;
	border:1px solid #ffffff;
	color:#ffffff;
	font-family: 'SourceSansPro-Bold';
	border-radius:2px;
        width:216px;
	/*transition:150ms ease-in all;*/
}
#mc_signup_submit {
    width:216px !important;
    margin-top: 10px !important;
}
.mc_signup_submit input:active{
	border:1px solid #ffffff;
	background:#ffffff;
	color:#f8a41b;
}
.mc_merge_var {
    width: 300px;
    margin: auto;
}
.mc_merge_var label {
    width: 100px;
    color: white;
    font-size: 17px;
    display: inline-block;
}
.mc_merge_var input {
    width: 196px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: white;
}
#mc_signup_form {
    padding-top: 20px;
}
.mc_error_msg {
    background-color: #f05d61;
    color: #fff;
    padding: 15px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 10px;
    width:300px;
}
.mc_success_msg {
    background-color: #c8f05d;
    color: #000;
    padding: 15px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 10px;
    width:300px;
}
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-twitterid {
    width: 30.11%;
	float:left;
	margin-left:3.33%;
}
.comment-form .comment-form-author{
	margin-left:0px;
}
.footer-block{
	max-width:300px;
	float:none;
	display:inline-block;
	cursor:pointer;
}
.main-hero-banner  {
    background-image: url('images/banner_home.jpg');
    height:421px;
    float: left;
    width: 100%;
}
.main-hero-banner .container, .main-hero-banner .wrapper, .main-hero-banner .row, .main-hero-banner .col-sm-12{
    height: 100%;
}
.hero-banner-container {
    height: 100%;
    display: table;
    width: 100%;
}
.hero-banner-content {
    display: table-cell;
    vertical-align: middle;
}

.main-hero-banner h2 {
    color: #f5a32f;
    font-size: 32px;
    margin: 0;
    margin-bottom: 10px;
}
.main-hero-banner span {
    color: white;
    font-size: 18px;
}
.loading-stories {
    background-image: url('images/blue_over_white_preloader.gif');
    background-position:center;
    background-repeat: no-repeat;
    width:  100px;
    height: 60px;
    margin:auto;
    margin-top: 30px;
    display:none;
}
.share-button {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 68px;
    color: #0a89ea;
    font-size: 22px;
    font-family: 'SourceSansPro-Bold';
    line-height: 31px;
    font-weight: normal;
    display: inline-block;
}
.share-button:hover {
    color: #0a89ea;
}

.read-more-icon {
    background-image: url('images/read-more.png');
}
.read-more-icon:hover {
    background-image: url('images/read-more_hover.png');
}
.share-your-story {
    background-image: url('images/share.png');
}
.share-your-story:hover {
    background-image: url('images/share_hover.png');
}
.show-subscribe-form {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 68px;
    background-image: url('images/globe.png');
    float: none;
    display: inline-block;
}
.show-subscribe-form:hover {
    background-image: url('images/globe_hover.png');
}
.video-outer{
	float:left;
	width:100%;
        
        height:521px;
        background-size: 100% auto;
        
        background-position: center;
        background-color: #000;
        position: relative;
        overflow: hidden;
}
.video-outer-bg {
   background-image: url(images/banner_home.jpg);
   background-size: auto 100%;
   background-position: center;
}
.vide-background {
    display:none;
    width: 100%;
    height: 100%;
    position: absolute;
}
.video-header {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: table;
      height: 100%;
}
.about-video-title {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.play-btn {
    background-image: url("images/btn.play.video.retina.png");
    width:142px;
    height:141px;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.video-wrapper  {
    display:block;
    height:100%;
    width:100%;
    position:relative;
    z-index: 2;
}

.video-controls {
    width: 100%;
    display: table;
    position: relative;
    top: 0;
    bottom: 0px;
    height: 100%;
}
.video-controls-cont {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
}
.video-wrapper .close-btn {
    background-image: url("images/btn.close.white.png");
}
.close-btn {
    width: 61px;
    height: 62px;
    background-image: url("images/img/btn.close.png");
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    z-index: 2000;
}
.full-video {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background-color: black;
}
.ytb-video-cont {
    display: block;
    height: 100%;
}
.full-video .ytb-video-cont {
    top: 41px;
    left: 0;
    right: 0;
    bottom: 0;
    height:initial;
    position: absolute;
}

.full-video .close-btn {
    background-size: 100%;
    width: 41px;
    height: 41px;
}
.landing_text {
    color: #ed9f31;
    font-size: 25px;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.page-template-page-templatesstory-php .vide-background, .page-template-page-templatesabout-page-php .vide-background{
    opacity:.6;
}


.st_email_large {
    cursor:pointer;
}
.social-share .facebook-share {
    background-image: url('images/share-light-fb.png');
    width:14px;
    height:27px;
    display: inline-block;
}
.social-share .facebook-share:hover {
    background-image: url('images/share-light-fb_hover.png');
}

.social-share .twitter-share {
    background-image: url('images/share-light-twitter.png');
    width:32px;
    height:25px;
    display: inline-block;
}
.social-share .twitter-share:hover {
    background-image: url('images/share-light-twitter_hover.png');
}  
.social-share .youtube-share {
    background-image: url('images/share-light-youtube.png');
    width:38px;
    height:26px;
    display: inline-block;
}
.social-share .youtube-share:hover {
    background-image: url('images/share-light-youtube_hover.png');
}  
.social-share .mail-share, .st_email_large {
    background-image: url('images/share-light-mail.png');
    width:36px;
    height:27px;
    display: inline-block;
}
.social-share .mail-share:hover, .st_email_large:hover {
    background-image: url('images/share-light-mail_hover.png');
}  

.dark-layout .facebook-share {
    background-image: url('images/share-dark-fb.png');
}
.dark-layout .facebook-share:hover {
    background-image: url('images/share-dark-fb_hover.png');
}
.dark-layout .twitter-share {
    background-image: url('images/share-dark-twitter.png');
}
.dark-layout .twitter-share:hover {
    background-image: url('images/share-dark-twitter_hover.png');
}
.dark-layout .youtube-share {
    background-image: url('images/share-dark-youtube.png');
}
.dark-layout .youtube-share:hover {
    background-image: url('images/share-dark-youtube_hover.png');
}
.dark-layout .mail-share, .dark-layout .st_email_large{
    background-image: url('images/share-dark-mail.png');
}
.dark-layout .mail-share:hover, .dark-layout .st_email_large:hover{
    background-image: url('images/share-dark-mail_hover.png');
}

/* GRAY ICONS */
.gray-icons .facebook-share {
    background-image: url('images/share-gray-fb.png');
}
.gray-icons .facebook-share:hover {
    background-image: url('images/share-gray-fb_hover.png');
}
.gray-icons .twitter-share {
    background-image: url('images/share-gray-twitter.png');
}
.gray-icons .twitter-share:hover {
    background-image: url('images/share-gray-twitter_hover.png');
}
.gray-icons .mail-share, .gray-icons .st_email_large{
    background-image: url('images/share-gray-mail.png');
}
.gray-icons .mail-share:hover, .gray-icons .st_email_large:hover{
    background-image: url('images/share-gray-mail_hover.png');
}