.nopad {padding: 0;}
.nopad-left {padding-left: 25px;}
.nopad-right {padding-right: 0;}
ul li {vertical-align: top !important;}
a {
    outline: 0 !important;
    text-decoration: none !important;
}
.container{
    width: 100%;
    max-width: 1140px;
    float: none;
    margin: 0 auto;
}

.header {padding:25px 0 25px;}
.banner {padding: 85px 0 75px;}
.body_section1 {padding:55px 0 38px;}
.body_section1b {padding:55px 0 38px;}
.body_section1c {padding:55px 0 38px;}
.body_section1d {padding:55px 0 38px;}
.body_section2 {padding:38px 0 55px;}
.body_section3 {padding:40px 15px 55px;}
.body_section4 {padding:80px 0 80px;}
.body_section5 {padding: 60px 0 48px;}
.body_section6 {padding: 55px 0 55px;}
.body_section7 {padding: 75px 0 0;}
.body_section7 .container {padding: 0 0 60px;}
.body_section8 {padding: 70px 0 70px;}
.body_section9 {padding: 50px 0 40px;}
.body_section10 {padding: 60px 10px 50px;}
.body_section11 {padding: 50px 0 70px;}
.body_section12 {padding: 70px 0 50px;}
.body_section13 {padding: 55px 0 50px;}
.body_section14 {padding: 70px 0 70px;}
.body_section15 {padding: 70px 0 75px;}
.footer {padding: 40px 0 40px;}
.header_right {text-align: right;}
.header_right, 
.header_right a {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
}

#BannerSection h1 {
    margin-top: 0px;
    color: #ffffff;
}
#BannerSection h3 {
    color:#ffffff;
    font-weight: 500;
}

img {max-width: 100%;}

.logo img, 
.banner_logo {
    width: 100%;
    max-width: 3000px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
	color: #0B0B0B;
	font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

h1 {
    margin: 30px 0 30px;
    font-size: 45px;
    line-height: 52px;
    color: #ffffff;
}

h2 {
    margin: 15px 0 30px;
    font-size: 40px;
    line-height: 45px;
}

h3 {
    margin: 10px 0 15px;
    font-size: 22px;
    line-height: 30px;
}

.body_section2 h2 {margin: 5px 0 30px;}
#Section3Title h2 {margin: 15px 0 35px;}
#Section3aPara p {margin: 0px 0px 25px;}
#Section3bPara p {margin: 0px 0px 25px;}
#Section3cPara p {margin: 0px 0px 25px;}
#Section3dPara p {margin: 0px 0px 25px;}
#Section4RightContent h2 {margin: 0px 0px 25px;}
#Section4RightContent p {margin: 0px 0px 25px;}
#Section14Left h1 {margin: 0px 0px 25px;}
#Section14Left p {margin: 0px 0px 25px;}
#Section12Content h1 {margin: 0px 0px 25px;}
#Section12Content p {margin: 0px 0px 25px;}


/* ========= BUTTON STYLES ========= */
.button,
.button1,
.button2,
.body_button,
.mktoButton,
.mktoForm .mktoButton {
	display: inline-flex;
	background-color: #0066DD;
	color: #fff;
	border-radius: 32px;
	border: none;
	padding: 10px 24px 12px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	transition-duration: 0.1s;
}   

.button::after,
.button1::after,
.button2::after,
.body_button::after,
.mktoButton::after,
.mktoForm .mktoButton::after {
	content: '>';
	margin-left: 7px;
	margin-top: -2px;
	font-size: 23px;
	font-weight: normal;
}

.button:hover,
.button1:hover,
.button2:hover,
.body_button:hover,
.mktoButton:hover,
.mktoForm .mktoButton:hover,
.button:focus,
.button1:focus,
.button2:focus,
.body_button:focus,
.mktoButton:focus,
.mktoForm .mktoButton:focus,
.button:active,
.button1:active,
.button2:active,
.body_button:active,
.mktoButton:active,
.mktoForm .mktoButton:active {
    background-color: rgba(0, 102, 221, 0.8);
    color: #fff;
	transition-duration: 0.1s;
}

.button1 {
	margin: 0 15px !important;
}

.button2 {
	display: inline-block;
	width: 100%;
	max-width: 250px;
}

.body_button {
	width:100%;
	max-width: 200px;
	display: block;
}

.button--dark {
	background-color: #fff;
	color: #021f62;
}

.button--dark:hover {
	background-color: rgba(244, 245, 248, 1);
	color: #021f62;
}

.banner_right {padding: 75px 0 0;}
.form_block {
    padding: 25px;
    width:100%;
    max-width: 420px;
    float:right;
    box-shadow: 0px 10px 40px 1px rgba(0,0,0,.2);
    background-color: #e8e8e8;
    border-radius: 5px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form_block p {
    padding: 0 0 30px;
    margin:0;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
    font-weight:400;
    font-size: 24px;
    line-height: 30px;
}

.body_section2 a {color:#28bbbb;}
.body_section2 a:hover {color:#95bc46;}
.body_section2 ul {
    padding: 22px 0 0 15px;
    margin: 0;
}

.body_section8 .col2 {padding: 20px 0;}
.body_section8 .last_coll {padding-bottom: 0;}
.body_section2 li {
    padding-bottom: 14px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
    font-weight:400;
    font-size: 14px;
    line-height: 24px;
}

p {
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
    font-weight:400;
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 25px;
    padding: 0;
}

.body_section1 img,
.body_section1b img {
    padding-bottom: 15px;
}

.icon_block {
    width: 100%;
    max-width: 65px;
    float: right;
}

.text_block {
    width: 100%;
    max-width: 255px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text_block p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    border: 0;
}

.calender {
    text-decoration: none;
    display: block;
    color: #95bc46;
}

.col2 {padding-bottom: 35px;}
.HeaderNum {color: #555555;}
#Section6List .body_button, 
#Section11List .body_button, 
#Section12 .body_button {
    min-width: 200px;
}

#Section3Buttons {text-align: center;}

.body_section3 h2, 
.body_section5 h2, 
.body_section6 h2 {
    margin: 0;
    text-align: center;
}

.body_section4 h2 {margin: 0;}

.body_section3 p, 
.body_section5 p, 
.body_section6 p {
    text-align: center;
    margin: 30px 0 30px;
}

.body_section3 span {
    text-align: center;
    margin: 50px 0 30px;
    display:block;
    width: 100%;
    color: #555555;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.VideoSection {
    width: 100%;
    max-width: 730px;
    float: none;
    margin: 0 auto;
}

.video_container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    float: none;
}

.video_container iframe, 
.video_container object, 
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.body_section5 ul, 
.body_section10 ul {
    margin: 0;
    display: flex;
    padding: 0 0 45px;
    list-style-type: none;
}

.body_section5 .second ul, 
.body_section10 .second ul {
    margin: 0;
    padding: 45px 0 0;
    list-style-type: none;
}

.body_section5 .first ul li, 
.body_section5 .second ul li, 
.body_section10 .first ul li, 
.body_section10 .second ul li {
    width: 100%;
    display: inline-block;
}

.body_section5 .first ul li:not(:last-child), 
.body_section5 .second ul li:not(:last-child), 
.body_section10 .first ul li:not(:last-child), 
.body_section10 .second ul li:not(:last-child) {
    margin: 0 175px 0 0;
}

.list_inner p, 
.list2_inner p {
    font-size: 18px;
    line-height: 25px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #555555;
    margin: 15px 0 20px;
    text-align: left;
}

.list_inner span, 
.list2_inner span {
    font-size: 18px;
    text-align: left;
    line-height: 25px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #555555;
    margin: 0 0 35px;
    display: block;
}

.body_section6 ul {
    margin: 0;
    padding:0 0 15px;
    list-style-type: none;
    display: flex;
}

.body_section6 ul li, 
.body_section11 ul li {
    width: 100%;
    display: inline-block;
}

.body_section6 ul li:not(:last-child), 
.body_section11 ul li:not(:last-child) {
    margin: 0 40px 0 0;
}

.border_bottom {border-bottom: 3px solid #62b5e5;}

.body_section7 h2, 
.body_section8 h2, 
.body_section9 h2, 
.body_section10 h2, 
.body_section11 h2 {
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.body_section7 p, 
.body_section8 p, 
.body_section9 p, 
.body_section10 p, 
.body_section11 p {
    color: #ffffff;
    text-align: center;
}

.col2 h2, 
.col2 p {
    text-align: left;
}

.col2 p {margin: 30px 0 50px;}

#Section2 i {
    background-color: #95bc46;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    height: 40px;
    padding: 7px 0 0;
    text-align: center;
    width: 40px;
}

.body_section2 p {margin: 0;}
.body_section8 p {margin: 20px 0 20px;}
.body_section11 ul {display: flex;}
.body_section8 ul, 
.body_section11 ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
}

.body_section8 ul li {
    width: 100%;
    display: inline-block;
}

.body_section8 ul li:not(:last-child) {margin-right: 25px}

.body_section8 ul li {
    margin-top: 50px;
    margin-bottom: 35px;
}

.body_section8 .list_inner p, 
.body_section8 .list_inner span {
    color: #ffffff;
    text-align: left;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.body_section10 .first p, 
.body_section10 .first span, 
.body_section10 .second p, 
.body_section10 .second span, 
.body_section11 span {
    color: #ffffff;
}

.body_section10 p, 
.body_section11 p {
    margin-bottom: 45px;
}

.body_section10 .list_inner p, 
.body_section11 .list2_inner p {
    margin-bottom: 20px;
    text-align: left
}

.body_section12 h1{margin:0;color:#555555;}
.body_section12 .body_button {margin: 40px 0 0; vertical-align: center;}
.body_section13 h1, .body_section13 p {color: #ffffff;}
.body_section14 h1, .body_section14 p {color: #555555;}
.body_section13 h1, .body_section14 h1 {margin: 0;}

.bottom_block {
    width: 100%;
    max-width: 500px;
    float: right;
}

.footer p, 
.footer_mid a {
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
}

.body_section15 h1, 
.body_section15 p {
    text-align: center; 
    color: #ffffff;
}

.body_section15 h1 {margin: 0;}
.social_icons {text-align: right;}

.social_icons a:not(:first-child) {
    padding: 0 0 0 25px;
}

.social_icons i {
    font-size: 25px;
    font-weight: normal;
    padding-top: 5px;
}

.social_icons a {
    color: #666666;
    text-decoration: none;
}

.mktoForm, 
.mktoForm .mktoFieldWrap, 
.mktoForm .mktoHtmlText, 
.mktoLogicalField .mktoCheckboxList {
    width:100% !important;
}

#FormSection {
    padding: 0px !important;
    width: 100% !important;
}

#FormSection form {
    width: 100% !important;
    padding: 0 !important;
}

.mktoFieldDescriptor.mktoFormCol, 
.mktoFieldWrap.mktoRequiredField, 
.mktoButtonRow {
    width: 100%;
}

.mktoGutter.mktoHasWidth, 
.mktoOffset {
    display: none !important;
}

.mktoAsterix {display: none !important;}

.mktoForm input[type="text"], 
.mktoForm input[type="url"], 
.mktoForm input[type="email"], 
.mktoForm input[type="tel"], 
.mktoForm input[type="number"], 
.mktoForm input[type="date"], 
.mktoForm textarea.mktoField, 
.mktoForm select.mktoField {
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555 !important;
    font-size: 14px !important;
    line-height: 24px;
    height: 40px !important;
    padding: 2px 10px !important;
    border-radius: 0px;
    width: 100% !important; 
    border: none;
    background-color: #ffffff;
}

.mktoForm .mktoRadioList, 
.mktoForm .mktoCheckboxList {
    width: 100% !important;
}

.mktoForm .mktoRadioList > label, 
.mktoForm .mktoCheckboxList > label {
    margin-left: 1.7em !important;
    margin-top: 0 !important;
    margin-bottom: 0.3em;
    line-height: 1.2em;
    display: block;
    min-height: 12px;
    width: 100% !important;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#FormSection .mktoForm input[type="text"],#FormSection .mktoForm input[type="url"], 
#FormSection .mktoForm input[type="email"],#FormSection .mktoForm input[type="tel"],
#FormSection .mktoForm input[type="number"],#FormSection .mktoForm input[type="date"],
#FormSection .mktoForm textarea.mktoField,#FormSection .mktoForm select.mktoField {
    color: #555555 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #dedfdf !important;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mktoForm .mktoButton::before {
    right: 100%!important;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#FormSection .mktoForm .mktoLabel {
    font-family: Ã¢â‚¬ËœFFDINWebProMediumÃ¢â‚¬â„¢;
    color: #575757 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    float: left !important;
    line-height: 1.2em !important;
    margin-top: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
    width: 100% !important;
}

#FormSection .mktoForm .mktoFormCol .mktoLabel {width: 100%;}

#Col2FormSection1 .mktoForm .mktoLabel {
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px !important;
    font-weight: 600 !important;
    float: left !important;
    line-height: 1.2em !important;
    margin-top: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    width: 100% !important;
}

#Col2FormSection1 .mktoForm .mktoRadioList > label, 
#Col2FormSection1 .mktoForm .mktoCheckboxList > label {
    color: #000000;
}

#Col2FormSection2 .mktoForm input[type="text"],#Col2FormSection2 .mktoForm input[type="url"],
#Col2FormSection2 .mktoForm input[type="email"],#Col2FormSection2 .mktoForm input[type="tel"],
#Col2FormSection2 .mktoForm input[type="number"],#Col2FormSection2 .mktoForm input[type="date"],
#Col2FormSection2 .mktoForm textarea.mktoField,#Col2FormSection2 .mktoForm select.mktoField {
    color: #555555 !important;
    background-color: #FFFFFF !important;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#Col2FormSection2 .mktoForm .mktoLabel {
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    float: left !important;
    line-height: 1.2em !important;
    margin-top: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 100% !important;
}

.mktoButtonWrap {margin: 0 !important;}

.mktoForm select.mktoField {
    background: #fff url("https://info.fictiv.com/rs/852-WGR-716/images/black-arrow-image.png") no-repeat scroll 95% 50%;
    padding: 0.2em 22px 0.2em 0.3em;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-align: left;
}

.mktoForm input[type="text"], 
.mktoForm input[type="url"], 
.mktoForm input[type="email"], 
.mktoForm input[type="tel"], 
.mktoForm input[type="number"], 
.mktoForm input[type="date"],
.mktoForm select.mktoField, 
.mktoForm textarea.mktoField {
    color:#555555;
}

.mktoForm select.mktoField::-ms-expand {display: none !important;}

#Col2FormSection1, 
#Col2FormSection2 {
    padding: 0px 0 0;
    width: 100%;
    max-width: 940px;
    float: none;
    margin: 0 auto;
}

#Col2FormSection1 form, 
#Col2FormSection2 form {
    width: 100% !important;
    padding: 0 !important; 
}

#Col2FormSection1 .mktoFormRow, 
#Col2FormSection2 .mktoFormRow {
    clear: none !important;
    float: left;
    width: 50%;
    padding: 0 35px;
    margin-bottom: 0px;
}

#Col2FormSection1 .mktoForm .mktoButtonWrap .mktoButton {
    max-width: 200px;
    margin-top: 25px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#Col2FormSection2 .mktoForm .mktoButtonWrap .mktoButton {
    max-width: 200px;
    margin: 10px auto 20px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#Col2FormSection1 .mktoButtonRow, #Col2FormSection2 .mktoButtonRow {
    text-align: center !important;
    margin-top: 30px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#FormSection .mktoButtonRow {
    margin-top: 20px;
    font-family: "Satoshi", "FFDINWebProMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#Section15TopContent {
    width:80%; 
    margin: 0 auto;
}

#Section7Top {
    width:80%; 
    margin: 0 auto;
}

.time {padding-top: 9px;}
.full_coll {padding-top: 0px !important;}
.full_section .banner2_left {width: 100%;}
.full_section .banner_right {display: none;}
.full_section .form_right {display: none; margin: 0 !important;}
.full_section .form_left {width: 100%;}
.full_section .section2_right {display: none; margin: 0 !important;}
.full_section .section2_left {width: 100%;}
.full_section .section4_left {display: none;}
.full_section .section4_right {width: 100%;}
#Section4Buttons {text-align: center;}
.full_section .bottom_right {display: none;}
.full_section .bottom_left {width: 100%;}
.full_section .bottom2_right {display: none;}
.full_section .bottom2_left {width: 100%;}
.button_left {text-align: right;}


@media (max-width: 1170px) {
    .header, .footer, .banner, .body_section1, .body_section1b, .body_section1c, .body_section1d, .body_section2, .body_section3, .body_section4, .body_section5, .body_section6, .body_section7, .body_section8, .body_section9, .body_section11, .body_section12, .body_section13, .body_section14, .body_section15{padding-left: 15px;padding-right: 15px;}
    .bannerpad{padding-left: 15px !important;padding-right: 15px !important;}
}
@media (max-width: 1170px) {
    .body_section10{padding-left: 40px;padding-right: 40px;}
}

@media (max-width: 1170px) {
    .body_section8{padding-left: 40px;padding-right: 40px;}
}

@media (max-width: 1170px) {
    .body_section9{padding-left: 40px;padding-right: 40px;}
}

@media (max-width: 1170px) {
    .body_section14{padding-left: 40px;padding-right: 40px;}
}

@media (min-width: 1025px) and (max-width: 1170px){
    .col3_buttons .button1{min-width: 200px;}	
    .body_section5 .first ul li, .body_section5 .second ul li, .body_section10 .first ul li, .body_section10 .second ul li {display: inline-block;max-width: 45%;width: 100%;}
    .body_section6 ul li, .body_section11 ul li {max-width: 21%;}
    .body_section8 ul li {max-width: 31%;}
    .body_section10 ul li {max-width: 48%;}
    .body_section5 .first ul li:not(:last-child), .body_section5 .second ul li:not(:last-child), .body_section10 .first ul li:not(:last-child), .body_section10 .second ul li:not(:last-child) {margin: 0 55px 0 0;}
}

@media (max-width: 991px){
    .text_block{max-width: 69%;}
    .footer > .container div {padding-bottom: 25px !important; text-align: center;}
    .footer {padding: 40px 0 20px;}
    .social_icons {text-align: center;}
    .footer p {text-align: center;}
}

@media (min-width: 992px) and (max-width: 1024px){
    .col3_buttons .button1{min-width: 200px;}
    .body_section5 .first ul li:not(:last-child), .body_section5 .second ul li:not(:last-child), .body_section10 .first ul li:not(:last-child), .body_section10 .second ul li:not(:last-child) {margin: 0 55px 0 0;}
    .body_section5 .first ul li, .body_section5 .second ul li, .body_section10 .first ul li, .body_section10 .second ul li {display: inline-block;max-width: 44%;width: 100%;}
    .body_section6 ul li, .body_section11 ul li {max-width: 21%;}
    .body_section8 ul li {max-width: 31%;}
    .body_section10 ul li {max-width: 48%;}
    .ipad_right {padding-right: 20px;}
}	

@media (min-width: 768px) and (max-width: 991px){
    #Section15TopContent {width:100%;}
    #Section7Top {width:100%;}
    .form_block {padding: 25px;}
    .col3_buttons{text-align: center;}
    .body_section14 .button1{margin: 30px 0 0;}
    .body_section5 .first ul li:not(:last-child), .body_section5 .second ul li:not(:last-child), .body_section10 .first ul li:not(:last-child), .body_section10 .second ul li:not(:last-child) {margin: 0 30px 0 0;}
    .body_section5 .first ul li, .body_section5 .second ul li, .body_section10 .first ul li, .body_section10 .second ul li {display: inline-block;max-width: 47%;width: 100%;}
    .body_section6 ul li:not(:last-child), .body_section11 ul li:not(:last-child) {margin: 0 30px 0 0;}
    .body_section6 ul li, .body_section11 ul li {display: inline-block;max-width: 21%;width: 100%;}
    .body_section8 ul li {display: inline-block;max-width: 31%;width: 100%;}
    .body_section10 ul li {display: inline-block;max-width: 48%;width: 100%;}
    .list_inner p, .list2_inner p {font-size: 18px;line-height:24px;}
    .list_inner span, .list2_inner span {font-size: 16px;line-height: 20px;}
    .bottom_block {float: left;width: 33.3%;}
}

@media (max-width: 767px){
    #Section4RightContent h2{margin: 25px 0px 25px;}
    .list_inner span, .list2_inner span {text-align: center;}
    .body_section8 .list_inner p, .body_section8 .list_inner span {color: #ffffff;text-align: center;}
    .button1 {float: none !important;}
    .button2 {float: none !important;margin: 0px auto 20px !important;}
    #Section12 .button1 {float: none !important;}
    #Section14 .button1 {float: none !important;}
    #Section2Right {max-width: 330px;}
    #Section6List .body_button, #Section11List .body_button, #Section12 .body_button {margin: 0 auto;}
    #Section13Right, #Section14Right {text-align: center !important;}	
    .button_left {text-align: center;}
    #Section13Right {padding-bottom: 30px;}
    .body_section8 .body_button {display: inline-block;max-width: auto;}
    #Section10Top .btn1, #Section10Top .btn2, #Section10Bottom .btn3, #Section10Bottom .btn4, #Section12Content a {display: inline-block;}
    #Section8Col2Block1, #Section8Col2Block2, #Section8Col2Block3, #Section8Col2Block4, #Section12Content, #Section4LeftContent {text-align: center;}
    #Section12Content p, #Section12Content h1 {text-align: left;}
    .header, .footer, .banner, .body_section1, .body_section3, .body_section4, .body_section5, .body_section6, .body_section7, .body_section9, .body_section10, .body_section11, .body_section12, .body_section13, .body_section14, .body_section15{padding-top: 30px;padding-bottom: 30px;}
    .body_section2, .body_section8 {padding-top: 10px; padding-bottom: 30px;}
    .body_section8 h2{margin-top: 0;}
    .header_right {padding-top: 15px;text-align: center;}
    .logo {text-align: center;}
    .nopad-left, .nopad-right {padding: 0;}
    h1{font-size: 30px;line-height: 35px;}
    h2{font-size: 25px;line-height: 30px;}
    .form_block {float: none; padding: 25px;}
    .body_section4 h2 {margin: 30px 0 0;}
    .body_section5 .first ul li, .body_section5 .second ul li {margin: 20px 0 30px !important;}
    .body_section10 .first ul li, .body_section10 .second ul li {margin: 20px 10px 30px !important;}
    .body_section11 ul, .body_section6 ul, .body_section5 ul, .body_section10 ul, .body_section8 ul, .body_section11 ul {text-align:center;}
    #Section14Left {padding-top: 15px !important;}
    .body_section14 .button1 {float: none !important;}
    .col3_buttons .button1 {float: none !important;}
    #Section12Content .body_button {margin-top: 20px;}
    .body_section6 ul li, .body_section11 ul li, .body_section8 ul li, .body_section10 ul li {margin: 30px auto 60px !important;max-width: 300px;}	
    .body_section8 h2 {margin-top: 30px;}
    .body_section13 .text-right, .body_section14 .text-right {text-align: left !important;margin-top: 30px;}
    .body_section8 ul li {margin: 20px 10px 15px !important;}
    #Col2FormSection1 .mktoFormRow, #Col2FormSection2 .mktoFormRow {clear: both !important;float: none;
    margin-bottom: 0;padding: 0;width: 100%;}
    #Col2FormSection1, #Col2FormSection2 {padding: 0px 0 0;}
    .bottom_block {float: left;width: 100%;}
    .body_section6 ul, .body_section11 ul, .body_section8 ul, .body_section10 ul  {display: block;}
    .body_section5 .second ul, .body_section10 .second ul {padding: 0;}
    .body_section5 ul, .body_section10 ul {padding: 0 0 30px;}
    #Section14Right {max-width: 100%;}
}

@media (max-width: 610px){
    .body_section6 ul li:not(:last-child), .body_section11 ul li:not(:last-child), .body_section8 ul li:not(:last-child), .body_section10 ul li:not(:last-child) {margin: 0;} 
    #Section14Right {
    margin-top: 30px;
    }	

    #HeaderSection .button {
    display: none;
    }

    #BannerSection .banner {
    padding-top: 100px;
    }

    #Section14 .container,
    .body_section1 .container {
    display: flex;
    flex-direction: column;
    }
    #Section14 #Section14Right {order: -1;}
    .body_section1 .container > div:not(.form_right) {order: -1;}
    .body_section1 .container .button {margin-top: 20px;}
}

/* master landing page fixes */
body{line-height: initial;}
#BannerSection{background-position: 0% 50%;}

#bodyId {
    width: 100vw;
    overflow-x: hidden;
}

.mktoAsterix {display: none;}