/*
Theme Name: shelterwood
Author: Fervor Creative
Author URI: http://createfervor.com
Description: Custom Theme by Fervor Creative
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sw
*/

@import url( 'assets/css/style.css' );

.ytc-pslb div.ytcthumb-cont {
	margin: auto;
}

.ytctitle {
	text-align: center;
} 

.success-stories figure {
	display: inline-block;
}

#section-rebalance .ribbon {
	background-color: #ed1b2f;
	width: 100%;
	min-height: 200px;
	position: absolute;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 4px -2px #000000;
        box-shadow: 0 4px 4px -2px #000000;
  z-index: -1;
}

#section-rebalance {
	background-color: #ffffff;
}

#section-rebalance h3 {
	font-size: 2.8em;
	line-height: 1.1em;
	padding: 6% 0 6% 7%;
}

#section-rebalance p {
	line-height: 1.6em;
	color: #2e3e47;
}

#section-rebalance a {
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
  font-family: "Times New Roman","Times",serif;
}

#section-rebalance .lightbox-trigger a{
color:#fff!important;
z-index:99;
}

#section-rebalance .lightbox-trigger a:after {
    content: '\f04b';
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    padding-left: 15px;
    padding-right: 5px;
}

#section-rebalance .top {
	max-height: none;
	/*background: #ed1b2f;*/
	color: #ffffff;
}

#section-rebalance .leaf {
	max-width: 8%;
	position: absolute;
	margin: 30px 0;
}

#section-rebalance .bottom {
	color: #2e3e47;
	padding: 30px 0 30px 45px;
  width: 520px;
  float: left;
}

#section-rebalance .learn-more {
	font-weight: 700;
}
#section-award {
	width:100%;
	min-height: 200px;
}
#section-award h3 {
	color:#ffffff;
}
#section-award img {
	width:100%;
	margin-top: 2%;
}
#section-award .mobile-width {
	margin-left: 0;
}
#section-award .button-wrapper {
	position: absolute;
    right: 25%;
    bottom: 0;
    background-color: #ed1b2f;
    padding: 10px;
    display: block;
}
#section-award .button-wrapper::after {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
	-webkit-box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
}
#section-award .button {
	background-color: #ed1b2f;
	color:#fff;
    border: 2px dashed #fff;
    text-decoration: none;
    padding: 15px 25px;
    font-family: "Times New Roman","Times",serif;
    font-style: italic;
    font-weight: 700;
    font-size: 200%;
    display: block;
}
#section-award .button-wrapper.mobile {
	font-size: 75%;
	padding:8px;
	right:10%;
}
#section-award h3.mobile-width {
	margin-left: 20px;
	margin-right:20px;
}
#section-award .button-wrapper.mobile .button {
	padding:10px 20px;
}
#section-award .hide-desktop .bottom h3 {
	color: #2e3e47;
}
#section-award .hide-desktop .bottom {
	padding-bottom: 45px;
}
#section-award img.mobile-seal {
	max-width: 300px;
	margin-bottom: 10px;
}

.inquire-homepage-css_wrapper ul, .inquire-page-css_wrapper ul {
	margin: 0 0 1.5em 0;
	list-style: none;
}

.inquire-homepage-css_wrapper label, .inquire-page-css_wrapper label {
	display: none;
}

#input_2_1 input {
	width: 35%;
}

#input_2_2,
#input_2_3 {
	width: 35%;
}

@media only screen and (max-width: 769px) {
	#section-rebalance .ribbon {
		z-index: 0;
		position: relative;
		min-height: 130px;
	}
	#section-rebalance h3 {
		font-size: 1.8em;
	}
	#section-rebalance .bottom {
    color: #2e3e47;
    padding: 30px 0 30px 0px;
    width: 100%;
    float: left;
	}
	#section-rebalance .mobile-width {
		/*background-color: #ed1b2f;*/
		max-width: 90%;
		margin: 0 auto;
	}

	.inquire-homepage-css_wrapper ul, .inquire-page-css_wrapper ul {
		margin: 0 0 1.5em 0;
		list-style: none;
	}

	.inquire-homepage-css_wrapper label, .inquire-page-css_wrapper label {
		display: none;
	}

	#input_2_1 input {
		width: 49%;
	}

	#input_2_2,
	#input_2_3 {
		width: 100%;
	}
}

#gform_wrapper_5.gform_wrapper ul.gfield_checkbox li,#gform_wrapper_5.gform_wrapper ul.gfield_radio li {
	display: block;
    float: left;
    padding: 0 !important;
    margin-right: 15px;
}
#gform_wrapper_5.gform_wrapper .gfield_radio li label {
	position: relative;
	top: 2px;
}
#gform_wrapper_6.gform_wrapper .gfield_label {
	display: none;
}
#gform_wrapper_6.gform_wrapper .gform_footer {
	text-align: center;
}
#gform_wrapper_6.gform_wrapper input[type="submit"] {
	background:transparent;
	border:2px dashed #c9d3d8;
	font-family: "Times New Roman","Times",serif;
	padding: 7px 20px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #ed1b2f;
    box-shadow: none;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
}



/* New Homepage */

body.page-template-template-new-homepage .section.repeated .left .top h3 {
    margin: 0!important;
     padding: 6px 0% 15px 5%!important;
}
body.page-template-template-new-homepage .section.repeated .left .top {
       background: #ed1b2f!important;
}

body.page-template-template-new-homepage #section-rebalance .ribbon {
    min-height: auto;
}

body.page-template-template-new-homepage #section-rebalance .bottom {
    padding: 21px 0% 21px 5%!important;
    width: 50%!important;
}


body.page-template-template-new-homepage #section-rebalance h3{
    font-weight: normal!important;
}

body.page-template-template-new-homepage .section.repeated .left .bottom .mobile-width {
    max-width: 100%!important;
}

.name_pr{
    font-size: 32px;
    line-height: 34px;
    font-style: italic;
}
.title_pr{
    font-size: 22px;
    line-height: 34px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Lato",Helvetica,Arial,sans-serif;
}
.text_pr{
    font-size: 20px;
    font-style: italic;
    font-family: "Times New Roman","Times",serif;
    font-weight: normal;
}

body.page-template-template-new-homepage .section.repeated .right {
    width: 30%;
    right: 15%;
}

.lightbox-trigger a{
    background-color: #ed1b2f;
    color: #fff;
    padding: 5px 10px;
    float: left;
    bottom: 20px;
    position: absolute;
    font-style: italic;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
body.page-template-template-new-homepage #section-rebalance .top:after {
    border-top: 71px solid #ed1b2f;
    border-right: 30px solid white;
    display: block;
    height: 0;
    width: 0;
    content: ' ';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 15;
}

body.page-template-template-new-homepage  #section-rebalance{   float: left;}
#section-medal-new{    float: left;
    width: 100%;
}
#section-medal-new, #section-newsletter {
	background-color:#fff;
}
  
#section-medal-new.section.section-rebalance.repeated .right{
    width: 65%;
    float: right;
    right: 0px;
    padding: 30px 0px;
}

#section-medal-new .left {
    width: 35%;
} 

#section-medal-new .button-wrapper {
    position: relative;
    background-color: #ed1b2f;
    padding: 10px;
    display: block;
    float: none;
    width: 175px;
    margin-left: 20%;
}
#section-medal-new .button-wrapper::after {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
	-webkit-box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
}
#section-medal-new .button {
	background-color: #ed1b2f;
	color:#fff;
    border: 2px dashed #fff;
    text-decoration: none;
    padding: 2px 25px;
    font-family: "Times New Roman","Times",serif;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    display: block;
}
#section-medal-new .button-wrapper.mobile {
	font-size: 75%;
	padding:8px;
	right:10%;
}
#section-medal-new h3.mobile-width {
	margin-left: 20px;
	margin-right:20px;
}
#section-medal-new .button-wrapper.mobile .button {
	padding:10px 20px;
}
#section-medal-new .hide-desktop .bottom h3 {
	color: #2e3e47;
}
#section-medal-new .hide-desktop .bottom {
	padding-bottom: 45px;
}

body.page-template-template-new-homepage #section-3 img{
	width: 95%;
    float: left;
}
body.home .home-spacer.medal_up {
    height: 0px;
    margin: 0px;
}
img.alignnone.wp-image-2337.size-full{float:left;}
#section-medal-new .left p{margin:0;}

#section-newsletter .left.mobile-width.hide-mobile {
    width: 31%;
	margin-right:4%;
    background-color: #ea192f;
    color: #fff;
}

#section-newsletter .left.mobile-width.hide-mobile:after {
    border-top: 260px solid #ea192f;
    border-right: 100px solid white;
    display: block;
    height: 0;
    width: 0;
    content: ' ';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -5;
}
body.home .section.repeated .left .rectangle h3.mobile-width{
    text-align: right;
    margin: 35px 125px 10px 0px;
    line-height: 37px;
    font-size: 32px;
}

body.home .section.repeated .left .rectangle img{
margin-left: 20%;
}

#section-newsletter .right.hide-mobile {
    width: 55%;
    right: 10%;
    top: 15%;
}

body.home #section-newsletter #mc_embed_signup input[type="text"], body.home #section-newsletter #mc_embed_signup input[type="email"] {
    background: #f3f5f7;
    font-size: 18px;
    padding: 20px 15px;
    text-align: left;
    border: none;
    margin-bottom: 7px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    -webkit-box-shadow: inset 2px 3px 4px 0px rgba(50,50,50,0.16);
    -moz-box-shadow: inset 2px 3px 4px 0px rgba(50,50,50,0.16);
    box-shadow: inset 2px 3px 4px 0px rgba(50,50,50,0.16);
}

#section-newsletter #mc_embed_signup input[type="submit"] {
    background: transparent;
    border: 2px dashed #c9d3d8;
    font-family: "Times New Roman","Times",serif;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #ed1b2f;
    box-shadow: none;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -.8rem;
}

.title_form p{
    margin: 0px;
    float: left;
    width: 80%;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1rem;
}

#section-newsletter div#mc_embed_signup {
    float: left;
    width: 100%;
}

#section-newsletter div#mc_embed_signup .gform_wrapper {
    margin: 0;
}

#section-newsletter div#mc_embed_signup .gform_wrapper ul.gform_fields li.gfield {
    margin:0px;
    width:50%;
    float: left;
}

#section-newsletter div#mc_embed_signup div.ginput_container {
    margin-top: 0;
}

#section-newsletter .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: none;
    width: 50%;
    float: left;
}
#section-newsletter .gform_wrapper .top_label input.medium {
    width:100%;
}

#section-newfooter .inner {
    max-width: 100%;
}

#section-newfooter .inner .block {
    width: 33%;
}
#section-newfooter .inner.mobile-width {
    padding: 85px 60px;
}

#section-newfooter .button-wrapper {
    background-color: #ed1b2f;
    padding: 10px;
    display: block;
    width: 175px;
}
#section-newfooter .button-wrapper::after {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
	-webkit-box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.9);
}
#section-newfooter .button {
	background-color: #ed1b2f;
	color:#fff;
    border: 2px dashed #fff;
    text-decoration: none;
    padding: 2px 25px;
    font-family: "Times New Roman","Times",serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    display: block;
}
#section-newfooter .button-wrapper.mobile {
	font-size: 75%;
	padding:8px;
	right:10%;
}

#section-newfooter .button-wrapper.mobile .button {
	padding:10px 20px;
}
#section-newfooter #footer_3 p{
text-align: left;
    font-size: 32px;
    line-height: 22px;
    margin-top: 1em;
}

body.home #section-newfooter.section.section-9 {
    text-align: left;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}

.col-50{width:49%;float:left;margin-right:1%;}
.links_footer a{color:#2e3e47!important;text-decoration:none;}

body.page-template-template-new-homepage #section-newfooter .inner .block:nth-child(2) {
    min-height: 400px!important;
}

#footer_2 h2{    font-style: italic;font-size:32px;}

#footer_2 a.read-more {
    float: left;    font-weight: bold;
    width: 100%;
    text-align: right;
    margin-top: 15px;
text-decoration:none;
    font-size: 19px;
}
#footer_2 .excerpt {
    margin-top: 25px;
    font-size: 25px;letter-spacing:1px;
    line-height: 29px;
    color: #2e3e47;
	    font-weight: normal!important;
}
.social_icon_footer{
color:#2e3e47!important;text-decoration:none;
    font-size: 42px;
    margin-right: 10px;
}

body.home .section.section-9 .inner .block:nth-child(2) {
    border-left: 2px solid #c9d3d8!important;
    border-right: 2px solid #c9d3d8!important;
}
.home-spacer.shadow-down.height55{height:55px;}
.home-spacer.shadow-down.height63{height:63px;}
.floatleft{    float: left;}

.box {
    position: relative;
    float: left;
    width: 175px;
    top: 0px;
    height: 230px;
    right: 0px;
    margin-bottom: -175px;
top: 22%;
    left: 41.5%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0px;
    margin-left: 15px;
}

.title_zone {
padding: 10px;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    color: #5d6e78;
    line-height: normal;
	text-transform:uppercase;
}

.box .icon_zone{
    padding: 20px;
	    float: left;
    width: 100%;
}
.box.box_1 {
	top: 56%;
    left: 34%;
}

.button_cont {
    position: absolute;
    bottom: 15px;
    padding: 10px;
    display: block;
    width: 100%;
}
body.page-template-template-new-homepage .home-menu-button {
    display: none;
}
body.page-template-template-new-homepage div#icons {
    padding-bottom: 0;
}
body.page-template-template-new-homepage div#icons img.background-hero {
    display: block;
}
body.page-template-template-new-homepage div#icons svg.icon-graphic {
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 640px) {
    body.page-template-template-new-homepage div#icons svg.icon-graphic {
        margin-top: -18%;
        padding: 0% 5% 10% 15%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d6e78+0,5d6e78+100&0+0,1+29 */
        background: -moz-linear-gradient(top, rgba(93,110,120,0) 0%, rgba(93,110,120,1) 29%, rgba(93,110,120,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(93,110,120,0) 0%,rgba(93,110,120,1) 29%,rgba(93,110,120,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(93,110,120,0) 0%,rgba(93,110,120,1) 29%,rgba(93,110,120,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005d6e78', endColorstr='#5d6e78',GradientType=0 ); /* IE6-9 */
    }
}
@media only screen and (min-width: 641px) {
    body.page-template-template-new-homepage div#icons svg.icon-graphic {
        position: absolute;
        top:17%;
        right:7.4%;
        width:57%;

    }
}
@keyframes slideIn {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
#Accredited-Academics_1_,#Clinical-Approach_1_,#Mentorship_1_ {
    animation: slideIn 2s ease forwards;
}
#Accredited-Academics_1_ {
    animation-duration: : 2.5s;
}
#Clinical-Approach_1_ {
    animation-duration: 3s;
}
#Mentorship_1_ {
    animation-duration: 3.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
svg.icon-graphic {
    opacity: 0;
    animation: fadeIn .5s ease forwards;
    animation-delay: .2s;
}

#Faith_1_ {
    animation: slideDown 1.5s ease forwards;
}
#Accredited-Academics_1_:hover .st5,#Faith_1_:hover .st5,#Clinical-Approach_1_:hover .st5,#Mentorship_1_:hover .st5 {
    opacity: 1;
    transition: .3s;
    cursor: pointer;
}
.icon-content-box {
    position: absolute;
    width: 40%;
    color: #ffffff;
    top: 58%;
    font-size: 28px;
    left: 51%;
    line-height: 1.3;
    font-family: "Times New Roman","Times",serif;
    font-style: italic;
    opacity: 0;
    animation: fadeIn .5s ease forwards;
    animation-delay: 1s;
}

@media only screen and (max-width: 640px) {
    .icon-content-box {
        font-size: 18px;
        width: 55%;
        top:62%;
        left: 37%;
    }
}
@media only screen and (max-width: 520px) {
    .icon-content-box {
        font-size: 13.5px;
    }
}
@media only screen and (min-width: 641px) {
    .icon-content-box {
        font-size: 16px;
    }
}
@media only screen and (min-width: 920px) {
    .icon-content-box {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) {
    .icon-content-box {
        font-size: 28px;
    }
}
div.pp_overlay {
    opacity: 0 !important;
    pointer-events: none;
}
body.page-template-template-new-homepage .video-container {
    position: fixed;
    z-index: 500;
    display: block;
    bottom:2%;
    right: 2%;
    box-shadow: 0 0 5px #000;
    max-width: 50%;
   height: auto;

}


body.page-template-template-new-homepage .video-container .close-btn {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid #fff;
    text-align: center;
    line-height: 1.6;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 5px #000;
    cursor: pointer;
}
body.page-template-template-new-homepage .video-container iframe {
    display: block;
}
body.page-template-template-new-homepage .video-container.off {
    display: none;
}

body.page-template-template-new-homepage #section-medal-new .left img {
    display: block;
}
body.page-template-template-new-homepage #section-newsletter .gform_wrapper .top_label .gfield_label {
    display: none;
}
body.page-template-template-new-homepage #section-newsletter img.hide-mobile {
        position: relative;
    /* bottom: -1rem; */
    width: 200px;
    z-index: -1;
    /* border: 1px solid #2e3e47; */
    box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    /* margin-bottom: 4rem; */
    transform: rotate(-9deg);
    left: -1rem;
    
}
body.page-template-template-new-homepage .section.repeated .left .rectangle h3.mobile-width {
    margin: 30px 90px 10px 0px;
    line-height: 32px;
    font-size: 28px;
}

body.page-template-template-new-homepage .section h3 {
    margin-left:0;
}


.col-50.links_footer strong {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.col-50.links_footer a {
    float: left;
    width: 100%;
}

@media all and (min-width:1500px){
body.page-template-template-new-homepage #section-rebalance {
    float: left;
    min-height: 400px;
}
#section-medal-new.section.section-rebalance.repeated .right img{display:none;}
#section-medal-new.section.section-rebalance.repeated .right{
    float: left;
    background-size: 80%;
    display: block;
    height: 256px;
    background-repeat: no-repeat;
    background-position: center right;
}
}

@media all and (max-width:1350px) and (min-width:768px){
body.page-template-template-new-homepage div#icons {
 
}
.box.box_1{
	left: inherit;
	position:absolute;
	right:760px;
}
.box.box_2{
	left: inherit;
	position:absolute;
	right: 100px;
}
.box.box_3{
	left: inherit;
	position:absolute;
	right:290px;
}
.box.box_4{
	left: inherit;
	position:absolute;
	right:480px;
}
}
@media all and (max-width:1200px) and (min-width:1050px){
.box.box_1{
	left: inherit;
	position:absolute;
	right:730px;
}
}

@media all and (max-width:1250px) and (min-width:850px){
body.page-template-template-new-homepage #section-rebalance.section.repeated .right {
    width: 50%!important;
    right: 0%!important;
}
}

@media all and (max-width:1050px){

body.page-template-template-new-homepage #section-rebalance .ribbon {
float: left;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
body.page-template-template-new-homepage #section-rebalance.section.repeated .ribbon .right {
    width: 100%!important;
    right: 0%!important;
}
body.page-template-template-new-homepage #section-rebalance h3 {
    font-weight: normal!important;
    padding: 7px 0px 15px;
    margin: 0;
text-align: center;
}
body.page-template-template-new-homepage #section-rebalance .top:after{display:none;}
body.home #section-medal-new.section.repeated .right img{width:100%;}
body.page-template-template-new-homepage #section-rebalance .bottom {
    padding: 6px 0% 15px 5%!important;
    width: 100%!important;
}
.lightbox-trigger a {
    position: relative;
}
body.page-template-template-new-homepage #section-rebalance .left.hide-desktop {
    text-align: center;
}
#section-medal-new.section.section-rebalance.repeated .right {
    width: 100%;
    max-width: 100%;
}
#section-medal-new .button-wrapper {
    position: absolute;
    left: 100px;
    background-color: #ed1b2f;
    padding: 10px;
    display: block;
    float: left;
    top: 225px;
    bottom: inherit;
    right: inherit;
}
body.page-template-template-new-homepage #section-newsletter .gform_wrapper .gform_body {
    width:50%;
    float:left;
}

div#section-newsletter {
    float: none;
    width: 90%;
    margin: 0 auto;
	padding: 30px 0px;
}
body .mobile-width.full100{width:100%;max-width:100%;    text-align: center;}

#section-newsletter .left.hide-desktop {
    float: left;
    width: calc(100% - 200px);
}
#section-newsletter .hide-desktop{
    float: right;
    width: 90px;
    width: 200px;
    /* margin: 0 auto; */
}
#section-newsletter .ribbon.hide-desktop{
    float: left;
    width: 100%;
}
#section-medal-new .top{
position: relative;
}
#section-medal-new .ribbon.hide-desktop .button_cont {
    position: absolute;
    bottom: 0;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
	    z-index: 999999999;
}
#section-medal-new .ribbon.hide-desktop .button-wrapper {
    position: relative;
    margin: 30px auto;
    background-color: #ed1b2f;
    padding: 10px;
    display: block;
    float: none;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
}

#section-rebalance .left.hide-desktop img {
    width: 100%;
}
p.button_testi.lightbox-trigger a {
    position: relative;
    bottom: inherit;
    margin: 0 auto;
    float: none;
    padding: 14px 20px;
}
p.button_testi{
    position: absolute;
    bottom: 35px;
    margin: 0;
    width: 100%;
    left: 0px;
    text-align: center;
}
}

@media all and (max-width:1050px) and (min-width:905px){
.box.box_1{
	left: inherit;
	position:absolute;
	right:710px;
}
}

@media all and (max-width:900px){
body.page-template-template-new-homepage #section-rebalance .top:after{display:none;}
body.page-template-template-new-homepage .home-spacer {
    float: left;
}
#section-newfooter .inner.mobile-width {
    padding: 10px 20px;
}
}
@media all and (max-width:768px){
#section-newfooter .inner .block {
width:100%;
border:0px!important;
max-width:100%;
    float: left;
    padding-top: 1.5em;
}

body.page-template-template-new-homepage div#icons {
    margin-top: 30px;
    display: block;
    float: left;

}
#section-newfooter .button-wrapper {
    margin: 0 auto;
}
#section-newfooter #footer_3 p {
    text-align: center;
}
img.alignnone.size-full.wp-image-2397 {
    width: 100%;
}
body.page-template-template-new-homepage #section-rebalance h3 {
    padding: 6% 0 6% 0%;
}
body.page-template-template-new-homepage .section.repeated .right {
    width: 100%;
    right: 0;
}
#cross-line-01 {
    box-shadow: 0 0 5px #000;
}
body.page-template-template-new-homepage #section-rebalance .top:after{display:none;}

#section-medal-new .button-wrapper {
    position: absolute;
    left: 20%;
    background-color: #ed1b2f;
    padding: 10px;
    display: block;
    float: left;
    top: 43%;
    bottom: inherit;
    right: inherit;
}


}

@media all and (max-width:905px) and (min-width:840px){
body.page-template-template-new-homepage div#icons {
    
    
}
.box.box_1{
	left: inherit;
	position:absolute;
	right:647px;
}
}

@media all and (max-width:840px) and (min-width:768px){
body.page-template-template-new-homepage div#icons {
    
    
}
.box.box_1{
    left: inherit;
    position: absolute;
    right: 570px;
    top: 22%;
}
.box.box_2{
    left: inherit;
    position: absolute;
    right: 15px;
}
.box.box_3{
    left: inherit;
    position: absolute;
    right: 200px;
}
.box.box_4{
    left: inherit;
    position: absolute;
    right: 385px;
}
}




@media all and (min-width:480px){
.hide-desktoptab{display:none;}
.hide-smalldevice{display:block;}
}
body.page-template-template-new-homepage #icons {

}

body.page-template-template-new-homepage #section-rebalance .ribbon {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

body.page-template-template-new-homepage #section-rebalance.section.repeated .left .top {
    border-bottom: 0px solid #6c777e;
}
@media all and (max-width:480px){
.col-50 { 
    width: 100%;
    float: left;
}
body.page-template-template-new-homepage #section-newsletter .hide-mobile {
    display: none;
    float: none;
    margin: 0 auto;
}
body.page-template-template-new-homepage #section-3 {
    text-align: center!important;
    float: left;
    width: 100%;
}
body.page-template-template-new-homepage #section-3 img{
	width: 100%;
    float: none;
	margin:0 auto;
}
	.hide-desktoptab{display:block;}
.hide-smalldevice{display:none;}
}

@media all and (max-width:480px){

#section-newsletter .left.hide-desktop {
    float: left;
    width: 100%;
}
#section-newsletter .hide-desktop {
    width: 90px;
    float: none;
    margin: 0 auto;
}
#section-newsletter .ribbon.hide-desktop{
    float: left;
    width: 100%;
}
#section-newsletter .hide-desktop .alignleft {
    display: block;
    float: none;
    margin: 0 auto;
}
body.page-template-template-new-homepage #section-rebalance .ribbon {
    padding-top: 0px;
}
}

@media (max-width: 360px){
p.button_testi.lightbox-trigger a {
    position: relative;
    bottom: inherit;
    margin: 0 auto;
    float: none;
    padding: 8px 10px;
    font-size: 20px;
}
}
