/* ---- FONTS----- */
@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamLight.eot?#iefix') format('embedded-opentype'),  url('fonts/GothamLight.woff') format('woff'),  url('fonts/GothamLight.ttf') format('truetype'),  url('fonts/GothamLight.svg#GothamLight') format('svg');
	font-weight: 100;
}
@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),  url('fonts/GothamBlack.woff') format('woff'), url('GothamBlack.ttf') format('truetype'),  url('fonts/GothamBlack.svg#GothamBlack') format('svg');
	font-weight: 700;
}
@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamBold.eot?#iefix') format('embedded-opentype'),  url('fonts/GothamBold.woff') format('woff'), url('GothamBold.ttf') format('truetype'),  url('fonts/GothamBold.svg#GothamBold') format('svg');
	font-weight: 500;
}
/* ---- DEFAULT ----- */
body {
	font-family: 'Merriweather', serif;
}
a {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.container {
	margin-left: auto !important;
	margin-right: auto !important;
}
body .vc_row {
	margin-left: 0;
	margin-right: 0;
}
input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
	background-color: #002E56;
	color: #fff;
}

.full-width-content .content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #000;
}


/* ---- HEADER----- */
#header-top {
	background-color: #002e56;
	overflow: hidden;
	padding: 10px 0;
	text-align: right;
	color: #fff;
}
#header-top a {
	color: #fff;
	text-decoration: none !important;
}
.sign-up {
	text-transform: uppercase;
	margin-top: 1px;
	display: inline-block;
}
#header-top .social-media {
	float: right;
	margin: 0;
	font-size: 22px;
	line-height: 1;
}
#header-top .social-media li {
	display: inline-block;
	margin: 0 10px;
}
#header-top .social-media li:last-child {
	margin-right: 0;
}
.sign-up a {
	margin: 10px;
}
#header-top a:hover {
	color: #87C82A;
}
.site-header .wrap {
	padding: 0;
}
.header-widget-area .nav-primary {
	background-color: transparent;
	margin-top: 28px;
}
.title-area {
	width: 34%;
	padding: 16px 0;
}
.header-image .site-title {
	margin: 0;
}
.header-image .site-title > a {
	background-size: 100%;
}
.site-header .widget-area {
	width: 66%;
}
.header-widget-area .nav-primary .genesis-nav-menu a {
	color: #002e56;
	padding: 10px 11px;
	text-decoration: none !important;
	border: 1px solid transparent;
	border-radius: 3px;
}
.header-widget-area .nav-primary .genesis-nav-menu a:hover {
	color: #ff8a00;
}
.header-widget-area .nav-primary .genesis-nav-menu li:hover > a {
	position: relative;
}
.header-widget-area .nav-primary .genesis-nav-menu li:hover > a:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0d8";
	position: absolute;
	bottom: -4px;
	right: 44%;
}
.site-header {
	background-color: rgba(255, 255, 255, 0.74);
	min-height: 0;
	border-bottom: 8px solid #002e56;
	width: 100%;
}
.blue-bar-wrap {
    border-bottom: 4px solid #9DC622;
    border-top: 4px solid #9DC622;
	color: #fff;
}
.blue-bar-wrap h2 {
	margin: 28px 0 25px!important;
	font-weight: bold;
	font-size: 38px;
}
.home .site-header, .page-id-65 .site-header, .page-template-template-fullwidth .site-header {
	position: absolute;
    	z-index: 100;
}
.header-image .site-title > a {
	max-width: 462px;
}


/* ---- HOMEPAGE ----- */
.home .site-inner, .page-template-template-fullwidth .site-inner, .page-template-template-product .site-inner  {
	padding: 0;
	max-width: 100%;
}
.home .entry, .page-template-template-fullwidth .entry, .page-template-template-product .entry {
	margin-bottom: 0;
	padding: 0;
}
.homepage-span1  {
	padding: 215px 0 115px;
	text-align: center;
}
.homepage-span1 h2 , .services-span1  h2, .about-span1 h2, .success-stories-span1 h2, .banner-text-wrapper h2 {
	font-family: 'Gotham';
	font-weight: 100;
	font-size: 57px;
	text-transform: uppercase;
}
.homepage-span1 h2 strong, .services-span1 h2 strong, .about-span1 h2 strong , .success-stories-span1 h2 strong, .banner-text-wrapper h2 strong {
	font-weight: 700;
	color: #002e56;
}
.homepage-span1 h4 {
	color: #333333;
	font-size: 19px;
}
.blue-wrapper {
	margin: 0;
	border-top: 8px solid #87c82a;
	border-bottom: 8px solid #87c82a;
	color: #fff;
    	background-color: #002e56;
}
.blue-wrapper p {
    color: #fff !important;
}
.blue-wrapper h2 {
	font-family: 'Gotham';
    font-size: 38px;
    margin-top: 35px;
	font-weight: 700;
}
.blue-wrapper h3 {
    font-size: 40px;
    margin-top: 35px;
	font-family: 'Gotham';
	font-weight: 700;
}
.blue-wrapper {
	font-size: 17px;
}
.yellow-btn, .wpb_btn-warning {
	background-color: #ff8a00 !important;
	font-family: 'Gotham' !important;
	font-weight: 500 !important;
	font-size: 23px !important;
	border-radius: 0 !important;
	padding: 20px !important;
	text-shadow: 1px 2px 2px #8A4C02 !important;
}
.yellow-btn:hover, .wpb_btn-warning:hover {
	background-color: #F17A18 !important;
}
.blue-wrapper .yellow-btn {
	margin-top: 50px !important;
	width: 100%;
}
.homepage-span3 h2, .homepage-span6 h2 {
    font-family: 'Gotham';
    text-transform: uppercase;
    color: #002e56;
    font-weight: 100;
    font-size: 45px;
    border-bottom: 1px solid #87c82a;
    padding: 15px 0;
    margin-bottom: 25px !important;
    margin-top: 0;
}
.homepage-span3 h2 strong, .homepage-span4 h2 strong, .homepage-span6 h2 strong {
	font-weight: 700;
}
.homepage-span3 {
	font-size: 18px;
	line-height: 1.7;
}
.homepage-span3 p {
    margin-bottom: 27px  !important;
    font-size: 18px !important;
    line-height: 1.7  !important;
    margin-bottom: 25px  !important;
    color: #000;
}
a.continue-reading, a.btn-transparent {
	color: #333333;
	border: 2px solid #333333 !important;
	padding: 12px 39px;
	text-transform: uppercase;
	font-family: 'Gotham';
	font-weight: 500;
	text-decoration: none;
	font-size: 17px;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}
a.continue-reading:hover, a.btn-transparent:hover {
	color: #fff !important;
	background-color: #333 !important;
}
.homepage-span4 h2 {
	text-align: center;
	font-family: 'Gotham';
	text-transform: uppercase;
	color: #002e56;
	font-weight: 100;
	font-size: 52px;
	border-bottom: 4px solid #87c82a;
	padding: 30px 0;
	position: relative;
}
.homepage-span4 h2:after{
	content: '';
	position: absolute;
	width: 100%;
	background: url(images/git.png) no-repeat center 0;
	height: 20px;
	bottom: -23px;
	left: 0;
}
.serve-inner-wrapper, .box-block {
	background-color: #fff;
	text-align: center;
	border: 1px solid #e0dcd9;
}
.box-block .btn-transparent {
    width: 80%;
}
.box-block  img {
width: 100%;
}
.serve-inner-wrapper h3 {
	position: absolute;
	text-align: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.71);
	margin: 0;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 0 11px;
	line-height: 1;
	left: 0;
}
.serve-inner-wrapper img {
	width: 100%;
}
.serve-inner-wrapper .wpb_wrapper , .services-span2 .wpb_wrapper  {
	overflow: hidden;
	position: relative;
}
.serve-inner-wrapper .desc, .services-span2 .desc {
	min-height: 123px;
	font-size: 17px;
	padding: 10px 16px;
}
.serve-inner-wrapper .btn-transparent, .services-span2  .btn-transparent {
	margin-top: 0;
	margin-bottom: 30px !important;
}
.homepage-span6 h2 {
	display: block !important;
}
.success-stories img {
	width: 100%;
}
.success-stories {
	color: #000;
	font-family: georgia;
	font-size: 25px;
	line-height: 1.6;
	margin-bottom: 25px;
}
.homepage-span6 .vc_gitem-animate-scaleRotateIn {
	width: 165px;
	float: left;
	margin-right: 15px;
}
body .homepage-span6 .vc_gitem-zone-c {
	background: none !important;
}
.homepage-span6 .vc_gitem-col h4 a {
	color: #000;
font-size: 19px;
	font-weight: normal;
	font-family: georgia;
	text-decoration: none !important;
}
.homepage-span6 .vc_gitem-col h4 a:hover {
	color: #FF8A00 !important;
}
.homepage-span6 .btn-transparent {
    margin: 28px auto 0 !important;
    display: block !important;
    width: 100%;
    text-align: center;
    max-width: 280px;
}
.vc_custom_1444116891959 .vc_gitem-col {
    padding: 0 10px;
}

/* ---- EDUCATION ----- */
.education-span1 h1 {
	font-family: 'Gotham';
	font-weight: 100;
	font-size: 63px;
	text-transform: uppercase;
	margin-top: 55px;
}
.education-span1 h1 strong {
	font-weight: 700;
	color: #002e56;
}
.table-heading, .table-wrapper2 {
	border: 1px solid #002e56;
	border-bottom: 0;
}
.table-heading h2, .table-wrapper2 h2 {
	background: #002e56;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #9dc622;
	margin: 0;
	font-family: 'Gotham';
	font-size: 25px;
	padding: 44px 0;
}
.tbl-inner-wrap {
	border-bottom: 1px solid #002E56;
	overflow: hidden;
}
.tbl-inner-check {
	float: right;
	width: 18%;
	text-align: center;
}
.tbl-inner-wrap .tbl-left {
	width: 82%;
	float: left;
	margin: 0 !important;
	padding: 32px;
	border-right: 1px solid #002E56;
	font-size: 17px;
}
.tbl-inner-check img {
	display: block !important;
	margin: 21px auto 0;
}
.tbl-inner-wrap .tbl-left p {
	margin: 0 0 61px;
}
.table-wrapper2 {
	overflow: hidden;
	margin-top: 25px !important;
}
.tbl-content {
	overflow: hidden;
	background: url(/wp-content/uploads/2015/10/bg-white.png) no-repeat;
	background-size: 100% 100% !important;
	padding: 5% 7%;
}
.tbl-footer {
	clear: both;
	background-color: #002e56;
	overflow: hidden;
	padding: 40px 26px 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	font-size: 18px;
}
.tbl-footer p {
color:#fff !important;
}
.tbl-footer .aligncenter {
	margin: 0 auto 0;
}
.order-now {
	margin-top: 44px !important;
	width: 92%;
	opacity: 0.9;
}
.order-now:hover {
	opacity: 1;
}
.paypal-img {
	width: 61%;
	margin-top: 30px !important;
}
.tbl-content ul li {
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
}
.cost-info {
	font-family: 'Gotham';
	text-align: center;
	color: #87c82a;
	font-size: 43px;
	border-bottom: dotted #9b9b9b;
	text-transform: uppercase;
}
.shipping {
	color: #002e56;
	font-weight: bold;
	text-align: center;
	font-size: 23px;
}
.sidebar-line {
position: relative;
}
.sidebar-line:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 480px;
    background: #87c82a;
    left: -1px;
    top: 104px;
}

/* ---- SERVICES ----- */
.container-float-none {
float: none !important;
}
.services-span1 {
    border-bottom: 8px solid #87c82a;
    position: relative;
    padding: 290px 0 180px !important;
}
.services-span1:after, .about-span1:after , .success-stories-span1:after, .banner-text-wrapper:after{
	content: '';
	position: absolute;
	width: 100%;
	background: url(images/git.png) no-repeat center 0;
	height: 20px;
	bottom: -28px;
	left: 0;
}
.services-span1, .banner-text  {
    padding: 215px 0 100px;
    text-align: center;
    border-bottom: 8px solid #87c82a;
    position: relative;
}
.single-line-title h3 {
    padding-top: 28px !important;
}
.box-block h3 {
    background: #002e56;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham';
    margin: 0;
    font-size: 17px;
    padding: 17px;
    line-height: 1.4;
    min-height: 80px;
}
.services-span2 .desc {
    min-height: 172px;
}

/* ---- ABOUT ----- */
.about-span1 {
    padding: 315px 0 190px;
    text-align: center;
    border-bottom: 8px solid #87c82a;
    position: relative;
}
.about-span1 h2, .success-stories-span1 h2 .services-span1 h2 strong, .banner-text-wrapper h2{
    color: #002e56;
}
body .about-span3 {
    padding: 235px 0 200px;
    border-top: 8px solid #87c82a;
}

.about-span4 {
    border-top: 8px solid #87c82a;
    border-bottom: 8px solid #87c82a;
}
.about-span5 h2 {
    color: #002e56;
    font-family: 'Gotham';
    font-weight: 100;
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 4px solid #87c82a;
    padding-bottom: 30px;
    margin-bottom: 25px !important;
}

/* ---- COMMENT SECTION ----- */
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"], textarea#comment {
    width: 100% !important;
    background: #fff;
    border: 1px solid #002E57;
    color: #002E57 !important;
}
#commentform input#submit {
    border: 1px solid #444;
    background: #fff;
    color: #444 !important;
    font-weight: bold;
    line-height: 1;
    padding: 20px 10px 17px !important;
}
#commentform #submit:hover {
    background: #444 !important;
    color: #fff !important;
}


/* ---- SUCCESS STORIES ----- */
.border-top-line {
    border-top: 4px solid #87c82a;
    padding-top: 55px !important;
    margin-top: 40px !important;
}
.success-stories-span1 {
    padding: 315px 0 310px;
    text-align: center;
    border-bottom: 8px solid #87c82a;
    position: relative;
}
.success-stories-span3 .blue-wrapper h3 {
    font-size: 44px;
}
.success-stories-span2 h3 {
    font-family: 'Gotham';
    margin-bottom: 21px;
}

.success-story-form-header h2 {
    font-family: 'Gotham';
    font-weight: 100;
    font-size: 45px;
    text-transform: uppercase;
	color: #002e56;
}
.success-story-form-header h4 {
    font-family: 'Gotham';
    color: #484848;
    font-size: 24px;
    margin-top: 13px;
}
.success-story-form-header {
    text-align: center;
    border-bottom: 4px solid #87c82a;
    padding-bottom: 29px;
    position: relative;
}
.success-story-form-header:after {
    content: '';
    position: absolute;
    width: 100%;
    background: url(images/git.png) no-repeat center 0;
    height: 20px;
    bottom: -22px;
    left: 0;
}







/* ----  Contact ----- */
body .banner-text-wrapper h2 {
	font-family: 'Gotham';
	font-weight: 100;
	font-size: 57px;
	text-transform: uppercase;
}
.banner-text-wrapper {
    padding: 240px 0 135px;
    text-align: center;
    border-bottom: 8px solid #87c82a;
    position: relative;
}

/* ----  Comment ----- */
#reply-title {
	font-family: 'Gotham';
        text-align: center;
font-size: 0;
}
#reply-title:beofore {
content:'Comments';
font-size: 40px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 100% !important;
}
.single .continue-reading {
    padding: 14px 6px !important;
}



/* ---- FOOTER ----- */
.site-footer .wrap {
    max-width: 1160px;
}
#menu-footer-menu li{
    border-right: 2px solid #808080;
}
#menu-footer-menu li:last-child {
    border-right: none !important;
}
.footer-widgets, .footer-widgets a {
	color: #fff;
    outline: none !important;
}
.footersocial-media li {
	display: inline-block;
	border: none;
	font-size: 30px;
	padding-bottom: 0;
	margin: 0 11px;
}
.footer-widgets {
    border-top: 8px solid #87C82A;
}
.footer-widgets-1 {
	width: 24%;
}
.footer-widgets-1, .footer-widgets-2 {
	text-align: center;
}
.footer-widgets-2 {
	width: 69%;
	font-family: georgia;
	font-size: 20px;
	padding: 15px 5%;
	position: relative;
}
.footer-widgets-2:before {
	height: 83%;
	content: '';
	width: 1px;
	display: block;
	position: absolute;
	background-color: #686868;
	left: 0;
	top: 28px;
}
.chat-us {
	text-transform: uppercase;
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 90%;
}
.chat-us #phplive_btn_1449013458 {
	background-color: #87C82A;
	padding: 7px 15px;
	text-decoration: none !important;
}
.chat-us #phplive_btn_1449013458:hover {
	background-color: #619A10 !important;
}
.footer-widgets-1 h4 {
	text-transform: uppercase;
	font-family: 'Gotham';
	font-size: 19px;
	margin-top: 25px;
}
.site-footer {
	background-color: #000;
	padding: 25px 0;
	font-weight: normal;
}
.footer-widgets-2 h2 {
	font-family: 'Gotham';
	font-size: 42px;
	margin: 20px 0 17px;
}
.footer-widgets-2 h2 strong {
	font-weight: 700;
}
.subscribe-btn {
	background-color: #ff8a00;
	font-family: 'Gotham';
	color: #fff;
	font-weight: normal;
	padding: 20px 28px 20px 32px;
	display: inline-block;
	margin-top: 24px;
	text-decoration: none !important;
	font-size: 25px;
}
.blue-wrapper .subscribe-btn {
	font-size: 20px !important;
}
.blue-wrapper a {
	display: block;
	margin-top: 30px;
        outline: none !important;
}
.vc_custom_1444021935237 .blue-wrapper a {
}
.blue-wrapper a:hover {
	opacity: 0.8;
}
.subscribe-btn .fa {
	border-left: 1px solid #e07900;
	padding: 10px 0px 20px 32px;
	font-size: 56px;
	margin: -20px 0 -32px 23px;
	float: right;
	height: 75px;
}
.subscribe-btn:hover {
	background-color: #D46D00 !important;
}
.nav-secondary {
	background-color: transparent;
	float: left;
}
.nav-secondary .genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 14px;
	padding: 0 13px;
	text-decoration: none !important;
	color: #999999;
}
.nav-secondary .genesis-nav-menu a:hover {
	color: #FF8A00;
}
#menu-footer-menu {
	margin-bottom: 0;
}
.copyright {
	color: #999999;
	font-size: 14px;
}
.download-btn-footer {
	display: block;
	margin-top: 30px;
}
.download-btn-footer:hover img {
	opacity: 0.8;
}
.success-stories-span4 .vc_col-sm-4 {
margin-bottom: 30px !important;
}
.header-image .site-title > a {
    min-height: 68px;
}
.blue-box {
    background: #002e56;
    text-align: center;
    color: #fff;
    padding: 30px;
    border-top: 8px solid #87c82a;
}
.blue-box p {
margin-bottom: 20px;
}
.sidebar .widget-title {
    color: #87c82a;
    font-family: 'Gotham';
    font-size: 35px;
}
.sidebar li {
    border-bottom: none;
}

.sidebar .cat-item a, .sidebar .menu li a {
    color: #333333;
    font-family: 'Gotham';
    font-size: 22px;
    line-height: 1.2;
   text-decoration: none !important;
}
.sidebar .cat-item a:hover, .sidebar .menu li a:hover {
    color: #87c82a !important;
}
.sidebar .widget {
    padding: 0 28px;
    margin-bottom: 20px;
}
.social-icons li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.social-icons li a {
    color: #99999A;
    font-size: 35px;
    display: block;
    margin: 0 10px;
}
.blue-box h3 {
    margin: 0 0 24px;
    font-family: 'Gotham';
    font-size: 30px;
}
li.cat-item {
    padding: 3px 13px;
}
.single .content  .entry {
    margin-bottom: 40px;
    padding: 26px;
    border: 1px solid #cccccc;
    margin-top: 30px;
}
.single .content .entry-header {
    display: none;
}
.single-blog-lbl {
    border-bottom: 4px solid #87c82a;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 100;
    color: #002e56;
    font-size: 50px;
    padding: 0 0 20px;
    margin-top: 0;
}
.single .post-image {
    width: 100%;
}
.single .content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
}
.single-post-title {
    color: #333333;
    font-family: 'Gotham';
    margin: 30px 0 20px;
    font-size: 27px;
}
.single .content .entry-meta {
    display: none;
}
.comment-respond, .entry-pings {
    padding: 0 0 16px;
}

.vc_custom_1446429962929 .blue-wrapper a {
    margin-top: 16px;
}
.single .content p.comment-meta {
    display: none;
}


















/* ---- RESPONSIVE ----- */
@media only screen and (max-width: 1200px) {
.heading-wrap h2 {
    font-size: 70px;
}
body.page-id-63 .services-span2 .desc {
    font-size: 12px !important;
}
html body .small-p p {
    margin-bottom: 2px !important;
    font-size: 12px !important;
}
.services-span2 .desc {
    font-size: 14px !important;
}
.box-block h3 {
    font-size: 14px !important;
}
.homepage-span3 p {
    font-size: 16px !important;
}
.success-stories img {
    margin: 0 auto 0px !important;
}
.vc_custom_1444979704285 img {
    margin-top: 70px;
}
.post-72 .gform_footer.top_label {
    min-height: 0;
    padding-bottom: 0 !important;
}
body .gform_wrapper {
    margin: 1em 0 0;
}
body .homepage-span6 .vc_gitem-col h4 a {
    font-size: 19px;
}
.sidebar-line p {
font-size: 14px !important;
}
.desc-right .gfield_description {
    font-size: 12px !important;
}
.successform-wrap_wrapper .gfield_label, .successform-wrap_wrapper.gform_wrapper .gfield_required {
    font-size: 19px !important;
}
body .education-span1 h1 {
	font-size: 48px;
}
.camerons-blog .vc_grid-container.wpb_content_element.vc_basic_grid {
	margin-bottom: 30px;
}
.homepage-span6 .vc_gitem-col {
	padding: 10px 10PX 0 !IMPORTANT;
}
.blue-wrapper h2 {
	font-size: 38px;
}
.site-inner, .wrap {
	max-width: 95%;
}
.header-widget-area .nav-primary .genesis-nav-menu a {
	padding: 9px 6px;
	font-size: 14px;
}
body .yellow-btn, .wpb_btn-warning {
	font-size: 17px !important;
	padding: 17px 15px !important;
}
body .homepage-span3 {
	font-size: 15px;
}
body .serve-inner-wrapper .desc {
	min-height: 103px;
	font-size: 14px;
}
body .serve-inner-wrapper .btn-transparent {
	margin-top: 0;
	margin-bottom: 30px !important;
	width: 80%;
	font-size: 12px;
}
.blue-wrapper h3 {
	font-size: 25px !important;
}
body .blue-wrapper {
	font-size: 16px;
}
.homepage-span6 .vc_gitem-col h4 {
	margin-top: 0;
}
}

@media only screen and (max-width: 1050px) {
.success-stories {
    margin-bottom: -7px !important;
}
}

 @media only screen and (max-width: 900px) and (min-width: 767px) {
.post-70 .vc_col-sm-4  iframe {
    height: 200px !important;
}
}
 @media only screen and (max-width: 800px) {
.services-span1 {
    padding: 190px 0 65px !important;
}
body .modal-body .aligncenter {
    max-width: 260px;
}
.watch-webinar {
    margin-top: 0 !important;
}
body .vc_custom_1446455438067 {
    padding-top: 20px !important;
}
.homepage-span6 .vc_row {
    margin-bottom: 0 !important;
}
.homepage-span6 {
    margin-bottom: 0 !important;
}
.homepage-span6 h2 {
    margin-top: 36px;
}
body .vc_custom_1446429962929 {
    padding-top: 33px !important;
}
.homepage-span6 .btn-transparent {
    margin: -5px auto 0 !important;
}
.blue-wrapper a {
    margin-top: 0 !important;
}

.post-meta-wrap a.continue-reading {
    width: 84% !important;
}
.container {
    width: 100%;
}
body {
overflow-x:hidden;
}
.homepage-span1 h2, .services-span1 h2, .about-span1 h2, .success-stories-span1 h2, .banner-text-wrapper h2 {
    font-size: 40px;
}
.homepage-span1 h2 {
    margin-bottom: 20px;
}
.home .vc_visible-item.zoomIn.animated {
    margin-bottom: 20px !important;
}
.sidebar-line:before {
display: none !important;
}
body .successform-wrap_wrapper #gform_submit_button_2 {
    padding: 20px 1% !important;
}
body ul.gform_fields.top_label.description_below.gform_column.one-half {
    width: 100% !important;
}
body .about-span3 h2 {
    font-size: 40px;
}
body .about-span3 {
    padding: 95px 0 72px !important;
}
body .services-span1 h2 {
    font-size: 44px
}
body .education-span1 h1 {
	font-size: 44px;
}
#header-top .social-media li {
	margin: 0 3px !important;
}
#header-top .wrap {
	width: 100% !important;
}
.responsive-menu-icon::before {
	color: #002E56;
	margin: 0 auto;
	content: "\f0c9";
	font: normal normal normal 29px/1 FontAwesome;
}
.nav-primary .responsive-menu-icon {
	margin-top: -60px;
}
.site-header .widget-area, .title-area {
	width: 100% !important;
}
body .header-image .site-title > a {
	width: 100%;
	max-width: 275px;
}
.header-widget-area .nav-primary {
	margin-top: 0 !important;
}
.header-widget-area {
	z-index: 10000;
	position: relative;
}
.header-widget-area .genesis-nav-menu {
	background-color: #fff;
}
body .header-widget-area .nav-primary a {
	font-family: 'Gotham';
	font-weight: normal;
	text-transform: uppercase !important;
	color: #002e56 !important;
	padding: 10px 10px !important;
	border: none;
	border-bottom: 1px dashed !important;
}
.cameron-img img {
	margin-top: 38%;
}
.homepage-span3 h2, .homepage-span6 h2 {
	font-size: 34px !important;
	margin-bottom: 18px !important;
}
a.continue-reading {
	margin-top: 0 !important;
}
.homepage-span4 h2 {
	font-size: 40px;
}
.serve-inner-wrapper, .box-block {
	max-width: 400px;
	margin: 30px auto 15px !important;
}
body .homepage-span5 .vc_col-sm-6, .blue-wrapper .vc_col-sm-8, .blue-wrapper .vc_col-sm-4, .footer-widgets-1, .footer-widgets-2, body .homepage-span6 .vc_col-sm-6 {
	width: 100% !important;
}
.yellow-btn, .wpb_btn-warning {
	max-width: 400px;
}
body .homepage-span3 {
	padding-bottom: 40px;
}
.homepage-span4 .vc_col-sm-4 , .page-id-65 .vc_col-sm-4 {
	width: 100%;
}
body .blue-wrapper {
	text-align: center;
}
.blue-wrapper .yellow-btn {
	margin-top: 26px !important;
}
body .blue-wrapper h3 {
	font-size: 22px !important;
}
.footer-widgets-2:before {
	display: none !important;
}
.nav-secondary {
	float: none;
	margin-bottom: 12px;
}
.copyright {
	float: none !important;
	font-size: 13px !important;
	margin-top: 20px;
	line-height: 1.5;
	margin-bottom: 7px !important;
}
.footer-widgets-2 h2 {
	font-size: 35px !important;
}
.success-stories {
	font-size: 18px !important;
	margin-bottom: 25px !important;
}
.container {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.education-span1.vc_custom_1444709043470 {
	padding-top: 0 !important;
}
body .single-blog-lbl {
    margin-top: 50px;
}
}
@media only screen and (max-width: 680px) {
body #my-account-popup .modal-dialog {
    margin: 35% auto 0 !important;
}
.vc_custom_1444979704285 img {
    margin-top: -45px !important;
}
body .successform-wrap_wrapper input, body  .successform-wrap_wrapper textarea {
    font-size: 13px !important;
}
body .post-meta-wrap a.continue-reading {
    position: static !important;
    width: 100% !Important;
}
.archive-post {
    min-height: 0 !important;
}
body .archive-post {
    width: 100% !important;
    margin: 0 !important;
}
body .homepage-span1 {
    padding: 165px 0 55px;
}
body .successform-wrap_wrapper #gform_submit_button_2 {
    margin: 0 !important;
}
body .single-blog-lbl {
    font-size: 30px;
}
.success-story-form-header h2 {
    font-size: 30px !important;
}
.success-stories-span5 img {
margin-bottom: 20px;
}
body .education-span1 h1 {
    margin-top: 20px !important;
}
.about-span5 .vc_col-sm-3 {
    margin-bottom: 30px;
}
.about-span1, .success-stories-span1  {
    padding: 180px 0 83px !important;
}
.services-span1 h2, .about-span1 h2, .success-stories-span1 h3 {
    font-size: 35px !important;
}
.tbl-inner-check img {
	padding: 14px !important;
}
.education-span1 {
	padding-top: 0 !important;
}
.full-width-content .content {
	font-size: 15.5px !important;
}
.education-span1 h1 {
	font-size: 37px important;
	text-align: center !important;
	margin-bottom: 30px !important;
}
.sign-up {
	float: left;
}
.header-image .site-title > a {
	width: 233px !important;
	max-width: 233px !important;
}
body .homepage-span1 h2, .services-span1 h2 .banner-text h2{
	font-size: 30px !important;
}
.services-span1, .services-span1, .banner-text {
    padding: 90px 0 60px;
    text-align: center;
}
.cameron-img img {
	margin-top: 0 !important;
}
.tbl-content ul li {
	font-size: 18px;
	margin-top: 30px !important;
}
.tbl-content ul {
	margin-left: 0 !important;
}
.cost-info {
	font-size: 32px !important;
}
.shipping {
	margin-bottom: 30px !important;
}
body .about-span3 h2 {
    font-size: 30px !important;
}
body .banner-text-wrapper {
    padding: 180px 0 83px !important;
}
body .banner-text-wrapper h2 {
    font-size: 40px !important;
}
body .sidebar .widget {
    position: static !important;
}
.sidebar .widget {
    padding: 0  !important;
}
}
@media only screen and (max-width: 440px) {

body #my-account-popup .btn.btn-default {
    top: -3px;
}
body #my-account-popup .webinar input[type="submit"] {
    font-size: 20px !important;
    padding: 5px !important;
}
body #my-account-popup input[type="text"], body #my-account-popup input[type="password"] {
    margin-bottom: 8px !important;
    padding: 10px !important;
}
body .watch-webinar h3 {
    font-size: 21px !important;
}
a.continue-reading, a.btn-transparent {
    font-size: 14px  !important;
}
.page-id-68 .content .entry {
    padding: 0 0 26px !important;
}
body .single-blog-lbl {
    font-size: 30px !important;
}
.homepage-span1 h2, .services-span1 h2, .about-span1 h2, .success-stories-span1 h2, .banner-text-wrapper h2 {
    font-size: 40px !important;
}
.tbl-inner-wrap .tbl-left p {
	margin: 0 0 28px !important;
}
.tbl-inner-check {
	width: 24% !important;
}
.tbl-inner-wrap .tbl-left {
	width: 76% !important;
	font-size: 12px !important;
}
.education-span1 h1 {
	font-size: 28px !important;
}
html body .homepage-span1 h2 ,  body .services-span1 h2, .banner-text-wrapper h2 {
	font-size: 26px !important;
}
.homepage-span6 .vc_gitem-animate-scaleRotateIn {
	width: 100% !important;
	float: none !important;
}
.homepage-span6 .vc_gitem-post-data {
	margin-bottom: 0;
}
}

@media screen and (min-width: 1023px){
html .page-template-template-plain {
    background-size: cover !important;
}
.page-template-template-plain {
    background: url(/wp-content/uploads/2015/10/img5.png) no-repeat;
    background-size: cover !important;
    color: #fff;
}
.page-id-68 .vc_grid-item-mini .vc_gitem-zone {
    min-height: 400px !important;
}
.page-id-68 .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
    min-height: 397px;
    position: relative;
}
.page-id-68 .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_button-2-wrapper {
    bottom: 30px;
    position: absolute;
    width: 100%;
}
}

section#categories-3 li.cat-item.cat-item-1 {
    display: none;
}














.image_hover {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    transition: all .4s ease-in-out;
    opacity: 1 !important;
    width: 100%;
}

.featured-theme-small {
    width: 100%;
    opacity: 0;
}
/*
.image_hover:hover {
    -webkit-transform: scale(1.4) rotate(10deg);
    transform: scale(1.4) rotate(10deg);
    opacity: 0.7 !important;
}
*/
.archive-post.archive-post-first  {
    position: relative;
    overflow: hidden;
    width: 96%;
    min-height: 552px;
}
.archive-post.archive-post-first a.continue-reading {
    position: static !important;
    max-width: 310px;
}
.post-img {
    overflow: hidden !important;
    display: block;
    position: relative;
}

.archive-post h3 a {
font-size: 20px;
    font-family: 'Gotham';
color:#000;
text-decoration: none !important;
}
.archive-post {
    width: 46%;
    float: left;
    border: 1px solid #cccccc;
    margin: 2%;
position: relative;
    min-height: 531px;
}

.post-meta-wrap {
    padding: 8px 25px 33px;
}
.post-meta-wrap a.continue-reading {
    font-size: 14px;
    max-width: 84%;
    position: absolute;
    bottom: 25px;
width: 84%;
    display: block !important;
    left: 8%;
}
.category .content, .page-template-page_blog .content {
    margin-bottom: 30px !important;
}






















#gform_confirmation_message_3 {
    text-align: center;
    color: #fff;
}
.modal-dialog {
    width: 100%;
    margin: 0 auto 0;
    background: url(/wp-content/uploads/2015/10/blue-wraps.png) no-repeat #002E56;
    border-bottom: 8px solid #87c82a;
    box-shadow: none;
    border-top: 8px solid #87c82a;
}
#my-account-popup .modal-dialog {
    background: none !important;
    border: none;
    width: 90%;
    margin: 14% auto 0;
    box-shadow: none !important;
    max-width: 700px !important;
}
#my-account-popup .modal-body.container {
    padding: 0 !important;
    width: 100%;
}
#my-account-popup .modal-content {
    box-shadow: none !important
}
#my-account-popup  .watch-webinar {
    max-width: 100%;
}
.modal-content {
    background-color: transparent !important
}
.modal-body.container {
    padding: 30px 0 0px;
}
.modal-body.container h5 {
    font-family: merriweather;
    font-size: 19.45px;
    font-weight: 300;
    margin: 46px 0 37px;
}
button.btn.btn-default {
    background: none !important;
    color: #fff;
    border: none !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    padding: 20px;
}
#my-account-popup {
    padding: 0 !important;
}
#my-account-popup .text-center {
    display: block;
    margin: 22px 0 15px;
    text-transform: uppercase;
}
#my-account-popup input[type="text"], #my-account-popup input[type="password"] {
    margin-bottom: 8px !important;
    padding: 17px !important;
}
body #my-account-popup .webinar input[type="submit"]:hover {
color:#fff !important;
}
.modal-body .aligncenter {
    margin-bottom: 0;
}
.watch-webinar {
    background: #004785;
    border: 2px solid #0163b8;
    margin-top: 10px;
    max-width: 83%;
    margin: 10px auto 0;
    display: block;
}
.watch-webinar .gform_footer.top_label {
    min-height: 0;
    padding: 0 0 .625em;
}
.watch-webinar h3 {
    font-family: 'Gotham';
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0;
    font-size: 35px;
    padding: 20px 0;
    border-bottom: 3px solid #0163b8;
}
form.webinar, .webinar {
    padding: 10px 30px;
}
input, select, textarea {
    background-color: #fff;
    border: none;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 300;
    padding: 11px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    background: #002e57;
    margin: 4px 0 !important;
    max-width: 100% !important;
}
form.webinar input[type="submit"], .webinar input[type="submit"] {
    width: 100%;
    background: #ff8a00;
    font-weight: 700;
    font-family: 'Gotham';
    text-transform: capitalize;
    font-size: 28px !important;
    padding: 9px;
    border: 3px solid #fff;
    margin-bottom: 0 !important;
}
form.webinar input[type="submit"]:hover, .webinar input[type="submit"]:hover {
    color: #ff8a00 !important;
}
.cameron-img img {
    margin-top: 10px;
        width: 100%;
}
::-webkit-input-placeholder {
   color: #fff;  
}

:-moz-placeholder { 
   color: #fff;  
}

::-moz-placeholder { 
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}
.blue-wrapper p {
    font-size: 19px !important;
    line-height: 1.5 !important;
}
.blue-wrapper h2 {
    font-size: 38px;
    margin-top: 35px;
}
.on-demand-replay p {
    line-height: 1.4 !important;
    font-size: 20px !important;
    margin-bottom: 30px !important;
}
.on-demand-replay.blue-wrapper a {
    margin-top: 92px;
}
.modal-body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/wp-content/uploads/2015/10/git-white.png) no-repeat 98% center #002E57;
}

.post-video-container > iframe {
    height: 400px;
    width: 100%;
}




@media screen and (max-width: 1120px) and (min-width: 1000px) {
body .successform-wrap_wrapper #gform_submit_button_2 {
    max-width: 47.6% !important;
    margin-top: -76px !important;
    padding: 15px 50px !important;
}
.successform-wrap_wrapper textarea {
    height: 220px !IMPORTANT;
}
}


@media screen and (max-width: 990px) {
body .successform-wrap_wrapper #gform_submit_button_2 {
    margin-top: 0px !important;
    max-width: 100% !important;
}

.page-template-template-plain  .site-header .wrap {
    width: 95% !important;
}
.page-template-template-plain .site-inner, .wrap {
    padding: 0 !important;
}
.page-id-72 .gform_wrapper textarea.large {
    height: 8.625em !important;
}
.contact-wrap_wrapper #gform_submit_button_1 {
    width: 100% !important;
    padding: 0 !Important;
    margin-top: -22px !important;
}
div#gform_wrapper_1  .gform_footer.top_label {
    width: 100% !important;
    margin-left: 0  !important;
}
div#gform_wrapper_1 .gform_wrapper textarea.large {
    height: 7.625em;
}
.site-header {
    background-color: #fff !important;
}
body .vc_custom_1446429962929 {
    padding-top: 20px !important;
}
    .on-demand-replay.blue-wrapper a {
    margin-top: 10px !important;
    }
    .vc_col-sm-6 {
    width: 100%;
}
    body .blue-wrapper h3 {
    font-size: 31px !important;
}
.cameron-img img {
    margin-top: 0 !important;
        width: 100%;
}
.container {
    width: auto;
}
.full-width-content .content p {
    font-size: 15px !important;
}
.blue-wrapper h2 {
    font-size: 33px  !important;
}
.on-demand-replay p {
    line-height: 1.4 !important;
    font-size: 17px !important;
    
}
.about-span5 h2 {
    font-size: 34px !important;
}
.ngg-gallery-thumbnail-box {
    margin: 1% !important;
    width: 48% !important;
}
.ngg-gallery-thumbnail {
    float: none !important;
}
.ngg-gallery-thumbnail img {
    width: 100% !important;
    margin: 10px 0 !important;
}
}


@media only screen and (max-width: 680px) {
body .successform-wrap_wrapper textarea {
    height: 180px !IMPORTANT;
}
body .successform-wrap_wrapper .gfield_label, body  .successform-wrap_wrapper.gform_wrapper .gfield_required {
    font-size: 14px !important;
font-weight: bold !important;
}
.successform-wrap_wrapper ul li.gfield {
    margin-top: 5px !important;
}
body .ngg-gallery-thumbnail-box {
    width: 98% !important;
}
html body .gform_wrapper.gf_browser_chrome select {
width: 100% !important;
}
    .watch-webinar h3 {
    margin: 0 0 !important;
    font-size: 27px !important;
    }
.modal-body .aligncenter {
    margin-bottom: 0;
    max-width: 215px;
}
.watch-webinar {
    margin-top: 0 !important;
}
}
@media only screen and (max-width: 450px) {
body .watch-webinar h3 {
    font-size: 21px !important;
    text-align: left  !important;
    text-indent: 20px  !important;
}
body .success-story-form-header h4 {
    font-size: 21px;
    margin-top: 13px;
}   
body .banner-text-wrapper h2 {
    font-size: 28px !important;
}
body .blue-wrapper h3 {
    font-size: 25px !important;
}
body .blue-wrapper p {
    font-size: 13px !important;
}

}


body .infusion-field select {
height: 50px !important;
padding: 13px 12px !important;
line-height: 48px !important;
background: none !important;
}


.gform_footer.top_label {
    min-height: 132.5px;
}

.footer-frm .infusion-field {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-frm .infusion-submit {
    margin-bottom: 20px;
}

.footer-frm-wrap {
    margin-top: 100px;
}

.page-id-59 .slideshowlink a {
    display: none;
}

div#header-top small.chat-us {
    float: right;
    display: inline-block;
    margin-top: 3px;
}

#header-top .social-media {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
    float: none;
}
.shipping-form {
    display: none;
}

#optin-text { 
font-size: 14px; 
} 