/*   
 * Template Name: AdYapper
 * Version: 1.0
 * Author: AdYapper
*/

/* Avenir */
@font-face {
    font-family: AvenirBold;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.otf);
}

@font-face {
    font-family: AvenirBoldItalic;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.otf);
}

@font-face {
    font-family: AvenirDemi;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.otf);
}

@font-face {
    font-family: AvenirDemiItalic;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-DemiItalic.otf);
}

@font-face {
    font-family: AvenirHeavy;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.otf);
}

@font-face {
    font-family: AvenirHeavy;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.otf);
}

@font-face {
    font-family: AvenirHeavyItalic;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-HeavyItalic.otf);
}

@font-face {
    font-family: AvenirItalic;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Italic.otf);
}

@font-face {
    font-family: AvenirLight;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Light.otf);
}

@font-face {
    font-family: AvenirLightItalic;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-LightItalic.otf);
}

@font-face {
    font-family: AvenirMedium;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Medium.otf);
}

@font-face {
    font-family: AvenirMediumItalic;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.otf);
}

@font-face {
    font-family: AvenirRegular;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.otf);
}

@font-face {
    font-family: AvenirThin;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Thin.otf);
}

@font-face {
    font-family: AvenirThinItalic;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-ThinItalic.otf);
}

@font-face {
    font-family: AvenirUltraLight;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.otf);
}

@font-face {
    font-family: AvenirUltraLightIt;
    src: url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLightIt.otf);
}



/* Default */

/* ======= Base ======= */

.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #444444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


a {
  color: #8bc53f;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
font-family:inherit;
font-size:100%;
}
a:hover {
  text-decoration: underline;
  color: #a0d062;
}

.btn,
a.btn,
input.btn,
button.btn
 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 11px 28px;
  font-weight: bold;
}

.btn:focus,
a.btn:focus,
input.btn:focus {
  color: #fff;
}

.btn {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  padding:2.5em;
  text-transform: uppercase; }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }

  
.btn-green {
  font-size: 12px;
  border-style:none;
  border-radius: 40px;
  display: inline-block;
  background: #8bc53f; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(left top, #8bc53f , #a2e052); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(bottom right, #8bc53f, #a2e052); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(bottom right, #8bc53f, #a2e052); /* For Firefox 3.6 to 15 */
   background: linear-gradient(to bottom right, #8bc53f , #a2e052); /* Standard syntax */
  color:#fff;
  font-family:"Source Sans Pro", sans-serif;
}

.btn-green:hover, .btn-green:focus {
  color: #fff;
  background: #7bb135; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(left top, #7bb135, #8bd926); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(bottom right, #7bb135, #8bd926); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(bottom right, #7bb135, #8bd926); /* For Firefox 3.6 to 15 */
   background: linear-gradient(to bottom right, #7bb135 , #8bd926); /* Standard syntax */
}
.btn-lg {
	font-size:14px;
}

.btn-biggest {
	font-size:18px;
}

img a, a img
{
	border:0;
}

label, .form-label {
	font-weight:500;
	font-size:0.8em;
}
.form-label {
	display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
}
.form-group {
    margin-bottom: 10px;
}
.radio {margin:0 0 9px;}
.list-in-text li {
	margin:0 0 15px;
}
.embed-youtube {
	text-align:center; 
	margin-top:30px; 
	margin-bottom:30px;
}
.embed-youtube iframe {width:100%;}
.container-fluid {max-width:1170px;}
.inside-page {padding:110px 0 50px;}

/* ======= Header ======= */

/**--Default (before scrolling)--**/

.header {
  padding: 25px 0 0 0;
  background:transparent;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

.header.navbar-fixed-top
{
	padding: 25px 0 0;
}

.header.no-bg, .header.no-bg.navbar-fixed-top
{
	background:#fff;
	-moz-box-shadow:0 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.offset-header {
  padding-top: 90px;
}


/**--On scroll down--**/

.header.navbar-fixed-top {
  background: #212121;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.header.navbar-fixed-top .logo-grip
{
}
.header.navbar-fixed-top .logo a {
}
.header.navbar-fixed-top .main-nav .nav .nav-item a {
  color: #fff;
}

/**--Logo and support text, pull left--**/

.header .logo {
  margin:-13px 0 25px;
  font-size: 14px;
  padding: 0 0;
  padding-top: 0;
}
.header .logo a {
  color: #fff;
}
.header .logo a:hover {
  text-decoration: none;
}
.header .logo a img {
  width:100%;
}
.logo-and-text-wrap
{
	display:table;
	width:250px;
}

.logo-grip
{
	float:left;
	vertical-align:middle;
}

.logo-grip img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
}

.logo-text-grip
{
	display:table-cell;
	vertical-align:middle;
	font-size: 14px;
	padding-left:16px;
	 font-family: 'Source Sans Pro', sans-serif;
	 color:#d7d7d7;
	 font-weight:600;
}

.header.no-bg .logo-text-grip
{
color:#7a7c7e;
}


.logo-text-grip span.ay-tel
{
	color:#fff;
	font-weight:800;
}

.header.no-bg .logo-text-grip span.ay-tel
{
color:#313233;
}


.logo-text-grip a
{
	color:#8bc53f;
	font-weight:800;
	text-decoration:none;
}

.logo-text-grip a:link, .logo-text-grip a:active
{
	color:#8bc53f;
}

.logo-text-grip a:hover
{
	color:#fff;
	text-decoration:underline;
}

.header.no-bg .logo-text-grip a:hover
{
	color:#7bb135;
}



/**--Mobile menu button--**/

.header .main-nav
{
	margin-bottom:0;
	margin-right:-15px;
	margin-left:-15px;
}

.header .main-nav button {
  background:#8bc53f;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header.no-bg .main-nav .navbar-collapse {
}
.navbar-toggle {margin-top:0;}


/**--Default Main Menu Links--**/

.header .main-nav .nav .nav-item {
  font-weight: normal;
  margin-right: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}
.header .main-nav .nav .nav-item.active a {
  color: #17baef;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 13px;
  line-height:29px;
  padding: 2px 2px 2px 2px;
  border-bottom:2px solid transparent;
  font-weight:600;
  text-transform:uppercase;
}

.header.no-bg .main-nav .nav .nav-item a {
  color: #646668;
}

.header.no-bg .main-nav .nav .nav-item.try-btn a
{
	 color:#fff;
}
.header.no-bg .main-nav .nav .nav-item.try-btn
{
    background: #8bc53f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #8bc53f , #a2e052); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #8bc53f, #a2e052); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #8bc53f, #a2e052); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #8bc53f , #a2e052); /* Standard syntax */
    color:#fff;
}
.header.no-bg .main-nav .nav .nav-item.try-btn:hover {
    background: #A2D062; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #A2D062 , #a2e052); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #A2D062, #a2e052); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #A2D062, #a2e052); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #A2D062 , #a2e052); /* Standard syntax */
}


.header .main-nav .nav .nav-item a:hover {
color:#8bc53f;
  background: none;
  border-bottom:2px solid #8bc53f;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item.active a
{
	color: #fff;
	 border-bottom:2px solid #fff;
}

.header.no-bg .main-nav .nav .nav-item.active a
{
	color: #313233;
	 border-bottom:2px solid #313233;
}

.header .main-nav .nav .nav-item a:active {
	color: #fff;
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}

.header .main-nav .nav .nav-item.try-btn
{
	background:rgba(255,255,255,0.3);
	padding-left:12px;
	padding-right:12px;
	border-radius:16px;
}
.header .main-nav .nav .nav-item.try-btn:hover {
	background:rgba(255,255,255,0.4);
}
.header .main-nav .nav .nav-item.try-btn a:hover
{
	border-bottom:2px solid transparent;
	color:#fff;
}
.green-hero-menu.header .main-nav .nav .nav-item a:hover {
	color:#fff;
	border-bottom:2px solid #fff;
} 
.green-hero-menu.header .main-nav .nav .nav-item.try-btn a:hover
{
	border-bottom:2px solid transparent;
}
.green-hero-menu.header .main-nav button {
	background-color:#fff;
}
.green-hero-menu.header .main-nav button .icon-bar {
	background-color: #8bc53f;
}


/* ======= Promo Section ======= */
.promo {
  background: #a9a9a9;
  color: #fff;
  padding: 150px 0 30px;
  min-height:42em;
}

.hero-text-wrap
{
	width:50%;
	padding:0 0 0 0;
}

.hero-text-wrap h2
{
	color:#fff;
 	font-family:"AvenirDemi", sans-serif;
	line-height:1.3;
	font-size:2.3em;
	font-weight:normal;
	margin-top:1em;
}

.hero-text-wrap p
{
 	font-family:"AvenirMedium", sans-serif;
	line-height:1.5;
	margin:1em 0 1em 0;
}

.hero-text-wrap p.button-wrap
{
	margin:1.75em 0 0 0;
}




#mrc-badge
{
	width:100%;
	padding:0 0 2em 0;
}


#mrc-badge p
{
	float:right;
	width:10em;
	font-size:0.7em;
	text-align:right;
	margin-right:1em;
	margin-top:1em;
}

#mrc-badge img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	float:right;
}


/**--Specific Image backgrounds for header, page by page--**/

#home-hero
{
	background:url(../img/home-bg.jpg) no-repeat;
	background-size:cover;
}

#benefits-hero
{
	background:url(../img/benefits-hero.jpg) no-repeat top right;
	background-size:cover;
}

#hiw-hero
{
	background:url(../img/how-it-works-hero.jpg) no-repeat top right;
	background-size:cover;
}

.green-hero
{
    background: #7bb135; /* For browsers that do not support gradients */
     background: -webkit-linear-gradient(left top, #7bb135 , #a2e052); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(bottom right, #7bb135, #a2e052); /* For Opera 11.1 to 12.0 */
     background: -moz-linear-gradient(bottom right, #7bb135, #a2e052); /* For Firefox 3.6 to 15 */
     background: linear-gradient(to bottom right, #7bb135 , #a2e052); /* Standard syntax */
	min-height:28em;
}

.green-hero .hero-text-wrap
{
	width:50%;
	padding:0 0 0 0;
	margin:0 0 0 12.5%;
}

.green-hero#about-us .hero-text-wrap
{
padding-bottom:2.5em;	
}
.green-hero#about-us .hero-text-wrap p {
	text-align:left;
}
.green-hero.centered-content .hero-text-wrap
{
	text-align:center;
	margin:0 0 0 25%;
}

.green-hero .hero-text-wrap h2
{
	color:#fff;
	font-size:2.35em;
}

.green-hero .hero-text-wrap p
{
	color:#fff;
}

.green-hero .btn-green {
  font-size: 12px;
  border:1px solid transparent;
  border-radius: 40px;
  display: inline-block;
  background: #fff;
  color:#8bc53f;
  font-family:"Source Sans Pro", sans-serif;
}

.btn-green.btn-cancel
{
    font-size: 12px;
    border:1px solid #8bc53f;
    border-radius: 40px;
    display: inline-block;
    background: #fff; /* For browsers that do not support gradients */
    color:#8bc53f;
    font-family:"Source Sans Pro", sans-serif;
}

.green-hero .btn-green:hover, .green-hero .btn-green:focus {
  border:1px solid #6d9d2f;
  color:#5e892a;
}

.neg-margin-offset
{
	padding-bottom:150px;
}

.neg-margin
{
	margin-top:-150px;
}

/**--Signup header--**/

#signup-flow-graphic-wrap
{
}

#signup-flow-graphic-wrap img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}


/**--General section styles--**/

.section-padded
{
	padding:4.5em 0;
}


/**--Brands range--**/

#brands
{
	text-align:center;
	border-bottom:2px solid #e1e3e5;
}

#brands .icon-wrap
{
	text-align:center;
	margin:0 auto;
}

#brands .icon-wrap img
{
	margin:0 auto 1em auto;
}

#brands h2
{
font-family:"AvenirRegular", sans-serif;
font-size:1.45em;
color:#313233;
font-weight:normal;
padding:0 0 0 0;
margin:0 0 1.5em 0;
}

.brands-row
{
	font-size:0;
}

.brand-item {
	margin:0 3% 15px;
	display:inline-block;
}
.brand-item img {}
.brand-item img:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

/**--Core Wrap (Content Holders against Photo Bgs)--**/

.core-wrap div.intro
{
	font-family:"Source Sans Pro", sans-serif;
}

.core-wrap div.intro p
{
	margin-bottom:1.2em;
	font-family:"Source Sans Pro", sans-serif;
	font-size:0.9em; 
	line-height:24px;
}

.core-wrap div.intro p:last-child
{
	margin-bottom:0;
}

.core-wrap .button-wrap
{
	margin-top:1.5em;
}

.icon-wrap
{
}

.icon-wrap img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
}

h2.section-title
{
color:#313233;
font-family:"AvenirRegular", sans-serif;
line-height:1.4;
font-size:2.25em;
}



/**--Get Started Free--**/

.section-get-started
{
	background:url(../img/iphone-500.jpg) no-repeat bottom right;
	min-height:600px;
}

.section-get-started .core-wrap
{
	width:45%;
}

/**--How Different--**/

.section-how-different
{
	background:url(../img/imac-bg.jpg) no-repeat bottom left;
	min-height:600px;
	background-size:cover;
	
	/*background: linear-gradient(to top, #EAF4FA, #E7F3F9);*/
}

.section-how-different .core-wrap
{
	width:45%;
	float:right;
}


/**--More Profit--**/
.section-more-profit
{
	background:url(../img/scorecard-image.jpg) no-repeat right center;
	min-height:600px;
	background-size:45%;
}

.section-more-profit .core-wrap
{
	width:45%;
}

/**--How Different--**/

.section-must-expensive
{
	background:url(../img/results-bg-800.jpg) no-repeat right center;
	min-height:500px;
	background-size:49%;
	margin-bottom:1em;
}

.section-must-expensive .core-wrap
{
	width:45%;
	float:left;
	margin-top:0em;
}

/**-- Easy Job --**/
.section-easy-job {
	background:url(../img/easyjob-bg.jpg) no-repeat center right;
	min-height:500px;
	background-size:cover;
}
.section-easy-job .core-wrap
{
	float:left;
	width:45%;
}

/**--Bottom Line--**/

.section-bottom-line
{
	border-top:2px solid #e1e3e5;
	border-bottom:2px solid #e1e3e5;
}
.profit-options-items {
	margin: 0 auto;
    text-align: center;
    width: 100%;
}
.profit-options-header {
	text-align:center; 
	margin:0 0 2em;
}
.bl-row p.bl-response
{
	font-size:0.8em;
}
#bl-row4
{
	text-align:center;
	padding-top:2.5em;
	padding-bottom:0;
}

.bl-icon-wrap
{
	width:25%;
	display:inline-block;
	margin:0 0 2em;
	vertical-align:top;
	text-align:center;
}

.bl-icon-sizer
{
	margin:0 25%;
	width:50%;
}

.bl-icon-wrap img
{
	max-width:100%;
	height:auto;
	border:0;
	display:block;
	margin:0 auto;
}

.bl-icon-wrap p.bl-response
{
	margin-top:1em;
	margin-left:1em;
	margin-right:1em;
	color:#7a7c7e;
}


/* ======= How Profit ======= */

#how-profit
{
	border-top:2px solid #e1e3e5;
	border-bottom:2px solid #e1e3e5;
	padding:0 0 0 0;
	margin-bottom:3em;
}
.how-profit-inside {
	margin-top:70px;
}

.quote-wrap
{
	width:268px;
	height:202px;
}

.top-quote-wrap
{
	float:right;
	margin-top:-30px;
	background:url('../img/top-quotes.png') 0 0 no-repeat; 
}

.bottom-quote-wrap
{
	margin-bottom:-30px;
	background:url('../img/bottom-quotes.png') 0 0 no-repeat; 
}

#how-profit .core-wrap
{
margin:4em 24% 0;
}

#how-profit .section-title
{
	text-align:center;
	font-size:1.65em;
}

#how-profit .button-wrap
{
	text-align:center;
	margin-top:3em;
}

.profit-profile-wrap
{
	margin:4em 0 0 0;
	padding:1.5em;
	background:#fff;
	border-radius:0.5em;
	-moz-box-shadow: 0 5px 50px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 50px rgba(0,0,0,0.3);
	box-shadow: 0 5px 50px rgba(0,0,0,0.3);
	font-size:1em;
	line-height:1.75;
	font-family:"Source Sans Pro", sans-serif;
}

.profile-img-wrap
{
	width:25%;
	float:left;
	margin:0 0 0 0;
}

.profile-img-wrap img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
}

.profile-text-wrap
{
	width:71%;
	padding:2% 2% 2% 2%;
	float:right;
}

p.profile-title
{
	font-weight:600;
	color:#313233;
	margin-bottom:1.5em;
	margin-top:0;
}

p.profile-quote
{
	color:#7a7c7e;
	font-size:0.9em;
		margin-bottom:1.5em;
}

p.profile-background
{
	color:#7a7c7e;
	font-size:0.8em;
	margin-bottom:0;
}


/* ======= Profitable Advertising (Photographic Call To Action) ======= */

#photo-cta
{
	background:url(../img/profitable-advertising.jpg) no-repeat bottom center;
	background-size:cover;
}

#photo-cta .core-wrap
{
	width:80%;
	margin:0 10%;
}

#photo-cta h2.section-title
{
color:#fff;
font-family:"AvenirDemi", sans-serif;
line-height:1.65;
font-size:2em;
font-weight:normal;
text-align:center;
margin-top:0;
}

#photo-cta div.section-title-note
{
color:#fff;
font-family:"AvenirDemi", sans-serif;
line-height:1.2;
font-size:1.6em;
font-weight:normal;
text-align:center;
margin-top:0;
}

.pcta-columns
{
	padding:3em 0 0;
}


.pcta-icon
{
	width:25%;
	float:left;
	text-align:center;
}

.pcta-icon img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}

.pcta-desc
{
	float:right;
}

.pcta-desc article
{
	padding:0 1em;
}


.pcta-desc h3
{
	font-family:"AvenirBold", sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:1em;
	margin:0 0 1em 0;
	text-align:left;
}

.pcta-desc p
{
	font-family:"AvenirMedium", sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:0.9em;
	margin:0 0 1em 0;
	text-align:left;
}

.pcta-desc-text {
	min-height:5em;
}

.pcta-desc ul.cta-contact-options
{
	font-family:"AvenirMedium", sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:0.85em;
	list-style-type:none;
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, 
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.pcta-desc ul.cta-contact-options li
{
	display:inline;
	padding:0 0.5em 0 0;
	margin:0 0 0 0;
}

.pcta-desc ul.cta-contact-options li.cta-tel
{
	font-family:"AvenirDemi", sans-serif;
}

.pcta-desc ul.cta-contact-options .cta-email a
{
	color:#fff;
}

#photo-cta .button-wrap
{
	text-align:left;
}

/* ======= Footer ======= */
.footer {
  padding: 4em 0;
  background: #fff;
  color: #313233;
font-family:"Source Sans Pro", sans-serif;
font-weight:normal;
}
.footer-copyright {
	background:#333333;
	position:relative;
}
#footer-about
{
}


#footer-logo-wrap
{
	margin:0 0 2em 0;
}

#footer-logo-wrap img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
}




p.footer-summary
{
	font-size:0.9em;
	line-height:1.65;
	margin:0 1.5em 1em 0;
}

p.footer-legal
{
	font-size:0.8em;
		line-height:1.65;
		margin-bottom:0;
		padding-bottom:0;
}
.footer-copyright .footer-legal {
	line-height:1.3;
	margin:3em 0;
	color:#fff;
}
.google-code {position:absolute; right:0; bottom:0;}
.footer-col h4
{
	font-family:"Source Sans Pro";
	font-weight:600;
	color:#313233;
	font-size:1em;
	margin:0 0 1em 0;
	padding: 0 0 0 0;
	line-height:1.65;
}

.footer-support-links
{
}

.footer-links
{
	list-style-type:none;
	margin:0 0.5em 0 0;
	padding:0 0 0 0;
	line-height:120%;
	font-size:0.95em;
	color: #313233;
}
.footer-links li {
	padding:7px 0;
}
.footer-links li a
{
	color: #313233;
	font-weight:400;
	text-decoration:none;
	font-size:0.9em;
}

.footer-links li a:hover
{
color: #8bc53f;
}
.footer .contact-details
{
	list-style-type:none;
	margin:0 0 1.5em 0;
	padding:0 0 0 0;
	line-height:1.65;
	color:#313233;
}
.footer ul.contact-details {	font-family:"AvenirLight", sans-serif;}
.footer div.contact-details {	font-size:0.9em; padding-top:3px;}
.footer  .contact-details li
{
font-size:1em;	
padding:0 0 0 0;
margin:0 1.5em 0 0;
}

.footer  .contact-details li a
{
	font-weight:600;
}
.contact-offices {}
.subscribe-footer {background:#f6f6f6; border:solid 1px #f4f3f4; padding:10px 20px 20px; margin-left:-20px; float:left; text-align:center;}

.horizontal-sep
{
	width:100%;
	clear:both;
	position:relative;
}

.horizontal-sep span
{
	width:40%;
	position:absolute;
	bottom:0;
	left:0;
	height:1px;
	background:#dcdcdc;
}

#footer-contact .horizontal-sep
{
	padding:2em 0 0 0;
}

.footer-badge-row
{
	width:100%;
	padding-top:2em;
}

.footer-badge 
{
	float:left;
	margin:0 2em 0 0;
	padding:0 0 0 0;
}

.footer-badge img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
}

.footer-badge img:hover
{
	opacity: 0.7;
	    filter: alpha(opacity=70); /* For IE8 and earlier */
}


/**--Benefits Page--**//
#benefits-overview h2.section-title
{
font-size:1.65em;
	text-align:center;
}

#benefits-table
{
	overflow: hidden;
}

.benefits-panel
{
	border:solid 1px #ededed;
	margin:0 0 2em 0;
	min-height:21em;
	background:#fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);	
}
.benefits-panel-img
{
	border-bottom:solid 1px #ededed;
	width:100%;
	text-align:center;
}

.benefits-panel-img img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}

.benefits-panel-desc
{
	padding:1em;
}

.benefits-panel-desc h4
{
	font-family:"Source Sans Pro";
	font-weight:600;
	font-size:1.05em;
	color:#313233;
	margin:0 0 0.5em 0;
}

.benefits-panel-desc p
{
	font-family:"Source Sans Pro";
	font-weight:400;
	font-size:0.9em;
	color:#7a7c7e;
	line-height:1.65;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

#benefits-overview p.button-wrap
{
	padding-top:1em;
}

/**--How It Works--**/

#hiw-step
{
}

.step-wrap
{
	width:100%;
	padding:0 0 0 0;
	margin:0 0 150px 0;
	width:100%;
	font-size:0;
	text-align:center;
	overflow:hidden;
}
.step-wrap:first-of-type {
	margin-top:70px;
}
.step-wrap:last-of-type {
	margin-bottom:100px;
}

.step-desc
{
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	width:30%;
	font-size:16px;
}

.step-img
{
	display:inline-block;
	vertical-align:middle;
	width:62%;
	text-align:center;		
}

.desc-left
{
	margin-left:-9%;
}

.desc-right
{
	margin-right:-9%;
}

.step-desc .icon-wrap
{
	text-align:left;
}

.step-desc h2
{
	font-family:"AvenirRegular", sans-serif;
	font-weight:normal;
	color:#313233;
	font-size:1.75em;
	margin:0.75em 0 0.5em 0;
}


.step-desc p
{
	color:#7a7c7e;
	font-family:"Source Sans Pro", sans-serif;
	font-size:1em;
	line-height:1.65;
	margin:0 0 0 0;
	padding:0 0 0 0;
}



.step-img img
{
	max-width:80%;
	height:auto;
	border:0;
}

.get-started-page {}


#notification-remember
{
	width:60%;
	margin:20px 20% 0;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius:0.5em;
	clear:both;
}

.remember-wrap
{
	padding:1.5em;
}

#remember-img
{
	width:30%;
	float:left;
	text-align:center;
}

#remember-img img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}

#remember-txt
{
	width:70%;
	float:left;
}


#remember-txt h3
{
font-family:"AvenirRegular", sans-serif;
font-weight:normal;
color:#313233;
font-size:2em;
margin:0 0 0.75em 0;
}

#remember-txt article
{
	padding:0 1.5em;
}

#remember-txt p
{
color:#7a7c7e;
font-family:"Source Sans Pro", sans-serif;
line-height:1.65;
margin:0 0 1.25em 0;
padding:0 0 0 0;
font-size:0.9em;
}

#remember-txt p:last-child
{
	margin-bottom:0;
}

#hiw-steps .button-wrap
{
	text-align:center;
	margin:3em 0;
}

/**--Costs Page--**/
.pricing-page {background:#fff url(../img/pricingpage.jpg) no-repeat center 55% / cover;min-height: 35em;}
.pricing-page .hero-text-wrap h2 {color:#444444; margin-top:3em;}
.price-info {margin:0 0 30px;}
.price-options {margin:0 0 50px;}
.price-options h2 {/*font-size: 1.4em;*/
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;}
.price-options-list { margin: 2em 0 0; padding:0; display:table; width:100%;}
.price-options-list li {position:relative; list-style:none; margin:0 0 1.3em 0; font-size:1em; padding:0.5em 0 0.5em 3.7em;}
.price-options-list li::before {
    background: rgba(0, 0, 0, 0) url("../img/check-icon.png") no-repeat scroll 0 0 / 100% auto;
    content: "";
    display: block;
    height: 55px;
    left: 0;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    width: 55px;
}
.price-options-info .button-wrap {text-align:center;}
.price-note {margin:10px 0 0; font-size:14px; text-align:center;}
.price-note a {font-size:1.3em; display:inline-block; margin-top:3px;}
.price-info .button-wrap {margin:15px 0 30px; text-align:center;}


.price-cols-wrap {text-align:center; margin:0 0 70px;}
.price-col
{
border-radius: 4px;
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	width:20%;
	margin:0 20px;
	display:inline-block;
	padding:0 10px 20px;
	position:relative;
	min-height:300px;
	vertical-align:top;
}
.price-tier {	
	color: #8bc53f;
    font-family: "AvenirDemi";
    font-size: 1.05em;
    font-weight: normal;
    margin: 1em 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.price-tier h3 {	
	font-size:1.3em;
}
.price-value
{
	/*color:#c1c1c1;*/
	text-align:center;
	margin:30px 0 0;
	font-size:0.9em;
	min-height:5em;
}

.price-value span
{	color:#313233;
	font-family:"AvenirMedium";
	font-size:200%;
	text-transform:uppercase;
}

.price-footer {}
.price-footer .btn {
	border-radius:0; 
	position:absolute;
	bottom:20px;
	left:-10px; 
	right:-10px;
	font-size:1.1em;
}


.panel-heading
{
	background:#fff;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	  }

.nix-border-right
{
	border-right-style:none;
}

.nix-border-left
{
	border-left-style:none;
}

.panel-body {
  padding: 15px;
}



.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading h3
{
	font-family:"AvenirDemi";
	text-align:center;
	font-size:1.05em;
	font-weight:normal;
	margin:1em 0;
	padding:0 0 0 0;
	color:#8bc53f;
text-transform:uppercase;
}


.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 15px 15px 25px 15px;
  background-color: transparent;
  border-top-style:none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align:center;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 0 0;
  border-radius: 0;
  font-family:"Source Sans Pro", sans-serif;
  color:#313233;
  font-size:0.9em;
  margin:0 0 0 0;
  padding:0 0 1em 0;
}

.panel > .list-group .list-group-item.excluded
{
	color:#e1e1e1;
}

.panel > .list-group .list-group-item span
{
	font-weight:600;
	color:#121212;
}

.panel > .list-group .list-group-item i
{
	margin-right:4px;
	color:#8bc53f;
	font-weight:bold;
}


/**--Testimonials Page--**/

.testimonials-page { min-height:32em; padding:100px 0 30px; margin-top: 90px; display:inline-block; width:100%;
	background: rgba(0, 0, 0, 0) url("../img/testimonal-bg.jpg") no-repeat scroll 50% 50% / cover;
}
.testimonials-page {font-size:1em;}
.testimonial-promo-text {font-size:1.65em;}
.testimonial-promo-content {font-family: "AvenirMedium",sans-serif; line-height: 1.5;}
.testimonial-promo-content p {margin: 0 0 1em;}
.testimonial-promo-logo {margin:20px 0 0 15%; width:250px; height:250px; background: rgba(0, 0, 0, 0) url("../img/mbuy.png") no-repeat scroll 0 0 / contain;}
#testimonials-col h2
{color: #313233;
    font-family: "AvenirRegular",sans-serif;
    font-size: 1.65em;
    font-weight: normal;
    margin: 0 0 1.5em;
    padding: 0;
	text-align:center;
}

.testimonials-panel
{
	position:relative;
	padding:2em;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius:0.5em;
	margin-bottom:3em;
}

.testimonials-panel:last-child
{
	margin-bottom:0;
}

.quote-marks-icon
{
	position:absolute;
	top:0;
	right:0;
	margin:1em 1em 0 0;
	text-align:center;
}

.quote-marks-icon img
{
	max-width:80%;
	height:auto;
	display:block;
	border:0;
	margin:0 10%;
}

.testimonial-img
{
	width:25%;
	min-height:100px;
	line-height:50px;
	float:left;
	margin:0 0 0 0;
	padding:0.75em;
	text-align:center;
}

.testimonial-img img
{
	max-width:100%;
	height:auto;
	display:inline-block;
	border:0;
	margin:0 auto;
}

.testimonial-desc
{
	width:75%;
	float:left;
}

.testimonial-desc article
{
	padding:1.5em;
	text-align:left;
}


.testimonial-desc h3
{
	font-family:"AvenirRegular", sans-serif;
	color:#313233;
	font-weight:normal;
	font-size:1.65em;
	margin:0;
	padding:0 0 0 0;
}

.testimonial-desc p
{	
	font-family:"Source Sans Pro", sans-serif;
	font-size:1em;
	line-height:1.5;
	margin:0 2em 0 0;
}
.testimonial-desc .testi-reviewer-role
{
	font-size:1.2em;
	line-height:1.2;
	margin:0 0 1em 0;	
}

.testimonial-desc p.testi-content
{
	color:#313233;
	margin-bottom:1.5em;
}

p.testi-background
{
	color:#7a7c7e;
	margin-bottom:0;
}

/**--Get Started Page--**/

.started-box
{
	padding:0 1em;
}

.started-box article
{
	padding:2.5em 2em;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius:0.5em;
}


.started-box h2
{
	font-family:"AvenirRegular", sans-serif;
	color:#313233;
	font-weight:normal;
	font-size:1.65em;
	margin:0 0 1em 0;
	padding:0 0 0 0;
	text-align:center;
}

.start-benefits-list
{
margin:2em 0 0 0;
padding:0 0 0 0;
}
#register-support-text h2 {
	font-size:1.4em;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}
.start-benefit-panel 
{
	width:100%;
	margin-bottom:1.5em;
}

.start-benefit-panel:last-child
{
	margin-bottom:0;
}

.start-benefit-icon
{
	width:10%;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}

.start-benefit-icon img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}

.start-benefit-desc
{
	width:90%;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
}

.start-benefit-desc h3
{
	font-family:"Source Sans Pro", sans-serif;
	color:#313233;
	font-size:1em;
	font-weight:600;
	margin:0 0 1em 0;
}

.start-benefit-desc p
{
	font-family:"Source Sans Pro", sans-serif;
	font-weight:400;
	font-size:0.9em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#7a7c7e;
}

.sb-desc-padding
{
	padding:0.5em 0.5em 0 1em;
}

.get-started-page .button-wrap {
	text-align:center;
	margin:0 0 3em;
}
.get-started-page .button-wrap .btn {
	margin:0 20px 20px;
}

/**--Sign In page--**/

.signin
{
	background:#f5f6f8;
}

#parent {
   display: table;
   width: 100%;
   height:100%;
 
     min-height: 100%;
}
#form_login {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
background:blue;
height:100px;
}




html,
body.signin {
  height: 100%;
}

.form-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.form-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.form-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

#form-area {
  padding: 0 20px;
  text-align:center;
}

#form-box
{
	padding:2em;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius:0.5em;
	width:80%;
	margin:0 auto;
}

.form-logo
{
	width:100%;
	margin:0;
	padding:0 0 0 0;
	text-align:center;
}

.form-logo img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto 2em auto
}

#form-box h2
{
	font-family:"AvenirRegular", sans-serif;
	font-size:1.5em;
	text-align:left;
	margin:0 0 1em 0;
	color:#313233;
	font-weight:normal;
}

#form-box .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #ccc;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ccc;
  border-left-style:none;
  border-radius: 0 40px 40px 0;
   /*border-radius: 40px;*/
}

#form-box .signin-line
{
	margin-bottom:1em;
}



#form-box .input-group .form-control
{
	
	border-right-style:none;
	box-shadow:none;
	 border-radius: 40px 0 0 40px;
	 font-family:"Source Sans Pro", sans-serif;
}


#form-box .input-group .form-control:focus
{
	outline:none;
	border-color:#ccc;
	color:#8bc53f;
	font-weight:600;
}

#form-box .btn-green
{
	border:1px solid #6d9d2f;
}

#form-box .btn-green.btn-cancel
{
    font-size: 12px;
    border:1px solid #8bc53f;
    border-radius: 40px;
    display: inline-block;
    background: #fff; /* For browsers that do not support gradients */
    color:#8bc53f;
    font-family:"Source Sans Pro", sans-serif;
}

#form-box .btn-green.btn-cancel:hover, #form-box .btn-green.btn-cancel:focus {
  border:1px solid #6d9d2f;
  color:#fff;
  background:#8bc53f;
}

#form-box .checkbox
{
	text-align:left;
	 font-family:"Source Sans Pro", sans-serif;
	 padding:0.5em;
	 font-size:0.9em;
	 font-weight:600;
	 color:#313233;
	margin-top:0;
}

#form-box .checkbox label
{
 font-family:"Source Sans Pro", sans-serif;
 font-weight:600;
}

#form-box label, #form-box .form-label {
	margin-left:13px;
	margin-right:13px;
	padding:0;
}
#form-box .form-label {
	margin:4px 0 0;
}
.homepage-form-other {margin:5px 0 0; float:left;}
/*
 * Affix and center
 */

@media (min-width: 768px) {
 
  /* Start the vertical centering */
  .form-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .form-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .form-container {
    width: 700px;
  }
}

/**-- Register Pages--**/

#register-panel
{
}

#register-form
{
}

#register-form #form-box
{
	padding:2em;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius:0.5em;
	width:100%;
	margin:0 auto;
}

#register-form #form-box h2
{
	text-align:center;
	font-size:1.65em;

}
#register-form #form-box p
{
	color:#7a7c7e;
	font-family:"Source Sans Pro", sans-serif;
	font-size:0.9em;
	margin:1.5em 0 2em 0;
	text-align:center;
}
.submit-register
{
	text-align:center;
}

#register-support-text
{
	padding-top:150px;
}

#register-support-text h3
{
	margin-top:0;
	padding-top:0;
	font-size:1.05em;
	color:#313233;
	font-family:"Source Sans Pro", sans-serif;
	font-weight:600;
}


#register-support-text p
{
color:#7a7c7e;
font-family:"Source Sans Pro", sans-serif;
font-size:400;
font-size:0.9em;
}

.register-contact-boxes
{
	width:100%;
	padding:0.5em 0 2.5em 0;
}

.register-contact-col
{
	width:50%;
	float:left;
}

.download-contact-col
{
	width:25%;
	float:left;
}

.register-contact-box
{
	width:90%;
	margin:0 10% 0 0;
	padding:1em;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius:0.5em;
}

.register-contact-icon
{
	width:100%;
	text-align:center;
}

.register-contact-icon img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto 0.5em auto;
}

.register-contact-icon img a, .register-contact-icon a img
{
	border:0;
}


#register-support-text .register-contact-icon p.contact-details
{
	color:#313233;
	font-family:"Source Sans Pro", sans-serif;
	font-weight:600;
	font-size:0.9em;
	text-align:center;
	margin:0 auto;
}

#register-support-text .register-contact-icon p.contact-details a
{
	color:#313233;
	font-family:"Source Sans Pro", sans-serif;
	font-weight:inherit;
	text-decoration:none;
	border-bottom:1px dotted #8bc53f;
}

#register-support-text .register-contact-icon p.contact-details a:hover
{
	border-bottom:1px solid transparent;
	background:#8bc53f;
	color:#fff;
}

.tags-graphic-wrap
{
	width:80%;
	margin:0 10% 20px;
	text-align:center;
	color:#8bc53f;
	font-size:150px;
}

.tags-graphic-wrap img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
	padding:
}


/**--About Us page--**/

.text-block {
	margin:30px 0 70px;
}
.text-block h2 {
	text-align:center;
	margin-bottom: 30px;	
}
.text-block h3 {
	margin:0 0 30px;
}

#leadership-section
{
	padding:0 0 5em 0;
}


.leadership-profiles-row
{
	width:100%;
	margin-bottom:100px;
	text-align:center;
	font-size:0;
}

.leadership-profiles-row:last-child
{
	margin-bottom:0;
}

.leadership-profile-col
{
	width:25%;
	display:inline-block;
	font-size:16px;
	vertical-align:top;
}

.leadership-profile-wrap
{
	margin:0 5%;
	width:90%;
	padding:2em;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius:0.5em;
}

.leadership-profile-img-wrap
{
	position:relative;
}

.leadership-profile-img-wrap img.profile-img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}

.leadership-profile-img-wrap .li-icon
{
	position:absolute;
	top:0;
	right:0;
	font-size:1em;
	padding:0.5em;
	color:#e8e8e8;
}


.fa-inverse
{
	color:#fff;
	
}

.leadership-profile-img-wrap .li-icon a
{
	color:#0074b1;
	text-decoration:none;
}

.leadership-profile-img-wrap .li-icon a:hover
{
	
	color:#e9e9e9;
}

.leadership-profile-img-wrap .li-icon a:hover .fa-inverse
{
	color:#0074b1;
}

.leadership-profile-img-wrap .li-icon i
{
}



.leadership-profile-img-wrap .li-icon img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}

.leadership-profile-title-wrap
{
	text-align:center;
	padding:1.5em 0 0 0;
}

.leadership-profile-title-wrap h4
{
	color:#8cc640;
	font-family:"Source Sans Pro", sans-serif;
	font-weight:600;
	margin:0 auto 0.5em auto;
	font-size:1.1em;
	padding:0 0 0 0;
}

.leadership-profile-title-wrap p
{
	margin:0 auto;
	padding:0 0 0 0;
	color:#7a7c7e;
	font-size:0.8em;
	font-weight:400;
}

#lp-row2 #first-profile
{
	margin-left:12.5%;
}

.about-title-wrap
{
	text-align:center;
	margin-bottom:2.5em;
}


.about-title-wrap .icon-wrap img
{
	margin:0 auto;
}

.about-title-wrap .section-title
{
	padding:0 0 0 0;
	margin-top:0.25em;
	font-size:2em;
}

#mentioned-section
{
}

#mentions-slider
{
	width:60%;
	margin:0 20%;
	padding:0;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius:0.5em;
}

.mention-panel
{
	padding:2em;
	border-bottom:1px solid rgba(0,0,0,0.1);
	display:table;
	table-layout:fixed;
	width:100%;
}

.mention-panel:last-child
{
	border-bottom-style:none;
}

.mention-img
{
	display:table-cell;
	width:38%;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:0.35em;
	vertical-align:middle;
	text-align:center;
	padding:2em 1em;
}

.mention-img img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}

.mention-desc
{
	display:table-cell;
	width:60%;
	vertical-align:top;
	text-align:left;
}

.mention-desc-frame
{
	padding:1em;
}

.mention-desc h3
{
	color:#8bc53f;
	text-transform:uppercase;
	font-family:"Source Sans Pro", sans-serif;
	font-size:0.9em;
	font-weight:600;
	margin:0 0 1em 0;
	padding:0 0 0 0;
}

.mention-desc p.mention-text
{
	font-family:"Source Sans Pro", sans-serif;
	font-size:0.8em;
	font-weight:400;
	color:#313233;	
	line-height:1.65;
	margin:0 0 1.5em 0;
	padding:0 0 0 0;
}

.mention-desc p.mention-date
{
	font-family:"Source Sans Pro", sans-serif;
	font-size:0.8em;
	font-weight:400;
	color:#7a7c7e;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:right;
}

/**--Resources page--**/

#subscribe-form
{
}

#subscribe-form .btn {
  font-size: 13px;
  line-height: 1.42857143;
  border: solid 2px;
  border-radius: 40px;
  display: inline;
  padding:0.5em 2.5em;
  text-transform: uppercase; }
  
 .form-inline#subscribe-form .form-group {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  
  .form-inline#subscribe-form h4
  {
	  font-family:"Source Sans Pro", sans-serif;
	  font-size:0.9em;
	  text-transform:uppercase;
	  color:/*#44621d;*/#fff;
	  font-weight:600;
	  margin:3em auto 1em auto;
  }
  
#subscribe-form  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	font-weight:600;
    color: /*#555;*/#fff;
    background-color: /*#fff;*/#8bc53f;
    background-image: none;
    border: 1px solid /*#ccc;*/#fff;
    border-radius: /*4px;*/0.5em;
    -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;
  }
  
 #subscribe-form  .form-control:focus
 {
outline:none;
border-color:/*#ccc;*/#608929;
color:/*#8bc53f;*/#fff;
font-weight:600;
}

#resources-stack
{
	padding:3em 0;
}

.resources-panel
{
	padding:0;
	background:#fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	/*border-radius:0.5em;*/
	margin:0 7em 3em 7em;
}

.resources-panel:last-child
{
	margin-bottom:0;
}

.resources-img
{
	width:30%;
	float:left;
	text-align:center;
}

.resources-img img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}


.resources-desc
{
	width:70%;
	float:left;
	position:relative;
}



.resources-icon-wrap
{
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	padding:1em;
}

.resources-icon-wrap img
{
	max-width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
}

.resources-desc-wrap
{
	padding:2em;
}

.resources-desc-wrap h2
{
	font-family:"AvenirRegular", sans-serif;
	font-size:1.5em;
	color:#313233;
	font-weight:normal;
	margin:0 4em 1.5em 0;
	line-height:1.65;
}

.resources-desc-wrap h2 a
{
	font-family:"AvenirRegular", sans-serif;
	font-size:100%;
	color:#313233;
	font-weight:normal;
	text-decoration:none;
}

.resources-desc-wrap h2 a:hover
{
	color:#8bc53f;
}

.resources-desc-wrap p
{
color:#7a7c7e;
font-size:0.9em;
line-height:1.65;
text-align:left;
font-family:"Source Sans Pro", sans-serif;
margin:0 4em 0 0;
}

.resources-desc-wrap p a
{
	font-weight:600;
}

.resources-desc-wrap p a:hover
{
	color:#fff;
	background:#8bc53f;
	text-decoration:none;
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}

/* landing page */
.banner-landing {background:#fff url(../img/landing.jpg) no-repeat 50% 50% / cover; min-height: 45em; padding-top: 5.5em;}
.banner-landing .hero-text-wrap h2 {margin-top:2em; color:#444444;}
.banner-landing .hero-text-wrap h4 {margin-top:1em; font-weight:600;}
.banner-landing .hero-text-wrap p {font-family: "Open Sans",arial,sans-serif;}
.banner-landing ul {list-style:none; margin:0; padding:0;}
.banner-landing ul li {margin:0 0 12px;position:relative;}
.banner-landing ul  i {margin:0 5px 0 0;}

.banner-landing .form-label {margin-bottom:5px;}
.banner-landing .radio label {padding:0;}
.banner-landing-item {font-weight:600;}
.banner-form {padding-top:2em;} 
.banner-form h4 {text-align:center; margin:0 0 30px;}

.content-landing {margin:4.5em 0;}
.review {position:relative; margin:0;}
.review-image {background: url(../img/results-bg-800.jpg) no-repeat 50% 50% / contain; width:100%; height:350px;}
.review-content {position:relative; padding:0 50px;}
.review-content .profit-profile-wrap  {margin-top:30px;}
.review-title {
color: #313233;
    font-weight: 600;
    margin-bottom: 1.5em;
    margin-top: 0;
}
.review-text {color: #7a7c7e; font-size: 0.9em; margin-bottom: 1.5em;}
.review-author { font-size: 0.9em;}
.content-landing h2 {text-align:center; margin:0 0 1.5em;}
.content-landing h4 {font-size:1.2em; margin:0 0 1em; font-weight:600;}
.landing-options {margin-bottom:4.5em;}
.landing-option-column {padding:0 2em 0 3em;}
.landing-option-column::before { background: rgba(0, 0, 0, 0) url("../img/check-icon-nobg.png") no-repeat scroll 0 0 / 100% auto;
    content: "";
    display: block;
    height: 60px;
	width: 60px;
    left: -20px;
    position: absolute;
    top: -12px;
    }