﻿.nav-top {
min-height: 100px !Important;
}

@media only screen and (max-width: 570px) {
h2, h2 strong {
    font-size: 24px !Important;
}



}





@media only screen and (max-width: 991px) {
body.sticky-menu-active #header  {
  height:auto !Important;
}
}


input[type=text], input[type=password], textarea, select {
    border: solid 1px #cccccc;
}

th {
    background-color: #777777;
    color: #ffffff;
}

    th a {
        color: #ffffff;
    }

        th a:hover {
            color: #ffffff;
        }

table, .Login, .DataGrid, #ctl00_Content_dlCalendar, .carttable, .payment, .GridView, .tableStatic {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.TableAlternating {
    background-color: #f5f5f5;
}

.button {
    border: solid 1px #cccccc;
    background-color: #f5f5f5;
}

.payment {
    background-color: #f5f5f5;
}

.BillingInfoHeader {
    background-color: #f5f5f5;
}

td.NewUser {
    background-color: #f5f5f5;
}

.ProductSubCatsItem {
    border: solid 2px #cccccc;
    background-color: #f5f5f5;
}

.ProductSubCatsItemImg {
    border: solid 1px #cccccc;
}

.AccountRegCodes,
.AccountOrders,
.AccountFreeModules,
.AccountCompletionReport,
.AccountFiles,
.Instructor,
.AccountForum,
.AccountBadges,
.AccountLeaderboard,
.AccountSavedPayments,
.AccountEditAccount,
.AccountHighScore,
.AccountButton {
    background-color: #777777;
    color: #ffffff;
}

    .AccountRegCodes:hover,
    .AccountOrders:hover,
    .AccountFreeModules:hover,
    .AccountCompletionReport:hover,
    .AccountFiles:hover,
    .Instructor:hover,
    .AccountForum:hover,
    .AccountBadges:hover,
    .AccountLeaderboard:hover,
    .AccountSavedPayments:hover,
    .AccountEditAccount:hover,
    .AccountHighScore:hover,
    .AccountButton:hover {
    }

.MyAccountIcon {
    color: #ffffff;
}

.course-container, .files-container, .modules-container {
    border-bottom: solid 1px #cccccc;
}

















/* new styles
##########################
##########################
##########################
##########################
##########################*/

.h1webinar {
    display: table;
    margiN: auto;
    border-bottom: solid 5px #818181;
    padding-bottom: 10px;
}


.slideshowsubtext-container {
    position: absolute;
    top: 45%;
    left: 35%;
    margin-top: 80px;
    font-size: 25px;
}

.slideshowtext-container {
    position: absolute;
    top: 45%;
    left: 15%;
}











#header nav ul.nav-main li a {
    color: white;
}


#header {
    min-height: 50px;
    margin: 0;
    padding: 0;
    height: 120px;
}

#footer, #footer .footer-copyright {
    background-color: #818181;
    ;
}


    #footer h1, #footer h2, #footer h3, #footer h4, #footer a, #footer .footer-copyright p, #footer p {
        color: #white !important;
    }

.page-header {
    background: #FFFFFF;
}


section.page-header h1 {
    color: black;
}






.newsletter2 {
    width: 100%;
    position: relative;
    z-index: 999;
    max-width: 1100px;
    margin: auto;
    margin-bottom: auto;
    background-color: #e51b24;
    padding: 24px;
    margin-top: 0px;
}

    .newsletter2 .input-group .subscribe {
        position: absolute;
        right: 0;
        top: 0;
        background: #18254a;
        background-color: rgb(24, 37, 74);
        color: #fff;
        z-index: 99;
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 30px;
        border: 0;
        height: 60px;
        line-height: 60px;
        font-weight: 700;
    }

    .newsletter2 .input-group .form-control {
        width: 100%;
        padding: 0 40px;
        border: 0;
        background: #fff;
        height: 60px;
        line-height: 60px;
    }


    .newsletter2 .input-group {
        width: 100%;
        position: relative;
    }

    .newsletter2 h3, .newsletter2 strong {
        color: white;
        text-transform: none;
        margin-bottom: 10px;
    }

.catalog_orderby {
    float: right;
}


.newsletter *, .contact li * {
    color: white !Important;
}

.catalog_filter_container {
    float: left;
    width: 300px;
    border: solid 1px #cccccc;
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 20px;
}

    .catalog_filter_container h3 {
        font-size: 1.4em;
        margin-bottom: 12px;
    }

    .catalog_filter_container h4 {
        font-size: 1.2em;
        margin-bottom: 8px;
    }

.catalog_filter_interior label {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
}

.catalog_filter_container .button {
    margin-top: 8px;
}

.catalog_results_container {
    float: right;
    width: 800px;
    margin-top: 20px;
}

.catalog_results {
}

.headergraphic {
    padding:0px;
    border: solid 1px;
    background-color: #fbfbfb;
    border-radius: 5px;
    margin-bottom: 40px;
}

    .headergraphic .headerimg {
        float:right;
        width:50%;
    }

    .headergraphic h1, .headergraphic div {
        width: 45%;
        padding: 20px;
        margin:0px;
    }

@media only screen and (max-width: 570px) {
    .catalog_filter_container {
        float: none;
        display: block;
        width: auto;
        margin-top: 20px;
        clear: both;
    }

	.nav-top {
	margin-top:0 !Important;
	padding-top:0 !Important;
	}

        .catalog_filter_container .button {
            float: none !important;
        }

    .catalog_results_container {
        float: none;
        display: block;
        width: auto;
        margin-top: 20px;
        clear: both;
    }

        .catalog_results_container .button {
            font-size: 10px !important;
            padding: 3px 6px !important;
        }

    .headergraphic .headerimg {
        float: none;
        width: 100%;
    }

    .headergraphic h1, .headergraphic div {
        width: 100%;
    }
}



#header nav ul.nav-top li a, #header nav ul.nav-top li span {
    color: black;
}

/*}*/
.cookie-alert {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.4) !important;
    background: #273540  !important;
    padding: 13px 0 !important;
    z-index: 99999 !important;
    color: white;
    transform: translateY(0);
    transition: transform .25s ease-out;
    top:unset !important;
}

    .cookie-alert .market_buttons {
        margin: 0 5px;
        white-space: nowrap;
    }

    .cookie-alert p {
        padding-bottom: 15px;
    }

    .cookie-alert.accepted {
        transform: translateY(100%);
        box-shadow: none;
    }

    .cookie-alert > div {
        padding: 0 13px;
    }

    .cookie-alert .btn {
        margin: 0 5px;
    }

a.market_buttons, a.market_buttons:visited {
    /* padding-right: 25px; */
    font-size: .8em;
    /* text-transform: uppercase; */
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #273540;
    border: 1px solid #fff;
}

    a.market_buttons:hover {
        color: #273540;
        background-color: #fff;
    }

.cookie-alert .close {
    display: block;
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
    color: #ffffff;
}

    .cookie-alert .close span {
        background-image: url('/js/jquery-ui-1.10.4.custom/css/blitzer/images/ui-icons_ffffff_256x240.png');
    }

    .cookie-alert .close:hover {
        text-decoration: underline;
    }

        .cookie-alert .close:hover span {
            background-image: url('/js/jquery-ui-1.10.4.custom/css/blitzer/images/ui-icons_cc0000_256x240.png');
        }

.__LC_CookieInfoBox {
    background: none;
    border: none;
    padding: 0px;
    position: relative;
    z-index: 9999;
    top: 0px;
    font-size: inherit;
    text-align: left;
    color: #fff;
    text-align:center;
}

.__LC_CookieInfoBox p {
    color: #fff;
}










h3 {
color: #dd2a26;
margin-bottom:13px;
}

#header {
background-color:white;
height:auto !Important;
}

#header > .container {
    margin-bottom: -36px;
}


.lead {
    font-size: 18px;
    line-height: 33px !important;
}

.call-to-action .call-to-action-content {
width:90%;
}

.industries li {
float:left;
font-size: 22px;
    width: 33%;
    list-style-type: none;
    text-align: left;
    padding-bottom: 20px;
min-width:260px
color: white;
    list-style-type: none;
min-width:300px;
}

.industries li:before {
    display: inline-block;
  
    width: 1.3em;
    font-weight: 900;
    margin-right: 10px;
    color: #e51b24;
font-family:"Font Awesome 5 Free";
content:"\f0a3";


}

.industries {
padding-left:0;
margin-left:40px;
}



.feature-box-info h4 {
padding-top:10px;
}


@media screen and (max-width: 600px) {
.industries li:before {
   
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #e51b24;
}
.industries li {
display:block;
float:none;
width:100%
}
nophone {
display:none;
}

}


.nav-top li a {
color:#dd2a26 !important;
font-size:15px !important;
}