@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900);
@import url(//fonts.googleapis.com/css?family=Cutive);
@import url(//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,600,700,800,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-black-webfont.woff') format('woff'),
         url('../fonts/gotham-black-webfont.ttf') format('truetype'),
         url('../fonts/gotham-black-webfont.svg#gothamblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
.gothamBlack {
    font-family: 'Gotham Black Regular', 'gothamblack', 'Open Sans', Arial !important;
}
@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-bold-webfont.woff') format('woff'),
         url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('../fonts/gotham-bold-webfont.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.gothamBold {
    font-family: 'Gotham Bold Regular', 'gothambold', 'Open Sans', Arial !important;
}
@font-face {
    font-family: 'gothamextra_light';
    src: url('../fonts/gotham-extralight-webfont.eot');
    src: url('../fonts/gotham-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-extralight-webfont.woff') format('woff'),
         url('../fonts/gotham-extralight-webfont.ttf') format('truetype'),
         url('../fonts/gotham-extralight-webfont.svg#gothamextra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
.gothamLight {
    font-family: 'Gotham ExtraLight Regular', 'gothamextra_light', 'Open Sans', Arial !important;
}
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}
.gothamBook {
    font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
}
@font-face {
    font-family: 'TrajanPro';
    src: url('../fonts/TrajanPro-Regular.eot');
    src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TrajanPro-Regular.woff') format('woff'),
         url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
         url('../fonts/TrajanPro-Regular.svg#TrajanPro') format('svg');
    font-weight: normal;
    font-style: normal;
}
.sourceFont {
	font-family: 'Source Sans Pro', sans-serif;
}
.openSansFont {
	font-family: 'Open Sans', sans-serif;
}
.ralewayFont {
	font-family: 'Raleway', sans-serif;
}
.Cutive {
	font-family: 'Cutive', serif;
}
.myriadFont {
	font-family: 'Myriad Pro', 'Source Sans Pro', sans-serif;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	background-color: #f3f3f3;
}
#content a {
	color: #fd792b;
}
#content {
	background-color: #f3f3f3;
}
.pageWrapper, #content {
	padding-top: 0px !important;
}
.contentFrame {
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	width: 950px;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px;
	-moz-box-shadow: 0 15px 21px 7px rgba(229,228,228,0.64);
	-webkit-box-shadow: 0 15px 21px 7px rgba(229,228,228,0.64);
	box-shadow: 0 15px 21px 7px rgba(229,228,228,0.64);
}
.contentFrame p {
	margin: 0px 0px 24px;
}
#subheadline {
	background-color: #e9e8e8;
	background-image: url("../img/MDBS_subheadlineBG.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 28%;
}
.darkBlueBG {
	background-color: #353e48;
	color: #FFFFFF;
}
.darkBrownBG {
	background-color: #484848;
	color: #FFFFFF;
}
.darkBrownWhiteBG {
	padding: 30px 10px 10px;
	background: #232523; /* Old browsers */
	background: -moz-linear-gradient(top, #232523 0%, #232523 50%, #FFFFFF 50%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232523), color-stop(50%,#232523), color-stop(50%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #232523 0%,#232523 50%,#FFFFFF 50%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #232523 0%,#232523 50%,#FFFFFF 50%,#FFFFFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #232523 0%,#232523 50%,#FFFFFF 50%,#FFFFFF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #232523 0%,#232523 50%,#FFFFFF 50%,#FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232523', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}
.whiteMediumGreyBG {
	padding: 10px 10px 30px;
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #e9e9e9 50%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#FFFFFF), color-stop(50%,#e9e9e9), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#e9e9e9 50%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#FFFFFF 50%,#e9e9e9 50%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#FFFFFF 50%,#e9e9e9 50%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#FFFFFF 50%,#e9e9e9 50%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
.mediumGreyBG {
	background-color: #e9e9e9
}
.lightGreyWhiteBG {
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #e9e9e9 0%, #e9e9e9 50%, #FFFFFF 50%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(50%,#e9e9e9), color-stop(50%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9e9e9 0%,#e9e9e9 50%,#FFFFFF 50%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#e9e9e9 50%,#FFFFFF 50%,#FFFFFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#e9e9e9 50%,#FFFFFF 50%,#FFFFFF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#e9e9e9 50%,#FFFFFF 50%,#FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}
.brownBG {
	background-color: #4f4d50;
	color: #FFFFFF;
}
.brownBG .yellow {
	color: #fdd983 !important;
}
.whiteBrownBG {
	padding: 10px 10px 30px;
	background: #4f4d50; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #4f4d50 50%, #4f4d50 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#FFFFFF), color-stop(50%,#4f4d50), color-stop(100%,#4f4d50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#4f4d50 50%,#4f4d50 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#FFFFFF 50%,#4f4d50 50%,#4f4d50 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#FFFFFF 50%,#4f4d50 50%,#4f4d50 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#FFFFFF 50%,#4f4d50 50%,#4f4d50 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#4f4d50',GradientType=0 ); /* IE6-9 */
}
.darkGreyArrow {
	min-height: 28px;
	background-image: url("../img/darkGreyArrow.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.whiteArrow {
	min-height: 28px;
	background-image: url("../img/whiteDownArrow.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.darkBlueArrow {
	min-height: 26px;
	background-image: url("/images/blueDownArrow.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.mediumGreyArrow {
	min-height: 26px;
	background-image: url("/images/mediumGreyArrow.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.whiteCard {
	background: white;
	box-shadow: 0px 4px 5px #bbb;
	padding: 5%;
	margin: 5% 3%;
}
.wealthBG {
	background-image: url("/images/wealthBG.png");
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#wealthHeadline {
	font-size: 30px;
	line-height: 24px;
}
.testimonial-w-photo {
	margin-bottom: 110px;
}
.testimonial-w-photo img {
	margin-bottom: -110px;
}
.lowercase-text {
	text-transform: none !important;
}
#banner {
	background-image: url(../img/MDBS_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 100%;
	background-color: #ca9d2c;
	margin-bottom: 0px !important;
}
#bannerBTM {
	display: block;
	padding: 13px 0px 0px;
	margin: 0px auto;
	width: 960px;
	max-width: 100%;
	background-image: url("/images/header-join2.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 60px;
}
#headlineBG {
	background-image: url("../img/MDBS_headlineBG.jpg");
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-color: #151515;
	color: #FFFFFF;
	padding-top: 65px;
	padding-bottom: 65px;
	font-size: 48px;
	line-height: 60px;
}
.testimonials {
	background-image: url("../img/MDBS_testimonialBG.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}
#strategyBG {
	background-image: url("../img/strategyBG.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 47.89%;
}
#footer {
    background-color: #060606;
    color: #ffffff;
    font-family: "Trajan Pro","TrajanPro",Arial,sans-serif;
}
#footer a {
    color: #cccccc;
    padding: 0.6em;
    text-decoration: none;
}
#footer a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    padding-bottom: 1px;
    text-decoration: none;
}
.copyright {
    font-size: 12px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
}
.footerSocial {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
}
.footerSocial #join {
    vertical-align: text-top;
}
#footer .footerSocial a {
    padding-bottom: 4px;
}
#footer .footerSocial a:hover {
    padding-bottom: 3px;
}
.disclaimer {
    color: #cccccc;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
}
.disclaimer sup {
    font-size: 7px;
}

#footer .nav-tabs > li, .nav-pills > li {
    display: inline-block;
    float: none;
}

@media (max-width: 400px) {
	#footer .nav-pills > li {
		display: block;
		width: 100%;
	}
	#footer .nav-pills a {
		padding-bottom: 0.6em;
		padding-top: 0.6em;
	}
}
@media (min-width:768px) {
	#red-tree {
		margin-bottom: -118px;
	}
}
.blackborder1 {
	border: solid 1px #000000;
}
.blackborder2 {
	border: solid 2px #000000;
}
.blackborder3 {
	border: solid 3px #000000;
}
.blackborder4 {
	border: solid 4px #000000;
}
.blackborder5 {
	border: solid 5px #000000;
}
.blackborder6 {
	border: solid 6px #000000;
}
.blackborder7 {
	border: solid 7px #000000;
}
.blackborder8 {
	border: solid 8px #000000;
}
.blackborder9 {
	border: solid 9px #000000;
}
.blackborder10 {
	border: solid 10px #000000;
}
.greenFrame {
	background: #748851;
}
.lightgreenFrame {
	background: #b6d7a8;
}
.yellowFrame {
	background-color: #e2af35;
}
.blackFrame {
	background-color: #000000;
}
.lightgreyFrame {
	background-color: #e9e9e9;
}
.verylightgreyFrame {
	background-color: #e4e4e2;
}
.verylightgreyFrame2 {
	background-color: #d9dcdc;
}
.verylightgreyFrame3 {
	background-color: #f8f8f8;
}
.greyFrame {
	background-color: #ccd4d9;
}
.darkgreyFrame {
	background-color: #484646;
}
.verydarkgreyFrame {
	background-color: #303030;
}
.pageShadow {
	background-image: url("../img/pageShadow.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.paymentBox {
	display: block;
	clear: both;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.paymentContent {
	padding: 20px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
}
.paymentBox .paymentPlan {
	background-color: #f1f1f1;
	color: #4c4d4d;
	margin-bottom: 22px;
}
.paymentBox .paymentSingle {
	background-color: #edebeb;
	color: #4c4d4d;
	-moz-box-shadow: 0px 0px 32px 16px rgba(130, 113, 157, 0.3);
	-webkit-box-shadow: 0px 0px 32px 16px rgba(130, 113, 157, 0.3);
	box-shadow: 0px 0px 32px 16px rgba(130, 113, 157, 0.3);
}
.paymentBox .paymentPlan h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	padding: 15px;
	display: block;
	background-color: #d5d5d5;
	margin: 0px;
}
.paymentBox .paymentSingle h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	padding: 15px;
	background-color: #6fa5a2;
	display: block;
	margin: 0px;
}
@media (min-width:768px ) {
	.paymentBox .paymentPlan {
		width: 50%;
		float: left;
		min-height: 375px;
		margin-top: 16px;
	}
	.paymentBox .paymentSingle {
		width: 50%;
		float: right;
		min-height: 413px;
	}
}
.white {
	color: #FFFFFF !important;
}
.lightGreen {
	color: #1aa772 !important;
}
.green {
	color: #2fa504 !important;
}
.lightGreen {
	color: #8db323 !important;
}
.darkGreen {
	color: #678440 !important;
}
.blue {
	color: #0f76dc !important;
}
hr.blue {
	border-top: 1px solid rgba(39, 72, 101, 0.2) !important;
}
.twmBG {
	background-color: #343259;
	color: #FFFFFF;
}
.grdwylBG {
	background-color: #795b93;
	color: #FFFFFF;
}
.soipBG {
	background-color: #9c3b3c;
	color: #FFFFFF;
}
.twmBG ul.manus-list li:before, .grdwylBG ul.manus-list li:before, .soipBG ul.manus-list li:before {
	color: #FFFFFF;
}
.guaranteeBG {
	background-color: #2e2e2f;
	color: #FFFFFF;
	background-image: url(../special-full/img/guaranteeBG.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
}
.babyBlue {
	color: #0e99db !important;
}
.oddsblue {
	color: #0e76d4 !important;
}
.cutYearsBlue {
	color: #0e72cd !important;
}
.orange {
	color: #fd792b !important;
}
.orange2 {
	color: #f59331 !important;
}
.yellow {
	color: #f2b03e !important;
}
.gold {
	color: #cd9943 !important;
}
.black {
	color: #000000 !important;
}
.red {
	color: #be151b !important;
}
.pink {
	color: #e30250 !important;
}
.glowing-text {
	text-shadow: 0 0 65px #d4eecb;
}
.darkRed {
	color: #181818;
}
.verydarkgrey {
	color: #303030;
}
.mediumGrey {
	color: #606060 !important;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}
.btn-access {
	color: #FFFFFF;
	font-size: 40px;
	line-height: 40px;
	text-shadow: none;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fcb040;
	border-bottom: solid 7px #d18434;
}
.btn-access:hover, .btn-access:focus{
	color: #FFFFFF;
	background-color: #d18434;
	border-bottom: solid 7px #b5722d;
}
.btn-gold {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #d7a538;
	border-radius: 30px;
}
.btn-gold:hover, .btn-gold:active, .btn-gold:focus, .btn-gold.focus {
	color: #FFFFFF;
	background-color: #b48828;
}
.btn-gold.btn-lg {
	padding: 10px 43px;
}
.btn-gold.btn-hg {
	padding: 15px 43px;
	font-size: 28px;
	line-height: 36px;
}
.btn-234 {
	width: 234px;
	max-width: 100%;
	text-align: center;
}
.btn-430 {
	width: 430px;
	max-width: 100%;
	text-align: center;
}
.btn-313 {
	width: 313px;
	max-width: 100%;
	text-align: center;
}
.btn-355 {
	width: 355px;
	max-width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	.btn-gold.btn-hg {
		padding: 15px 15px;
		font-size: 20px !important;
		line-height: 28px;
	}
	.btn-234, .btn-313, .btn-355, .btn-430 {
		display: block;
		margin: 0px auto;
	}
}
.text-uppercase {
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.row.row10 {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row.row10 .col-xs-1, .row.row10 .col-sm-1, .row.row10 .col-md-1, .row.row10 .col-lg-1, .row.row10 .col-xs-2, .row.row10 .col-sm-2, .row.row10 .col-md-2, .row.row10 .col-lg-2, .row.row10 .col-xs-3, .row.row10 .col-sm-3, .row.row10 .col-md-3, .row.row10 .col-lg-3, .row.row10 .col-xs-4, .row.row10 .col-sm-4, .row.row10 .col-md-4, .row.row10 .col-lg-4, .row.row10 .col-xs-5, .row.row10 .col-sm-5, .row.row10 .col-md-5, .row.row10 .col-lg-5, .row.row10 .col-xs-6, .row.row10 .col-sm-6, .row.row10 .col-md-6, .row.row10 .col-lg-6, .row.row10 .col-xs-7, .row.row10 .col-sm-7, .row.row10 .col-md-7, .row.row10 .col-lg-7, .row.row10 .col-xs-8, .row.row10 .col-sm-8, .row.row10 .col-md-8, .row.row10 .col-lg-8, .row.row10 .col-xs-9, .row.row10 .col-sm-9, .row.row10 .col-md-9, .row.row10 .col-lg-9, .row.row10 .col-xs-10, .row.row10 .col-sm-10, .row.row10 .col-md-10, .row.row10 .col-lg-10, .row.row10 .col-xs-11, .row.row10 .col-sm-11, .row.row10 .col-md-11, .row.row10 .col-lg-11, .row.row10 .col-xs-12, .row.row10 .col-sm-12, .row.row10 .col-md-12, .row.row10 .col-lg-12 {
		padding-right: 5px;
		padding-left: 5px;
	}
}
ul.iconList {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 24px;
}
ul.iconList li {
	background-position: top left;
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 0px 4px 40px;
	margin: 0px 0px 0px 40px;
	min-height: 24px;
}
ul.iconList.yellowCheck li {
	background-image: url("/images/yellowCheck.png");
}
ul.iconList.orangeCheck li {
	background-image: url("/images/orangeCheck.png");
}
ul.iconList.redArrows li {
	background-image: url("../img/redArrows.png");
}
ul.iconList.goldArrows li {
	background-image: url("../img/goldArrows.png");
}
ul.iconList.blueArrows li {
	background-image: url("../img/blueArrows.png");
}
ul.iconList.greenArrows li {
	background-image: url("../img/greenArrows.png");
}
@media only screen and (max-width: 768px) {
	ul.iconList li {
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 0px 20px;
	}
}
.manus-list {
	list-style: none;
	padding: 0 0 0 40px;
	counter-reset: section;
}
@media (min-width: 768px) {
	.manus-list {
		padding: 0 0 0 70px;
	}
}
.manus-list li {
	margin-bottom: 30px;
}
ul.manus-list li:before {
	content: "\f058";
	position: absolute;
	margin-left: -30px;
	color: #222222;
	font-size: 20px;
	font-family: FontAwesome !important;
}
@media (min-width: 768px) {
	ul.manus-list li:before {
		margin-left: -48px;
	}
}
ul.manus-list li.noimage:before {
	content: "";
	display: none;
}
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 979px) {
	#headlineBG {
		font-size: 36px;
		line-height: 45px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media(min-width:992px) {
	.contentFrame .container {
		width: 950px
	}
}
@media only screen and (min-width: 980px) {
}

@media only screen and (max-width: 1200px) {
}
@media (min-width: 1170px) {
	#footer .container{
		width: 1170px;
	}
}
@media only screen and (min-width: 1200px) {
	.contentFrame .container {
		width: 950px
	}
}
@media(max-width: 700px) {
	#headlineBG {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 24px;
		line-height: 30px;
	}
}
.nopadding {
	padding: 0px !important;
}
.nopadding-b {
	padding-bottom: 0px !important;
}
.nopadding-t {
	padding-top: 0px !important;
}
.nomargin {
	margin: 0px !important;
}
.nomargin-b {
	margin-bottom: 0px !important;
}
.nomargin-t {
	margin-top: 0px !important;
}
.letterSpace1 {
	letter-spacing: 1px !important;
}
.letterSpace1n {
	letter-spacing: -1px !important;
}
.letterSpace2 {
	letter-spacing: 2px !important;
}
.letterSpace2n {
	letter-spacing: -2px !important;
}
.letterSpace3 {
	letter-spacing: 3px !important;
}
.letterSpace3n {
	letter-spacing: -3px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font31 {
	font-size: 31px !important;
}
.font32 {
	font-size: 32px !important;
}
.font33 {
	font-size: 33px !important;
}
.font34 {
	font-size: 34px !important;
}
.font35 {
	font-size: 35px !important;
}
.font36 {
	font-size: 36px !important;
}
.font37 {
	font-size: 37px !important;
}
.font38 {
	font-size: 38px !important;
}
.font39 {
	font-size: 39px !important;
}
.font40 {
	font-size: 40px !important;
}
.font41 {
	font-size: 41px !important;
}
.font42 {
	font-size: 42px !important;
}
.font43 {
	font-size: 43px !important;
}
.font44 {
	font-size: 44px !important;
}
.font45 {
	font-size: 45px !important;
}
.font46 {
	font-size: 46px !important;
}
.font47 {
	font-size: 47px !important;
}
.font48 {
	font-size: 48px !important;
}
.font49 {
	font-size: 49px !important;
}
.font50 {
	font-size: 50px !important;
}
.font51 {
	font-size: 51px !important;
}
.font52 {
	font-size: 52px !important;
}
.font53 {
	font-size: 53px !important;
}
.font54 {
	font-size: 54px !important;
}
.font55 {
	font-size: 55px !important;
}
.font56 {
	font-size: 56px !important;
}
.font57 {
	font-size: 57px !important;
}
.font58 {
	font-size: 58px !important;
}
.font59 {
	font-size: 59px !important;
}
.font60 {
	font-size: 60px !important;
}
.font61 {
	font-size: 61px !important;
}
.font62 {
	font-size: 62px !important;
}
.font63 {
	font-size: 63px !important;
}
.font64 {
	font-size: 64px !important;
}
.font65 {
	font-size: 65px !important;
}
.font66 {
	font-size: 66px !important;
}
.font67 {
	font-size: 67px !important;
}
.font68 {
	font-size: 68px !important;
}
.font69 {
	font-size: 69px !important;
}
.font70 {
	font-size: 70px !important;
}
.font71 {
	font-size: 71px !important;
}
.font72 {
	font-size: 72px !important;
}
.font73 {
	font-size: 73px !important;
}
.font74 {
	font-size: 74px !important;
}
.font75 {
	font-size: 75px !important;
}
.font76 {
	font-size: 76px !important;
}
.font77 {
	font-size: 77px !important;
}
.font78 {
	font-size: 78px !important;
}
.font79 {
	font-size: 79px !important;
}
.font80 {
	font-size: 80px !important;
}
.line5 {
	line-height: 5px !important;
}
.line6 {
	line-height: 6px !important;
}
.line7 {
	line-height: 7px !important;
}
.line8 {
	line-height: 8px !important;
}
.line9 {
	line-height: 9px !important;
}
.line10 {
	line-height: 10px !important;
}
.line11 {
	line-height: 11px !important;
}
.line12 {
	line-height: 12px !important;
}
.line13 {
	line-height: 13px !important;
}
.line14 {
	line-height: 14px !important;
}
.line15 {
	line-height: 15px !important;
}
.line16 {
	line-height: 16px !important;
}
.line17 {
	line-height: 17px !important;
}
.line18 {
	line-height: 18px !important;
}
.line19 {
	line-height: 19px !important;
}
.line20 {
	line-height: 20px !important;
}
.line21 {
	line-height: 21px !important;
}
.line22 {
	line-height: 22px !important;
}
.line23 {
	line-height: 23px !important;
}
.line24 {
	line-height: 24px !important;
}
.line25 {
	line-height: 25px !important;
}
.line26 {
	line-height: 26px !important;
}
.line27 {
	line-height: 27px !important;
}
.line28 {
	line-height: 28px !important;
}
.line29 {
	line-height: 29px !important;
}
.line30 {
	line-height: 30px !important;
}
.line31 {
	line-height: 31px !important;
}
.line32 {
	line-height: 32px !important;
}
.line33 {
	line-height: 33px !important;
}
.line34 {
	line-height: 34px !important;
}
.line35 {
	line-height: 35px !important;
}
.line36 {
	line-height: 36px !important;
}
.line37 {
	line-height: 37px !important;
}
.line38 {
	line-height: 38px !important;
}
.line39 {
	line-height: 39px !important;
}
.line40 {
	line-height: 40px !important;
}
.line41 {
	line-height: 41px !important;
}
.line42 {
	line-height: 42px !important;
}
.line43 {
	line-height: 43px !important;
}
.line44 {
	line-height: 44px !important;
}
.line45 {
	line-height: 45px !important;
}
.line46 {
	line-height: 46px !important;
}
.line47 {
	line-height: 47px !important;
}
.line48 {
	line-height: 48px !important;
}
.line49 {
	line-height: 49px !important;
}
.line50 {
	line-height: 50px !important;
}
.line51 {
	line-height: 51px !important;
}
.line52 {
	line-height: 52px !important;
}
.line53 {
	line-height: 53px !important;
}
.line54 {
	line-height: 54px !important;
}
.line55 {
	line-height: 55px !important;
}
.line56 {
	line-height: 56px !important;
}
.line57 {
	line-height: 57px !important;
}
.line58 {
	line-height: 58px !important;
}
.line59 {
	line-height: 59px !important;
}
.line60 {
	line-height: 60px !important;
}
.line61 {
	line-height: 61px !important;
}
.line62 {
	line-height: 62px !important;
}
.line63 {
	line-height: 63px !important;
}
.line64 {
	line-height: 64px !important;
}
.line65 {
	line-height: 65px !important;
}
.line66 {
	line-height: 66px !important;
}
.line67 {
	line-height: 67px !important;
}
.line68 {
	line-height: 68px !important;
}
.line69 {
	line-height: 69px !important;
}
.line70 {
	line-height: 70px !important;
}
.line71 {
	line-height: 71px !important;
}
.line72 {
	line-height: 72px !important;
}
.line73 {
	line-height: 73px !important;
}
.line74 {
	line-height: 74px !important;
}
.line75 {
	line-height: 75px !important;
}
.line76 {
	line-height: 76px !important;
}
.line77 {
	line-height: 77px !important;
}
.line78 {
	line-height: 78px !important;
}
.line79 {
	line-height: 79px !important;
}
.line80 {
	line-height: 80px !important;
}
.font10pt {
	font-size: 10pt !important;
}
.font11pt {
	font-size: 11pt !important;
}
.font12pt {
	font-size: 12pt !important;
}
.font13pt {
	font-size: 13pt !important;
}
.font14pt {
	font-size: 14pt !important;
}
.font15pt {
	font-size: 15pt !important;
}
.font16pt {
	font-size: 16pt !important;
}
.font17pt {
	font-size: 17pt !important;
}
.font18pt {
	font-size: 18pt !important;
}
.font19pt {
	font-size: 19pt !important;
}
.font20pt {
	font-size: 20pt !important;
}
.font21pt {
	font-size: 21pt !important;
}
.font22pt {
	font-size: 22pt !important;
}
.font23pt {
	font-size: 23pt !important;
}
.font24pt {
	font-size: 24pt !important;
}
.font25pt {
	font-size: 25pt !important;
}
.font26pt {
	font-size: 26pt !important;
}
.font27pt {
	font-size: 27pt !important;
}
.font28pt {
	font-size: 28pt !important;
}
.font29pt {
	font-size: 29pt !important;
}
.font30pt {
	font-size: 30pt !important;
}
.font31pt {
	font-size: 31pt !important;
}
.font32pt {
	font-size: 32pt !important;
}
.font33pt {
	font-size: 33pt !important;
}
.font34pt {
	font-size: 34pt !important;
}
.font35pt {
	font-size: 35pt !important;
}
.font36pt {
	font-size: 36pt !important;
}
.font37pt {
	font-size: 37pt !important;
}
.font38pt {
	font-size: 38pt !important;
}
.font39pt {
	font-size: 39pt !important;
}
.font40pt {
	font-size: 40pt !important;
}
.font41pt {
	font-size: 41pt !important;
}
.font42pt {
	font-size: 42pt !important;
}
.font43pt {
	font-size: 43pt !important;
}
.font44pt {
	font-size: 44pt !important;
}
.font45pt {
	font-size: 45pt !important;
}
.font46pt {
	font-size: 46pt !important;
}
.font47pt {
	font-size: 47pt !important;
}
.font48pt {
	font-size: 48pt !important;
}
.font49pt {
	font-size: 49pt !important;
}
.font50pt {
	font-size: 50pt !important;
}
.font51pt {
	font-size: 51pt !important;
}
.font52pt {
	font-size: 52pt !important;
}
.font53pt {
	font-size: 53pt !important;
}
.font54pt {
	font-size: 54pt !important;
}
.font55pt {
	font-size: 55pt !important;
}
.font56pt {
	font-size: 56pt !important;
}
.font57pt {
	font-size: 57pt !important;
}
.font58pt {
	font-size: 58pt !important;
}
.font59pt {
	font-size: 59pt !important;
}
.font60pt {
	font-size: 60pt !important;
}
.font61pt {
	font-size: 61pt !important;
}
.font62pt {
	font-size: 62pt !important;
}
.font63pt {
	font-size: 63pt !important;
}
.font64pt {
	font-size: 64pt !important;
}
.font65pt {
	font-size: 65pt !important;
}
.font66pt {
	font-size: 66pt !important;
}
.font67pt {
	font-size: 67pt !important;
}
.font68pt {
	font-size: 68pt !important;
}
.font69pt {
	font-size: 69pt !important;
}
.font70pt {
	font-size: 70pt !important;
}
.font71pt {
	font-size: 71pt !important;
}
.font72pt {
	font-size: 72pt !important;
}
.font73pt {
	font-size: 73pt !important;
}
.font74pt {
	font-size: 74pt !important;
}
.font75pt {
	font-size: 75pt !important;
}
.font76pt {
	font-size: 76pt !important;
}
.font77pt {
	font-size: 77pt !important;
}
.font78pt {
	font-size: 78pt !important;
}
.font79pt {
	font-size: 79pt !important;
}
.font80pt {
	font-size: 80pt !important;
}
.line10pt {
	line-height: 10pt !important;
}
.line11pt {
	line-height: 11pt !important;
}
.line12pt {
	line-height: 12pt !important;
}
.line13pt {
	line-height: 13pt !important;
}
.line14pt {
	line-height: 14pt !important;
}
.line15pt {
	line-height: 15pt !important;
}
.line16pt {
	line-height: 16pt !important;
}
.line17pt {
	line-height: 17pt !important;
}
.line18pt {
	line-height: 18pt !important;
}
.line19pt {
	line-height: 19pt !important;
}
.line20pt {
	line-height: 20pt !important;
}
.line21pt {
	line-height: 21pt !important;
}
.line22pt {
	line-height: 22pt !important;
}
.line23pt {
	line-height: 23pt !important;
}
.line24pt {
	line-height: 24pt !important;
}
.line25pt {
	line-height: 25pt !important;
}
.line26pt {
	line-height: 26pt !important;
}
.line27pt {
	line-height: 27pt !important;
}
.line28pt {
	line-height: 28pt !important;
}
.line29pt {
	line-height: 29pt !important;
}
.line30pt {
	line-height: 30pt !important;
}
.line31pt {
	line-height: 31pt !important;
}
.line32pt {
	line-height: 32pt !important;
}
.line33pt {
	line-height: 33pt !important;
}
.line34pt {
	line-height: 34pt !important;
}
.line35pt {
	line-height: 35pt !important;
}
.line36pt {
	line-height: 36pt !important;
}
.line37pt {
	line-height: 37pt !important;
}
.line38pt {
	line-height: 38pt !important;
}
.line39pt {
	line-height: 39pt !important;
}
.line40pt {
	line-height: 40pt !important;
}
.line41pt {
	line-height: 41pt !important;
}
.line42pt {
	line-height: 42pt !important;
}
.line43pt {
	line-height: 43pt !important;
}
.line44pt {
	line-height: 44pt !important;
}
.line45pt {
	line-height: 45pt !important;
}
.line46pt {
	line-height: 46pt !important;
}
.line47pt {
	line-height: 47pt !important;
}
.line48pt {
	line-height: 48pt !important;
}
.line49pt {
	line-height: 49pt !important;
}
.line50pt {
	line-height: 50pt !important;
}
.line51pt {
	line-height: 51pt !important;
}
.line52pt {
	line-height: 52pt !important;
}
.line53pt {
	line-height: 53pt !important;
}
.line54pt {
	line-height: 54pt !important;
}
.line55pt {
	line-height: 55pt !important;
}
.line56pt {
	line-height: 56pt !important;
}
.line57pt {
	line-height: 57pt !important;
}
.line58pt {
	line-height: 58pt !important;
}
.line59pt {
	line-height: 59pt !important;
}
.line60pt {
	line-height: 60pt !important;
}
.line61pt {
	line-height: 61pt !important;
}
.line62pt {
	line-height: 62pt !important;
}
.line63pt {
	line-height: 63pt !important;
}
.line64pt {
	line-height: 64pt !important;
}
.line65pt {
	line-height: 65pt !important;
}
.line66pt {
	line-height: 66pt !important;
}
.line67pt {
	line-height: 67pt !important;
}
.line68pt {
	line-height: 68pt !important;
}
.line69pt {
	line-height: 69pt !important;
}
.line70pt {
	line-height: 70pt !important;
}
.line71pt {
	line-height: 71pt !important;
}
.line72pt {
	line-height: 72pt !important;
}
.line73pt {
	line-height: 73pt !important;
}
.line74pt {
	line-height: 74pt !important;
}
.line75pt {
	line-height: 75pt !important;
}
.line76pt {
	line-height: 76pt !important;
}
.line77pt {
	line-height: 77pt !important;
}
.line78pt {
	line-height: 78pt !important;
}
.line79pt {
	line-height: 79pt !important;
}
.line80pt {
	line-height: 80pt !important;
}
.weight100 {
	font-weight: 100;
}
.weight200 {
	font-weight: 200;
}
.weight300 {
	font-weight: 300;
}
.weight400 {
	font-weight: 400;
}
.weight500 {
	font-weight: 500;
}
.weight600 {
	font-weight: 600;
}
.weight700 {
	font-weight: 700;
}
.weight800 {
	font-weight: 800;
}
.weight900 {
	font-weight: 900;
}


/*************************************** My custom Css *************************************/


@media only screen and (max-width: 480px) {
	
#enrollone{ width:90% !important;}	
#aboveheading {
    font-size: 37px !important;
    padding: 10px;
    text-align: center;
}
}

@media only screen and (max-width: 360px) {
#aboveheading {
    font-size: 31px !important;
    padding: 10px;
    text-align: center;
}
#enrollone{ width:90% !important; font-size:33px;}
}

@media only screen and (min-width:1900px) {
#banner{ padding-bottom:12px !important;}
}








