﻿.m4-image-placeholder {
    position: relative;
}

.m4-image-btn {
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 35px;
}

    .m4-image-btn.inactive {
        background-color: #f5bdbf;
    }

.m4-btns-placeholder {
    position: absolute;
    right: 0px;
    top: 0px;
}



.facts-box {
    width: 275px;
    position: absolute;
    right: 40px;
    bottom: 60px;
}

.inner-facts-box {
    border: solid 1px red;
    width: 273px;
    height: 273px;
}



.static-section {
    border-top: 1px solid red;
    padding: 30px 20px;
    position: relative;
}

    .static-section .center-img {
        display: block;
        margin: 0 auto;
    }


#studyTools .cmd-configurator {
    position: relative;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: center;
    padding-bottom: 20px;
}


#studyTools .cmd-configurator span {
    position: relative;
    text-align: center;
    width: 100%;
    color: black;
    display: block;
    padding: 4px 30px 14px;
}

.image-buttons-placeholder {
    margin-bottom: 80px;
}



.warranty-1 {
    color: red !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
}

.warranty-2 {
    background-color: red !important;
    height: 30px !important;
    color: white !important;
    padding-top: 8px !important;
    padding-left: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.warranty-3 {
    font-weight: bold !important;
}

.warranty-4 {
    background-color: grey !important;
    height: 30px !important;
    color: white !important;
    padding-top: 8px !important;
    padding-left: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.warranty-box {
    position: relative;

    border-radius: 5px 5px 0 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

    .warranty-box h2 {
        font-size: 1.75rem;
        color: #7d7d7d;
    }

    .warranty-box img {
        margin: 0 auto;
        display: block;
    }


.inner-warranty-box {
    position: relative;
    background-color: white;
    border: 1px solid lightgrey;
    padding: 12px;
}

.inner-warranty-box .grid {background: #E6E7E8; padding: 30px 30px 20px; border-radius: 5px;}

    .inner-warranty-box li, .inner-warranty-box p {

        font-size: 16px;
        line-height: 20px;
    }

        .inner-warranty-box li span {
            color: black;
        }

.t2-popup {
    background-color: lightgrey;
    border-radius: 5px;
    position: relative;
    width: 620px;
    font-weight: 700;
    font-size: 13px;
    padding: 15px;
}

    .t2-popup span {
        color: grey;
        font-weight: 100;
    }

.warrantyTabs-link  {




    margin-left: 2px;

    width: 130px;
   
    display: inline-block;

    min-height: 150px;
    border: 1px solid #F11B18;
    margin-bottom: 2em;
    text-align: center;
    cursor: pointer;
    position: relative;
vertical-align: top;

}

 .warrantyTabs-link p {
    
        background: #F11B18;

        color: #fff;
        font: 12px/1.1 "Helvetica Neue LT W01_65 Md", Helvetica, Arial, sans-serif;
  height: 40px;
        text-transform: uppercase;
        
        padding: .5rem;
        margin-bottom: 0;
    
 }

.warrantyTabs-link img {
    margin: 10px auto 0;
    display: block;
    height: auto;
    max-width: 130px;
}



.warrantyTabs-link.active-tab:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #F11B18;
    border-right: 15px solid transparent;
    margin: auto;
}



.fixed_tab {
    margin-top: 40px;
}

.cmd-configurator-tab2 img {
    margin: 20px 10px 0;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.lower {
    text-transform: none !important;
}

.warranty-box h3 {
    text-align: center;
}

.quiz-tab-2
{
	width: 250px !important;
}
.take-quiz-button{
	background: #F11B18;
	display: block;
	margin: 1em auto;
	width: 100px;
	padding: 15px;

	color: #FFF !important;
	font: normal 12px/100% Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.quiz-modal-container {
overflow-y:scroll;

	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999;

}