h3 {
    font-size: 16px;
}

#PageWrapper {
    width: 100%;
    padding: 0;
}

.pagePadding {
    padding: 0 30px;
}

.navbar.navbar-inverse {
    background-image: url("../MenuBackground.png");
    background-repeat: repeat-x;
}

.navbar-inverse,
.navbar-inverse .navbar-nav > li {
    background-color: transparent;
}

.navbar-nav .open .dropdown-menu > li > a {
}

.navbar-inverse .navbar-nav > li > a,
.dropdown-menu > li > a {
    color: white;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover {
    background-color: #c1af40 !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-nav > li > .dropdown-menu {
    background: #5B4B00;
}

.navbar-left img {
    height: 42px;
    padding-top: 4px;
    padding-left: 5px;
}

.container {
    margin: 0;
}

.contactUsLink {
    text-align: right;
}

    .contactUsLink a,
    .contactUsLink p {
        color: #c1af40;
        font-size: 1.4em;
        text-decoration: none;
        padding-left: 5px;
        margin: 0;
    }

        .contactUsLink p span {
            color: black;
            font-weight: bolder;
        }

        .contactUsLink a:hover {
            color: #5B4B00;
        }

.myCalbtn {
    padding: 10px 0;
}

.goldButton {
    -moz-box-shadow: 0px 1px 0px 0px #c9b74b;
    -webkit-box-shadow: 0px 1px 0px 0px #c9b74b;
    box-shadow: 0px 1px 0px 0px #c9b74b;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8c7300), color-stop(1, #685500) );
    background: -moz-linear-gradient( center top, #8c7300 5%, #685500 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c7300', endColorstr='#685500');
    background-color: #8c7300;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #3e3301;
    display: inline-block;
    color: #FFF !important;
    font-family: Arial;
    padding: 2px 8px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #8c7300;
}

    .goldButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #685500), color-stop(1, #8c7300) );
        background: -moz-linear-gradient( center top, #685500 5%, #8c7300 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#685500', endColorstr='#8c7300');
        background-color: #8c7300;
    }

    .goldButton:active {
        position: relative;
        top: 1px;
    }

.dnnGoldImageBox img {
    background-image: url('LightGoldGradient.jpg');
    background-repeat: repeat-x;
    background-size: 100%;
    border-radius: 0px;
    border: 1px solid #8c7300;
    color: #8C7300;
    padding: 0px;
    box-shadow: 2px 2px 2px #87842d;
}

.dnnLightGoldBox ::before {
    padding: 8px;
}

.dnnLightGoldBox {
    background-image: url(../LightGoldGradient.jpg);
    background-repeat: repeat-x;
    background-size: 100%;
    border-radius: 0px;
    border: 1px solid #8c7300;
    color: #8C7300;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px #87842d;
}

.dnnPEMContBodyContent p,
.dnnPEMContBodyContent ul li,
.dnnPEMContBodyContent p {
    font-size: 1em;
}

.dnnLightGoldBoxNoBackground {
    background-repeat: repeat-x;
    background-size: 100%;
    border-radius: 0px;
    border: 1px solid #8c7300;
    color: #8C7300;
    padding: 15px;
    margin-left: 00px;
    margin-right: 00px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px #87842d;
}

.dnnContTitleContent {
    border-bottom: 1px solid #8C7300;
    margin-bottom: 10px;
}

    .dnnContTitleContent h2 {
        color: #8C7300;
        font-size: 20px;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 10px;
        border-bottom: none;
    }

.contentMediaPadding,
.central-sm {
    padding: 8px;
    text-align: center;
}

.wns_lightbox_head,
.wns_lightbox_description {
    display: none;
}

.cesVideoPanel::before {
    text-align: center;
}

.dnnPEMContBodyContent p,
.dnnPEMContBodyContent ul li,
.Normal p {
    font-size: 1.1em;
    line-height: 18px;
}

.cesVideoPanel {
    padding: 25px;
    text-align: center;
}

    .cesVideoPanel iframe {
        height: 220px;
        width: 280px;
    }

.contentMediaPadding .aboutUsImg {
    width: 312px;
}

.contentMediaPadding .calibrationToolsImg {
    width: 130px;
}

.form-control:focus {
    border-color: #c1af40;
    box-shadow: inset 0 1px 1px rgba(193, 175, 64, 0.075), 0 0 8px rgba(193,175,64,0.6);
}

.btn-gold {
    color: #fff;
    background-color: #b4a430;
    border-color: #b4a430;
}

    .btn-gold:hover {
        color: #fff;
        background-color: #c1af40;
        border-color: #c1af40;
    }

.footerlinks {
    background-color: #e1e1e1;
}

    .footerlinks.topBorder {
        border-top: 1px solid #c1c1c1;
    }

    .footerlinks ul {
        list-style: square outside;
    }

    .footerlinks h3 {
        font-size: 1em;
        padding: 0;
        margin: 8px 0;
        font-weight: bold;
    }

    .footerlinks ul.socialLinks {
        list-style: none;
    }

        .footerlinks ul li a,
        .footerlinks ul.socialLinks li a {
            font-size: 1em;
            line-height: 20px !important;
        }

            .footerlinks ul.socialLinks li a img {
                height: 18px;
            }

.footerColumns li {
    line-height: 14px;
}

.footerColumns a {
    color: black;
}

.footerColumns li a:hover {
    text-decoration: underline;
}

.footerLolerImg {
    height: 80px;
}

.clear-sm {
    clear: both;
}

@media only screen and (min-width: 768px) {
    .clear-sm {
        clear: none;
    }

    .trustedDisImg {
        width: 100%;
    }

    .contentMediaPadding {
        padding: 16px;
        text-align: center;
    }

        .contentMediaPadding .aboutUsImg {
            width: 618px;
        }

        .contentMediaPadding .calibrationToolsImg {
            width: 180px;
        }

    .central-sm {
        padding: 0;
        text-align: left;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .cesVideoPanel iframe {
        height: 340px;
        width: 530px;
    }

    .dnnContTitleContent h2 {
        font-size: 26px;
    }

    .dnnPEMContBodyContent p,
    .dnnLightGoldBox ul li,
    .DNNModuleContent ul li,
    .Normal p {
        font-size: 1.3em;
        line-height: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .footerlinks ul.socialLinks li a img {
        height: 32px;
    }

    .footerlinks ul.socialLinks li a,
    .footerlinks ul li a {
        font-size: .8em;
    }

    .footerColumns li {
        line-height: 25px;
    }

    .footerLolerImg {
        height: 110px;
    }
}

@media only screen and (min-width: 1240px) {
    #PageWrapper {
        width: 1240px;
        margin: 0 auto;
    }

    .pagePadding {
        padding: 0;
    }

    .trustedDisImg {
        margin: auto;
        text-align: center;
    }

    .contentMediaPadding {
        padding: 24px;
    }

        .contentMediaPadding .aboutUsImg {
            width: 938px;
        }

        .contentMediaPadding .calibrationToolsImg {
            width: 290px;
        }

    .cesVideoPanel {
        text-align: center;
    }

        .cesVideoPanel iframe {
            height: 450px;
            width: 724px;
        }

    .dnnContTitleContent h2 {
        font-size: 28px;
    }

    .dnnPEMContBodyContent p,
    .Normal ul li {
        line-height: 24px;
    }

    h3 {
        font-size: 24px;
    }

    .footerLolerImg {
        height: 130px;
    }
}


@media (max-width: 768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        background-color: #3e3301;
        color: white;
    }

    .navbar-inverse,
    .navbar-inverse .navbar-nav > li {
        background-color: #685500;
    }
}
