body {
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1170px;
    }
}
/*MEGA DROPDOWN MENUS*/
.navbar.sticky {
    padding-bottom: 0;
}
.navbar.sticky .navbar-header img {
    width: 90%;
    max-width: 130px;
}
.navbar .navbar-nav {
    position: relative;
    top: 10px;
}
/*.navbar ul.nav li.dropdown:hover ul.dropdown-menu {*/
/*display: block;*/
/*filter: none;*/
/*opacity: 1;*/
/*}*/
.navbar.navbar-inverse .nav > li > a:hover, .navbar.navbar-inverse .nav > li > a:active {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.navbar.navbar-inverse .nav > li > a {
    opacity: 1;
    color: white;
    text-shadow: 0 1px black;
    padding: 10px 20px 10px;
}
.navbar.navbar-inverse .nav > li > a.demo, .navbar-inverse .navbar-nav > .open > a:focus { /*a.demo,*/
background-color: white;
    color: black;
    opacity: 1 !important;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.navbar.navbar-inverse .nav > li > a.demo:hover { /*a.demo:hover,*/
    background-color: #CC0000 !important;
    color: white !important;
    text-shadow: none;
    transition: all 0.2s ease 0s;
    border: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
/*.navbar-nav > li > .dropdown-menu {*/
/*margin-top: -1px;*/
/*}*/
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu, .navbar-nav .open .dropdown-menu {
    border-top: 3px solid #CC0000;
    margin-top: 0;
    background: white;
    padding-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a:hover {
    background: white;
    color: black;
}
.navbar-nav .open .dropdown-menu {
    right: auto;
}
#footer .social .fa {
    font-size: 25px;
    margin-right: 15px;
}
.megamenu .nav {
    margin-top: 14px;
}
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
    padding-left: 0 !important;
}
.megamenu-content ul li {
    padding: 8px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.megamenu-content ul li a {
    display: block;
    color: black;
    transition: all 0.2s ease 0s;
}
.megamenu-content ul li:hover {
    background: #CC0000;
}
.megamenu-content ul li:hover a {
    color: white;
    padding-left: 12px;
}
.megamenu-content ul li a i {
    font-weight: bold;
    margin-right: 6px;
}
.navbar ul li {
    list-style: none;
    margin-right: 2px;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li {
    float: left;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a {
    width: 225px;
    height: 85px;
}
.megamenu .dropdown.megamenu-100width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}
.megamenu .dropdown .grid {
    margin: 0 auto;
    max-width: 1170px;
}
.megamenu .dropdown .column {
    float: left;
    min-height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 2.38095%;
    margin-right: 2.38095%;
}
.megamenu .dropdown .grid-4>.colspan-1 {
    width: 20.2381%;
}
.megamenu .dropdown .grid-4>.colspan-100 {
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    clear: both;
}
.megamenu .dropdown .grid-4>.colspan-100 a {
    color: black;
}
.megamenu .dropdown .grid-4>.colspan-100 a .demo-button {
    padding: 8px 14px;
    background: white;
    border: 1px solid black;
    margin-left: 10px;
}
.megamenu .dropdown .grid-4>.colspan-100 a .demo-button:hover {
    color: white;
    background: #14aecf;
    border: 1px solid #14aecf;
}
.megamenu .dropdown .grid-4>.colspan-100::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 10000px;
    background: #ffdada;
    top: 0;
    left: -5000px;
    z-index: -1;
}
.megamenu .dropdown .column h3 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 17px;
    position: relative;
    color: black;
    letter-spacing: .75px;
    line-height: 20px;
    text-transform: uppercase;
}
.megamenu .dropdown .column h3::after {
    border-bottom: 1px solid #CCC;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
}
.megamenu .dropdown .column .header-product a {
    color: black;
    /*padding: 6px 5%;*/
    display: block;
}
.megamenu .dropdown.products .column .header-product:not(:first-child) {
    margin-top: 40px;
}
.navbar.navbar-inverse .nav > li > a .fa {
    font-size: 18px;
    margin-left: 6px;
}
.megamenu .dropdown .column .header-product h4 {
    margin-bottom: 4px;
    font-size: 20px;
    color: #B20000;
}
.megamenu .dropdown .column .header-product a h3 {
    font-size: 20px;
    color: #B20000;
    margin-bottom: 10px;
    line-height: 30px;
    text-transform: none;
}
.megamenu .dropdown .column .header-product a h5 {
    /*text-transform: uppercase;*/
}
.megamenu .dropdown .column .header-product a p {
    margin-bottom: 25px;
    color: #555;
    font-size: 12.5px;
}
.megamenu .dropdown .column .header-product a > div {
    color: #555;
}
.megamenu .dropdown-menu-close {
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 0;
    font-size: 35px;
}
.megamenu .dropdown-menu-close:hover {
    color: #C20000;
    cursor: pointer;
}
.megamenu .dropdown .column h3:not(:first-child) {
    margin-top: 50px;
}
.navbar.navbar-inverse.navbar-static-top {
    margin-bottom: 0;
}
@media (max-width: 991px){
    .navbar.navbar-inverse.navbar-static-top .container {
        padding: 0;
        margin: 0;
    }
    .container > .navbar-header, .container > .navbar-collapse {
        margin: 0;
    }
    .navbar.navbar-inverse .nav > li > a {
        font-size: 16px;
        padding: 16px 14px;
    }

    .navbar ul.navbar-nav .open .dropdown-menu > li > a {
        color: #DDD;
        font-size: 14px;
    }
    .navbar-nav .open .dropdown-menu {
        background: inherit;
        margin-top: inherit;
        float: left;
    }
    .navbar ul.navbar-nav > li {
        float: left;
        width: 100%;
        /*position: relative;*/
    }
    .navbar.navbar-inverse .nav > li > a.demo {
        background-color: inherit;
    }
    .navbar .navbar-collapse {
        max-height: inherit;
        background-color: white;
        padding: 0;
    }
    .navbar.navbar-inverse .nav > li > a.demo,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: black;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: white;
        background-color: #CC0000;
    }
    #coming_soon .head.homepage {
        margin-top: 0;
    }
    .navbar ul.navbar-nav {
        width: 100%;
        padding-right: 0;
        margin: 0;
    }
    .navbar.navbar-inverse .nav > li:not(.open):not(:active):not(:hover) > a {
        color: black;
    }
    .navbar ul.navbar-nav > li:not(:last-child) {
        border-bottom: 1px solid #777;
    }
    .megamenu .dropdown .grid-4>.colspan-1 {
        width: 100%;
        padding-left: 50px;
    }
    .megamenu .dropdown .grid-4>.colspan-100 {
        /*margin-left: -50px;*/
        padding: 20px;
        background: #ffdada;
        text-align: center;
    }
    .megamenu .dropdown .column {
        margin: 20px 0;
    }
    .megamenu .dropdown-menu-close {
        display: none;
    }
    .megamenu .dropdown .grid-4>.colspan-100 a .demo-button {
        width: 100%;
        display: block;
        margin: 20px 0;
        text-align: center;
    }
}

div.errorMessage {
    clear: both;
    color: #FF5757;
    font-weight: bold;
    font-size: 11px;
}
input.error, select.error, textarea.error, div.error input, div.error select, div.error textarea, span.error input, span.error select, span.error textarea, .error .chzn-single {
    color: #000;
    background: #FFD2D2;
    border: 2px solid #ff8789;
}

#footer .info ul li {
    font-size: 14px;
    line-height: 27px;
}
#footer .info .touch ul li {
    display: inherit;
}
#footer .credits {
    border-top: 0;
}
#footer .credits .copyright {
    margin-top: 10px;
    text-align: left;
    color: #777E83;
    font-style: normal;
}

/* Hide AdWords Remarketing iFrame */
iframe[name="google_conversion_frame"]{
    display:block;
    height:0;
}
/*BLOG PAGES*/
#blog_post .post_pic {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

/* NEW STM Modal! */
.stm-modal-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}

.stm-modal {
    background-color: #fff;
    position: absolute;
    z-index: 1001;
    border-radius: 0;
    clear: right;
}

@media only screen and (max-width : 768px) {
    .stm-modal {
        left: 0 !important;
        width: 100% !important;
    }
}

.stm-modal-title,
.stm-modal-header {
    font-size: 25px;
    text-align: left;
}

.stm-modal-header {
    padding: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.stm-modal-close-x {
    display: block;
    float: right;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 6px;
    border: 1px solid transparent;
}
.stm-modal-close-x:hover {
    text-decoration: none;
    background: #EFEFEF;
}
a.stm-modal-close-x {
    color: #aaa;
    top: -8px;
    position: relative;
}
a.stm-modal-close-x:hover {
    color: #333;
}

.stm-modal form fieldset {
    border-radius: 0;
    display: block;
    margin: 0;
}
.stm-modal-content form {
    padding-top: 20px;
}
.stm-modal-body {
    padding: 15px;
}
.stm-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.stm-modal form fieldset > section {
}
.stm-modal form fieldset > section label {
    font-weight: bold;
    text-align: right;
}
.stm-modal form button {
    background-color: #CC0000;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    filter: alpha(opacity=60);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    opacity: 1 !important;
    transition: all .2s linear;
    padding: 10px 15px 10px;
    text-decoration: none;
    border: 0;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
    .modal-md {
        width: 680px;
    }
}
.demoFormModal {
    padding: 16px;
}
@media (max-width: 450px) {
    .demoFormModal {
        padding: 0px;
    }
}
.menu-product-dialog .modal-header, #stm-cta-dialog .modal-header {
    border-bottom: 0;
    margin: 0;
}
.menu-product-dialog .modal-header h3, #stm-cta-dialog .modal-header h3 {
    margin: 0;
}
.menu-product-dialog .fa {
    margin-right: 12px;
}
.menu-product-dialog-demo .modal-header, #stm-cta-dialog .modal-header {
    padding-bottom: 0;
}

.product-dialog .modal-header {
    border-bottom: 0;
    padding: 0;
    min-height: 50px;
}
.product-dialog .modal-header h3 {
    background: #CC0000;
    color: white;
    clear: both;
    margin: 0;
    padding: 6px 15px;
}
.product-dialog .modal-body h4 {
    line-height: 1.3;
    font-size: 22px;
}
.product-dialog .modal-body ul {
    font-size: 16px;
}
.product-dialog .modal-content {
    border: 0;
}
.product-dialog .modal-header .close {
    padding: 15px;
}
.modal-content {
    background: #f9f9f9;
}
.modal-header .status-bar-image {
    min-height: 30px;
}
.modal-header .status-bar-text {
    position: relative;
    top: -23px;
    width: 100%;
}
.modal .alert-success {
    padding: 12px;
    font-size: 22px;
}
.modal .success-register-container {
    clear: both;
}
.modal .thank-you-message {
    padding: 12px;
    font-size: 22px;
}
.modal .thank-you-message h4 {
    font-weight: normal;
}
#cta-thank-you-message-dialog h3 {
    font-size: 35px;
    margin: 0 0 20px 0;
}
#cta-thank-you-message-dialog .podcast-link{
    font-weight: bold;
}
#cta-thank-you-message-dialog .modal-header {
    border: 0;
}
#cta-thank-you-message-dialog .modal-body {
    padding-top: 0;
}
#cta-thank-you-message-dialog .modal-content {
    background: white;
}
.demo-dialog-trigger:hover {
    cursor: pointer;
}