﻿

@import url('https://fonts.googleapis.com/css?family=Lato');

.descriptionbox {
    font-size: 14px;
    color: #000;
}

    .descriptionbox p {
        margin-bottom: 10px;
    }

a, .text-default {
    color: #9b9050;
}

    a:hover,
    a:focus {
        color: #696136;
    }

/*breadcrumb addendum to primary style in style.css - this adds the theme color for fvPlayer */
.breadcrumb a {
    color: #9b9050;
}

    .breadcrumb a:hover,
    a:focus {
        text-decoration: underline;
    }

.footer-content a,
.subfooter a {
    color: #9b9050;
}

    .footer-content a:hover,
    .subfooter a:hover {
        color: #696136;
    }

p a {
    text-decoration: underline;
}

mark,
.mark {
    background-color: #4e5b5e;
    color: #ffffff;
}

.table > thead > tr > th {
    border-bottom: 1px solid #4e5b5e;
    background-color: #4e5b5e;
    color: #fff;
}

.table-bordered {
    border-color: #4e5b5e;
}

/* 2 Layout
----------------------------------------------------------------------------- */
.default-bg {
    background-color: #4e5b5e;
    color: #ffffff;
}

/* Backgrounds
---------------------------------- */
.default-translucent-bg:after {
    background-color: rgba(78,78,94,0.1); /*JG 170814 -- changed from 0.7 to make more transparent*/
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    }

/* 3 Pages
----------------------------------------------------------------------------- */
.blogpost .post-info {
    background-color: #4e5b5e;
    color: #fff;
}

.blogpost .side .social-links li a {
    background-color: transparent;
    border-color: transparent;
    color: #4e5b5e;
}

.blogpost ul.links li a:hover {
    color: #4e5b5e;
}

/* timeline layout */
.timeline-date-label {
    color: #4e5b5e;
}

@media (min-width:768px) {
    .timeline .timeline-item:before {
        background-color: #fff;
        border: 1px solid #4e5b5e;
    }
}

/* 4 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
/* Gray Buttons */
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
    color: #ffffff;
    background-color: #4e5b5e;
    border-color: #4e5b5e;
}

/* Light Gray Buttons */
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
    color: #ffffff;
    background-color: #4e5b5e;
    border-color: #4e5b5e;
}

/* Default Buttons */
.btn-default {
    background-color: #4e5b5e;
    color: #fff !important;
    border-color: #394346;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #fff !important;
        background-color: #394346;
        border-color: #394346;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default {
        background-color: #394346;
        border-color: #394346;
    }

/* Button Compliment */
.btn-compliment {
    background-color: #9b9050;
    color: #ffffff !important;
    border-color: #9b9050;
}

    .btn-compliment:hover,
    .btn-compliment:focus,
    .btn-compliment:active,
    .btn-compliment.active,
    .open .dropdown-toggle.btn-compliment {
        color: #ffffff !important;
        background-color: #696136;
        border-color: #696136;
    }

    .btn-compliment.disabled,
    .btn-compliment[disabled],
    fieldset[disabled] .btn-compliment {
        background-color: #cccccc;
        border-color: #cccccc;
    }


/* Buttons for the homepage call to action
---------------------------------- */

.btn-calltoaction1 {
    background: #9b9050;
    background-image: -webkit-linear-gradient(top, #9b9050, #696136);
    background-image: -moz-linear-gradient(top, #9b9050, #696136);
    /*background-image: -ms-linear-gradient(top, #696136, #598490);*/
    background-image: -o-linear-gradient(top, #9b9050, #696136);
    background-image: linear-gradient(to bottom, #9b9050, #696136);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*height: 50px;*/
    /*line-height: 50px;*/
    color: #FFFFFF;
    /*font-family: Open Sans;*/
    width: 260px;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none !important;
    padding: 4px;
    box-shadow: 1px 1px 20px 0px #000000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #696136 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /*margin-left:-20px;*/
}

    .btn-calltoaction1:hover {
        background: #9b9050;
        color: #FFFFFF;
        background-image: -webkit-linear-gradient(top, #696136, #9b9050);
        background-image: -moz-linear-gradient(top, #696136, #9b9050);
        /*background-image: -ms-linear-gradient(top, #598490, #696136);*/
        background-image: -o-linear-gradient(top, #696136, #9b9050);
        background-image: linear-gradient(to bottom, #696136, #9b9050);
        text-decoration: none;
    }


.btn-calltoaction2 {
    background: #9b9050;
    background-image: -webkit-linear-gradient(top, #9b9050, #696136);
    background-image: -moz-linear-gradient(top, #9b9050, #696136);
    /*background-image: -ms-linear-gradient(top, #696136, #598490);*/
    background-image: -o-linear-gradient(top, #9b9050, #696136);
    background-image: linear-gradient(to bottom, #9b9050, #696136);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*height: 50px;*/
    /*line-height: 50px;*/
    color: #FFFFFF;
    /*font-family: Open Sans;*/
    width: 260px;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none !important;
    padding: 4px;
    box-shadow: 1px 1px 20px 0px #000000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #696136 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /*margin-left:-20px;*/
}

    .btn-calltoaction2:hover {
        background: #9b9050;
        color: #FFFFFF;
        background-image: -webkit-linear-gradient(top, #696136, #9b9050);
        background-image: -moz-linear-gradient(top, #696136, #9b9050);
        /*background-image: -ms-linear-gradient(top, #598490, #696136);*/
        background-image: -o-linear-gradient(top, #696136, #9b9050);
        background-image: linear-gradient(to bottom, #696136, #9b9050);
        text-decoration: none;
    }

.btn-calltoaction3 {
    background: #43636c;
    background-image: -webkit-linear-gradient(top, #9B6B50, #3e2a20);
    background-image: -moz-linear-gradient(top, #9B6B50, #3e2a20);
    /*background-image: -ms-linear-gradient(top, #43636c, #2c4248);*/
    background-image: -o-linear-gradient(top, #9B6B50, #3e2a20);
    background-image: linear-gradient(to bottom, #9B6B50, #3e2a20);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*height: 50px;*/
    /*line-height: 50px;*/
    color: #FFFFFF;
    /*font-family: Open Sans;*/
    width: 260px;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none !important;
    padding: 4px;
    box-shadow: 1px 1px 20px 0px #000000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #3e2a20 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /*margin-left:-20px;*/
}

    .btn-calltoaction3:hover {
        background: #43636c;
        color: #FFFFFF;
        background-image: -webkit-linear-gradient(top, #3e2a20, #9B6B50);
        background-image: -moz-linear-gradient(top, #3e2a20, #9B6B50);
        /*background-image: -ms-linear-gradient(top, #2c4248, #43636c);*/
        background-image: -o-linear-gradient(top, #3e2a20, #9B6B50);
        background-image: linear-gradient(to bottom, #3e2a20, #9B6B50);
        text-decoration: none;
    }

/* Button with transparent bg
---------------------------------- */
.btn-white {
    background-color: transparent;
    color: #394346;
    border: 1px solid #4e5b5e;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        color: #fff;
        background-color: #394346;
        border-color: #394346;
    }

/* Forms
---------------------------------- */
.default-bg .form-control {
    border-color: #4e5b5e;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
    color: #ffffff;
}

    .default-bg .form-control:focus {
        border-color: #4e5b5e;
        background-color: rgba(0, 0, 0, 0.25);
    }

.default-bg .input-group-addon {
    background-color: #394346;
    border-color: #4e5b5e;
    color: #fff;
}

.dropdown .active > a > .badge,
.dropdown a:hover .badge,
.dropdown .open > a > .badge {
    border-color: #4e5b5e;
}

/* Pager
---------------------------------- */
ul.pagination li > a:hover {
    background-color: transparent;
    color: #ffffff;
    background-color: #4e5b5e;
    border-color: #4e5b5e;
}

ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    color: #ffffff;
    background-color: #4e5b5e;
    border-color: #4e5b5e;
}

/* Tabs
---------------------------------- */
.nav-tabs > li.active > a:after {
    background-color: #4e5b5e;
}

.tab-content:after {
    background-color: #4e5b5e;
}

@media (max-width:480px) {
    .nav-tabs > li > a:hover:after {
        background-color: #4e5b5e;
    }
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
    border-bottom: 1px solid #4e5b5e;
}

    .tabs-style-2 .nav-tabs > li.active > a,
    .tabs-style-2 .nav-tabs > li.active > a:hover,
    .tabs-style-2 .nav-tabs > li.active > a:focus,
    .tabs-style-2 .nav-tabs > li > a:hover {
        border: 1px solid #4e5b5e;
        background-color: #4e5b5e;
        color: #fff;
    }

/* vertical tabs */
.vertical .nav-tabs > li > a:hover:after {
    background-color: #4e5b5e;
}

/* Nav pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    border: 1px solid #f3f3f3;
    color: #4e5b5e;
    background-color: #fafafa;
}

    .nav-pills > li.active > a:after {
        color: #4e5b5e;
    }

    .nav-pills > li.active > a:hover:after,
    .nav-pills > li.active > a:focus:after,
    .nav-pills > li > a:hover:after,
    .nav-pills > li > a:focus:after {
        color: #4e5b5e;
    }

.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
    color: #394346;
}

.nav-pills > .active > a > .badge {
    color: #4e5b5e;
    background-color: #fff;
    border-color: #4e5b5e;
}

/* Collapse
---------------------------------- */
.panel-heading a {
    background-color: #4e5b5e;
    color: #ffffff;
}

    .panel-heading a:hover,
    .panel-transparent .panel-heading a:hover {
        background-color: #4e5b5e;
        color: #ffffff;
    }

/* Progress bars
---------------------------------- */
.progress-bar-default {
    background-color: #4e5b5e;
}

/* Modals
---------------------------------- */
.modal-content .modal-header {
    background-color: #4e5b5e;
}

/* Images and Images overlay
---------------------------------- */
.overlay a {
    color: #4e5b5e;
    background-color: #ffffff;
}

.overlay-links a + a {
    color: #ffffff;
    background-color: #4e5b5e;
}

a.overlay i {
    color: #4e5b5e;
}

/* 5 Navigations
----------------------------------------------------------------------------- */
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: #4e5b5e;
    background-color: transparent;
}

.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
    color: #666666;
    background-color: #fafafa;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
    background-color: #ffffff;
    color: #4e5b5e;
    border-color: #f1f1f1;
}

ul.shiftleft {
    margin-left: -200%;
    width: 240px;
}

#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
    color: #4e5b5e;
    background-color: #ffffff;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
    background-color: #ffffff;
    color: #4e5b5e;
    border-color: #f1f1f1;
}

/* arrows for parent menu items */
.navbar-default .navbar-nav > .active.dropdown > a:before {
    color: #4e5b5e;
}

.navbar-default .navbar-nav > .dropdown.open > a:before {
    color: #e5e5e5;
}

.dropdown .dropdown.open > a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open > a:before {
    color: #4e5b5e;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fafafa;
    border-color: #4e5b5e;
}

    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #4e5b5e;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #4e5b5e;
        background-color: transparent;
    }

    /* first level items hover and focus states */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #4e5b5e;
        background-color: #fff;
    }

    /* second level items on hover/focus */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #4e5b5e;
    }
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
    background-color: transparent;
    color: #4e5b5e;
}

/* 6 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Boxes
---------------------------------- */
.box.gray-bg:hover {
    color: #4e5b5e;
}

.box.default-bg:hover {
    background-color: #fff;
    border: 1px solid #4e5b5e;
}

    .box.default-bg:hover * {
        color: #4e5b5e;
    }

.image-box {
    border-radius: 10px !important;
}

.box-style-1 {
    border-radius: 10px !important;
}

.box-style-1:not(.team-member):hover i {
    color: #4e5b5e;
}

.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
    color: inherit;
}

.box-style-2:hover .default-bg {
    background-color: #fff;
    border: 1px solid #4e5b5e;
}

    .box-style-2:hover .default-bg * {
        color: #4e5b5e;
    }

.box-style-2:hover .white-bg * {
    color: #4e5b5e;
}

.box-style-3:hover .default-bg {
    background-color: #fff;
    border: 1px solid #4e5b5e;
}

    .box-style-3:hover .default-bg * {
        color: #4e5b5e;
    }

.box-style-3:hover .white-bg * {
    color: #4e5b5e;
}

/* Tags cloud block
---------------------------------- */
.tag a:hover {
    color: #ffffff;
    background-color: #4e5b5e;
    border-color: #4e5b5e;
}

/* Social icons block
---------------------------------- */
.social-links li a {
    background: #4e5b5e;
    border: 1px solid #4e5b5e;
    color: #fff;
}

    .social-links li a:hover {
        background-color: transparent;
        border-color: #394346;
        color: #394346;
    }

.social-links .dropdown.open > button > i:before {
    content: "\f00d";
    color: #4e5b5e;
}

.header-top .social-links li a:hover {
    color: #394346;
}

/* search and login
---------------------------------- */
.header-top-dropdown .dropdown.open > button,
.header-top-dropdown .dropdown > button:hover {
    color: #4e5b5e;
}

/* Pricing tables
---------------------------------- */
.plan .popover-title {
    background-color: #4e5b5e;
    color: #ffffff;
}

.gray .plan .header h3 {
    color: #4e5b5e;
}

.white .plan .header {
    color: #fff;
    background: #4e5b5e;
}

.stripped .header {
    background: #4e5b5e;
    -webkit-box-shadow: 0px 0px 60px #394346 inset;
    -moz-box-shadow: 0px 0px 60px #394346 inset;
    box-shadow: 0px 0px 60px #394346 inset;
    color: #fff;
}

/* 7 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution captions */
.default_bg {
    background-color: #4e5b5e;
    color: #fff;
}

/* Revolution Nav Controls */
.tparrows.round:hover {
    color: #ffffff;
    background-color: #4e5b5e;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #4e5b5e;
}

.tp-bannertimer {
    background-color: rgba(78,91,94,0.7);
}

/* 8 Owl carousel
----------------------------------------------------------------------------- */
.owl-prev {
    background-color: #4e5b5e !important;
    color: #fff !important;
}

.owl-next {
    background-color: #4e5b5e !important;
    color: #fff !important;
}

.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
    background-color: #4e5b5e;
    color: #f1f1f1;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #4e5b5e;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #d3b61c;
}

.site-tagline {
    font-size: 16px;
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    color: #999999;
    margin-left: 52px;
    margin-top: -6px;
}

.fixed-header-on .header .site-tagline {
    display: none;
}

.fixed-header-on .dark.header.fixed {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

h1, .h1 {
    text-align: left !important;
    color: #000 !important;
    font-weight: normal !important;
    /*text-transform: capitalize !important;*/
    font-family: "Roboto", sans-serif !important;
    margin-top: 40px !important;
}

h2, .h2 {
    color: #000 !important;
    font-weight: normal !important;
    /*text-transform: capitalize !important;*/
    font-family: "Roboto", sans-serif !important;
}

h3, .h3 {
    color: #000 !important;
    font-weight: normal !important;
    /*text-transform: capitalize !important;*/
    font-family: "Roboto", sans-serif !important;
}

.separator-line {
    color: #000;
    font-size: 32px;
    border-bottom: 6px solid #000;
    margin-bottom: 20px;
    margin-top: -10px;
}

.featuretext {
    font-size: 17px;
    color: #000;
    line-height: 28px;
}


.separator-2 {
    display: block;
    width: 100% !important;
    height: 2px !important;
    margin: -10px 0 20px !important;
    background-color: #9b9050 !important;
}

.separator-2-nomargin {
    display: block;
    width: 100% !important;
    height: 6px !important;
    background-color: #000 !important;
}

body {
    color: #000 !important;
    font-size: 17px !important;
    /*line-height: 28px !important;*/
}

.footerbody {
    color: #666 !important;
}

/*override footer color*/
/*.footer { 
    background-color: #999 !important;
}*/

/*.separator-line {
    color: #000;
    font-size: 32px;
    border-bottom: 2px solid #ed1c24;
    margin-bottom: 20px;
    margin-top: -10px;
}*/


.curriculumheaderbar {
    font-size: 85%;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #f1f1f1;
    padding: 2px;
}

.RadTabStrip_SubLevel .rtsImg {
    border: 0;
    vertical-align: top;
    width: 16px;
}

.sidebar-subheader {
    width: 100%;
    padding: 6px 6px 6px 10px;
    margin-bottom: 8px;
    background-color: #3b9796;
}

.sidebar-subheader-dark {
    width: 100%;
    padding: 6px 6px 6px 10px;
    margin-bottom: 8px;
    background-color: #333333;
}

.sidebar-subheader-alt {
    width: 100%;
    padding: 2px 6px 2px 10px;
    margin-bottom: 8px;
    background-color: #ada78d;
}

.subheader-dark {
    width: 100%;
    padding: 4px 6px 4px 10px;
    margin-bottom: 8px;
    background-color: #333333;
}


.subheader-alt {
    width: 100%;
    padding: 4px 6px 4px 10px;
    margin-bottom: 8px;
    background-color: #ada78d;
    color: #fff;
}



.sidebar-subheader a {
    color: #fff;
}

.sidebar-subheader-dark a {
    color: #fff;
}

.sidebar-subheader-alt a {
    color: #fff;
}

.subheader-alt a {
    color: #fff;
}

.subheader-dark a {
    color: #fff;
}


.panel-alt .panel-heading a,
.panel-alt .panel-heading a:hover {
    background-color: #ada78d;
}

.full-height {
    width: 100%;
    height: 100%;
    background: black;
    box-shadow: 0 500px 0 500px #000;
}

.fixed-header-on .dark.header.fixed { /*this overwrites the top header color for when the page is scrolled*/
    border-bottom: 1px solid #000 !important;
    background-color: rgba(0, 0, 0, 0.95) !important;
}

.dropdown-menu > li > a {
    /*color: #ccc !important;*/
}

.sidebarcolor {
    background-color: #f9f9f9 !important;
    /*padding: 6px;*/
}

hr.gradientdark {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

hr.gradientlight {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.listing-item p {
    font-size: 14px !important;
    color: #000 !important;
}

.headernavtextlink {
    font-size: 80%;
    color: #fff;
}


.userownsitem, .userownsitem a, .userownsitem a:hover {
    color: #2edb4c;
    font-size: 36px;
    position: absolute;
    bottom: 0px;
    right: 6px;
}

.userownsmessageinbox {
    background-color: #e8e8e8;
    color: #000;
    border: 1px solid #666;
    padding: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
}



.headerbar-default {
    padding: 6px 8px 6px 8px;
    background-color: #fab303;
    color: #fff;
}

.headerbar-dark {
    padding: 6px 8px 6px 8px;
    background-color: #000;
    color: #fff;
}

.headerbar-compliment {
    padding: 6px 8px 6px 8px;
    background-color: #973b3c;
    color: #fff;
}

.headerbar-alt {
    padding: 6px 8px 6px 8px;
    background-color: #4e5b5e;
    color: #fff;
}

.block {
    padding-bottom: 15px !important; /*this is to get rid of the 40px padding that it defaults to*/
}

.alternaterowcolors div:nth-child(even) {
    background-color: #f1f1f1;
}

.levelidentifier {
    font-size: 12px;
    color: #fff;
}

.curriculumlevel {
    color: #fff;
}

a.curriculumlevel {
    color: #fff;
}

    a.curriculumlevel:hover {
        color: #fff;
        text-decoration: underline;
    }

.dashboarditemlink {
    font-size: 13px;
}

.expandlevel {
    font-size: 13px;
    color: #fff;
}

a.expandlevel {
    color: #fff;
}

    a.expandlevel:hover {
        color: #fff;
        text-decoration: underline;
    }

.btn.btn-tiny {
    padding: 2px !important;
    margin: 0px !important;
    font-size: 12px !important;
    min-width: 80px !important;
    text-transform: capitalize !important;
}

/*.btn.btn-arrow {
    padding: 4px !important;
    margin: 0px !important;
    font-size: 12px !important;
    min-width: 20px !important;
    text-transform: capitalize !important;
}*/

.btn.btn-arrow {
    text-decoration: none;
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    /*border-radius: 50%;*/
    width: 22px !important;
    height: 22px !important;
    min-width: 20px !important;
    font-size: 14px;
    font-weight: bold;
}


.btn.btn-search {
    text-decoration: none;
    display: inline-block;
    margin: 0px !important;
    padding: 2px !important;
    width: 120px !important;
    height: 26px !important;
    min-width: 40px !important;
    font-size: 14px;
    text-transform: capitalize !important;
    background-color: black !important;
}

.btn.btn-nomargin {
    margin: 0px !important;
}

.btn.btn-fullwidth {
    width: 100% !important;
}

.backgroundLogo {
    background: transparent url(/images/logos/faded_triangle.png) no-repeat;
    background-position: 160% 0%;
    overflow: visible;
}

.inlinelink {
    color: #000;
}

a.inlinelink {
    color: #973b3c;
}

    a.inlinelink:hover {
        color: #782f30;
        text-decoration: underline;
    }

.specialmessage {
    background-color: #fffcf5;
    border: 1px solid #990000;
    padding: 8px;
    margin-bottom: 4px;
    line-height: 130%;
    font-size: 90%
}

.trackimage {
    border-radius: 10px;
}

/*html .highlight-examtab {
    font-weight: bold !important;
    color: red !important;
    background-color: Lime !important;
    background-image: linear-gradient(yellowGreen, red) !important;
    background: red !important;
}

    html .highlight-examtab .rtsLevel1 .rtsLink {
        background-color: yellowGreen !important;
        background-image: linear-gradient(yellowGreen, red) !important;
        background: yellow;
    }

html .RadTabStrip_Simple highlight-examtab .rtsLevel1 .rtsLink {
    background-color: yellowGreen !important;
    background-image: linear-gradient(yellowGreen, red) !important;
    background: yellow;
}*/

.mutedtext {
    color: #999999;
    font-style: italic;
}

table.universalstriped {
    width: 100%;
    text-align: left;
}

    table.universalstriped td, table.universalstriped th {
        vertical-align: bottom;
        padding: 4px;
        vertical-align: middle;
        min-height: 40px;
    }

    table.universalstriped tr:nth-child(even) {
        background: #f2f2f2;
    }

    table.universalstriped tr.rowhighlight td, tr.rowhighlight th {
        background-color: #ada78d;
        color: #fff;
    }

    table.universalstriped tr.rowdark td, tr.rowdark th {
        background-color: #666666;
        color: #fff;
    }

    table.universalstriped tr.rowblack td, tr.rowblack th {
        background-color: #000;
        color: #fff;
    }

.qa-indicator { /*use for text such as "Q" or "A" in pages such as forums */
    color: #973b3c;
    font-weight: bold;
    vertical-align: top;
    margin-right: 4px;
    width: 25px;
}

.rowgrey {
    background-color: #f2f2f2;
}

.g-recaptcha {
    margin: 15px auto !important;
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

/*universal custom tabstrip*/
.primarytab-container .RadTabStrip {
    margin-left: 0px;
    margin-top: 8px;
}

    .primarytab-container .RadTabStrip .rtsLevel1 {
        border-bottom: 1px solid #c4c4c4;
    }

    .primarytab-container .RadTabStrip .tab {
        background-color: #eaeaea;
        padding: 0px 0px 0px 0px;
        border: 1px solid #c4c4c4;
        text-align: center;
        vertical-align: middle;
    }

        .primarytab-container .RadTabStrip .tab.selectedTab {
            background-color: #fff;
            border-bottom-color: transparent;
        }

        .primarytab-container .RadTabStrip .tab.hoveredTab {
            background-color: #333;
            color: #fff;
        }

            .primarytab-container .RadTabStrip .tab.hoveredTab.selectedTab {
                background-color: #333;
            }

        .primarytab-container .RadTabStrip .tab .rtsLink {
            border: none;
            /*padding: 12px 0 0 0;*/
        }

        .primarytab-container .RadTabStrip .tab .rtsTxt {
            color: #000;
            /*font-family: 'Segoe UI';*/
            /*font-size: 16px;*/
        }

        .primarytab-container .RadTabStrip .tab.hoveredTab .rtsTxt {
            color: #fff;
        }

    .primarytab-container .RadTabStrip .rtsLevel2 {
        border-bottom: 1px solid #c4c4c4;
        border-left: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
    }

.RadTabStripPrimary_SubLevel {
    font-size: 14px;
    color: #973b3c;
}

table#student-forum {
    width: 100%;
}

    table#student-forum th {
        background-color: #666;
        color: #fff;
        padding: 5px 5px 5px 5px;
        font-weight: normal;
    }

    table#student-forum td {
        color: #000;
        padding: 5px 5px 5px 5px;
    }

table#HQ-Schedule {
    width: 100%;
}

    table#HQ-Schedule th {
        padding: 5px 5px 5px 5px;
        background-color: #666;
        color: #fff;
        text-align: center;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    table#HQ-Schedule tr:nth-child(even) {
        background-color: #ddd;
    }


    table#HQ-Schedule td {
        border: 1px solid #666;
        font-size: 12px;
        text-align: center;
        padding: 5px 5px 5px 5px;
        width: 12.5%;
    }


.homepagecustomvideoholder {
    background-color: #282828;
    background-image: url(/images/backgrounds/homepage_video_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    margin: 0px;
    min-height: 258px;
}

.homepagecustomopenholder {
    background-color: #282828;
    background-image: url(/images/backgrounds/homepage_video_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    margin: 0px;
    min-height: 258px;
}


/*.RadGrid a {
    color: #973b3c;
    text-decoration: underline;
}

.RadGrid a:hover,
.RadGrid a:visited {
    color: black;
}*/
div.RadGrid_Default .rgRow a,
div.RadGrid_Default .rgAltRow a {
    color: #973b3c;
    text-decoration: underline;
}

    div.RadGrid_Default .rgRow a:hover,
    div.RadGrid_Default .rgAltRow a:hover {
        color: black;
        /*font-size: 15px;*/
    }


[id=navbar-collapse-1] > ul > li:nth-child(1) {
    z-index: 100;
}

[id=navbar-collapse-1] > ul > li:nth-child(2) {
    z-index: 99;
}

[id=navbar-collapse-1] > ul > li:nth-child(3) {
    z-index: 98;
}

[id=navbar-collapse-1] > ul > li:nth-child(4) {
    z-index: 97;
}

[id=navbar-collapse-1] > ul > li:nth-child(5) {
    z-index: 96;
}

[id=navbar-collapse-1] > ul > li:nth-child(6) {
    z-index: 95;
}

[id=navbar-collapse-1] > ul > li:nth-child(7) {
    z-index: 94;
}

[id=navbar-collapse-1] > ul > li:nth-child(8) {
    z-index: 93;
}

[id=navbar-collapse-1] > ul > li:nth-child(9) {
    z-index: 92;
}

[id=navbar-collapse-1] > ul > li:nth-child(10) {
    z-index: 91;
}

.tabAddToCart {
    /*no style for full - this class is needed for mobile to hide tab */
    display: block;
}

@media (max-width: 480px) {


    /*.embed-responsive {
        position: relative;
        display: block;
        height: 200px;
        overflow: hidden;
        padding: 0;
    }*/

    .vanish {
        display: none;
    }

    .demargin {
        margin: 0 !important;
    }

    .depad {
        padding: 0 !important;
    }

    .partner-site {
        height: 100%;
        /*border: 1px solid #000 !important;*/
        margin-bottom: 0px;
    }

    .tabAddToCart {
        display: none !important;
    }
}

/* Video Styles */


.videoembed-wrapper {
    border: 1px solid #000000;
    /*background-color: #000;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*width: 670px;*/
    height: 312px;
    /*position: absolute;*/
    /*top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;*/
    /*position: relative;*/
    /*background: url(../images/spacer.gif);
    background-size: 600px 378px;*/
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (max-width: 992px) {
    .videoembed-wrapper {
        height: 300px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .videoembed-wrapper {
        height: 358px;
        /*padding-bottom: 20px;*/
    }
}

/* Small devices (mobile) */
@media (max-width: 480px) {
    .videoembed-wrapper {
        height: 188px;
        /*padding-bottom: 20px;*/
    }
}


/* End Video Styles*/

/*The following is a custom responsive bootstrap aspect ratio. The property padding-bottom is nothing else than the height of the item divided by the width in percent.*/
.embed-responsive-4by1 {
    padding-bottom: 25%;
}

.gridlink {
    text-decoration: none;
}

    .gridlink a {
        color: #696136 !important;
        text-decoration: underline;
    }

        .gridlink a:hover {
            color: #000 !important;
        }


.btn-nolink {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.productbox {
    padding: 10px;
    border: solid 1px #666;
    text-align: center;
    display: inline-block;
    width: 30%;
    margin: 20px;
    border-radius: 10px;
}

.programpricing {
    text-align: right; /*margin-top: 10px;*/
}

@media (max-width: 992px) {
    .programpricing {
        text-align: left; /*margin-top: 0px;*/
        margin-top: 10px;
    }

    .empty-space {
        display: none;
    }
}

/*use the following stop return test embedded within a parent class back to normal*/
.standardfont {
    text-decoration: none;
}

    .standardfont a {
        font-weight: normal;
    }

        .standardfont a:hover {
            font-weight: normal;
        }

/*Standardized bullet and numbered lists*/
ul.unorderedlist-default {
    margin-bottom: 20px;
}

    ul.unorderedlist-default li {
        margin-bottom: 15px;
    }

        ul.unorderedlist-default li:last-child {
            margin-bottom: 0px;
        }


ol.orderedlist-default {
    margin-bottom: 20px;
}

    ol.orderedlist-default li {
        margin-bottom: 15px;
    }

        ol.orderedlist-default li:last-child {
            margin-bottom: 0px;
        }

.mapInfo {
    width: 240px;
    /*height: 300px;*/
}

.nobackgroundcolor {
    background-color: transparent !important;
}

.vanish {
    display: none;
}

.homepage-bn {
    background-image: url(/images/graphics/Generic_BF_home_01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}


.homepage-bn-img {
    height: 200px;
    width: 100%;
}

@media (max-width:650px) {
    .homepage-bn {
        background-image: url(/images/graphics/Generic_BF_home_01m.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        height: 200px;
    }


    .homepage-bn-img {
        height: 200px;
        width: 100%;
    }
}

.mobileshow {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileshow {
        display: inline;
    }
}

.mobilehide {
    display: inline;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobilehide {
        display: none;
    }
}

.homepage-black-bn {
    background-color: #1b1b1b;
}

.banner-homepage-default {
    background-color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.banner-homepage01 {
    background-color: #000;
    background-image: url(/images/graphics/GNU_Covid19_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
}

.banner-homepage01-img {
    height: 100px;
    width: 1140px;
}

.bf-discount {
    background-image: url(/images/graphics/Generic_BF_home_01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}


.bf-discount-img {
    height: 200px;
    width: 100%;
}

@media (max-width:650px) {
    .banner-homepage-default {
        background-color: #000;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-homepage01 {
        background-color: #000;
        background-image: url(/images/graphics/GNU_Covid19_banner_mobile.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        height: 200px;
    }


    .banner-homepage01-img {
        /*height: 200px;*/
        width: 100%;
    }

    .bf-discount {
        background-image: url(/images/graphics/Generic_BF_home_01m.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        height: 200px;
    }


    .bf-discount-img {
        height: 200px;
        width: 100%;
    }
}
