﻿body {
    background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
}

h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30pt;
    font-weight: 300;
    color: #000;
    text-align: center;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23pt;
    padding-bottom: 14px;
}

h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 16pt;
}

h1,
h2 {
    text-transform: uppercase;
}

a,
a:visited,
a:link {
    color: #fff;
    text-decoration: none;
}

ul li {
    font-size: 14px;
    line-height: 28px;
    color: #d8d8d8;
}

.clear {
    font-size: 0pt;
    line-height: 0px;
    clear: both;
}

#site-links {
    text-align: right;
    margin-top: 10px;
}

#site-links a,
#site-links a:visited,
#site-links a:link {
    color: #ced1d8;
    font-size: 9pt;
}

#header {
    background: url('../img/header-repeat.png') repeat-x;
    margin-top: 15px;
}

#header,
#header-logo,
#header-repeat,
#header-contact {
    height: 150px;
}

#header-logo {
    float: left;
    background: url('../img/header-logo.png') no-repeat;
}

#header-logo h1 {
    padding: 30px 0px 0px 210px;
}

#header-contact {
    float: right;
    background: url('../img/header-contact-us.png') no-repeat;
    width: 295px;
    text-align: right;
    padding: 15px 15px 0px 0px;
        z-index: 999999;
}

#header-contact {
    position: relative;
}

#header-contact p {
    position: absolute;
    bottom: 0px;
    right: 18px;
}

h3.line::after {
    content: "";
    position: absolute;
    top: 56px;
    right: 18px;
    width: 38px;
    height: 5px;
    background: black;
    border-radius: 100px;
}

#header-contact a {
    font-size: 14pt;
}

.banner_background {
    background: url('../img/full_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    margin: auto;
    margin-top: 10px;
}

#contact-us-small,
#legal-compliance,
#corporate-training,
#topics-and-services,
#directions {
    margin-top: 20px;
}

#legal-compliance,
#corporate-training,
#topics-and-services {
    padding: 20px;
}

#legal-compliance,
#corporate-training {
    background-color: rgba(48, 52, 65, 0.5);
    min-height: 440px;
    border: 2px solid #303a4b;
}

#corporate-training {
    background-color: rgba(255, 255, 255, 0.2);
}

#corporate-training h2 {
    color: #ffe222;
}

#topics-and-services {
    background-color: rgba(139, 143, 156, 0.50);
}

#contact-us-small,
#directions {
    text-align: center;
}

.yellow-bg {
    background: url(../img/header_right.png) repeat-x;
    z-index: -1;
    margin-left: inherit;
}

.banner_para {
    font-size: 14px;
    color: #0a1938;
}

.banner_para a, .banner_para_a:visited{
    color: #0a1938;
    text-decoration: underline;
}

.col-md-7.mt-5.pt-5::before {
    content: "";
    width: 380px;
    height: 2px;
    background: #e6ca13;
    position: absolute;
    top: 31px;
}

@media only screen and (max-width: 1199px) {
    #header-logo h1 {
        padding: 42px 0px 0px 210px;
        font-size: 21pt;
    }
    .banner_background {
        background-size: contain;
        height: 270px;
    }
    .col-md-7.mt-5.pt-5 {
        padding-top: 39px !important;
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    .banner_background {
        background: transparent;
        background-color: #ffe222;
        overflow: auto;
        height: fit-content;
    }
    .col-md-5 {
        display: none;
    }
    .col-md-7.mt-5.pt-5::before {
        display: none;
    }
    .col-md-7.mt-5.pt-5 {
        min-width: 100%;
        height: fit-content;
        padding-bottom: 360px;
        background: url(../img/banner_bottom.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .banner_para {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #0a1938;
        text-align: center;
        font-weight: 300;
    }
}

@media only screen and (max-width: 800px) {
    ul#second-list {
        margin-top: -16px;
    }
    #legal-compliance,
    #corporate-training {
        min-height: 0px;
    }
    #header-logo h1 {
        font-size: 15pt;
    }
}

@media only screen and (max-width: 767px) {
    .col-md-7.mt-5.pt-5 {
        background-size: contain;
    }
    .col-md-7.mt-5.pt-5 {
        padding-top: 15px !important;
        padding-bottom: 190px;
    }
}


@media only screen and (max-width: 426px) {
    #header-logo {
        background: url(../img/header-logo.png) no-repeat;
        background-size: 120px;
        background-position-y: 47px;
    }
    #header-logo h1 {
        padding: 62px 0px 0px 112px;
        
    }
}