select::-ms-expand {
    display: none;
}
#banner-container {
    background-color: #000;
    margin: 0 0 20px;
    border-radius: 5px;
    overflow: hidden;
}
.info-banner {
    position: relative;
    widtH: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
}
.info-block .no-mt {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px;
}
.info-block p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}
.info-block ul {
    font-size: 14px;
    line-height: 22px;
}
.info-video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.info-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.model-section-vert {
    background-color: #222;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.model-section-vert .model-img {
    border-right: 2px solid #dc3332;
    padding-right: 0;
}
.model-section-vert .model-img img {
    display: block;
    margin-bottom: 0;
}
.model-section-vert .model-info-outer {
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.model-section-vert .model-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.model-section-vert .model-title {
    color: #fff;
    padding: 0 15px 0;
    font-weight: 400;
    margin: 0 0 1em;
    font-size: 19px;
    line-height: 1.3;
    font-family: 'proxima-nova',helvetica,arial,sans-serif;
    text-align: center;
}
.model-section-vert a.model-btn  {
    font-size: 14px;
    font-weight: 400;
    padding: .4em .75em;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #50be19;
    transition: all .1s ease-in-out;
}
.model-section-vert a.model-btn:hover {
    background-color: #44a215;
}
.info-block h4 {
    font-size: 18px;
    margin: 5px 0 10px;
}
.info-block aside {
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 25px;
    margin-bottom: 30px;
    clear: both;
}
.info-block aside h4 {
    margin: 0 0 .6em;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3;
    color: #333;
    font-family: 'proxima-nova',helvetica,arial,sans-serif;
    padding: 0;
    outline: 0;
}
.info-block aside img {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
}
#columnShowcase {
    margin: 0 0 20px;
}
#columnShowcase > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.compare-col-inner {
    padding: 10px;
    border: 1px solid #dadada;
    border-radius: 2px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.compare-col-inner:hover {
    border-color: #DD3333;
    box-shadow: 0 0 10px rgba(221, 51, 51, 0.5);
}
.compare-col-inner > a > h5 {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    min-height: 40px;
}
.compare-col-inner > a:first-child {
    display: block;
    min-height: 310px;
}
.compare-col-inner > a > img {
    margin: 10px 0;
}
.compare-col-inner > a.button.green {
    background: #50be19;
    color: #FFF;
    padding: 3px 10px;
    display: block;
    clear: both;
    font-size: 14px;
    max-width: 100px;
    margin: 0 auto 10px;
    border-radius: 2px;
    transition: all .2s ease;
}
.compare-col-inner > a.button.green:hover {
    background: #4aa21e;
}
.compare-col-inner > a.button.red.wide {
    background: #dc3332;
    color: #FFF;
    padding: 3px 10px;
    display: block;
    clear: both;
    font-size: 12px;
    max-width: 160px;
    margin: 0 auto 10px;
    border-radius: 2px;
    transition: all .2s ease;
}
.compare-col-inner > a.button.red.wide:hover {
    background: #AB1D1C;
}
.greylist {
    padding: 10px 0 0;
}
.greylist .grey {
    background: #F6F6F6;
    padding: 10px 7px;
    margin: 4px 0;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    text-align: left;
}
.greylist .grey p {
    margin: 0;
    padding: 0;
    color: #333;
}
.greylist .grey p a {
    color: #333;
    text-decoration: underline;
}
.center {
    text-align: center;
}
.spec-btn-wrapper > div {
    padding: 5px;
}
a.spec-btn {
    color: #fff;
    border-radius: 2px;
    padding: .4em .75em;
    text-decoration: none;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
}
a.spec-btn:hover {
    opacity: .75;
}
.spec-btn-green {
    transition: all .2s ease-in-out;
    background-color: #50be19;
}
.spec-btn-red {
    transition: all .2s ease-in-out;
    background-color: #dc3332;
}
.spec-btn-grey {
    transition: all .2s ease-in-out;
    background-color: #666;
}
.spec-btn-wrapper {
    margin: 25px 0 0;
}
.notsure_column aside {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.parts-section {
    background-color: #222;
    padding: 15px;
    margin: 30px 0 0;
    border-radius: 5px;
}
.parts-section h3 {
    text-align: left;
    color: #fff;
    border-bottom: 2px solid #dc3332;
    padding-bottom: 10px;
    margin: 5px 10px 15px;
    font-size: 22px;
    font-weight: 400;
}
.parts-section .parts-model {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}
.parts-section .parts-model div {
    padding: 0 0 0 10px;
}
.parts-section h5 {
    margin: 0;
    color: #fff;
}
.parts-section .parts-model div a {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 1.4;
}
@media (max-width: 991px) {
    .info-banner {
        height: 25vw;
        background-size: cover;
    }
    .model-section-vert .model-title {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .model-section-vert .model-title {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .model-section-vert .model-img img {
        width: 100%;
        opacity: .25;
    }
}