/* Pages */
.section {
	padding: 80px 0;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.grid-wrap {
	padding:1rem;
}

.video-cont iframe{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-cont {
    padding: 56.25% 0 0 0;
    position: relative;
}


.single .site-header .banner h1,
.post-type-archive .site-header .banner h1,
.page:not(.home) .site-header .banner h1{
	text-align:center;
	color:#fff;
	font-size:60px;
	font-weight: 500;
}
.page .site-header .banner h1{
	font-weight: 400;
}
.page .site-header .banner h1 strong{
	font-weight: 700;

}



.site-header{
	background:url(../images/banner-bg.jpg) top center no-repeat;
	min-height:240px;
	background-size: cover;
}
.single .site-header,
.post-type-archive .site-header{
	background:url(../images/banner-bg.jpg) top center no-repeat;
	min-height:290px;
	background-size: cover;
}

/* BACK TO TOP*/
#back-to-top {
	position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 9999;
    width: 37px;
    height: 37px;
    text-align: center;
	line-height: 32px;
    background: #fff;
    color: #2eb5a9;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(-90deg);
    vertical-align: middle;
    font-size: 23px;
    border: 1px solid;
    padding-top: 1px;
}
#back-to-top:hover {
    background: #2eb5a9;
    border-color: #2eb5a9;
	color: #fff;
}
#back-to-top.show {
    opacity: 1;
}

/* Header */
#header-top {
	width: 100%!important;
}
#header-top .inner-wrap {
	position: relative;
}
#header-top .inner-wrap:after {
	content:"";
	display:block;
	clear:both;
}
.site-header.sticky #header-top{
	background: #fff;
	background-size: cover;
	padding-bottom: 15px!important;
}

.site-header.sticky #header-top .title-area {
    margin-top: 25px;
}
.site-header .banner-button-cont{
	padding-top:45px;
}
#header-top .title-area {
    margin-top: 30px;
    width: auto;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 20px;
}
#header-top .title-area a{
	display:inline-block;
}
#header-top  .nav-primary{
	margin-top:0;
}
#header-top  .nav-primary ul{
	padding-top: 70px;
}
#header-top .nav-primary ul li.contact a{
	padding: 0px 12px 0 20px;
}
#header-top .nav-primary ul li.contact{
	padding-left: 40px;
	display:none;
}
#header-top .nav-primary ul li.member-login{
	display:none;
}
#header-top .nav-primary ul li{
	float:left;
}
#header-top .nav-primary ul li a{
    font-size: 18px;
    color: #293639;
    padding: 0 15px;
    font-weight: 400;
	text-transform: uppercase;
}
#header-top .nav-primary ul li a.call{
	background: url("../images/home-banner-call-icon.svg") no-repeat;
	display: block;
	font-size: 18px;
	font-weight: 700;
}
#header-top .nav-primary ul li.current_page_item a{
    font-weight: 900;
}
#header-top .nav-primary ul.sub-menu {
	padding-top: 5px!important;
    margin-left: 5px;

}
#header-top .nav-primary ul.sub-menu li a {
    font-size: 18px;
    color: #293639;
    font-weight: 400;
    text-transform: uppercase;
	padding: 10px;
}
#header-top .nav-primary ul.sub-menu li:hover a {
    text-decoration: none;
	font-weight:900;
}
#header-top .nav-primary ul .member-login a:hover {
	background:#f58029;
	color:#fff;
}
#header-top .nav-primary ul .search{
	margin-top: -8px;

}
#header-top .nav-primary ul li.home {
	
}
#header-top .nav-primary ul li.home a{		
	background: url(../images/home-icon-white.png) center top no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
}
#header-top .nav-primary ul .search .active .my-submit{
    background: url(../images/search-icon.png) center 4px no-repeat;
    width: 20px;
    height: 40px;
    display: -webkit-inline-box;
    background-size: 50%;
    vertical-align: middle;
    opacity: 0;
	display:none;
}

#header-top .nav-primary ul .member-login a {
    color: #f58029;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    display: block;
    min-height: 35px;
    text-align: center;
    width: 150px;
    padding: 10px;
    border-radius: 5px;
    margin-top: -10px;
    margin-left: 20px;
}
#header-top .nav-primary {
    float: right;
}
#header-top .nav-primary ul {
	margin-left:0;
}

#header-top .top-right {
	position:absolute;
	top:15px;
	right:0;
	display:block;
	z-index:10;
}
#header-top .top-right a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

#header-top .top-right a.callto {
	font-weight: 700;
	margin-right: 0;
}
#header-top .top-right a.callto img{
    display: inline-block;
    vertical-align: top;
    margin: 3px;
}



/* Header Search */
.menu-search-form .search-bar::placeholder {
    color:#666666;
    opacity: .6; /* Firefox */
}
.menu-search-form{
	text-align:right;
}
.menu-search-form .search-bar{
	width: 315px;
    border: 2px solid #2a373a;
    padding: 8px 12px;
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 400;
}

.menu-search-form .sumbit-btn{
	background: url(../images/search-icon.png) center 4px no-repeat;
    width: 15px;
    height: 22px;
	font-size:0;
	display:none;
}
.menu-item.search a.active{
	background: url(../images/search-icon-x.png) center 4px no-repeat;
}

.responsive-menu-wrap .search{
	display: none !important;
	position: absolute;
    right: 70px;
    top: 40px;
    z-index: 2;
}
.genesis-nav-menu.responsive-menu .search{
	position:relative;
}
.header-search input[type="submit"] {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.cont-rc-form {
    position: relative;
}
.header-search {
    position: absolute;
    top: 0;
    width: 100%;
}
.site-header .widget-area {
    position: relative;
}
.site-header .widget_nav_menu {
    margin-bottom: 0;
}
.cont-rc-form {
    position: absolute;
    right: 25px;
    top: 9px;
    width: 97%;
	display: none;
}
img#search-icon {
    vertical-align: middle;
    top: -1px;
    position: relative;
    cursor: pointer;
}
.cont-rc-form input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
.cont-rc-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #bd1218;
}

/* SEARCH
------------------*/
.menu-item.search {
	position: relative;
}
.menu-item.search .menu-search-form {
	position: absolute;
    width: 315px;
    top: -15px;
    right: 20px;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 3s linear 1s;
    transition: height 3s linear 1s;
}

.menu-item.search .menu-search-form.active {
	height:auto;
}

/* Search Page */
body.search .site-container {
	background:#f4f4f4;
}
body.search .site-inner {
    padding-bottom: 50px;
}

body.search .site-header {
    min-height: 117px;
    background: #fefefe;
    background-size: cover;
}

.search-no-results p {
    text-align: left;
    font-size: 22px;
}
.search-results .site-inner .entry-title a{
	color: #f6921e;
	text-decoration: none;
}
.search-results .site-inner .entry-title {
    font-size: 35px;
}
.search .site-inner {
	display: block;
}
.search-results .site-inner p{
	font-size: 24px;
}
.search-results .site-inner ul{
	padding-left: 20px;
}
.search-results .site-inner ul li{
	font-size: 24px
}
.search-results .site-inner h3{
	font-size: 28px;
}
.search-results .site-inner .entry blockquote{
	font-weight: 700;
}
.search-results .site-inner .entry {
    margin-bottom: 40px;
    padding: 0;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}
.search-results .site-inner .entry a {
	color:#2EB5A9;
}
.search-results .site-inner .entry a.post-readmore {
    color: #2EB5A9;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
}

.search-results .site-inner .entry:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.search-results .site-inner img{
	display: none;
}
.search-results .site-inner .pagination ul{
	text-align: center; 
}
.archive-pagination li.pagination-previous,
.archive-pagination li.pagination-next{
	position: relative;
}
.archive-pagination li.pagination-next a{
	background: url(../images/principles-arrow-next.svg) left center no-repeat;
    font-size: 0;
    height: 65px;
    max-width: 70px;
    width: 100%;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translate(0, -50%);
	border: 0;
}
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #2eb5a9;
    text-decoration: none;
    color: #fff;
}
.archive-pagination li.pagination-previous a{
	background: url(../images/principles-arrow-prev.svg) left center no-repeat;
    font-size: 0;
    height: 65px;
    max-width: 70px;
    width: 100%;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
	border: 0;
}
.archive-pagination li.pagination-next a:hover,
.archive-pagination li.pagination-previous a:hover{
	background:unset;
}
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #2EB5A9;
    color: #fff;
}
.archive-pagination li a {
    background-color: #fff;
    color: #2EB5A9;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #2EB5A9;
}
.search-results .site-inner footer.entry-footer {
    display: none;
}
.search-results .site-inner .entry-header .entry-meta {
    display: none;
}
.search-results.full-width-content .content {
31	width: 100%;
    padding-bottom: 50px;
}

/* AL POST LOOP
-----------------*/
.al-loop-section .post-box {
	background: #fff;
    padding: 3rem 4rem;
    margin: 0 auto 2rem;
	
}
.al-loop-section .post-box a {
	text-decoration:none;
}
.al-loop-section .post-box .post-context h1 {
	line-height: normal;
}
.al-loop-section .post-box .post-context h1 a {
	color:#f0542e;
}
.al-loop-section .post-box .post-context h3 {
    color: #ccc;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 2rem;
    font-weight: 300;
}
.al-loop-section .post-box .post-context a.btn {
	margin-top:1rem;
}
/* Global button */
a.maxbutton{
	text-transform: uppercase;
}
a.orange-btn {
    color: #FFC315;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 0;
    text-align: center;
    display: block;
    width: 300px;
    height: 60px;
    font-weight: 700;
    margin: 20px auto;
    font-size: 22px;
	position:relative;
	border: 3px solid #fff;
}
/* Accordion */
ul.rc-accordion {
    list-style: none;
    padding: 0;
} 
ul.rc-accordion .inner {
	overflow: hidden;
	display: none;
}     
ul.rc-accordion .inner.show {
	/*display: block;*/
}
ul.rc-accordion .inner p {
	font-size:16px;
	line-height:normal;
	margin-top:10px;
}

ul.rc-accordion li {
	margin: 0 0 20px;
}    
ul.rc-accordion li a.rc-toggle {
	width: 100%;
    display: block;
    color: #212121;
    padding: 10px 150px 10px 0;
	border-radius: 0;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    outline: none;
    letter-spacing: 1px;
	line-height:normal;
}
ul.rc-accordion li a.rc-toggle:after {
    content: "";
    background: url(../images/faq-arrow.png) top left no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    display: block;
    width: 14px;
    height: 27px;
}

ul.rc-accordion li a.rc-toggle.show:after {
    background: url(../images/faq-arrow.png) top right no-repeat;
}
a.link-wrap{
	text-decoration:none;
}
/*Global blockquote*/
blockquote{
	border-left: 4px solid #2eb5a9;
    height: auto;
	padding: 10px 20px;
    display: block;
    position: relative;
    vertical-align: middle;
    line-height: normal;
    margin: 10px 0 20px;
}
blockquote p{
	margin:0;
}
blockquote:before{
	display: none;
}
/* Banner */
.banner{
	clear: both;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 20px;
	padding:40px;
}


/* PAGE BUILDER
------------------*/
#jpx_content-builder .section h3{
	font-size: 50px;
}
#jpx_content-builder .section h4,
#jpx_content-builder .item-cont h4 {
	margin-bottom:28px;
	font-size: 22px;
}
#jpx_content-builder .sec-top-arrow:after {
    content: "";
    width: 84px;
    height: 63px;
    bottom: -42px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 1;
}
#jpx_content-builder p{
	font-size:24px;
	font-weight:400;
	color:#5E5E65;
}
#jpx_content-builder h4{
	font-size: 50px;
	font-weight: 600;
}
#jpx_content-builder h4 span{
	color:#2EB5A9;
}
/* [BODY CLASS] HOME
--------------------------------------------------------------------------------------*/
body.home #jpx_content-builder .section h3,
body.home #jpx_content-builder .section h4 {
	font-weight: 500!important;
}
body.home .site-header{
	background-size: cover;
	position: relative;
}
body.home .site-header .banner {
	padding-top: 68px;
    margin-top: 0;
    position: relative;
    max-width: none;
    overflow: hidden;
    padding-bottom: 160px;
}
body.home .site-header .banner h1 {
	font-size: 180px;
    color: #fff;
    font-weight: 900;
    display: block;
	text-align: center;
	line-height: 0.9;
}
body.home .site-header .banner h1 span{
	font-size: 40px;
    display: block;
    color: #fff;
    font-weight: 400;
}
body.home .site-header .banner h1 span.typed-me{
    font-weight: 400;	
	line-height: 2;
	min-height: 80px;
}
body.home .site-header .banner h1 span.typed-cursor{
	display: none;
}
body.home .site-header .banner ul li{
	background: url(../images/home-checklist.svg) left no-repeat;
    text-align: left!important;
    color: #fff;
    display: inline-block;
    padding-left: 30px;
    padding-right: 55px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
body.home .site-header .banner .item-list{
	text-align: left;
}
body.home .site-header .banner .img-wrap{

}
body.home .site-header .banner .img-wrap.video-btn img {
	position: absolute;
	top: 80px;
	left: 25px;
}
body.home .site-header .banner a.orange-btn i{
	padding-right: 15px; 
}
#jpx_content-builder .home-sec1{
	background:#f5fbf7;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1130px;
	z-index:9999;
}
#jpx_content-builder .home-sec1.section{
	padding: 0;
}
#jpx_content-builder .home-sec1 .grid-wrap{
	background: #fff;
    max-width: 1130px;
    margin: -110px auto 0;
    position: relative;
    padding: 30px 0 0;
    box-shadow: 0px 8px 64px -24px #b2b2b2;
}
#jpx_content-builder .home-sec1 .content{
	max-width:640px;
	padding-left:25px;
}
#jpx_content-builder .home-sec1 .img-wrap{
	margin:-90px auto 0;
	max-width: 273px;	
}
#jpx_content-builder .home-sec1 .content p{
	margin: 0;
}
#jpx_content-builder .home-sec1 .content p span{
	font-size: 24px;
	font-weight:700;
	color:#293639;
	display: block;
	margin-bottom: 10px;
}
#jpx_content-builder .home-sec6 a.maxbutton,
#jpx_content-builder .home-sec1 a.maxbutton{
	margin: 20px 0;
}
#jpx_content-builder .home-sec2 {
    background: url(../images/home-sec2-bg.jpg) top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .home-sec2.section{
	padding: 150px 0 60px;
}
body.home #jpx_content-builder .home-sec2 h3{
	font-weight:600!important;
}
#jpx_content-builder .home-sec2 h3{
	font-size: 50px;
	font-weight:600!important;
	color:#293639;
	text-align: center;
	margin: 75px auto 60px;
}
body.home #jpx_content-builder .home-sec2.section h4 {
	font-weight: 600!important;
}
#jpx_content-builder .home-sec2.section h4 {
	font-size: 33px;
	margin: 30px 0 20px;
	line-height: normal;
	color: #2EB5A9;
}
#jpx_content-builder .home-sec2 h3 span{
	color:#2eb5a9;
}
#jpx_content-builder .home-sec2 .column{
	position: relative;
	padding: 0!important;
}
#jpx_content-builder .home-sec2 .column a.box-link{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 340px;
	width: 100%;
	margin: 0 auto;
}
#jpx_content-builder .home-sec2 .img-wrap{
	line-height: 0;
    max-width: 340px;
    margin: 0 auto;
}
#jpx_content-builder .home-sec2 .content{
	margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 340px;
    padding: 10px 30px;
    background: #fff;
    height: 226px;
    box-shadow: 0px 2px 20px -5px #cdcdcd;
}
#jpx_content-builder .home-sec3{
	background: url(../images/home-sec3-bg.jpg) top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .home-sec3.section{
	padding-top: 120px;
}
#jpx_content-builder .home-sec3 .content{
	max-width: 695px;
}
#jpx_content-builder .home-sec3 h4{
	font-size: 50px;
	font-weight: 500;
}
#jpx_content-builder .home-sec3 ul {
	margin: 20px 0 30px;
}
#jpx_content-builder .home-sec3 ul li{
	background: url(../images/home-checklist.svg) left center no-repeat;
	color: #5E5E65;
	padding-left: 25px;
    line-height: 1.6;
	font-size: 24px;
	font-weight: 400;
	color: #5E5E65;
}
#jpx_content-builder .home-sec4{
	background: url(../images/home-sec4-bg.jpg) top center no-repeat; 
	background-size: cover;
}
#jpx_content-builder .home-sec4.section{
	padding: 80px 0 300px;
}
#jpx_content-builder .home-sec4 h4{
	font-size:50px;
	font-weight: 500;
}
#jpx_content-builder .home-sec4 ul{
	margin-bottom: 50px;
}
#jpx_content-builder .ui.grid .column{
	padding-right: 0!important;

}
#jpx_content-builder .home-sec4 .content{
	margin-top: 190px;
	max-width: 680px!important;
	width: 100%;
	margin-left: 60px;
}
#jpx_content-builder .home-sec5{
	background: url(../images/home-sec5-bg.jpg) bottom center no-repeat;
	background-size: cover;
}
#jpx_content-builder .home-sec5 h4 {
	font-size: 50px;
	line-height:normal;
	margin-bottom: 50px;
}
#jpx_content-builder .home-sec5 .content{
    padding: 250px 0 100px;
    max-width: 650px;
}
#jpx_content-builder .home-sec5 .content a{
	margin-top: 80px;
}
#jpx_content-builder .home-sec6{
	background: #F5FBF7;
}
#jpx_content-builder .home-sec6.section{
	padding: 40px 0;
}
#jpx_content-builder .home-sec6 .content{
	max-width:640px;
	margin-top: 40px;
}
#jpx_content-builder .home-sec6 .img-wrap{
	margin:0 auto;
	max-width: 273px;	
}
#jpx_content-builder .home-sec6 .content p{
	margin: 0;
}
#jpx_content-builder .home-sec6 .content p span{
	font-size: 24px;
	font-weight:700;
	color:#293639;
	display: block;
	margin-bottom: 10px;
}
#jpx_content-builder .home-sec7{
	background: url('../images/home-sec7-bg.jpg') bottom center no-repeat;
	background-size: cover;
}
#jpx_content-builder .home-sec7.section{
	padding: 100px 0 200px;
}
#jpx_content-builder .home-sec7 .content{
	max-width: 610px;
	width: 100%;
}
#jpx_content-builder .home-sec7 h3{
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 1.1;
}
#jpx_content-builder .home-sec7 p{
	color:#fff;
	margin-bottom:20px;
}
#jpx_content-builder .home-sec7 a{
	margin-top: 20px;
}
#jpx_content-builder .home-sec8{
	background: url('../images/home-sec8-bg.jpg') top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .home-sec8.section{
	padding: 80px 0 100px;
}
#jpx_content-builder .home-sec8 .content{
	max-width: 675px;
	margin-top: 80px;
}
#jpx_content-builder .home-sec8 h3{
	color: #293639;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 50px;
}
#jpx_content-builder .home-sec8 h3 span {
	color: #2EB5A9;
}
#jpx_content-builder .home-sec8 p{
	color: #293639;
}
#jpx_content-builder .home-sec8 p i{
	padding-left: 20px;
    display: block;
    border-left: 4px solid #2EB5A9;
    max-width: 613px;
}
#jpx_content-builder .home-sec8 a{
	margin-top: 20px;
}
#jpx_content-builder .home-sec9{
	background: url('../images/home-sec9-bg.jpg') top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .home-sec9.section{
	padding: 80px 0 100px;
}
#jpx_content-builder .home-sec9 .img-wrap {
    max-width: 350px;
    margin: 0 auto 40px;
    border: 1px solid #333;
    border-radius: 50%;
    overflow: hidden;
    height: 350px;
    width: 100%;
}
#jpx_content-builder .home-sec9 .content{
	max-width: 760px;
	margin-top: 80px;
}
#jpx_content-builder .home-sec9 h3{
	color: #293639;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 40px;
}
#jpx_content-builder .home-sec9 h3 span{
	color: #2eb5a9;
}
#jpx_content-builder .home-sec9 h4{
	font-size: 28px!important;
    color: #293639;
}
#jpx_content-builder .home-sec9 p{
	color: #293639;
}
#jpx_content-builder .home-sec9 a{
	margin-top: 100px;
}
#jpx_content-builder .home-sec10{
	background: url('../images/home-sec10-bg.jpg') top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .home-sec10 p {
	color:#293639;
	font-weight: bold;
	margin-bottom: 40px;
}
#jpx_content-builder .home-sec10 .img-wrap{
	display: inline-block;
	padding: 0 30px;
}
#jpx_content-builder .home-sec10.section{
	padding: 80px 0 240px;
}
#jpx_content-builder .home-sec10 .content{
	text-align: center;
	max-width: 1115px;
	margin: 0 auto;
}
#jpx_content-builder .home-leigh{
	background: #f5fbf7;
    position: absolute;
    left: 50%;
    right: 50%;
    width: 1130px;
    transform: translate(-50%, 0);
	z-index: 9999;
}
#jpx_content-builder .home-leigh .grid-wrap{
	background: #fff url(../images/leigh-baker-bar-bg.jpg) bottom center no-repeat;
    max-width: 1130px;
    margin: -160px auto 0;
    position: relative;
    padding: 40px 60px;
    box-shadow: 5px 38px 45px -36px #333333;
}
#jpx_content-builder .home-leigh .grid-wrap .content{
	margin-top: 20px;
}
#jpx_content-builder .home-leigh .link{
	margin: 20px 0 0;
}
#jpx_content-builder .home-leigh .name{
	float: right;
    padding-right: 50px;
}
#jpx_content-builder .home-leigh .name p{
	margin:0;
}
#jpx_content-builder .home-leigh .name span{
	display: block;
	font-weight: 700;
	font-size: 24px;
	color: #5E5E65;
}
#jpx_content-builder .home-leigh .img-wrap{
	margin:-90px auto 0;
	max-width: 273px;	
}
#jpx_content-builder .home-leigh .content p{
	margin: 0;
	font-size: 24px;
	font-weight:700;
	color:#293639;
}
#jpx_content-builder .home-leigh .content p span{
	color: #2EB5A9;
	font-size: 28px;
	font-weight: 400;
	display: block;
	margin-top: 10px;
}
#jpx_content-builder .home-sec12{
	background: url(../images/home-sec12-bg.jpg) bottom center no-repeat;
	background-size: cover;
	position: relative;
}
#jpx_content-builder .home-sec12.section{
	padding: 260px 0 120px;
}
#jpx_content-builder .home-sec12 .content{
	text-align: center;
	margin: 0 auto;
}
#jpx_content-builder .home-sec12 .testi .item-wrap{
	max-width: 830px;
    width: 100%!important;
    margin: 0 auto;
}
#jpx_content-builder .home-sec12 .slick-slider button.slick-prev{
	background: url(../images/testi-slider-prev.svg) left center no-repeat;
    font-size: 0;
    height: 65px;
    max-width: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
	z-index: 1;
}
#jpx_content-builder .home-sec12 .slick-slider button.slick-next{
	background: url(../images/testi-slider-next.svg) left center no-repeat;
    font-size: 0;
    height: 65px;
    max-width: 70px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
#jpx_content-builder .home-sec12 h3{
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	
}
#jpx_content-builder .home-sec12 p{
	color: #fff;
}
#jpx_content-builder .home-sec12 .item{
	position: relative;
	padding-top: 90px;
}
#jpx_content-builder .home-sec12 .item:before{
	content: "";
	position: absolute;
	background: url(../images/testi-quote.svg) top center no-repeat;
	width: 80px;
	height: 70px;
	top: 15px;
	display: block;
	left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}
#jpx_content-builder .home-sec12 a{
	margin-top: 20px;
}
#jpx_content-builder .home-sec13{
	background: url(../images/home-sec13-bg.jpg) bottom center no-repeat;
}
#jpx_content-builder .home-sec13.section{
	padding: 80px 0 180px;
}
#jpx_content-builder .home-sec13 h3{
	font-size: 50px;
	text-align:center;
	color: #293639;
	margin-bottom: 60px;
	font-weight: 500;
}
#jpx_content-builder .home-sec13 .box-item{
	position: relative;
    box-shadow: 0px 1px 30px -16px #3e3e3e9e;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 40px;
}
#jpx_content-builder .home-sec13 .box-item a.post-link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
#jpx_content-builder .home-sec13 h3 span{
	color: #2EB5A9;
}
#jpx_content-builder .home-sec13 .content{
	width: 100%;
    max-width: 360px;
    padding: 20px 25px 70px;
    background: #fff;
    position: relative;
    min-height: 300px;
	text-align: left;
	margin: 0 auto;
	box-shadow: 0px 1px 30px -16px #3e3e3e9e;
}
body.home #jpx_content-builder .home-sec13 .content h4 {
	font-weight: bold!important;
}
#jpx_content-builder .home-sec13 .content h4{
	font-weight: bold;
	font-size: 24px;
    color: #5d5d64;
	line-height: normal;
	margin-bottom: 15px;
}

#jpx_content-builder .home-sec13 .img-wrap{
	line-height: 0;
	height: 270px;
	max-width:360px;
	width: 100%;
}
#jpx_content-builder .home-sec13 .img-wrap img{
	height: 100%;
}
#jpx_content-builder .home-sec13 .content a.post-readmore{
    color: #FFC315;
    text-decoration: none;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 3px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #FFC315;
    text-align: center;
    position: absolute;
    bottom: 35px;
}
#jpx_content-builder .home-sec13 a.maxbutton{
	display: block;
    margin: 70px auto 50px;
}
body.home .site-footer{
	padding-top: 220px;
}
body.home .site-footer .inner-wrap {
    background: none;
}

.testimonial_slider {
	width: 1360px;
}
.testimonial_slider.slider-single-wrap {
	width: auto;
	max-width:890px;
	margin: 0 auto;
}

.testimonial_slider .item {
	opacity: 0.5; 
}
.testimonial_slider .item.slick-current{
	opacity: 1; 
}
.container .prev.slick-arrow{
	background: url(../images/slick-prev.png) no-repeat;
    max-width: 52px;
    width: 100%;
    height: 52px;
    margin-left: 20px;
    font-size: 0;
    display: inline-block!important;
}
.container .slick-arrow {
    z-index: 1;
    position: relative;
}
.container .next.slick-arrow{
	background: url(../images/slick-next.png) no-repeat;
    max-width: 52px;
    width: 100%;
    height: 52px;
    margin-left: 20px;
    font-size: 0;
    display: inline-block!important;
}
.container .prev.slick-arrow:hover{
	background: url(../images/slick-prev-hover.png) no-repeat;
    max-width: 52px;
    width: 100%;
    height: 52px;
    margin-left: 20px;
    font-size: 0;
    display: inline-block!important;
}
.container .next.slick-arrow:hover{
	background: url(../images/slick-next-hover.png) no-repeat;
    max-width: 52px;
    width: 100%;
    height: 52px;
    margin-left: 20px;
    font-size: 0;
    display: inline-block!important;
}
#jpx_content-builder .slider-sec .test-box{
	background: #fff;
	border-radius: 10px;
	padding:60px 40px;
	position: relative;
    margin: 35px 10px;
	max-width: 890px;
}
#jpx_content-builder .slider-sec .test-box p:before{
	content:"";
	background: url('../images/home-test-quote.svg') no-repeat;
	width:81px;
	height:100%;
	position: absolute;
	left:50px;
	top:-30px;
}
#jpx_content-builder .slider-sec .test-box p span{
	color: #35BB93;
	text-transform: uppercase;
}

/* SITE FOOTER */
.site-footer {
	background: #f1f1f1;
    position: relative;
    padding-top: 70px;
    overflow: hidden;
    width: 100%;
    clear: both;
}
.site-footer .inner-wrap {

}
.site-footer .dental-practice-sec {
    width: 1600px;
    position: relative;
    min-height: 250px;
    bottom: inherit;
	margin-top:0;
    margin-bottom: 30px;
}
.site-footer .foot-details .footer-nav-menu{
	text-align: center;
}
.site-footer .foot-details .footer-nav-menu ul span {
	display:none;
}
.site-footer .foot-details .footer-nav-menu ul li{
	display: inline-block;
	padding:20px 15px;
	
}
.site-footer .foot-details .footer-nav-menu ul li a{
    font-size: 16px;
    font-weight: 700;
    color: #083E5B;
    text-transform: uppercase;
}
.site-footer .foot-details .footer-nav-menu ul li a.call{
	display: none;
}
.site-footer .foot-details a.footer-call{
	padding: 20px;
	background: url('../images/footer-call-icon.svg') left no-repeat;
	font-size: 18px;
	font-weight: 700;
	color: #083e5b;
}
.site-footer .wrap a i {
	color:#2DB5A9;
}
.site-footer .icon-container{
	margin:20px auto;
}
.site-footer .foot-details .footer-nav-menu ul li.member-login a{
	display:none;
}
.site-footer .foot-details {
    padding: 0!important;
}
.site-footer .copyright {
    background: #f1f1f1;
}
.site-footer .copyright span{
	float: right;
}
.site-footer .copyright a, .site-footer .copyright p {
    font-size: 16px;
    color: #293639;
    line-height: normal;
    font-weight: 400;
}
/*About*/
body.temp-about .site-header{
	min-height: 842px;
}
body.temp-about .site-header .banner h1{
	font-size: 100px!important;
	font-weight: 900!important;
	position: relative;
	margin-bottom: 50px;
}
body.temp-about .site-header .banner h1 span{
	font-size: 50px;
	position: absolute;
	bottom: 0;
	right: 35px;
	top: 0;
}
body.temp-about .site-header .banner h2{
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
body.temp-about #jpx_content-builder {
	position:relative;
}
body.temp-about #jpx_content-builder .home-leigh {
    position: absolute;
    left: 0;
    right: 0;
    width: 1130px;
    z-index: 9999;
    bottom: -215px;
    margin: 0 auto;
	transform: none;
}
#jpx_content-builder .year {
    background: #35BB93;
    border-radius: 50%;
    max-width: 80px;
    height: 80px;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: -120px auto 80px;
    font-family: Poppins;
}
#jpx_content-builder .year span {
	position: absolute;
    top: 55%;
    left: 0%;
    transform: translate(0,-50%);
    right: 0;
    text-align: center;
    display: block;
}
#jpx_content-builder .about-sec1{
	background: #fff;
}
#jpx_content-builder .about-sec1.section{
	padding: 190px 0 160px;
}
#jpx_content-builder .about_blocks{
	position: relative;
	padding-top: 190px;
}
#jpx_content-builder .about_blocks:before{
	content: "";
    border-left: 1px solid #00000059;
    position: absolute;
    left: 50%;
    right: 0;
    top: 5%;
    bottom: 0;
    display: block;
    height: 88%;
}
#jpx_content-builder .about_group {
	position:relative;
	padding-bottom:30px;
}
#jpx_content-builder .about_group:after {
	content:"";
	display:block;
	clear: both;
	position:relative;
}
#jpx_content-builder .about-sec1 .intro{
	width: 50%;
	max-width: 450px;
	display:block;
	float: left;
}
#jpx_content-builder .about_group .col {
	width: 50%;
	max-width: 450px;
	display:block;
	position:relative;
}
#jpx_content-builder .about-sec1 .intro p{
	line-height: normal;
	color: #5D5D64; 
}
#jpx_content-builder .about-sec1 .about_group p{
	color: #000;
	margin-bottom: 10px;
}
#jpx_content-builder .about_group .col.right {
	float: right;
}
#jpx_content-builder .about_group .col.left {
	float: left;
	margin-top:50px;
}
#jpx_content-builder .about_group.group2 .col.left{
	margin-top: 140px;
}
#jpx_content-builder .about_group.group2 .col.right{
	margin-top: -60px;
}
#jpx_content-builder .about_group.group3 .col.right{
	margin-top: -80px;
}
#jpx_content-builder .about_group.group3 .col.left{
	margin-top: 210px;
}
#jpx_content-builder .about_group.group4 .col.left{
	margin-top: 70px;
}
#jpx_content-builder .about_group.group5 .col.left{
	margin-top: 200px;
}
#jpx_content-builder .about_group.group5 .col.right .img-wrap{
	max-width: 230px;
    width: 100%;
    display: inline-block;
    float: right;
    margin-right: -80px;
}
#jpx_content-builder .about_group.group5 .col.right .context span{
	max-width: 249px;
    display: inline-block;
	margin-bottom: 25px;
}
#jpx_content-builder .about_group.group6 .col.right{
	display:none;
}
#jpx_content-builder .about_group.group6 .col.left{
	margin-top: -70px;
}
#jpx_content-builder .about_group.group7 .col.right{
	margin-top:-360px;
}
#jpx_content-builder .about_group.group8 .col.right{
	margin-top:-240px
}
#jpx_content-builder .about_group.group9 .col.right {
	margin-top: -340px;
}
#jpx_content-builder .about_group .col .box-wrap {
	padding: 20px;
}
#jpx_content-builder .about_group .col .heading {
	position:relative;
	padding: 0 20px 20px;
	margin-right:-20px;
	margin-left:-20px;
	margin-bottom: 30px;
	
}
#jpx_content-builder .about_group .col .line-wrap{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	border-bottom: 1px solid #2eb5a9;
}
#jpx_content-builder .about_group .context{
	margin-top: 20px;
}
#jpx_content-builder .about_group .col .line-wrap .bull{
	position: absolute;
    top: -10px;
    display: block;
    height: 20px;
    width: 20px;
    background: #2eb5a9;
    border-radius: 50%;
}
#jpx_content-builder .about_group .col.right .line-wrap{
	left: -120px;
}
#jpx_content-builder .about_group .col.left .line-wrap{
	right: -155px;
}
#jpx_content-builder .about_group .col.right .line-wrap .bull{
	right:0;
}
#jpx_content-builder .about_group .col.left .line-wrap .bull{
	left:0;
}
#jpx_content-builder .about_group .col .year {
	position: absolute;
    background: #fff;
    top: 75px;
    max-width: 90px;
    width: 100%;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #333;
    color: #2EB5A9;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 25px 0;
    font-family: lato;
}

#jpx_content-builder .about_group .col.right .year {
	left:-7%;
}
#jpx_content-builder .about_group .col.left .year {
	right:-1%;
}

#jpx_content-builder .about_group .col .heading h4 {
	color:#333;
	font-size: 28px!important;
	margin:0;
}
body.temp-about .home-leigh .grid-wrap{
	margin: 0 auto!important;
	box-shadow: 0 12px 70px -29px #333333!important;
}
body.temp-about .site-footer{
	padding-top:270px;
}
/*Discover*/
body.temp-explore .site-header .banner,
body.temp-discover .site-header .banner{
	position: relative;
	padding: 40px 0 400px;
}
body.temp-explore .site-header .banner .wrap,
body.temp-discover .site-header .banner .wrap{
	max-width: 100%;
}
body.temp-explore .site-header .banner h1,
body.temp-discover .site-header .banner h1{
	font-size: 160px!important;
	font-weight: 900!important;
	width: 100%;
	opacity: 0.4;
}
body.temp-explore .site-header .banner h2,
body.temp-discover .site-header .banner h2{
	width: 100%;
    max-width: 990px;
    margin: 0 auto;
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    text-shadow: 4px 6px 30px #2b2b2b;	
}
#jpx_content-builder .explore-sec2,
#jpx_content-builder .disc-sec2{
	background: #F4F4F4;
}
#jpx_content-builder .explore-sec2.section,
#jpx_content-builder .disc-sec2.section{
	padding: 230px 0 80px;
}
#jpx_content-builder .explore-sec2 h3,
#jpx_content-builder .disc-sec2 h3{
	color: #293639;
	font-size: 50px;
	font-weight: 500;
}
#jpx_content-builder .explore-sec2 .content,
#jpx_content-builder .disc-sec2 .content {
    margin-left: 20px;
    margin-right: -20px;
} 
#jpx_content-builder .explore-sec2 i,
#jpx_content-builder .disc-sec2 i{
	font-size: 24px;
    letter-spacing: normal;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: unset;
    font-weight: 500;
    max-width: 750px;
}
body.temp-thrive #jpx_content-builder .disc-sec2 i{
	 vertical-align: top;
	 line-height: 2;
}
#jpx_content-builder .explore-sec2 .content span,
#jpx_content-builder .disc-sec2 .content span{
	border-left: 4px solid #2FB6AA;
    height: 50px;
    padding-right: 10px;
    display: inline-block;
    max-width: 20px;
}
#jpx_content-builder .explore-sec2 h3 span,
#jpx_content-builder .disc-sec2 h3 span{
	color:#2FB6AA;
}
body.temp-explore .home-sec13.section{
	padding: 80px 0!important;
}
body.temp-explore .home-sec13,
body.temp-discover .home-sec13{
	background:#fff!important;
	height: auto!important;
}
body.temp-discover .home-sec13 .slick-slider button.slick-prev,
body.temp-thrive .home-sec13 .slick-slider button.slick-prev,
body.temp-explore .home-sec13 .slick-slider button.slick-prev {
    background: url(../images/principles-arrow-prev.svg) left center no-repeat;
    font-size: 0;
    height: 65px;
    max-width: 70px;
    width: 100%;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
	z-index:1;
}
body.temp-discover .home-sec13 .slick-slider button.slick-next,
body.temp-thrive .home-sec13 .slick-slider button.slick-next,
body.temp-explore .home-sec13 .slick-slider button.slick-next {
    background: url(../images/principles-arrow-next.svg) left center no-repeat;
    font-size: 0;
    height: 65px;
    max-width: 70px;
    width: 100%;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translate(0, -50%);
}
#jpx_content-builder .disc-sec4{
	background: #f4f4f4;
}
#jpx_content-builder .disc-sec4 h3{
	font-size: 50px;
	text-align:center;
	color: #293639;
	margin-bottom: 60px;
}
#jpx_content-builder .disc-sec4 h3 span{
	color: #2EB5A9;
}
#jpx_content-builder .disc-sec4 .box-item{
	position: relative;
	max-width: 360px;
    margin: 0 auto;
}
#jpx_content-builder .disc-sec4 .box-item a.post-link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
#jpx_content-builder .disc-sec4 .content{
	width: 100%;
	max-width: 360px;
	padding: 20px 25px 70px;
	background: #fff;
	position: relative;
	height: 300px;
    box-shadow: 0px 1px 30px -16px #3e3e3e9e;
	text-align: left;
}
#jpx_content-builder .disc-sec4 .content h4 {
    font-weight: bold;
    font-size: 24px;
    color: #5d5d64;
    line-height: normal;
    margin-bottom: 15px;
}
#jpx_content-builder .disc-sec4 .content a.post-readmore{
	color: #FFC315;
    text-decoration: none;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 3px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #FFC315;
    text-align: center;
    position: absolute;
    bottom: 35px;
}
#jpx_content-builder .disc-sec4 .content strong{
	display: block;
}
#jpx_content-builder .disc-sec4 .img-wrap{
	line-height: 0;
	height: 270px;
}
#jpx_content-builder .disc-sec4 .img-wrap img{
	height: 100%;
}
#jpx_content-builder .disc-sec4 .content a.blog-btn{
	color: #FFC315;
    text-decoration: none;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 3px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #FFC315;
	font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 35px;
}
#jpx_content-builder .disc-sec4 a.maxbutton{
	display: block;
    margin: 50px auto;
}
#jpx_content-builder .disc-sec5{
	background: url(../images/discover-sec5-bg.jpg) top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .disc-sec5 h3 span{
	color: #2EB5A9;
}
#jpx_content-builder .disc-sec5 .content p span{
    border-left: 4px solid #2EB5A9;
    height: 50px;
    padding-right: 10px;
    display: inline-block;
}
#jpx_content-builder .disc-sec5 .content i{
	font-size: 24px;
    letter-spacing: normal;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: text-bottom;
}
#jpx_content-builder .disc-sec6{
	background: url(../images/discover-sec6-bg.jpg) top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .disc-sec6.section{
	padding: 80px 0 180px;
}
#jpx_content-builder .disc-sec6 h3 span{
	color: #2EB5A9;
}
#jpx_content-builder .disc-sec7{
	background: url(../images/discover-sec7-bg.jpg) top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .disc-sec7.section{
	padding: 220px 0 180px;
}
#jpx_content-builder .disc-sec7 h3{
	color: #fff;
}
#jpx_content-builder .disc-sec7 p{
	color: #fff;
}
#jpx_content-builder .disc-sec7 ul{
	margin: 20px 0;
}
#jpx_content-builder .disc-sec7 ul li{
	color: #fff;
	background: url(../images/home-checklist.svg) left center no-repeat;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
}
body.temp-discover .site-footer{
	padding-top: 230px;
}
/*Explore*/
#jpx_content-builder .explore-sec5{
	background: url(../images/explore-sec5-bg.jpg) top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .explore-sec5 h3 span{
	color: #2EB5A9;
}
#jpx_content-builder .explore-sec5 ul{
	margin: 20px 0;
}
#jpx_content-builder .explore-sec5 ul li {
    background: url(../images/home-checklist.svg) left center no-repeat;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
    color: #293639;
}
body.temp-explore .disc-sec6{
	background: url(../images/explore-sec6-bg.jpg) top center no-repeat;
	background-size: cover;
}
body.temp-explore .disc-sec6 ul{
	margin: 20px 0;
}
body.temp-explore .disc-sec6 ul li{
	color: #293639;
    background: url(../images/home-checklist.svg) left center no-repeat;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
}
#jpx_content-builder .explore-sec7{
	background: url(../images/explore-sec7-bg.jpg) bottom center no-repeat;
	background-size: cover;
}
#jpx_content-builder .explore-sec7.section{
	padding: 320px 0 80px;
}
#jpx_content-builder .explore-sec7 h3 span{
	color: #2EB5A9;
}
#jpx_content-builder .explore-sec7 ul{
	margin: 20px 0;
}
#jpx_content-builder .explore-sec7 ul li{
	color: #293639;
    background: url(../images/home-checklist.svg) left center no-repeat;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
}
#jpx_content-builder .explore-sec8{
	background: url(../images/explore-sec8-bg.jpg) bottom center no-repeat;
	background-size: cover;
}
#jpx_content-builder .explore-sec8.section{
	padding: 80px 0 190px;
}
#jpx_content-builder .explore-sec8 .content{
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
}
#jpx_content-builder .explore-sec8 h3{
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}
#jpx_content-builder .explore-sec8 p{
	color: #fff;
}
body.temp-explore .site-footer{
	padding-top: 180px;
}
/*Thrive*/
body.temp-thrive .site-header .banner{
	position: relative;
	padding: 40px 0 455px;
}
body.temp-thrive .site-header .banner .wrap{
	max-width: 100%;
}
body.temp-thrive .site-header .banner h1{
	font-size: 160px!important;
	font-weight: 900!important;
	width: 100%;
	opacity: 0.4;
}
body.temp-thrive .site-header .banner h2{
	width: 100%;
    max-width: 990px;
    margin: 0 auto;
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    text-shadow: 4px 6px 30px #2b2b2b;
}
body.temp-thrive .home-sec1 .grid-wrap{
	margin: -160px auto 0!important;
}
#jpx_content-builder .thrive-sec2{
	background: #F4F4F4;
}
#jpx_content-builder .thrive-sec2.section{
	padding: 190px 0 80px;
}
#jpx_content-builder .thrive-sec2 h3{
	color: #293639;
	font-size: 50px;
	font-weight: 500;
}
#jpx_content-builder .thrive-sec2 .content {
    margin-left: 20px;
    margin-right: -20px;
} 
#jpx_content-builder .thrive-sec2 i{
	font-size: 24px;
    letter-spacing: -1.8px;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}
#jpx_content-builder .thrive-sec2 .content span{
	border-left: 4px solid #2FB6AA;
	height: 50px;
	padding-right: 10px;
	display: inline-block;
}
#jpx_content-builder .thrive-sec2 h3 span{
	color:#2FB6AA;
}
body.temp-thrive .home-sec13{
	background:#fff!important;
	height: auto!important;
}
#jpx_content-builder .thrive-sec5{
    background: url(../images/thrive-sec5-bg.jpg) top center no-repeat;
    background-size: cover;
}
#jpx_content-builder .thrive-sec5 h3 span{
	color: #2EB5A9;
}
#jpx_content-builder .thrive-sec5 .content{
	max-width: 650px;
    margin-right: -100px;
}
#jpx_content-builder .thrive-sec5 i{
	border-left: 4px solid #2EB5A9;
    padding-left: 15px;
    display: inline-block;
    max-width: 707px;
}
#jpx_content-builder .thrive-sec6 {
    background: url(../images/thrive-sec6-bg.jpg) top center no-repeat!important;
    background-size: cover;
}
#jpx_content-builder .thrive-sec6 i{
	border-left: 4px solid #2EB5A9;
    padding-left: 15px;
    display: inline-block;
	letter-spacing: normal;
}
body.temp-thrive .home-leigh{
	position: inherit!important;
    left: 0!important;
    right: 0!important;
    display: block;
    margin: 80px auto!important;
    transform: translate(0, 0)!important;
}
body.temp-thrive .home-leigh .grid-wrap{
	margin: 0 auto!important;
	box-shadow: 5px 1px 50px -36px #333333!important;
}
#jpx_content-builder .thrive-sec7 {
    background: url(../images/thrive-sec7-bg.jpg) top center no-repeat;
    background-size: cover;
}
#jpx_content-builder .thrive-sec7 .content{
	max-width: 665px;
    width: 100%;
    margin-right: -100px;
    margin-left: 100px;
    padding-top: 90px;
    padding-left: 12px;
}
#jpx_content-builder .thrive-sec7 i{
	border-left: 4px solid #2EB5A9;
    padding-left: 15px;
    display: inline-block;
    letter-spacing: normal;
    height: 50px;
    vertical-align: text-bottom;
}
body.temp-thrive .explore-sec8 .content{
	max-width: 1130px!important;
	text-align:center;
}
body.temp-thrive .explore-sec8 h3{
	letter-spacing: -2px;
}
body.temp-thrive .explore-sec8 p{
	letter-spacing: -1px;
}
body.temp-thrive .site-footer{
	padding-top: 180px;
}
/*REgenerate*/
body.temp-regenerate .site-header .banner{
	position: relative;
	padding: 40px 0 490px;
}
body.temp-regenerate .site-header .banner .wrap{
	max-width: 100%;
}
body.temp-regenerate .site-header .banner h1{
	font-size: 160px!important;
	font-weight: 900!important;
	width: 100%;
	opacity: 0.4;
}
body.temp-regenerate .site-header .banner h2{
	width: 100%;
    max-width: 990px;
    margin: 0 auto;
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    text-shadow: 4px 6px 30px #2b2b2b
}
body.temp-regenerate .home-sec1 .grid-wrap{
	margin: -160px auto 0!important;
}
#jpx_content-builder .regen-sec2{
	background: url('../images/regenerate-sec2-bg.jpg') top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .regen-sec2.section{
	padding: 200px 0 240px;
}
#jpx_content-builder .regen-sec2 .content{
	max-width: 675px;
}
#jpx_content-builder .regen-sec2 h3{
	color: #293639;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 50px;
}
#jpx_content-builder .regen-sec2 h3 span{
	color:#2EB5A9;
}
#jpx_content-builder .regen-sec2 ul{
	margin: 20px 0;
}
#jpx_content-builder .regen-sec2 ul li{
	background: url(../images/home-checklist.svg) left center no-repeat;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
    color: #5E5E65;
}
#jpx_content-builder .regen-sec2 p{
	color: #293639;
}
#jpx_content-builder .regen-sec2 p i{
	padding-left: 20px;
    display: block;
    border-left: 4px solid #2EB5A9;
    max-width: 613px;
}
#jpx_content-builder .regen-sec3{
	background: url('../images/regen-sec3-bg.jpg') bottom center no-repeat;
	background-size: cover;
}
#jpx_content-builder .regen-sec3.section{
	padding: 120px 0 200px!important;
}
#jpx_content-builder .regen-sec3 .content{
	max-width: 970px;
    width: 100%;
    margin: 0 auto;
}
#jpx_content-builder .regen-sec3 h3{
	color: #fff;
    font-weight: 500;
	margin-bottom: 50px;
}
#jpx_content-builder .regen-sec3 p{
	color: #fff;
}
#jpx_content-builder .regen-sec3 a{
	margin: 0 auto;
    display: block;
}
#jpx_content-builder .regen-sec4{
	background: url('../images/regen-sec4-bg.jpg') top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .regen-sec4 .content{
	max-width: 630px!important;
	width: 100%;
	margin-left: 60px;
}
#jpx_content-builder .regen-sec4 h3{
	margin-bottom: 50px;
}

#jpx_content-builder .regen-sec4 h3 span{
	color: #2EB5A9;
}
body.temp-regenerate .home-sec2{
	background: #fff!important;
}
body.temp-regenerate .home-sec2 h3{
	margin-top: 0!important;
}
body.temp-regenerate .home-sec2.section{
	padding: 100px 0 140px!important;
}
#jpx_content-builder .regen-sec6{
	background: url('../images/regen-sec6-bg.jpg') top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .regen-sec6.section{
	padding: 80px 0 190px;
}
#jpx_content-builder .regen-sec6 .content{
	margin:0 auto;
	max-width: 1130px;
	width: 100%;
}
#jpx_content-builder .regen-sec6 .content h3 {
	max-width: 990px;
	color: #fff;
	margin: 0 auto 40px;
	text-align: center;
}
#jpx_content-builder .regen-sec6 .content p{
	color: #fff;
}
body.temp-regenerate .home-leigh {
    background-color: #ffffff!important;
    position: inherit!important;
    left: 0!important;
    right: 0!important;
    transform: translate(0, 0)!important;
	margin: 0 auto;
}
body.temp-regenerate .home-sec13.section {
    padding: 80px 0 170px!important;
}
body.temp-regenerate .site-footer{
	padding-top: 190px;
}
/*Thank you Ebook*/
body.temp-thank-you-ebook .m-hide{
	display: block;
}
body.temp-thank-you-ebook .d-hide{
	display: none;
}
body.temp-thank-you-ebook .site-header{
	height: auto;
}
body.temp-thank-you-ebook h1{
	font-weight:700!important;
	text-align: left!important;
}
body.temp-thank-you-ebook h4{
	font-size: 36px;
	font-weight: 500;
	color: #fff;
}
body.temp-thank-you-ebook .banner .img-wrap{
	max-width: 350px;
	width: 100%;
	margin-top: -50px;
}
body.temp-thank-you-ebook .img-wrap img{
	
}
#jpx_content-builder .tye-sec1{
	background: url(../images/thank-you-sec1-bg.jpg) top center no-repeat;
	background-size: cover;
}
body.temp-thank-you-ebook .home-sec2{
	background: #F3F4F4;
}
body.temp-thank-you-ebook .home-sec2 .intro p{
	text-align: center;
}
body.temp-thank-you-ebook .home-sec3 .content {
    max-width: 635px!important;
}
body.temp-thank-you-ebook .home-sec3 .content p span{
	color:#2CB4A8;
}
body.temp-thank-you-ebook .home-sec12.section {
    height:auto!important; 
}
body.temp-thank-you-ebook .home-sec12.section {
	padding: 80px 0 220px!important;
}
body.temp-thank-you-ebook .site-footer{
	padding-top: 220px;
}
/*Thank You Kickstart*/
body.temp-tyk .site-header{
	height: 550px;
}
body.temp-tyk .banner .content{
	text-align: center;
}
body.temp-tyk .banner .content h1{
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	font-weight: 700;
	margin-bottom: 40px;
}
body.temp-tyk .banner .content h4{
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}
body.temp-tyk .tye-sec1 .content{
	margin-top: 90px;
}
#jpx_content-builder .tyk-sec2{
	background: #F3F4F4;
}
#jpx_content-builder .tyk-sec2 .col{
	width: 25%;
    max-width: 250px;
    display: inline-block;
    position: relative;
    background: #fff;
    margin: 0 10px;
    height: 250px;
    vertical-align: top;
	box-shadow: 0px 2px 20px -5px #cdcdcd;
}
#jpx_content-builder .tyk-sec2 .box-wrap{
	padding: 20px;
	text-align: center;
}
#jpx_content-builder .tyk-sec2 .box-wrap .item{
	margin-top: 10px;
}
#jpx_content-builder .tyk-sec2 .box-wrap .img-wrap{
	margin-bottom: 10px;
}
#jpx_content-builder .tyk-sec2 a.abs-link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#jpx_content-builder .tyk-sec2 .box-wrap a{
	text-decoration: none;
	color:#29373A;
	font-size: 24px;
	line-height: normal;
	font-weight:500;
}
#jpx_content-builder .tyk-sec2 .box-wrap a strong{
	font-weight: 900;
}
#jpx_content-builder .tyk-sec3{
	background: #fff;
}
#jpx_content-builder .tyk-sec3 .col{
	width: 50%;
    max-width: 540px;
    display: inline-block;
    position: relative;
    background: #F3F4F4;
    margin: 0 10px;
    vertical-align: top;
	height: 650px;
	box-shadow: 0px 2px 20px -5px #cdcdcd;
}
#jpx_content-builder .tyk-sec3 .box-wrap{
	padding: 20px 60px;
	position: relative;
}
#jpx_content-builder .tyk-sec3 .box-wrap .img-wrap{
	text-align: center;
    height: 360px;
    display: table-cell;
    vertical-align: bottom;
	padding-bottom: 30px;
	width: 100%;
}
#jpx_content-builder .tyk-sec3 .box-wrap .content{
	height: 260px;
}
#jpx_content-builder .tyk-sec3 h3{
	color:#29373A;
	text-align: center;
}
#jpx_content-builder .tyk-sec3 .box-items{
	margin: 50px auto;
}
#jpx_content-builder .tyk-sec3 .btn-wrap{
	text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    transform: translate(0, 50%);
}
#jpx_content-builder .tyk-sec3 .bottom-content p{
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}
body.temp-tyk .home-sec12{
	height: auto!important;
}
body.temp-tyk .home-sec12.section{
	padding: 80px 0 220px!important;
}
body.temp-tyk .home-sec2.section{
	padding: 80px 0!important;
}
/*thank you online group*/
body.temp-tyog .banner .content{
	max-width: 870px;
	margin: 0 auto;
}
body.temp-tyog .banner h4{
	font-size: 36px;
	font-weight:400;
	color: #fff;
	text-align: center;
	margin: 40px auto;
}
body.temp-tyog .tye-sec1 .content{
	margin-top: 70px;
}
body.temp-tyog .home-sec12.section{
	padding: 80px 0 220px!important;
}
body.temp-tyog .home-sec2.section{
	padding: 80px 0!important;
}
#jpx_content-builder .tyog-sec3{
	background: url(../images/tyog-sec3-bg.jpg) top center no-repeat;
	background-size: cover; 
}
#jpx_content-builder .tyog-sec3 h4{
	color:#fff;
	font-weight: 700;
	font-size: 36px!important;
}
#jpx_content-builder .tyog-sec3 p{
	color: #fff;
}
#jpx_content-builder .tyog-sec3 .img-wrap{
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
body.temp-tyog .explore-sec2.section{
	padding: 80px 0!important;
}
/*FAQ*/
body.temp-faq .site-header .banner{
	padding-bottom: 140px;
}
body.temp-faq .site-header .banner h1{
	font-size: 180px!important;
	font-weight: 900!important;
}
#jpx_content-builder .faq.section{
	padding: 80px 0 220px;
}
body.temp-faq .site-footer{
	padding-top: 220px;
}
#jpx_content-builder .faq .faq-wrap{
	position: relative;
    max-width: 1140px!important;
    display: block;
    padding: 20px;
	margin: 0 auto 20px;
}
#jpx_content-builder .faq .faq-wrap .question {
    background: #F5F5F5;
    max-width: 1140px!important;
    display: block;
    padding: 30px 100px 30px 20px;
}
#jpx_content-builder .faq .faq-wrap .answer{
	background: #ffffff;
	padding:20px;
	max-width: 1140px!important;
	box-shadow: 0px 1px 30px -16px #3e3e3e9e;
}
#jpx_content-builder .faq .faq-wrap > a {
	margin-bottom:0;
    color: #293639;
    font-weight: 700;
    font-size: 24px;
}
#jpx_content-builder .faq .faq-wrap > a:after {
    content: "";
    background: url(../images/faq-arrow-down.svg) right no-repeat;
    width: 73px;
    height: 73px;
    position: absolute;
    display: block;
    top: 45px;
    right: 23px;
}
#jpx_content-builder .faq .faq-wrap.show > a:after {
    content: "";
    background: url(../images/faq-arrow-up.svg) right no-repeat;
    width: 73px;
    height: 73px;
    position: absolute;
    display: block;
    top: 45px;
    right: 23px;
}
#jpx_content-builder .faq .faq-wrap ul li{
	position: relative;
    padding-left: 25px;
    line-height: normal;
    font-size: 24px;
    font-weight: 400;
    color: #5E5E65;
}
#jpx_content-builder .faq .faq-wrap ul li:before{
	content: "";
	background: url(../images/home-checklist.svg) left center no-repeat;
    position: absolute;
    max-width: 15px;
    width: 100%;
    height: 15px;
    left: 0;
    top: 8px;
}
#jpx_content-builder .faq .faq-wrap ol li{
	list-style-type: decimal;
	margin-left: 25px;
    line-height: normal;
    font-size: 24px;
    font-weight: 400;
    color: #5E5E65;
}
/*Work With Me*/
body.temp-wwm .site-header{
	height: 500px;
	position: relative;
}
body.temp-wwm .site-header .banner h1{
	font-size: 100px!important;
	font-weight: 900!important;
}
#jpx_content-builder .wwm-sec1{
	background: url(../images/wwm-sec1-bg.jpg) bottom center no-repeat;
	background-size: cover;
}
#jpx_content-builder .wwm-sec1.section{
	padding: 250px 0 80px;
}
#jpx_content-builder .wwm-sec1.section .content{
	max-width: 605px;
}
#jpx_content-builder .wwm-sec2{
	background: #f7f7f7;
}
#jpx_content-builder .wwm-sec2 h5{
	font-size: 28px;
    font-weight: 700;
    text-align: center;
    max-width: 870px;
    margin: 0 auto 40px;
}
#jpx_content-builder .wwm-sec2 .box-wrap{
	position: relative;
}
#jpx_content-builder .wwm-sec2 .box-wrap a.link-wrap{
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	left: 0;
}
#jpx_content-builder .wwm-sec2 .col {
    width: 20%;
    max-width: 220px;
    display: inline-block;
    position: relative;
    margin: 0;
    vertical-align: top;
}
#jpx_content-builder .wwm-sec2 .detail h5{
	margin: 20px auto;
}
#jpx_content-builder .wwm-lr-content{
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#jpx_content-builder .wwm-lr-content.align-left .content{
	float: left;
}
#jpx_content-builder .wwm-lr-content.align-right .content{
	float: right;
}
#jpx_content-builder .wwm-lr-content .content{
	max-width: 700px;
	width: 100%;
    word-break: break-word;
}
/*
#jpx_content-builder .wwm-lr-content.third .content{
	max-width: 765px!important;
}*/
#jpx_content-builder .wwm-lr-content.first a.maxbutton-2 span.mb-text{
	padding-top: 7px!important;
}
#jpx_content-builder .wwm-lr-content a.maxbutton-2 span.mb-text{
	text-transform: uppercase;
}
#jpx_content-builder .wwm-lr-content .content{
	max-width: 605px!important;
}
#jpx_content-builder .wwm-lr-content.fourth .content p,
#jpx_content-builder .wwm-lr-content.fourth .content h3{
	color:#ffffff
}
body.temp-wwm .home-leigh{
	position: inherit!important;
    left: 0!important;
    right: 0!important;
    transform: translate(0, 0)!important;
    background: #f1f1f1!important;
    padding: 80px;
    width: auto!important;
}
body.temp-wwm .home-leigh .grid-wrap{
	margin: 0 auto!important;
}
/*Schedule A call*/
body.temp-sched .site-header .banner h1{
	font-weight: 900!important;
}
#jpx_content-builder .sched-sec1{
	background: #f9f9f9;
}
#jpx_content-builder .sched-sec1 .contact-details{
	background: #fff;
	padding: 20px;
	max-width: 375px;
	margin-top: 95px;
	height: 380px;
}
#jpx_content-builder .sched-sec1 .contact-details p{
	font-size: 20px;
}
#jpx_content-builder .sched-sec1 .contact-details span{
	border-top: 1px solid #F5FAFF;
	border-bottom: 1px solid #F5FAFF;
}
#jpx_content-builder .sched-sec1 .img-wrap{
	display: block;
}
#jpx_content-builder .sched-sec1 strong{
	display: block;
}
#jpx_content-builder .sched-sec1 p{
	line-height: normal;
	margin-bottom: 12px;
}
#jpx_content-builder .sched-sec1 .form-wrap p{
	color: #293639;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
#jpx_content-builder .sched-sec1 .border-wrap{
	border-top: 1px solid #33333366;
    border-bottom: 1px solid #33333366;
    padding: 12px 0 0;
}
#jpx_content-builder .sched-sec1 .border-wrap p{
	font-size: 16px;
}
#jpx_content-builder .sched-sec1.section{
		padding: 80px 0 220px;
	}
	body.temp-sched .site-footer{
		padding-top: 220px;
	}
/*Group Online*/
body.temp-gop-builder .site-header .gop-banner {
	max-width: 745px;
}
body.temp-gop-builder .site-header .gop-banner h5.intro{
	font-size: 30px;
    font-weight: 700;
    color: #2CB4A8;
	color: #2CB4A8;
    max-width: 550px;
}
body.temp-gop-builder .site-header .gop-banner h1{
	font-size: 72px!important;
    color: #29373A!important;
    text-align: left!important;
}
body.temp-gop-builder .site-header .gop-banner h1 strong{
	text-transform: uppercase;
}
body.temp-gop-builder .site-header .gop-banner h5{
	font-size: 30px;
    font-weight: 700;
	color:#29373A;
	margin: 20px 0 30px;
}
body.temp-gop-builder .site-header .gop-banner .btn-wrap a.maxbutton-2{
	max-width: 790px!important;
	width: 100%!important;
}
#jpx_content-builder .gop-sec1{
	background: #EFEFEF;
}
#jpx_content-builder .gop-sec1 h3{
	font-weight: 400;
}
#jpx_content-builder .gop-sec1 h3 span{
	color: #2DB5A9;
}
#jpx_content-builder .gop-sec1 .content{
	padding-left: 20px;
}
#jpx_content-builder .gop-sec1 p{
	letter-spacing: -1.2px;
}
#jpx_content-builder .gop-sec2{
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#jpx_content-builder .gop-sec2.fourth{
	background-position: top left;
}
#jpx_content-builder .gop-sec2.section.first{
	padding: 80px 0 340px;
}
#jpx_content-builder .gop-sec2.first .content{
	max-width: 630px;
	width: 100%;
}
#jpx_content-builder .gop-sec2.third .content{
	max-width: 595px;
	width: 100%;
}
#jpx_content-builder .gop-sec2 h4{
	color: #2DB5A9;
	font-size: 36px;
	font-weight: 900;
}
#jpx_content-builder .gop-sec2 h3{
	font-size: 48px;
	font-weight: 500;
	color: #29373A;
	margin-bottom: 30px;
}
#jpx_content-builder .gop-sec2 p{
	max-width: 730px;
}
#jpx_content-builder .gop-sec2.align-left .content{
	float: left;
}
#jpx_content-builder .gop-sec2.align-right .content{
	float: right;
}
#jpx_content-builder .gop-sec2.second .content{
	max-width: 645px;
	padding-left: 45px;
}
#jpx_content-builder .gop-sec2.second .content p{
	max-width: 690px;
}
#jpx_content-builder .gop-sec5{
	background: url(../images/online-sec5-bg.jpg) top center no-repeat;
	background-size: cover;
}
#jpx_content-builder .gop-sec5 .content h3{
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
	font-size: 48px;
}
#jpx_content-builder .gop-sec5 .content p{
	color: #fff;
    max-width: 990px;
    width: 100%;
    margin: 0 auto 20px;
}
#jpx_content-builder .gop-sec5 .content ul li{
	background: url(../images/disc-check.svg) left center no-repeat;
    padding-left: 35px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}
#jpx_content-builder .gop-sec5 .content ul{
	margin: 30px auto;
    max-width: 990px;
}
#jpx_content-builder .gop-sec2.fourth .content{
	max-width: 620px;
}
#jpx_content-builder .gop-sec2.fifth .content h3,
#jpx_content-builder .gop-sec2.fourth .content h3{
	margin-bottom: 40px;
}
#jpx_content-builder .gop-sec2.fifth .content{
	max-width: 640px;
}
#jpx_content-builder .gop-sec8{
	background: #F3F4F4;
	position: relative;
}
#jpx_content-builder .gop-sec8.section{
	padding: 80px 0 160px;
}
#jpx_content-builder .gop-sec8 .content{
	max-width: 670px;
    margin: 0 auto
}
#jpx_content-builder .gop-sec8 .cont-wrap{
    background: url(../images/online-sec8-cont-bg.jpg) top center no-repeat;
    background-size: cover;
    max-width: 970px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 80px;
}
#jpx_content-builder .gop-sec8 .cont-wrap h3{
	font-size: 48px;
	color: #fff;
	margin-bottom: 20px;
}
#jpx_content-builder .gop-sec8 .cont-wrap p{ 
	color: #fff;
	letter-spacing: normal;
	max-width:605px!important;
}
#jpx_content-builder .gop-sec9{
	background: #fff url(../images/online-sec9-bg.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
}
#jpx_content-builder .gop-sec9:before{
	content: "";
	background: url(../images/online-arrow-down.svg) bottom center no-repeat;
	position: absolute;
	width: 20px;
	height: 100px;
	left: calc(50% - 5px);
	right: 50%;
	top: -80px;
}
#jpx_content-builder .gop-sec9 .content{
	text-align: center;
}
#jpx_content-builder .gop-sec9 p{
	font-size: 30px;
	font-weight: 300;
	color:#fff;
}
#jpx_content-builder .gop-sec9 h3{
	font-size: 60px;
	color: #fff;
}
#jpx_content-builder .gop-sec9 .btn-wrap{
	margin: 40px auto;
}
#jpx_content-builder .gop-sec9 a.maxbutton-2{
	max-width: 790px;
	width: 100%;
}
#jpx_content-builder .gop-sec2.sixth .content{
	position: relative;
	max-width: 570px;
}
#jpx_content-builder .gop-sec2.sixth .content span{
	border-left: 6px solid #2FB6AA;
    height: 120px;
    padding-left: 15px;
    display: inline-block;
}
#jpx_content-builder .gop-sec2.sixth .content i{
	font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
	max-width: 525px!important;
	font-weight:600;
}
#jpx_content-builder .gop-sec11 .content h3{
	text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}
#jpx_content-builder .gop-sec11 .content p {
    max-width: 1130px;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
}
#jpx_content-builder .gop-sec11 .item{
	background: #F7F7F7;
    display: block;
    line-height: 0;
    margin: 0 auto 40px;
}
#jpx_content-builder .gop-sec11 .item .img-wrap{
	max-width: 264px;
    width: 100%;
    display: inline-block;
}
#jpx_content-builder .gop-sec11 .item .cont-wrap{
	max-width: 800px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    padding-left: 40px;
    padding-top: 40px;
}
#jpx_content-builder .gop-sec11 .item .cont-wrap h3{
	text-align: left;
    margin-bottom: 0;
    margin: 0;
    color: #CECECE;
}
#jpx_content-builder .gop-sec11 .item .cont-wrap p{
	text-align: left;
    margin-bottom: 0;
    color: #5E5E64;
}
/*gop-sec12*/
#jpx_content-builder .gop-sec5 .content h4{
	font-size: 36px!important;
	color: #fff;
	font-weight: 300;
}
#jpx_content-builder .gop-sec13{
	background: #F3F4F4;
}
#jpx_content-builder .gop-sec13 a.maxbutton-2{
	max-width: 790px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#jpx_content-builder .gop-sec14{
	background: url(../images/online-sec14-bg.jpg) bottom center no-repeat;
	background-size: cover;
}
#jpx_content-builder .gop-sec14 h3{
	font-weight: 500;
	text-align: center;
	margin-bottom: -40px;
}
#jpx_content-builder .gop-sec14 h3 i{
	font-weight: 700;
	display: block;
}
#jpx_content-builder .gop-sec14 .content{
	margin-top: 180px;
}
#jpx_content-builder .gop-sec14 p{
	margin-bottom: 15px;
}
#jpx_content-builder .gop-sec15{
	background: url(../images/online-sec16-bg.jpg) bottom center no-repeat;
	background-size: cover;
	height: 1075px;
}
#jpx_content-builder .gop-sec15 .content2{
	padding-top:120px;
}
#jpx_content-builder .gop-bot-sec1{
	background: #fff;
}
#jpx_content-builder .gop-bot-sec1.bg-color{
	background:#EFEFEF;
}
#jpx_content-builder .gop-bot-sec1.section{
	padding: 160px 0;
}
#jpx_content-builder .gop-bot-sec1 .test-wrap{
	max-width: 1130px;
	margin: 0 auto;
}
#jpx_content-builder .gop-bot-sec1 .item-box{
	max-width: 490px;
	margin: 0 35px;
	width: 50%;
	position: relative;
	display: inline-block;
	background: #F6F8F8;
	padding: 80px 60px;
	min-height: 550px;
	vertical-align: top;
}
#jpx_content-builder .gop-bot-sec1 .item-box:before{
	content: "";
    background: url(../images/gop-quote.svg) left center no-repeat;
    max-width: 100px;
    width: 100%;
    height: 80px;
    position: absolute;
    top: -50px;
}
#jpx_content-builder .gop-bot-sec1 .content {
	margin-bottom: 80px;
	position: relative;
}
#jpx_content-builder .gop-bot-sec1 .content p{
	line-height: normal;
}
#jpx_content-builder .gop-bot-sec1 .name-wrap{
	position: absolute;
    bottom: 50px;
    width: 100%;
}
#jpx_content-builder .gop-bot-sec1 .name-wrap strong{
	display: block;
    position: absolute;
    max-width: 210px;
    bottom: 0;
}
#jpx_content-builder .gop-bot-sec1 .name-wrap span{
	display: block;
}
#jpx_content-builder .gop-bot-sec1 .name-wrap .img-wrap{
	position: absolute;
    max-width: 181px;
    width: 100%;
    height: 181px;
    display: block;
    bottom: -115px;
    right: 95px;
}
#jpx_content-builder .gop-bot-sec1 .name-wrap .img-wrap img{
	border-radius:90px;
}
#jpx_content-builder .gop-bot-sec2{
	background: url(../images/online-sec5-bg.jpg) top center no-repeat;
    background-size: cover;
}
#jpx_content-builder .gop-bot-sec2 .content{
	text-align: center;
}
#jpx_content-builder .gop-bot-sec2 .content h3{
	color: #fff;
}
#jpx_content-builder .gop-bot-sec2 .content h5{
	color: #fff;
	font-size: 30px;
	margin-bottom: 60px;
}
#jpx_content-builder .gop-bot-sec2 .content p{
	color: #29373A;
}
#jpx_content-builder .gop-bot-sec2 .content .theme h5{
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight:700;
}
#jpx_content-builder .gop-bot-sec2 .content .img-wrap{
	line-height: 0;
}
#jpx_content-builder .gop-bot-sec2 .content .theme .details{
	background: #fff;
    max-width: 340px;
    margin: 0 auto;
    padding: 20px 10px;
}
#jpx_content-builder .gop-bot-sec3{
	background: #fff;
}
#jpx_content-builder .gop-bot-sec3 .content{
	max-width: 1070px;
	margin: 0 auto;
}
#jpx_content-builder .gop-bot-sec3 h3{
	font-size: 48px;
	color: #29373A;
	text-align: center;
	margin-bottom: 40px;
}
#jpx_content-builder .gop-bot-sec3 ul li span{
	background: url(../images/home-checklist.svg) left center no-repeat;
    position: absolute;
    max-width: 15px;
    width: 100%;
    height: 15px;
    left: 0;
    top: 15px;
}
#jpx_content-builder .gop-bot-sec3 ul li{
	position: relative;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
    color: #5E5E65;
}
#jpx_content-builder .gop-bot-sec5 .cont-wrap,
#jpx_content-builder .gop-bot-sec4 .cont-wrap{
	background: #EFEFEF;
    max-width: 1130px;
    margin: 0 auto;
    padding: 60px 70px;
	box-shadow: 0px 10px 20px 3px #ddd;
}
#jpx_content-builder .gop-bot-sec4 .cont-wrap .content{
	margin-top: 30px;
    max-width: 600px;
    margin-left: 25px;
}
#jpx_content-builder .gop-bot-sec4 .cont-wrap .content p strong{
	font-weight: 900;
    color: #29373A;
    font-size: 30px;
    display: block;
}
#jpx_content-builder .gop-bot-sec4 .cont-wrap .content p{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
#jpx_content-builder .gop-bot-sec5.section{
	padding: 80px 0 160px;
}
#jpx_content-builder .gop-bot-sec5 .cont-wrap .content p{
	font-weight: 700;
}
#jpx_content-builder .gop-sec9 h3 span{
	font-size: 100px;
}
#jpx_content-builder .gop-sec9 p span{
	max-width: 790px;
    margin: 0 auto 50px;
}
#jpx_content-builder .gop-bot-sec6 h3{
	font-size: 48px;
	margin-bottom: 40px;
	text-align: center;
	color:#29373A;
}
#jpx_content-builder .gop-bot-sec6 .theme-wrap{
	max-width:930px;
	margin: 50px auto;
}
#jpx_content-builder .gop-bot-sec6 .title-wrap{
	background: url(../images/online-sec5-bg.jpg) right center no-repeat;
	padding: 50px 60px;
	text-align: center;
}
#jpx_content-builder .gop-bot-sec6 .title-wrap h3,
#jpx_content-builder .gop-bot-sec6 .title-wrap h5{
	color: #fff;
}
#jpx_content-builder .gop-bot-sec6 .title-wrap h5{
	font-size: 30px;
	font-weight: 700;
}
#jpx_content-builder .gop-bot-sec6 .content{
	background: #F7F7F7;
	padding: 40px 35px;
}
#jpx_content-builder .gop-bot-sec6 .content span{
	border-left: 5px solid #2DB5A9;
    display: inline-block;
    height: 100px;
    padding-left: 20px;
}
#jpx_content-builder .gop-bot-sec6 .content i{
	display: inline-block;
    font-weight: 700;
    max-width: 760px;
}
#jpx_content-builder .gop-sec2.seventh .content{
	max-width: 565px;
}
#jpx_content-builder .gop-sec2.seventh .content h3{
	margin-bottom: 40px;
}
#jpx_content-builder .gop-sec2.seventh .content i{
	display: inline-block;
    font-weight: 700;
    max-width: 525px;
}
#jpx_content-builder .gop-sec2.seventh .content span{
	border-left: 5px solid #2DB5A9;
    display: inline-block;
    height: 150px;
    padding-left: 20px;
	vertical-align:top;
}
#jpx_content-builder .gop-bot-sec8.section{
	padding: 80px 0 160px;
}
#jpx_content-builder .gop-bot-sec8 h3{
	margin: 0 auto 40px;
    max-width: 700px;
    text-align: center;
}
#jpx_content-builder .gop-bot-sec8 p {
    max-width: 950px;
    margin: 0 auto 20px;
}
#jpx_content-builder .gop-bot-sec8 .bot-cont{
	max-width: 1130px;
    margin: 0 auto;
    background: #EFEFEF;
	padding: 60px;
	box-shadow: 0px 10px 20px 3px #ddd;
}
#jpx_content-builder .gop-bot-sec10{
	background: #EFEFEF;
}
#jpx_content-builder .gop-bot-sec10 h3{
	margin-bottom: 40px;
	text-align: center;
}
#jpx_content-builder .gop-bot-sec10 .img-wrap{
	line-height: 0;
}
#jpx_content-builder .gop-bot-sec10 .details{
	background: #fff;
    max-width: 340px;
    margin: 0 auto;
    padding: 20px 35px;
}
#jpx_content-builder .gop-bot-sec10 .details p{
	font-weight: 700;
}
#jpx_content-builder .gop-bot-sec10 .item{
	margin-bottom: 40px;
}
#jpx_content-builder .gop-bot-sec3 h3 span{
	display: block;
    font-size: 30px;
    color: #5E5E64;
    font-weight: 500;
    margin-top: 15px;
}
#jpx_content-builder .gop-bot-sec12.section{
	padding: 80px 0 160px;
}
#jpx_content-builder .gop-bot-sec12 .img-wrap{
	margin-top: 50px;
}
#jpx_content-builder .gop-bot-sec12 .cont-wrap .content p strong{
	font-weight: 900;
    color: #29373A;
    font-size: 30px;
    display: block;  
}
#jpx_content-builder .gop-bot-sec12 .cont-wrap .content{
	max-width:720px;
	margin-top: 0;
	margin-left: 25px;
}
#jpx_content-builder .gop-bot-sec12 .cont-wrap .content p{
	line-height: 1.4;
}
#jpx_content-builder .gop-bot-sec12 .cont-wrap{
	background: #EFEFEF;
    max-width: 1130px;
    margin: 0 auto;
    padding: 60px 70px;
	box-shadow: 0px 10px 20px 3px #ddd;
}
#jpx_content-builder .gop-sec9 h3 small{
	font-size: 30px;
    display: block;
    font-weight: 400;
    line-height: 3;
}
body.temp-gop .faq.section{
	padding: 80px 0!important;
}
body.temp-gop .faq h4{
	font-size: 48px!important;
    color: #29373A;
    max-width: 860px;
    margin: 0 auto 40px;
    text-align: center;
}
body.temp-gop .faq .faq-wrap .question{
	background: url(../images/online-sec5-bg.jpg) top center no-repeat!important;
}
body.temp-gop .faq .faq-wrap > a{
	color:#fff!important;
}
body.temp-gop .faq .faq-wrap > a:after{
    background: url(../images/gop-faq-down-arrow.png) right no-repeat!important;
}
body.temp-gop .faq .faq-wrap.show > a:after{
	background: url(../images/gop-faq-up-arrow.png) right no-repeat!important;
}
body.temp-gop .site-footer{
	padding-bottom: 80px;
}
body.temp-gop .site-footer .foot-details .footer-nav-menu{
	display: none;
}
body.temp-gop .site-footer .icon-container{
	display: none;
}
body.temp-gop .site-footer .copyright{
	margin-top: -80px;
}
/*Contact*/
body.temp-contact .site-header .banner{
	padding-bottom: 180px;
}
body.temp-contact .home-sec1{
	background:#f5fbf7;
	margin: 0 auto;
	z-index:9999;
}
body.temp-contact .home-sec1.section{
	padding: 0;
	margin-top: 60px;
}
body.temp-contact .home-sec1 .grid-wrap{
	background: #fff;
    max-width: 1130px;
    margin: 0 auto;
	position:relative;
	padding: 30px 0 0;
    box-shadow: 8px 50px 89px -70px #cdeef4;
}
body.temp-contact .home-sec1 .content{
	max-width:640px;
}
body.temp-contact .home-sec1 .img-wrap{
	margin:-90px auto 0;
	max-width: 273px;	
}
body.temp-contact .home-sec1 .content p{
	margin: 0;
	color: #5D5D64;
	font-size: 24px;
	font-weight: 500;
}
body.temp-contact .home-sec1 .content p span{
	font-size: 24px;
	font-weight:700;
	color:#293639;
	display: block;
}
body.temp-contact .home-sec1 a.maxbutton{
	margin: 30px 0;
}
body.temp-contact .site-header .banner h1{
	font-size: 180px!important;
	font-weight: 900!important;
}
body.temp-contact .site-header .banner .col-icon{
	background: url(../images/contact-icon-bg.jpg) top center no-repeat;
	padding: 85px 40px 0;
	background-size: cover;
}
body.temp-contact .site-header .banner .col-form{
	background: #f1f1f1;
	padding: 40px;
}
body.temp-contact .contact-sec2 .col-icon{
	text-align: center;
}
body.temp-contact .contact-sec2 .col-icon h4{
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
body.temp-contact .contact-sec2 .col-icon p{
    max-width: 290px;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.4;
}
body.temp-contact .contact-sec2 .icon-container p{
	display: inline-block;
	font-size: 30px;
}
body.temp-contact .contact-sec2 .col-form h4{
	color: #293629;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
}
body.temp-contact .site-header .banner .ui.grid .col-form p{
	max-width: 460px;
}
body.temp-contact .site-header .banner .icon-container{
	margin-top: 40px;
	text-align: center;
}
body.temp-contact .site-header .banner .icon-container .icons{
	margin: 0 13px;
	text-decoration:none;
}
body.temp-contact .site-header .banner .form{
	padding: 0;
}
body.temp-contact .site-header .banner .form .gform_wrapper .top_label .gfield_label{
	display: none;
}
body.temp-contact .site-header .banner .form textarea{
    font-size: 18px!important;
    color: #293639;
    font-weight: 700;
    background: #fff;
    padding-left: 20px;
    max-width: 5605px;
    width: 100%!important;
	margin-top: 10px;
	height: 150px;
}
body.temp-contact .site-header .banner .form .gform_wrapper{
	max-width: 560px!important;
	width: 100%!important;
}
body.temp-contact .site-header .banner .form .gform_wrapper input[type=text]{
    font-size: 18px;
    color: #505456;
    font-weight: 500;
}
body.temp-contact .site-header .banner .form input{
    height: 50px;
    font-size: 18px!important;
    color: #293639!important;
    font-weight: 700!important;
    background: #fff;
    padding: 20px!important;
}
body.temp-contact .site-header .banner .form input[type=submit]{
	background: #FFC315;
    max-width: 260px;
    height: 60px;
    margin: 0px auto;
    text-align: center;
    display: block;
	padding: 20px;
	color: #fff!important;
	font-weight:700;
}
body.temp-contact .site-header .banner .form input[type=submit]:hover{
	background: #fff;
    border: 1px solid #FFC315;
    color: #FFC315!important;
}
body.temp-contact .home-leigh{
	background: #f1f1f1!important;
	position: inherit!important;
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    transform: translate(0, 0)!important;
}
body.temp-contact .home-leigh .grid-wrap{
    margin: -180px auto 0!important;
	max-width: 1120px!important;
}
/*Blog*/
body.blog-index .site-header{
	background: url(../images/blog-banner-bg.jpg) top center no-repeat;
	height:580px;
}
body.blog-index .site-header .banner{
	padding-top: 0;
}
body.blog-index .site-header .banner h1{
	font-size: 180px!important;
    font-weight: 900!important;
    text-transform: uppercase;
}
body.blog-index .blog-sec1 .cont-wrap{
	text-align: center;
}
body.blog-index .blog-sec1 .cont-wrap ul li a{
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
	color: #293639;
	text-decoration: none;
}
body.blog-index .blog-sec1 .cont-wrap ul li a.active,
body.blog-index .blog-sec1 .cont-wrap ul li a:hover{
	color:#2EB5A9;
	text-decoration: underline;
}
body.blog-index .blog-sec1 .cont-wrap ul li{
	
    display: inline-block;
	padding: 0 20px;
	text-align: center;
}
body.blog-index .blog-sec2 {
	padding-top:0;
}
body.blog-index .blog-sec2 .content-featured-img h3{
	color: #293639;
	font-size: 24px!important;
	font-weight: 700;
	padding: 10px 20px;
}
body.blog-index .blog-sec2 .content-featured-img p{
	padding: 0 20px;
	margin-bottom: 0;
}
body.blog-index .blog-sec2 .column.wide-block{
	display: block;
    width: 100%!important;
    margin: 80px auto;
}
body.blog-index .blog-sec2 .content-featured-img{
	background: #fff;
    box-shadow: 0px 1px 30px -16px #3e3e3e9e;
    max-width: 357px;
	position:relative;
	padding-bottom: 70px;
	height: 585px;
}
body.blog-index .blog-sec2 .content-featured-img .img-wrap{
	line-height: 0;
    max-width: 360px;
    margin: 0 auto;
    height: 270px;
}
body.blog-index .blog-sec2 .content-featured-img .img-wrap img{
	height: 100%;
}
body.blog-index .blog-sec2 .content-featured-img a.post-link{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	display:block;
}
body.blog-index .blog-sec2 .column.wide-block .home-leigh{
	position: inherit!important;
    left: 0!important;
    right: 0!important;
    transform: translate(0, 0)!important;
    box-shadow: 0px 0px 11px 5px #ccc; 
}
body.blog-index .blog-sec2 .column.wide-block .home-leigh .grid-wrap{
	margin: 0 auto!important;
	box-shadow: 0 -27px 69px 25px #eeeeee!important;
}
body.blog-index .blog-sec2 .btn-wrap{
	margin-top: 30px;
}
body.blog-index .blog-sec2 .blog-btn{
	position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border-color: #ffc925;
    max-width: 340px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: solid;
    border-width: 2px;
    background-color: rgba(255, 201, 37, 1);
    min-height: 60px;
    text-transform: uppercase;
    width: 100%;
}
body.blog-index .blog-sec2 a.blog-btn  span{
	color: #fff;
    font-size: 22px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    background-color: unset;
}
body.blog-index .blog-sec2 a.post-readmore{
	color: #FFC315;
    text-decoration: none;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 3px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #FFC315;
    text-align: center;
    position: absolute;
    bottom: 35px;
	margin-left: 0;
}
body.blog-index .blog-sec3{
	background: url(../images/online-sec5-bg.jpg) top center no-repeat;
    background-size: cover;
	position: relative;
}
body.blog-index .blog-sec3.section{
	padding: 80px 0 190px!important;
}
body.blog-index .blog-sec3 #nav-above{
	text-align: center;
	position: relative;
}
body.blog-index .blog-sec3 #nav-above .wp-pagenavi a:hover,
body.blog-index .blog-sec3 #nav-above .wp-pagenavi span.current {
    color:#FFC415
}
body.blog-index .blog-sec3 #nav-above .wp-pagenavi a, 
body.blog-index .blog-sec3 #nav-above .wp-pagenavi span {
    text-decoration: none;
    border: 0;
    padding: 25px;
    margin: 2px 10px;
	font-size: 24px;
	font-weight: 500;
	color:#fff;
}
body.blog-index .blog-sec3 #nav-above .nextpostslink{
	background: url(../images/blog-slider-next.svg) top center no-repeat;
	font-size: 0!important;
    border: 0!important;
	padding: 40px 35px!important;
    height: 65px;
    max-width: 70px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
body.blog-index .blog-sec3 #nav-above .previouspostslink{
	background: url(../images/blog-slider-prev.svg) top center no-repeat;
	font-size: 0!important;
    border: 0!important;
	padding: 40px 35px!important;
    height: 65px;
    max-width: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
body.blog-index .blog-sec3 #nav-above .first,
body.blog-index .blog-sec3 #nav-above .last{
	font-size: 0;
	display: none;
}
body.blog-index .home-sec1{
	background:#f5fbf7;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1130px;
	z-index:9999;
}
body.blog-index .home-sec1.section{
	padding: 0;
}
body.blog-index .home-sec1 .grid-wrap{
	background: #fff;
    max-width: 1130px;
    margin: -110px auto 0;
	position:relative;
	padding: 30px 0 0;
    box-shadow: 8px 50px 89px -70px #cdeef4;
}
body.blog-index .home-sec1 .content{
	max-width:640px;
}
body.blog-index .home-sec1 .img-wrap{
	margin:-90px auto 0;
	max-width: 273px;	
}
body.blog-index .home-sec1 .content p{
	margin: 0;
}
body.blog-index .home-sec1 .content p span{
	font-size: 24px;
	font-weight:700;
	color:#293639;
	display: block;
}
body.blog-index .home-sec1 a.maxbutton{
	margin: 30px 0;
}
body.blog-index .site-footer{
	padding-top: 220px!important;
}
/*-- MAIN POSTS INDEX
-----------------------------*/
.posts_index.section{
	padding: 90px 0 150px;

}
.posts_index .item-wrap{
    margin: 0px auto 90px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 9px -4px #4d4e5359;
    border-radius: 5px;
}
.posts_index .item-wrap a{
    text-decoration: none;
    color: #4d4e53;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    display: block;
    padding:0;
    line-height: normal;
    padding: 29px 0px;
}
.posts_index .item-wrap .four.wide.column{
    padding: 0;
    min-height: 55px;

} 
.posts_index .item-wrap .column.active{
    border-radius: 5px;
    padding: 0;
}
.posts_index .item-wrap .column.active a{
	color: #fff;
	font-weight:700;
}
.posts_index .item-list .column{
	width:33.33%!important;
	display:inline-block;
	max-width:335px;
	margin:0px 20px 40px;
	vertical-align: top;
}
.posts_index .item-list .box-item{
	background: #fff;
	border-radius:10px;
}
.posts_index .item-list .box-item .img-wrap{
	line-height: 0;
}
.posts_index .item-list .box-item .content{
	min-height:180px;
	padding:20px 15px;
	position:relative;
}
.posts_index .item-list .box-item h4{
	color: #083E5B;
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
	min-height: 120px;
	margin-bottom:0 !important;
}
.posts_index .item-list .box-item a{
	color: #083e5b;
    text-decoration: none;
    font-size: 28px;
    font-weight: 500;
    bottom: 20px;
    left: 15px;
    display: inline-block;
	text-transform:capitalize;
}
.alm-btn-wrap .alm-load-more-btn.done{
	display:none;
}
.posts_index .item-list .box-item h4 a{
	font-size:22px;
	font-weight:500;
	color:#083e5b;
}
.posts_index .item-list .box-item a.link{
	color: #f38029;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.posts_index .item-list .box-item p{
	color: #4d4e53;
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
}
.posts_index .item-list .box-item a:hover{
	opacity:0.7;
}


/**[PopUp] Home Video
**********************/
.pum-container .pum-content+.pum-close{
    text-indent: -9999px!important;
    width: 25px!important;
    height: 25px!important;
    background: url(../images/pum-close-btn.png)no-repeat!important;
    display: block;
    right: 0px!important;
    top: -30px!important;
}
#popmake-626 h3{
	text-align: center;
    font-size: 36px;
    font-weight: 700;
	color:#2a373a;
}
#popmake-626 h4{
	color:#2a373a;
	margin: 20px 0;
}
#popmake-623 iframe{
	max-width: 983px;
}
#popmake-2788 .form-heading{
	background: url(../images/online-sec5-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 40px 120px;
    text-align: center;
}
#popmake-2788 .form-heading h3{
	font-size: 36px;
    color: #fff;
    font-weight: 600;
}
#popmake-2788.pum-container{
	padding: 0!important;
}
#popmake-2788 .form-content{
	background: #f3f4f4;
	padding: 40px;
}
#popmake-2788 .form-content h4{
	font-size: 26px;
    font-weight: 700;
    color: #29373A;
}
#popmake-2788 .form-content ul.list-type-check{
    padding-top: 30px;
}
#popmake-2788 .form-content ul.list-type-check li{
	list-style: none;
    background: url(../images/disc-check.svg) left top no-repeat;
    padding-left: 30px;
    font-size: 18px;
    color: #293639;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
#popmake-2788 .form-content-bottom{
	background: #fff;
	padding: 40px;
}
#popmake-2788 .form-content-bottom h3{
	font-size: 30px;
    text-align: center;
}
#popmake-2788 .form-content-bottom .gform_wrapper .top_label .gfield_label{
	display: none;
}
#popmake-2788 .form-content-bottom .gform_wrapper textarea{
	height: 100px;
	padding-left: 10px;
    font-size: 18px;
    color: #293639;
    font-weight: 700;
	background: #f3f4f4;
}
#popmake-2788 .form-content-bottom .gform_wrapper ul li.gfield{
	margin: 0!important;
}
#popmake-2788 .form-content-bottom .gform_wrapper input{
	height: 50px;
    padding-left: 10px;
    font-size: 18px;
    color: #293639;
    font-weight: 700;
	background: #f3f4f4;
}
#popmake-2788 .form-content-bottom .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 5px;
}
#popmake-2788 .form-content-bottom .gform_wrapper .gform_footer{
	display: block;
    text-align: center;
    margin: -93px auto 0;
}
#popmake-2788 .form-content-bottom .gform_wrapper input[type=submit] {
	position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border-color: #ffc925;
    width: 275px;
    height: 75px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: solid;
    border-width: 2px;
    background: #ffc925;
    color: #fff;
    padding: 12px;
}
#popmake-2788 .form-content-bottom .privacy-policy-link{
	text-align: center;
    display: block;
    color: #293639;
    font-size: 22px;
	margin-top: -25px;
}
#popmake-2788.pum-container .pum-content+.pum-close{
	right: 7px!important;
    top: 10px!important;
	box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.2)
}
/*POPUP EBOOK*/
#popmake-2793.pum-container .pum-content+.pum-close{
	box-shadow: none;
}
#popmake-2793.pum-container{
	max-width: 640px!important;
    width: 100%;
    margin: 0 auto;
    left: 50%!important;
    transform: translate(-50%, 0);
}
.pum-container .ebook-pop .img-wrap{
	max-width: 300px;
    display: inline-block;
    width: 100%;
    margin-left: -120px;
    margin-top: 90px;
}
.pum-container .ebook-pop .cont-wrap{
	max-width: 350px;
    width: 100%;
    display: inline-block;
    margin: 60px auto 30px;
    vertical-align: top;
}
.pum-container .ebook-pop h3{
	font-size: 36px;
    font-weight: 600;
    color: #111;
    text-align: center;
}
.pum-container .ebook-pop p{
	font-size: 26px;
    font-weight: 500;
    color: #293629;
    text-align: center;
    margin-bottom: 22px;
}
.pum-container .ebook-pop .gform_wrapper .top_label .gfield_label,
.pum-container .ebook-pop .gform_wrapper legend.gfield_label{
	display: none;
}
.pum-container .ebook-pop .gform_wrapper input{
	height: 50px;
    padding-left: 10px;
    font-size: 18px!important;
    color: #293639;
    font-weight: 700;
    background: #f3f4f4;
}
.pum-container .ebook-pop .gform_wrapper p{
	font-size: 18px;
    color: #293629;
    margin: 20px auto;
}
.pum-container .ebook-pop .gform_footer input[type="submit"]{
	background: url(../images/popup-btn-bg.jpg) no-repeat;
	color: #fff;
	font-size: 22px!important;
	font-weight: 900;
	text-align: center;
	width: 100%;
	height:60px;
} 
.pum-container .ebook-pop a.pop-privacy{
	color: #7f7f7f;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
.pum-container .ebook-pop .gform_wrapper .gform_footer{
	padding: 0!important;
}
/*POPUP Free Session*/
#popmake-2392.pum-container .pum-content+.pum-close{
	box-shadow: none;
}
#popmake-2392.pum-container .session-pop .d-hide{
	display: none;
}
#popmake-2392.pum-container{
	max-width: 640px!important;
    width: 100%;
    margin: 0 auto;
    left: 50%!important;
    transform: translate(-50%, 0);
	height:570px;
}
#popmake-2392.pum-container .session-pop .img-wrap{
	position: relative;
}
#popmake-2392.pum-container .session-pop .img-wrap.m-hide {
    position: absolute;
    top: 22px;
    bottom: 0;
    right: -125px;
    z-index: -9999;
}
.pum-container .session-pop .cont-wrap{
	max-width: 350px;
    width: 100%;
    display: inline-block;
    margin: 30px auto;
    vertical-align: top;
}
.pum-container .session-pop{
	padding: 40px 50px;
}
.pum-container .session-pop h3{
	font-size: 34px;
    font-weight: 700;
    color: #111;
	text-align: center;
}
.pum-container .session-pop p{
	font-size: 20px;
    font-weight: 300;
    color: #5d5d64;
	text-align: center;
	margin-bottom: 22px;
}
.pum-container .session-pop .gform_wrapper .top_label .gfield_label,
.pum-container .session-pop .gform_wrapper legend.gfield_label{
	display: none;
}
.pum-container .session-pop .gform_wrapper input{
	height: 50px;
    color: #505456;
    font-size: 16px!important;
    font-weight: 300;
    padding-left: 10px!important;
	background: #f4f4f4;
}
.pum-container .session-pop .gform_wrapper p{
	font-size: 15px;
    color: #7f7f7f;
	margin: 20px auto;
}
.pum-container .session-pop .gform_footer input[type="submit"]{
	background: url(../images/popup-btn-bg.jpg) no-repeat;
	color: #fff;
	font-size: 22px!important;
	font-weight: 900;
	text-align: center;
	width: 100%;
	height:60px;
} 
.pum-container .session-pop a.pop-privacy{
	color: #7f7f7f;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
.pum-container .session-pop .gform_wrapper .gform_footer{
	padding: 0!important;
}
/* POPUP TERMS */
.pum-container .terms p{
	margin-bottom: 10px;
	color: #7f7f7f;
}
.pum-container .terms ol li{
	margin-bottom: 20px;
	color: #7f7f7f;
}
/* [BODY CLASS] SINGLE PAGE
-----------------------------------------------------------------------------------------------------*/
body.temp-single,
body.temp-single .site-inner {
	background:#fff;
}
body.temp-single .site-header{
	background: #fff;
}
body.temp-single .site-header .banner {
	width:100%;
	background: url(../images/online-sec5-bg.jpg) top center no-repeat;
	background-size: cover;
	max-width: none;
	margin: 0 auto;
	padding: 100px 40px;
}
body.temp-single .entry-header {
	margin-bottom: 40px;
	position:relative;
}
body.temp-single h1 {
	color: #fff;
    font-size: 48px!important;
    font-weight: 900!important;
    margin-bottom: 5px;
    max-width: 700px;
	display:block;
	margin:0 auto;
}
body.temp-single h1 span{
	font-weight:700;
}
body.temp-single h3.entry-title {
	color: #083e5b;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 700px;
	
}
body.temp-single h3.entry-title span{
	color:#35b68e;
	font-weight:700;
}
body.temp-single .entry-header:before{
	content: "";
    background: url(../images/dotted-border-v2.png) left;
    background-repeat: repeat-y;
    max-width: 32px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -45px;
    top: -6px;
}
body.temp-single .entry-header .entry-meta .single-author{
	font-size: 18px;
    font-weight: 300;
    color: #4d4e53;
}
body.temp-single .entry-header .entry-meta .single-author .name{
	color:#35b68e;
}
body.temp-single span.single-date {
    color: #4d4e53;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
body.temp-single .content{
	display: block;
    margin: 0 auto;
	width:100%;
}
body.temp-single .content a.post-readmore{
	color: #FFC315;
    text-decoration: none;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 3px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #FFC315;
    text-align: center;
    position: absolute;
    bottom: 35px;
}
body.temp-single .content a{
	color: #2eb5a9;
    text-decoration: none;
    font-weight: 700;
}
body.temp-single .content ul li{
    line-height: 1.6;
    font-size: 24px;
    font-weight: 400;
    color: #5E5E65;
	position: relative;
	padding-left: 35px;
}
body.temp-single .content ul li::before{
	content: "";
	background: url(../images/home-checklist.svg) left center no-repeat;
	position: absolute;
	max-width:22px;
	width: 100%;
	display: block;
	left: 0;
}
body.temp-single .wrap{
	max-width: 1170px;
}
body.temp-single .content .first-content{
	margin: 0 auto;
}
body.temp-single .content .content-left{
	margin-bottom: 40px;
}
body.temp-single .content .content-right{
	max-width:530px;
	display: inline-block;
	padding-left: 30px;
}
body.temp-single .content img{
    max-width: 537px;
    text-align: center!important;
    float: none!important;
    margin: 0 auto!important;
	display: block;
}
body.temp-single .content ul{
	padding-left: 0;
    margin-top: 30px;
}
body.temp-single .content ul li{
	/*list-style: background: url(../images/disc-check.svg) left top no-repeat!important;*/
    padding-left: 0;
    font-size: 24px;
    color: #293639;
    font-weight: 500;
    line-height: normal;
	margin-bottom: 10px;
}
body.temp-single .content ol li{
	list-style-type: decimal;
	margin-left: 25px;
    line-height: normal;
    font-size: 24px;
    font-weight: 400;
}
body.temp-single .content h2{
	font-size: 38px;
    font-weight: 700;
    font-style: italic;
	color: #293639;
}
body.temp-single .content h3{
	font-size: 30px;
    font-weight: 600;
    color: #293639;
    text-align: left;
    margin: 40px auto 10px;
    font-style: italic;
}
body.temp-single .content blockquote{
	border-left: 4px solid #2eb5a9;
    height: auto;
    padding: 20px;
    display: block;
    position: relative;
    vertical-align: middle;
}
body.temp-single .content blockquote::before{
	display: none;
}
body.temp-single .content-sidebar-wrap article.entry {
	padding-top:0;
}
body.temp-single .content-sidebar-wrap article .img-wrap {
	margin-bottom: 50px;
}
body.temp-single .content-sidebar-wrap article iframe{
	max-width: 500px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
body.temp-single .content-sidebar-wrap article p {
   font-size: 24px;
    font-weight: 500;
    color: #293639!important;
    margin-bottom: 20px;
    line-height: 1.4;
}
body.temp-single .blog-post-sec3{
	background: #f3f3f3;
}
body.temp-single .blog-post-sec3 .col{
	width: 50%;
    max-width: 500px;
    padding: 40px 60px;
    background: #fff;
	display: inline-block;
    box-shadow: 0px 0px 5px 1px #ccc;
	height:620px;
	position:relative;
	vertical-align: top;
	margin: 0 40px;
}
body.temp-single .blog-post-sec3 .col .btn-wrap{
	position: absolute;
	bottom: 31px;
}
body.temp-single .blog-post-sec3 .col p{
	color: #2a373a;
	font-size: 24px;
	font-weight: 400;
}
body.temp-single .blog-post-sec3 .col2{
	background: url(../images/free-session-bg.jpg) top center no-repeat!important;
}
body.temp-single .blog-post-sec3 .col2 .content{
	max-width: 280px;
    margin: 0;
}
body.temp-single .blog-post-sec3 .col2 p span{
	color: #2eb5a9;
	max-width:255px!important;
	width: 100%;
	display: block;
	font-weight: 600;
}
body.temp-single .blog-post-sec3 .col2 p br{
	margin-bottom: 28px;
}
body.temp-single .home-sec13{
	background: url(../images/blog-post-bottom-bg.jpg) top center no-repeat;
	background-size: cover;
}
body.temp-single .home-sec13 h3{
	font-size: 50px;
	font-weight: 700;
	text-align:center;
	color: #fff;
	margin-bottom: 30px;
}
body.temp-single .home-sec13 .box-item{
	position: relative;
}
body.temp-single .home-sec13 .box-item a.post-link{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
body.temp-single .home-sec13 .content h4{
	font-weight: bold;
    font-size: 24px;
    color: #5d5d64;
    line-height: normal;
    margin-bottom: 15px;
}
body.temp-single .home-sec13 .content{
	width: 100%;
	max-width: 360px;
	padding: 10px 15px;
	background: #fff;
	position: relative;
	height: 300px;
    box-shadow: 0px 1px 1px 0px #3e3e3e;
	margin: 0 auto;
}
body.temp-single .home-sec13 .img-wrap{
    line-height: 0;
    max-width: 360px;
    margin: 0 auto;
	height:270px;
}
body.temp-single .home-sec13 .img-wrap img{
	height: 100%;
}
body.temp-single .home-sec13 strong{
	font-size: 24px;
    font-weight: 700;
    color: #293639;
}
body.temp-single .home-sec13 p{
	font-size: 24px;
    font-weight: 400;
    color: #5E5E65;
}
body.temp-single .home-sec13 .content a.blog-btn{
	color:#FFC315;
	text-decoration: none;
	border-bottom: 3px solid #FFC315;
}
body.temp-single .home-sec13 a.maxbutton{
	display: block;
    margin: 50px auto;
}
body.temp-single .home-sec13 .content .link{	
	position: absolute;
	bottom: 20px;
}
body.temp-single .home-leigh{
	background: #f1f1f1;
}
body.temp-single .home-sec13.section{
	padding: 80px 0 220px;
}
body.temp-single .home-leigh .grid-wrap {
    background: #fff url(../images/blog-postleigh-bg-v2.jpg) bottom center no-repeat;
    max-width: 1130px;
    margin: -130px auto 0;
    position: relative;
    padding: 70px 60px;
    box-shadow: 8px 50px 89px -70px #cdeef4;
}
body.temp-single .home-leigh .grid-wrap p{
	font-size: 24px;
	font-weight: 700;
	color:#293639;
}
body.temp-single .home-leigh .grid-wrap span{
	font-size: 28px;
	font-weight: 600;
	color:#2eb5a9;
}
body.temp-single .home-leigh .grid-wrap a.maxbutton-2{
	max-width: 685px;
    width: 100%!important;
}
/*sidebar*/
.sidebar .wpt_widget_content .entry-title a {
	font-size: 18px;
    color: #465162;
    text-decoration: none;
	line-height: normal;
	display:block;
}

.sidebar .widget.testimonial-sidebar {
	border: 1px solid #0e71b8;
	padding-top: 0;
}
.sidebar .widget.testimonial-sidebar .side-slider {
	height:320px;
}
.sidebar .widget.testimonial-sidebar .widget-title {
	font-size: 18px;
    color: #ffffff;
    background: #0e71b8;
    padding: 20px;
    margin: 0 -20px 40px;
    text-align: center;
    text-transform: uppercase;
}
.sidebar .widget.testimonial-sidebar .item {
	text-align:center;
}
.sidebar .widget.testimonial-sidebar .item img {
	display:block;
	margin:0 auto 20px;
}

.sidebar .widget.testimonial-sidebar p {
	font-size: 18px;
    color: #495367!important;
}

.sidebar .widget.testimonial-sidebar p.author {
	font-size: 16px;
    color: #262d3a!important;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.sidebar .widget.testimonial-sidebar p.author span {
	display: block;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}
.sidebar .widget.testimonial-sidebar .slick-dots li button {
    border: 2px solid #0e71b8;
    outline: none;
    background: transparent;
    border-radius: 50%;
}
.sidebar .widget.testimonial-sidebar .slick-dots li button {
    border: 2px solid #0e71b8;
    outline: none;
    background: transparent;
    border-radius: 50%;
}
.sidebar .widget.testimonial-sidebar .slick-dots li.slick-active button {
	background: #db0d56;
	border-color: #db0d56;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 0;
   	padding: 0;
	padding-bottom: 40px;
	margin-left:40px;
}

.popular-post .single-post .img-wrap{
	display:inline-block;
	margin: 20px 0;
	max-width:80px;
}
.popular-post .single-post .title{
    display: inline-block;
    max-width: 215px;
    vertical-align: top;
    margin:20px -30px 20px 10px;

}
.popular-post h3.widget-title {
	color:#083e5b;
	font-size: 28px;
	font-weight:500;
	
}
.popular-post .single-post .title p{
	color:#083e5b!important;
	font-size:18px;
	font-weight:400;
}
.popular-post .single-post .post-wrap{
	position:relative;
}
.popular-post .single-post .post-wrap:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
	border-top: 2px dotted #35b68e;
}
.sidebar .widget.testimonial-single{
	background:#083e5b;
	padding: 30px 20px;
}
.testimonial-single h3{
	font-size:36px;
	font-weight:700;
	color:#fff;
	position:relative;
	margin-left:40px;
}
.testimonial-single h3 span{
	font-size:24px;
	font-weight: 300;
	display:block;
}
.testimonial-single .testimonial-wrap .testi{
	background:#fff;
	padding:50px 20px;
	position:relative;
	margin:50px 0;
	border-radius:10px;
}
.testimonial-single .testimonial-wrap .testi p{
	font-size:16px;
	font-weight:300;
	color:#083e5b!important;
}
.testimonial-single .testimonial-wrap h3:before{
	content: "";
    background: url(../images/dotted-border-v2.png) left;
    background-repeat: repeat-y;
    max-width: 32px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -45px;
    top: -6px;
}
.testimonial-single .testimonial-wrap .testi:before{
	content: "";
    background: url(../images/home-test-quote.svg) no-repeat;
    width: 81px;
    height: 100%;
    position: absolute;
    left:10px;
    top: -30px;
}
.testimonial-single .widget_text .textwidget .container{
	text-align:center;
}
.testimonial-single .container .prev.slick-arrow {
    margin-left: 0;
}
.single-blog .box-item{
	width:100%;
	max-width: 320px;
	height:320px;
	margin-bottom:20px;
	position:relative;
	background-repeat: no-repeat;
    background-size: cover;
}
.single-blog .box-item h4{
	font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-align: center;
}
.single-blog .box-item h4:after{
	content: "";
    background: url(../images/dotted-border.png) left;
    background-repeat: repeat-x;
    max-width: 135px;
	display:block;
	height:30px;
	margin:0 auto;
}
.slick-dots li button{
	border: 1px solid #f48029;
    border-radius: 50%;
}
/*
.entry-content ol, .entry-content ul {
    margin-left: 0;
}*/
.slick-prev:before, .slick-next:before{
	font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0;
    color: #f48029;
	
}
body.temp-single .slick-dotted.slick-slider .slick-arrow:before{
	display:none;
}
body.temp-single .slick-prev {
    background: url(../images/post-slide-arrow-l.jpg) no-repeat !important;
    height: 64px;
    width: 64px;
    position: absolute;
    z-index: 9;
    left: 0;
}
body.temp-single .slick-next{
	background: url(../images/post-slide-arrow-r.jpg) no-repeat !important;
    height: 64px;
    width: 64px;
    position: absolute;
    z-index: 9;
    right: 0;
}
body.temp-single .slick-dots .slick-active button{
	background: #f48029;
}
body.single:not(.podcast) .sidebar .widget.single-podcast,
body.single.podcast .sidebar .widget.blog-post {
	display:none;
}

/* [LANDING PAGE] Banner
****************************/
#header-top.landing-page{
	background:#fff!important;
}
#header-top.landing-page .title-area {
    margin-top: 10px;
    margin-bottom: 5px;
}
#header-top.landing-page .top-right a{
	color:#333!important;
	font-size:22px;
	font-weight:700; 
}
#header-top.landing-page .top-right a span{
	color:#d41e3b;
}
#header-top.landing-page .top-right{
	top: 22px;
}
.site-footer.landing-page{
	background: #fff;
	padding-top: 0;
}
.site-footer.landing-page span.align-right{
	float:right;
	padding: 0 20px;
}
.site-footer.landing-page span.align-right:before{
	content:"";
	background:url('../images/location-btn.png') left center no-repeat;
	width:11px;
	height:15px;
	display:inline-block;
	vertical-align:middle;
}

/* Content Section */
#jpx_content-builder .content_sec .cont-wrap{
	max-width:850px;
	display:block;
	margin: 0 auto;
}
#jpx_content-builder .content_sec.section ul {
	padding-left:30px;
	margin-bottom:30px;
}
#jpx_content-builder .content_sec.section ul li:before{
	content:'';
	background:url(../images/deadline-btn.png) center no-repeat;
	width:11px;
	height:11px;
	position:absolute;
	left:0;
	top:10px;
}
#jpx_content-builder .content_sec.section ul li{
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
}
#jpx_content-builder .content_sec p {
    color: #212121;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
}


/*
ERROR 404
*********/
body.error404 .site-inner{
    background-size: 28%;
    padding: 80px 0;
}
body.error404 .entry-title{
	text-align: center;
    color: #2eb5a9;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
}
body.error404 .entry-content p{
	text-align: center;
    font-size: 25px;
    font-weight: 600;
}
body.error404 .entry-content a{
	color:#2eb5a9;
}
body.error404 .search-form{
	width:100% !important;
	text-align:center;
}
body.error404 .search-form input[type="submit"]{
	width: 50px;
    background: #2eb5a9 url(../images/search-icon.png) no-repeat;
    background-size: 45%;
    font-size: 0px;
    height: 51px;
    vertical-align: top;
    background-position: 12px;
}
body.error404 .search-form input{
	width:500px;
	height:50px;
	border: 1px solid #2eb5a9;
	
}