/* ===== Fonts ===== */
@font-face {
	font-family: "ProximaNova-Light";
	src: url("../fonts/proxima-nova-light-webfont.woff");
}

@font-face {
	font-family: "ProximaNova-Semibold";
	src: url("../fonts/proxima-nova-semibold-webfont.woff");
}

@font-face {
	font-family: "ProximaNova-Bold";
	src: url("../fonts/proxima-nova-bold-webfont.woff");
}

@font-face {
    font-family: "ProximaNova-Medium";
    src: url("../fonts/25136.otf") format("opentype");
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/Proxima-Nova-Regular.otf") format("opentype");
}
/* ===== Fonts - END ===== */



/* ===== General ===== */
body {
    background-color: #fff !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}
/* ===== General - END ===== */



/* ===== Header ===== */
header.quiz-header {
    background: #004fa7;
    padding: 10px 0px;
    text-align: center;
    color: #ffffff;
}

.header-smalltext-top {
    font-family: "bebas-neue-pro";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: -7px;
}

.header-largetext-bottom {
    font-family: "bebas-neue-pro";
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.starting-headline {
    font-family: "ProximaNova-Bold";
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #004fa7;
    margin: 45px auto 0px;
    max-width: 600px;
}

.starting-subheadline {
    font-family: "ProximaNova";
    font-size: 30px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25 !important;
    letter-spacing: normal;
    text-align: center !important;
    color: #004fa7 !important;
    max-width: 600px;
    margin: 30px auto 0px !important;
}
/* ===== Header - END ===== */



/* ===== Quiz ===== */
.quiz-results, .mf-quiz-question, #survey-processing, #survey-optin, #exit-container, #form-email-error {
    display:none; 
}

body.quiz .question-container {
    margin-top: 10px;
}

body.quiz .response-row input[type="radio"] {
    display: none;
}


body.quiz .response-row2 input[type="radio"] {
    display: none;
}

.response-radio {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
}

body.quiz .response-row {
    position: relative;
    border-radius: 10px;
    border: solid 0px rgba(151, 151, 151, 0.3);
    background-color: #eee;
    font-family: "ProximaNova-Bold";
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #004fa7;
    max-width: 480px;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin: 17px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body.quiz .response-row:hover {
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(151, 151, 151, 0.3);
    background-color: #004fa7;
    color: #fff !important;
    max-width: 500px;
}



body.quiz .response-row2 {
    position: relative;
    border-radius: 10px;
    border: solid 0px rgba(151, 151, 151, 0.3);
    background-color: #004fa7;
    font-family: "ProximaNova-Bold";
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    max-width: 480px;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin: 17px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body.quiz .response-row2:hover {
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(151, 151, 151, 0.3);
    background-color: #004fa7;
    color: #fff !important;
    max-width: 500px;
}








body.quiz .response-row:hover .subtext-response {
    color: #ffffff !important;
}




.question-row-bigger {
    max-width: 500px !important;

}

.question-row-bigger:hover {
    max-width: 540px !important;

    
}

.checkbox-selected {
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(151, 151, 151, 0.3);
    background-color: #004fa7;
    color: #ffffff;
}



.subtext-response {
    font-family: "ProximaNova";
    font-size: 18px;
    line-height: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #545454;
}

.mf-quiz-question label {
    cursor: pointer;
    padding-left: 0px;
}

.mf-quiz-question .h3 {
    font-family: "ProximaNova";
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    max-width: 850px;
    margin: 0 auto 10px;
    padding-top: 10px;
}



.list_headline {
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    max-width: 850px;
    margin: 0 auto 10px;
    padding-top: 10px;
}


.sub_headline {
    font-family: "ProximaNova", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    max-width: 850px;
    margin: 0 auto 15px;
    padding-top: 0px;
}




span.checkall {
    font-family: "ProximaNova";
    font-size: 24px;
    font-style: italic;
}

.response-row.check input[type="checkbox"] {
    display: none;
   
}


.response-check {
    max-width: 400px;
}

.answer-lighter-text {
    font-family: "ProximaNova";
}

a.answer-button {
    border-radius: 10px;
    background-color: #fccb1c;
    font-family: "ProximaNova-Bold";
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #111;
    margin: 30px auto;
    display: flex;
    height: 64px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a.answer-button:hover {
    background-color: #ff8400;
    color: #111 !important
}

.checkbox-selected {
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2) !important;
    border: solid 1px rgba(151, 151, 151, 0.3) !important;
    background-color: #004fa7 !important;
    color: #ffffff !important;
    max-width: 540px !important; 
}

body.quiz .response-row.check {
    min-height:initial;
    height:75px;
}



/* ===== Quiz - END ===== */



/* ===== Calculator ===== */
section#survey-processing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;

    
}

body.quiz .calculating {
    text-align: center;
}

body.quiz .calculating h2 {
    font-size: 36px;
    line-height: 1.15em;
}

body.quiz .calculating-checks {
    margin-top: 3px;
    margin-left: 0;
    text-align: left;
}

body.quiz .calculating-checks li {
    display: none;
    margin-bottom: .5em;
}

body.quiz .calculating-checks h2 {
    text-align:left;
    font-family: 'ProximaNova';
    font-size: 22px;
    font-style: normal;
}

text#count {
    font-family: 'ProximaNova';
}

svg#animated {
    width: 80%;
}
/* ===== Calculator - END ===== */



/* ===== Opt In ===== */
div#survey-optin {
    padding: 30px 40px 35px;
    border-radius: 15px;
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    width: 100%;
    max-width: 625px;
    margin: 77px auto 0;
}

h1.quiz-results {
    font-family: "ProximaNova-Bold";
    font-size: 54px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: center;
    color: #004fa7;
    margin-bottom: 30px;
}

span.results-text {
    font-size: 28px;
    line-height: 1.61;
}

p.subhead.results-subhead {
    font-family: "ProximaNova";
    font-size: 20px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #545454;
    max-width: 610px;
    width: 100%;
    margin: 0 auto 40px;
}

div#optin-form-fields {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input#form-email {
    border-radius: 5px;
    border: solid 1px rgba(151, 151, 151, 0.5);
    background-color: #ffffff;
    max-width: 440px;
    width: 100%;
    padding: 18px 27px;
    font-family: "ProximaNova";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
    margin-bottom: 30px;
}

input.email-submit {
    border-radius: 10px;
    background-color: #004fa7;
    width: 100%;
    max-width: 494px;
    padding: 20px;
    font-family: "ProximaNova-Semibold";
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 34px;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

input.email-submit:hover {
    background-color: #003774;
    color: #ffffff !important
}




input.email-submit2 {
    border-radius: 10px;
    background-color: #004fa7;
    width: 100%;
    max-width: 494px;
    padding: 20px;
    font-family: "ProximaNova-Semibold";
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 34px;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

input.email-submit2:hover {
    background-color: #003774;
    color: #ffffff !important
}







label.optin-agreement-label {
    font-family: "ProximaNova";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #545454;
}


/* Custom Checkbox */
.check-container {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-size: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.checkmark-multi {
    position: absolute;
    top: 50%;
    left: 22px;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border: 1px solid black;
    transform: translateY(-50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
  
.check-container:hover input ~ .checkmark, .response-row:hover input ~ .checkmark-multi {
    background-color: #fff;
}
  
.check-container input:checked ~ .checkmark, .response-row input:checked ~ .checkmark-multi {
    background-color: #fff;
    border: 1px solid black;
    border-radius: 3px;
    color: black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
  
.checkmark:after, .checkmark-multi:after {
    content: "";
    position: absolute;
    display: none;
}
  
.check-container input:checked ~ .checkmark:after, .response-row input:checked ~ .checkmark-multi:after {
    display: block;
}
  
.check-container .checkmark:after, .response-row .checkmark-multi:after {
    left: 6px;
    top: 2px;
    width: 12px;
    height: 19px;
    border: solid red;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    

}

body.quiz .badge-container {
    display: flex;
    align-items: center;
    margin: 31px auto 0;
    justify-content: center;
}

.norton_security_seal {
    width: 92px;
    margin: 0 !important;
}

.norton_security_seal img {
    width: 92px !important;
}

.trusted-site-container {
    margin: 0 25px 0 0;
}

label#form-email-error {
    margin-bottom: 10px;
    color: red;
    font-family: "ProximaNova";
    font-size: 18px;
}
/* ===== Opt In - END ===== */



/* ===== Opt In | Pop-Up ===== */
.overlay {
    display: none;
    background: rgba(0, 0, 0, .68);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.exit-popup h2 {
    font-family: "ProximaNova";
    font-size: 50px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #004fa7;
    width: 100%;
    max-width: 660px;
    margin: 5px auto;
}

.exit-popup h2 span {
    font-family: "ProximaNova-Bold";
}

.exit-popup h4 {
    font-family: "ProximaNova";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #404040;
    margin: 15px auto 30px;
    width: 100%;
}

#exit-container {
    position: absolute;
    width: 762px;
    text-align: center;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#exit-intent-container {
    display: flex;
    padding-top: 30px;
    justify-content: flex-end;
    padding: 30px 30px 0px;
}

.exit-popup {
    background: white url(https://d1zemqtboih69v.cloudfront.net/metabolicfactor/images/bg-white.png) no-repeat center;
    border-radius: 10px;
    object-fit: contain;
    background-size: auto;
    padding-bottom: 50px;
}

.exit-popup .button {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
    background-color: #004fa7;
    font-family: "ProximaNova";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 7px 0px;
    display: flex;
    max-width: 536px;
    max-height: 58px;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.exit-popup .button:visited {
    color: #000;
}

.get-my-plan-arrow {
    margin-left: 27px;
}
/* ===== Opt In | Pop-Up - END ===== */



/* ===== VSL ===== */
.vsl-text-container {
    margin-bottom: 50px !important;
}

.testimonials-fb .testimonial {
    width: 45%;
}

.desktop .testimonials {
    margin-bottom: 1rem;
    display: flex;
}

.video.desktop {
    line-height: 1.625;
}

.desktop .testimonials .testimonial {
    width: 50%;
    min-height: 765px;
    display: flex;
    flex-direction: column;
}

.desktop .testimonials .testimonial h3 {
    font-size: 1.4rem;
    text-align: center;
    height: 99px;
}

/* Silly footer fixes that are temporary */
.ftr-menu {
    font-family: "ProximaNova";
}

.video.desktop .container {
    max-width: 866px;
}

.ftr-info .call-number {
    text-transform: none;
}
/* ===== VSL - END ===== */



.logo2 {
    max-width: 170px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* Mobile device or screen lower than 768px wide */
@media only screen and (max-width: 767px) {
    
    
   .mf-quiz-question .h3 {
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    max-width: 650px;
    margin: 0 auto 10px;
    padding-top: 10px;
} 
    
    
    .logo2 {
    max-width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}
    
    
    .list_headline {
    font-family: "ProximaNova";
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    max-width: 650px;
    margin: 0 auto 10px;
    padding-top: 10px;
} 
       
    
      .sub_headline {
    font-family: "ProximaNova";
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    max-width: 650px;
    margin: 0 auto 10px;
    padding-top: 0px;
}   
    
    
    span.checkall {
    font-family: "ProximaNova";
    font-size: 16px;
    font-style: italic;
}
    
    
    
    
    body.quiz .question-container {
    margin-top: 15px;
}
    
    .response-radio {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}
    
   

    
  body.quiz .response-row {
    position: relative;
    border-radius: 10px;
    border: solid 0px rgba(151, 151, 151, 0.3);
    background-color: #eee;
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #004fa7;
    max-width: 480px;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin: 17px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body.quiz .response-row:hover {
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(151, 151, 151, 0.3);
    background-color: #004fa7;
    color: #fff !important;
    max-width: 500px;
}  
    
   
    
 body.quiz .response-row2 {
    position: relative;
    border-radius: 10px;
    border: solid 0px rgba(151, 151, 151, 0.3);
    background-color: #004fa7;
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    max-width: 480px;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin: 17px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body.quiz .response-row2:hover {
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(151, 151, 151, 0.3);
    background-color: #004fa7;
    color: #fff !important;
    max-width: 500px;
}     
    
    
    
    
    
    /* Custom Checkbox */
.check-container {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    
  body.quiz .response-row.check {
    min-height:initial;
    height:50px;
}
    
    
/* ===== Calculator ===== */
section#survey-processing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

body.quiz .calculating {
    text-align: center;
}

body.quiz .calculating h2 {
    font-size: 20px;
}

body.quiz .calculating-checks {
    margin-top: 3px;
    margin-left: 0;
    text-align: left;
}

body.quiz .calculating-checks li {
    display: none;
    margin-bottom: .5em;
}

body.quiz .calculating-checks h2 {
    text-align:left;
    font-family: 'ProximaNova';
    font-size: 20px;
    font-style: normal;
}    
    
    
    
}




	
	.row2 {
        width: 60%;
		
    }
    .row2 input {
        border: 1px #CFCFCF solid; *border: 1px #CFCFCF solid;
        width: 100%;
        font-size: 22px;
        line-height: 26px;
        color: #cacaca;
		padding: 12px 21px 12px;
        background: #f8f8f8;
        background: -moz-linear-gradient(top,  #fcfcfc 0%, #fefefe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#fefefe)); background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fefefe 100%); background: -o-linear-gradient(top,  #fcfcfc 0%,#fefefe 100%); background: -ms-linear-gradient(top,  #fcfcfc 0%,#fefefe 100%); background: linear-gradient(to bottom,  #fcfcfc 0%,#fefefe 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fefefe',GradientType=0 ); border-radius:4px;font-weight:normal;
		
	
    }







.header2 {
	position: relative;
	padding: 6px 0;
	background: #036;
    border-bottom: 3px solid #eee; 
    box-shadow: 0px 0px 7px 0px #eee;
}





/* Grid */
.center-block.col-xs-1, .center-block.col-sm-1, .center-block.col-md-1, .center-block.col-lg-1, .center-block.col-xs-2, .center-block.col-sm-2, .center-block.col-md-2, .center-block.col-lg-2, .center-block.col-xs-3, .center-block.col-sm-3, .center-block.col-md-3, .center-block.col-lg-3, .center-block.col-xs-4, .center-block.col-sm-4, .center-block.col-md-4, .center-block.col-lg-4, .center-block.col-xs-5, .center-block.col-sm-5, .center-block.col-md-5, .center-block.col-lg-5, .center-block.col-xs-6, .center-block.col-sm-6, .center-block.col-md-6, .center-block.col-lg-6, .center-block.col-xs-7, .center-block.col-sm-7, .center-block.col-md-7, .center-block.col-lg-7, .center-block.col-xs-8, .center-block.col-sm-8, .center-block.col-md-8, .center-block.col-lg-8, .center-block.col-xs-9, .center-block.col-sm-9, .center-block.col-md-9, .center-block.col-lg-9, .center-block.col-xs-10, .center-block.col-sm-10, .center-block.col-md-10, .center-block.col-lg-10, .center-block.col-xs-11, .center-block.col-sm-11, .center-block.col-md-11, .center-block.col-lg-11, .center-block.col-xs-12, .center-block.col-sm-12, .center-block.col-md-12, .center-block.col-lg-12 {
	float: none;
}
.center-block .row {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter .col-xs-1, .no-gutter .col-sm-1, .no-gutter .col-md-1, .no-gutter .col-lg-1, .no-gutter .col-xs-2, .no-gutter .col-sm-2, .no-gutter .col-md-2, .no-gutter .col-lg-2, .no-gutter .col-xs-3, .no-gutter .col-sm-3, .no-gutter .col-md-3, .no-gutter .col-lg-3, .no-gutter .col-xs-4, .no-gutter .col-sm-4, .no-gutter .col-md-4, .no-gutter .col-lg-4, .no-gutter .col-xs-5, .no-gutter .col-sm-5, .no-gutter .col-md-5, .no-gutter .col-lg-5, .no-gutter .col-xs-6, .no-gutter .col-sm-6, .no-gutter .col-md-6, .no-gutter .col-lg-6, .no-gutter .col-xs-7, .no-gutter .col-sm-7, .no-gutter .col-md-7, .no-gutter .col-lg-7, .no-gutter .col-xs-8, .no-gutter .col-sm-8, .no-gutter .col-md-8, .no-gutter .col-lg-8, .no-gutter .col-xs-9, .no-gutter .col-sm-9, .no-gutter .col-md-9, .no-gutter .col-lg-9, .no-gutter .col-xs-10, .no-gutter .col-sm-10, .no-gutter .col-md-10, .no-gutter .col-lg-10, .no-gutter .col-xs-11, .no-gutter .col-sm-11, .no-gutter .col-md-11, .no-gutter .col-lg-11, .no-gutter .col-xs-12, .no-gutter .col-sm-12, .no-gutter .col-md-12, .no-gutter .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}
	




.intro .fill {
	position: relative;
	padding: 20px 35px;
}
.intro .fill-bg {
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000001;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.intro .fill-content {
	position: relative;
	z-index: 2;
}