@font-face {
  font-family: HelveticaRoundedLTStd;
  src: url('/protect/fonts/HelveticaRoundedLTStd-Bd.otf') format('truetype');
}
#toggle-mobile-menu,
#navbar {
	display: none !important
}
.header-title {
    font-size: 54px;
    font-family: HelveticaRoundedLTStd, sans-serif;
    text-shadow: 1px 1px 2px #04211e;
    color: #FFF;
    display: inline-block;
    position: relative;
	padding-top: 140px;
}
.header-subtitle {
    font-weight: 400;
    font-size: 22px;
    text-shadow: 2px -1px 1px rgba(0, 0, 0, 0.52);
    color: #FFF;
	padding-bottom: 100px;
}
.buttonjoinimg {
    margin-top: 25px;
    position: relative;
}
.buttonjoinimg > button {
    font-size: 40px !important;
    padding: 0.45em 1.8em 0.45em 1.8em !important;
    font-weight: 600;
    font-family: 'Open Sans';
    border-radius: 10px;
    line-height: 1;
    background-color:  rgb(253, 43, 26) !important;
}
.buttonjoinimg > button a {
    color: #ffffff !important;
}

.joinbuttonsub {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}
.joinbuttonsub > button,
.joinbuttonsub > div {
    background-color: rgb(253, 43, 26) !important;
    border: 3px solid #FFF !important;
    display: inline-block !important;
    padding: 10px 55px !important;
    border-radius: 8px !important;
    font-family: 'Open Sans';
    min-height: 70px;
}
.joinbuttonsub > button a,
.joinbuttonsub > div a {
    color: #FFF !important;
}
.white {
    color: #FFF;
}
.black {
	color: #000;
}
.light p,
.light {
    font-weight: 300;
}
.bold button,
.bold span,
.bold p,
.bold {
    font-weight: bold !important;
}
.font28 button,
.font28 a,
.font28 {
    font-size: 28px !important;
}
.font20 button,
.font20 {
    font-size: 20px !important;
}
.center {
    text-align: center;
}
.weight600 p,
.weight600 {
	font-weight: 600;
}
.italic {
	font-style: italic;
}
.buttonaftertext {
    position: relative;
    text-align: center;
    top: 72px;
    color: #000;
    font-size: 18px;
    color: rgb(253, 43, 26);
}
.uppercase a,
.uppercase {
	text-transform: uppercase;
}
.moneybackimg {
	position: absolute;
    right: 0;
    left: 0;
    text-align: center;
	margin: 0 auto;
}
.relative {
	position: relative !important;
}
.joinbuttonsub.relative {
	margin-bottom: 5px !important;
}
.buttonaftertext.relative {
	top: 0 !important;
	color: #fff;
}
.reviewtext {
    font-size: 18px;
    color: #000;
}
.reviewtext p {
	font-weight: 300;
}
.reviewbox h3.aio-icon-title {
    font-style: italic;
    font-weight: normal;
}
.reviewboxunder {
    max-width: 360px;
    margin: 0 auto;
}
.reviewboxunder .aio-icon-img {
    margin-left: 5px !important;
}
.reviewboxunder h3.aio-icon-title {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
.servicebox h3.aio-icon-title {
    color: #fff;
    font-weight: 400;
    font-size: 19px !important;
    margin-top: 15px !important;
}
.solution {
    border-bottom: 6px dashed rgba(50, 180, 166, 0.15);
}
.solution p {
    color: #000;
}
.solution-button {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 45px auto;
    z-index: 99;
}
.joinaddimg {
	position: relative;
	margin-bottom: 0 !important;
}
.joinaddimg a {
    font-size: 20px;
}
.top0 {
    top: 0 !important;
}
.buttonaftertext.vc_hidden-xs.relative {
    margin-bottom: 35px;
}
.inlineblock {
	display: inline-block !important;
}
a.video-readmore {
    position: absolute;
    right: 90px;
    color: #32b4a7;
    top: 35px;
    font-style: italic;
}
.max300 {
    max-width: 300px;
}
.buttonoborder button {
	border: 0 !important;
}
.weight700 {
    font-weight: 700;
}
.underline,
.underline a {
	text-transform: underline;
}
.infobox-new-js .aio-icon-description {
	font-weight: 300;
	font-size: 18px;
	color: #000;
}
.infobox-new-js h3.aio-icon-title {
	margin-bottom: 5px !important;
	font-size: 20px !important;
}
.newsize li,
.newsize p {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
}
.newsize li b,
.newsize li strong,
.newsize p b,
.newsize p strong {
	font-weight: 600;
}

/* Newsletter checkbox */
label[for="join-newsletter"] {
    line-height: 1em;
    vertical-align: middle;
    font-size: 0.8em;
    padding-left: 10px;
}
input[name="join-newsletter"]{
    margin-right: 6px;
}

@media (min-width:767px) {
	.overflowvisible {
		overflow: visible !important;
	}
	.joinbuttonsub.joinaddimg button.vc_general {
        padding: 10px 100px !important;
        min-height: 75px !important;
        background-color: rgb(214, 2, 43) !important;
        margin-top: 1em;
    }
	.joinbuttonsub.relative {
		display: block !important;
	}
    .visible-xs {
        display: none;
    }
	.header-title:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -10px;
        left: 0;
    }
}
@media (min-width: 767px) and (max-width: 769px) {
		.header-title {
			font-size: 40px !important;
		}
	}
@media (max-width: 768px) {
	.m-overflowvisible {
		overflow: visible !important;
	}
	.m-header-title-border:after {
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		bottom: -10px;
		left: 0;
	}
	.m-font31 {
		font-size: 31px !important;
	}
	.joinaddimg:after {
        width: 33%;
        background-size: contain;
        background-repeat: no-repeat;
        top: -4px;
        right: -40px;
    }
	.wpb_wrapper a.video-readmore {
		top: 50px !important;
		right: 25px !important;
    }
}
@media (max-width: 767px) {
	.header-title {
        font-size: 28px;
    }
	.header-title br {
		display: none;
	}
	#nanoRepProxyContainer {
		bottom: 60px !important;
		top: auto !important;
		position: fixed !important;
	}
	.mobile-footer-join a {
		font-size: 19px !important;
	}
}
@media (max-width: 480px) {
	.wpb_wrapper a.video-readmore {
		top: 35px !important;
		right: 100px !important;
    }
    .buttonjoinimg {
        width: 100%;
        text-align: center;
    }
    .buttonjoinimg button {
        border-radius: 15px !important;
        padding: 0.45em 1.8em 0.45em 1.4em !important;
        background-color: rgb(214, 2, 43) !important;
    }
	.content-wrap .m-margintop35 {
        margin-top: 35px !important;
    }
	.content-wrap .m-margintop0 {
        margin-top: 0 !important;
    }
	.header-subtitle p br {
		display: none;
	}
}
@media (max-width: 380px) {
	.wpb_wrapper a.video-readmore {
		right: 60px !important;
    }
    .buttonjoinimg > button {
        font-size: 30px !important;
    }
	.joinbuttonsub > button {
        padding: 10px 30px !important;
        font-size: 20px !important;
        background-color: rgb(214, 2, 43) !important;
    }
}
@media (max-width: 330px) {
	.wpb_wrapper a.video-readmore {
		right: 20px !important;
    }
    .header-title {
        font-size: 26px;
    }
	.reviewboxunder h3.aio-icon-title {
		font-size: 13.5px !important;
	}
}
