﻿/*****************
    GOOGLE FONTS
*******************/

@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,300);
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');


/*****************************************************
    CUSTOM STYLES / OVERRIDES FOR  RESPONSIVE.CSS
*****************************************************/

body {
    background: url(../../student/en/images/Safe2DriveDefensiveDrivingHeader.jpg) no-repeat top center;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 12px;
    }
}

/* override responsive.css */
@media screen and (min-width: 768px) {
    .content-container {
        width: 100%;
    }
}

/* force max-width */
/*
@media screen and (min-width: 992px) {
    .content-container {
        width: 932px;
    }
}*/

.modal-body-container {
    padding: 0;
    height: auto;
}

.modal-cancel {
    margin-top: 0;
}

.link-white {
    color: #FFF;
}

h4
{
    /*margin-top:20px;*/
}

a:hover,
a.link:hover {
    text-decoration:underline;
    cursor: pointer;
}

.header-container {
    border-bottom: 1px solid #CCC;
}

@media screen and (min-width:992px) {
    .header-container {
        border-bottom: none;
    }
}

.main-nav {
    margin: 0 0;
}

@media screen and (min-width:992px) {
    .main-nav {
        max-width:932px;
        margin: 15px auto 0 auto;
    }
}

@media screen and (min-width:992px) {
    .main-nav .menu-container {
        border-top: none;
        padding: 5px;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
}

.brand-container a.brand-image.link {
    vertical-align: top;
    width: 30%;
}

.main-nav .brand-image {
    height: auto;
    padding: 10px 0 0 0;
    z-index: auto;
}

@media screen and (min-width:992px) {
    .main-nav .brand-image {
        padding: 10px 0 10px 0;
    }
}

.main-nav .brand-image img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:992px) {
    .main-nav ul.menu {
        margin-top: 3px;
    }
}

.main-nav .menu-toggle-button {
    position: relative;
    top: 0;
    right: 0;
    color: #FFF;
}

.main-nav .menu-toggle-button:hover {
    color: #FFF;
}

.main-nav .menu-toggle-button .btn-label {
    vertical-align: middle;
    /*display: none;*/
}

/*
@media screen and (min-width:480px)
{
    .main-nav .menu-toggle-button .btn-label {
        display: inline-block;
    }
}
*/

.main-nav .menu-toggle-button .icon {
    vertical-align: middle;
    display: inline-block;
    font-weight: normal !important;
    font-size: 1em;
}

.main-nav ul.menu li.menu-item a.menu-link {
    padding: 10px 15px;
    background-color: #666;
    color: #FFF;
    font-weight: bold;
    border-radius:0px;
}

@media screen and (min-width:992px) {
    .main-nav ul.menu li.menu-item a.menu-link {
        padding: 5px 10px;
        margin-right: 5px;
        background-color: #666;
        color: #FFF;
        font-weight: bold;
        border-radius:4px;
    }
}

.main-nav ul.menu li.menu-item a.menu-link:hover {
    background-color: #333;
    border-radius:0px;
    -webkit-transition:all 0.25s;
    transition:all 0.25s;
}

@media screen and (min-width:992px) {
    .main-nav ul.menu li.menu-item a.menu-link:hover
    {
        border-radius:4px;
    }
}

.banner-container {
    border-radius: 0;
    padding: 10px;
    background:transparent;
    background-size: cover;
}

@media screen and (min-width:768px) {
    .banner-container {
        background: none;
        min-height: 160px;
        border-bottom: none;
    }
}

@media screen and (min-width:992px) {
    .banner-container {
        min-height: 211px;
    }
}

@media screen and (max-width:480px) {
    .banner-container .title-container {
        padding: 0 5px;
    }
}

.banner-container .title {
    color: #287998;
    font-weight: 500;
    direction: ltr;
}

@media screen and (max-width:480px) {
    .banner-container .items-container {
        padding: 0 5px;
    }
}

.banner-container ul.items {
    color: #555;
    font-weight: 600;
    list-style-type: disc;
    margin: 0 0 5px 20px;
    padding-top: 0;
    padding-left: 0;
}

@media screen and (min-width:768px) {
    .banner-container ul.items {
        margin: 0 0 5px 0;
    }
}

@media screen and (min-width:992px) {
    .banner-container ul.items {
        margin: 0;
    }
}

.banner-container ul.items li {
    padding-bottom: 5px;
}

.banner-container .grid-row
{
    max-width: 932px;
    margin: 0 auto;
}

.background-white,
.course-home .main-container.background-white
{
    background-color:#FFF;
}

.background-light-gray
{
    background-color:#F5F5F5;
}

.background-gray
{
    background-color:#666;
}

.background-dark-gray
{
    background-color:#333;
}

.background-light-blue
{
    background-color: #EDF4Fa;
}

/* environmental backgrounds */

.background-highway {
    background: #FFF url(../../student/en/images/highway-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-tunnel {
    background: #FFF url(../../student/en/images/tunnel-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-car {
    background: #FFF url(../../student/en/images/car-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-concrete {
    background: #FFF url(../../student/en/images/concrete-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-desert {
    background: #FFF url(../../student/en/images/desert-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-desert2 {
    background: #FFF url(../../student/en/images/desert2-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-mountains {
    background: #FFF url(../../student/en/images/mountains-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-ocean {
    background: #FFF url(../../student/en/images/ocean-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-valley-of-fire {
    background: #FFF url(../../student/en/images/valley-of-fire-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-boardwalk {
    background: #FFF url(../../student/en/images/boardwalk-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-forest {
    background: #FFF url(../../student/en/images/forest-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-bridge {
    background: #FFF url(../../student/en/images/bridge-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-rural1 {
    background: #FFF url(../../student/en/images/rural-bg1.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-rural2 {
    background: #FFF url(../../student/en/images/rural-bg2.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-rural3 {
    background: #FFF url(../../student/en/images/rural-bg3.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-mountains2 {
    background: #FFF url(../../student/en/images/mountains-bg2.jpg) center center no-repeat !important;
    background-size: cover !important;
}

/* state specific backgrounds */

.background-alabama {
    background: #FFF url(../../student/en/images/alabama-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-alaska {
    background: #FFF url(../../student/en/images/alaska-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-arizona {
    background: #FFF url(../../student/en/images/arizona-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-arkansas {
    background: #FFF url(../../student/en/images/arkansas-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-california {
    background: #FFF url(../../student/en/images/california-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-colorado {
    background: #FFF url(../../student/en/images/colorado-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-connecticut {
    background: #FFF url(../../student/en/images/connecticut-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-delaware {
    background: #FFF url(../../student/en/images/delaware-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-florida {
    background: #FFF url(../../student/en/images/florida-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-georgia {
    background: #FFF url(../../student/en/images/georgia-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-hawaii {
    background: #FFF url(../../student/en/images/hawaii-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-idaho {
    background: #FFF url(../../student/en/images/idaho-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-illinois {
    background: #FFF url(../../student/en/images/illinois-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-indiana {
    background: #FFF url(../../student/en/images/indiana-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-iowa {
    background: #FFF url(../../student/en/images/iowa-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-kansas {
    background: #FFF url(../../student/en/images/kansas-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-kentucky {
    background: #FFF url(../../student/en/images/kentucky-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-louisiana {
    background: #FFF url(../../student/en/images/louisiana-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-maine {
    background: #FFF url(../../student/en/images/maine-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-maryland {
    background: #FFF url(../../student/en/images/maryland-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-massachusetts {
    background: #FFF url(../../student/en/images/massachusetts-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-michigan {
    background: #FFF url(../../student/en/images/michigan-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-minnesota {
    background: #FFF url(../../student/en/images/minnesota-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-mississippi {
    background: #FFF url(../../student/en/images/mississippi-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-missouri {
    background: #FFF url(../../student/en/images/missouri-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-montana {
    background: #FFF url(../../student/en/images/montana-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-nebraska {
    background: #FFF url(../../student/en/images/nebraska-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-nevada {
    background: #FFF url(../../student/en/images/nevada-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-new-hampshire {
    background: #FFF url(../../student/en/images/new-hampshire-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-new-jersey {
    background: #FFF url(../../student/en/images/new-jersey-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-new-mexico {
    background: #FFF url(../../student/en/images/new-mexico-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-new-york {
    background: #FFF url(../../student/en/images/new-york-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-north-carolina {
    background: #FFF url(../../student/en/images/north-carolina-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-north-dakota {
    background: #FFF url(../../student/en/images/north-dakota-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-south-dakota {
    background: #FFF url(../../student/en/images/south-dakota-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-ohio {
    background: #FFF url(../../student/en/images/ohio-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-oklahoma {
    background: #FFF url(../../student/en/images/oklahoma-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-oregon {
    background: #FFF url(../../student/en/images/oregon-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-pennsylvania {
    background: #FFF url(../../student/en/images/pennsylvania-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-rhode-island {
    background: #FFF url(../../student/en/images/rhode-island-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-south-carolina {
    background: #FFF url(../../student/en/images/south-carolina-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-south-dakota {
    background: #FFF url(../../student/en/images/south-dakota-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-tennessee {
    background: #FFF url(../../student/en/images/tennessee-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-texas {
    background: #FFF url(../../student/en/images/texas-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-utah {
    background: #FFF url(../../student/en/images/utah-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-vermont {
    background: #FFF url(../../student/en/images/vermont-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-virginia {
    background: #FFF url(../../student/en/images/virginia-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-washington {
    background: #FFF url(../../student/en/images/washington-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-west-virginia {
    background: #FFF url(../../student/en/images/west-virginia-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-wisconsin {
    background: #FFF url(../../student/en/images/wisconsin-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.background-wyoming {
    background: #FFF url(../../student/en/images/wyoming-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.banner-container .price-container {
    text-align: left;
    color: #EF7900;
    font-weight: bold;
    text-shadow: 0px 0px 5px #FFF;
    margin: 0 auto;
    float:none;
    clear:both;
}

@media screen and (max-width:480px) {
    .banner-container .title-container {
        padding: 0 5px;
    }
}

@media screen and (min-width:768px) {
    .banner-container .price-container {
        text-align: center;
    }
}

@media screen and (min-width:992px) {
    .banner-container .price-container {
        padding-top: 5px;
    }
}

.banner-container .price {
    font-size: 2em;
    vertical-align: middle;
}

.banner-container a.orangeLink {
    color: #ef8100;
    text-decoration: none;
}

    .banner-container a.orangeLink:hover {
        text-decoration: underline;
    }

.main-container
{
    max-width:932px;
    margin:0 auto;
}

.content-container-fluid .main-container
{
    max-width:100%;
}

.panel-title {
    color: #333;
    font-size: 1.25em;
    max-width: 100%;
}

.accordion-container .panel-title {
    font-size: 1.25em;
}

.accordion-container .panel-container {
    margin-bottom: 10px;
}

.footer-container {
    border-top: none;
}

.footer-container .nav-container {
    height: auto;
    max-width:932px;
    margin:0 auto;
}

@media screen and (min-width:768px) {
    .footer-container .nav-container {
        border-top: 1px solid #CCC;
    }
}

.footer-container .grid-row
{
    max-width:932px;
    margin:0 auto;
}

.footer-container ul.menu li.menu-item {
    border: 0;
}

    .footer-container ul.menu li.menu-item a.menu-link {
        padding: 5px 10px;
        font-weight: 600;
    }

@media screen and (min-width:768px) {
    .footer-container ul.menu li.menu-item a.menu-link {
        padding: 10px 10px;
    }
}

.footer-container .copyright {
    padding: 0 10px;
}

.footer-container .address {
    padding: 0 10px;
}

.input-textbox {
    padding: 5px;
    color:#000;
}

@media screen and (min-width:768px) {
    .input-textbox {
        width: 100%;
    }
}

@media screen and (min-width:992px) {
    .input-textbox {
        width: 70%;
    }
}

.input-select {
    padding: 5px;
    height: 30px;
    width: 100%;
}

@media screen and (min-width:640px) {
    .input-select {
        width: 50%;
    }
}

@media screen and (min-width:768px) {
    .input-select {
        width: 100%;
    }
}

@media screen and (min-width:992px) {
    .input-select {
        width: 70%;
    }
}

.input-phone .input-textbox {
    display: inline-block;
}

.input-date .input-select {
    display: inline-block;
}

@media screen and (max-width:480px) {
    .input-date .input-select {
        width: 31% !important;
    }
}

.editable {
    background-color: #FFF9D0 !important;
}

.input-select.disable,
.input-textbox.disable,
.input-textarea.disable,
.input-checkbox.disable,
.input-radio.disable {
    color: #444;
    background-color: #EEE;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    resize: none;
}

.form-field.disable .input-select,
.form-field.disable .input-textbox,
.form-field.disable .input-textarea,
.form-field.disable .input-checkbox,
.form-field.disable .input-radio {
    color: #444;
    background-color: #EEE !important;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    resize: none;
}

.contact-container {
    position: relative;
    padding: 0 15px 10px 15px;
}


@media screen and (min-width:992px) {
    .contact-container {
        position: absolute;
        top: -5px;
        /*right: 160px;*/
        right:0;
    }
}

.contact-container .phone {
    color:#666;    
}



/*
#header #lcqualitybadge
{
    position:absolute;
    z-index:1;
    top:5px;
    right:15px;
}

@media screen and (min-width:768px)
{
    #header #lcqualitybadge
    {
        top:15px;
        right:110px;
    }
}

@media screen and (min-width:992px)
{
    #header #lcqualitybadge
    {
        top:-10px;
        right:0;
    }
}*/


#lcqualitybadge.home-badge
{
    text-shadow:none;
}

@media screen and (min-width:900px)
{
    #lcqualitybadge.home-badge
    {
        margin-left:9%;
    }
}

.secondary-banner-container
{
    background-color:#eee;
    font-size:1.25em;
}

.secondary-banner-container .grid-row {
    max-width: 932px;
    margin: 0 auto;
}

.secondary-banner-container .home-badge
{
    text-align:center;
    margin:0 !important;
}


.line-break-sm {
    display:block;    
}

@media screen and (min-width:768px)
{
    .line-break-sm {
        display:none;
    }
}

.tagline {
    display: block;
    font-family: 'Nunito', sans-serif;
    color: #333;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 700;
    border-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
    
}

@media screen and (min-width:992px) {
    .tagline {
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #333;
        padding-left: 8px;
        margin-left: 5px;
        margin-bottom: 0;
        font-size: 1.25em;
        margin-top: 42px;
    }
}


@media screen and (min-width:768px) {
    .body-container.home {
        background: url(../../student/en/images/state-bg.jpg) top center no-repeat;
        background-size: contain;
    }
}

.main.details {
    font-size: 14px;
    background: #FFF;
    min-height: 400px;
}

@media screen and (min-width:768px) {
    .main.details {
        background: #FFF url(../../student/en/images/inner_bg2.jpg) top center no-repeat;
        padding: 30px 20px 0 25px;
    }
}


@media screen and (min-width:768px) {
    .main.details {
        background: #FFF url(../../student/en/images/inner_bg.jpg) top center no-repeat;
        padding: 40px 20px 0 25px;
        background-size: contain;
        margin-top: 10px;
    }
}


@media screen and (min-width:768px) {
    .main.details {
        float: right;
    }
}

.main.details .top-nav {
    text-align: center;
}

@media screen and (min-width:768px) {
    .main.details .top-nav {
        text-align: right;
    }
}

.bottom-nav {
    text-align: center;
}

.main.details .bottom-nav {
    text-align: center;
}

.main a:active,
.main a:link,
.main a:visited {
    color: #005CCE;
}

.main.details a:hover,
.main.course-home a:hover {
    text-decoration: underline;
}

.main.details .button:hover
{
    text-decoration:none;
}

.sidebar { /* NOTE: other book sidebar styles are in student/en/book/book-responsive.css */
    background: #EEE;
    padding: 10px 15px;
}

@media screen and (min-width:768px) {
    .sidebar {
        float: left; 
        background: transparent;
        padding: 0 15px;
    }
}

.sidebar.details {
    background: transparent;
}

@media screen and (min-width:768px) {
    .sidebar.details {
        /*padding: 10px 0 0 0;*/
        padding: 15px 15px;
    }
}

.sidebar.details a:link {
    text-decoration: underline;
    font-size: 1em;
}

.sidebar.details a:hover {
    text-decoration: none;
}

.button {
    padding: 8px;
    border-radius: 4px;
    font-weight: normal;
    min-width: 75px;
    margin-right: 1px;
    margin-left: 1px;
}



a.button:hover {
    text-decoration: none;
}

.button-orange {
    background-color: #ef8100;
}

.button-yellow {
    background-color: #FECC00;
    border: 1px solid #C7A000;
    color: #755e00 !important;
}

    .button-yellow:hover {
        background-color: #e8bb00;
    }

.menu-container .button {
    font-weight: bold;
}

a.link-orange {
    color: #FC7700;
}

.accordion-container .panel-title {
    color: #333;
    font-size: 1em;
}

.accordion-container .panel-title
{
    color: #005CCE;
    text-decoration:none;
}

.accordion-container.accordion-faqs .panel-title {
    font-size: 1em;
}

.page-title {
    font-size: 2em;
    color: #287998;
    text-align: center;
}

.page-subtitle {
    font-size: 1.75em;
    color: #287998;
    text-align: center;
}

.section-title {
    font-size: 1.5em;
    color: #287998;
    /*padding-top:15px;*/
    margin-bottom: 15px;
}

.subsection-title {
    font-size: 1.25em;
    color: #000;
    margin-bottom: 15px;
}

.secured {
    margin-top: 15px;
}

@media screen and (min-width:768px) {
    .secured {
        margin-top: 0;
        text-align: right;
    }
}


.no-padding {
    padding: 0 !important;
}

.no-side-padding
{
    padding-left:0 !important;
    padding-right:0 !important;
}

.no-margin {
    margin: 0 !important;
}

.social-container .icon {
    color: #333;
    font-size: 2em;
}

    .social-container .icon:hover {
        color: #666;
    }

.sidebar ul {
    padding: 0;
    padding-left: 15px;
}

.blue-boxes {
    background: #388EAD;
    border-radius: 10px;
    padding: 15px;
    color: #FFF;
    border-radius: 0;
    max-width:932px;
    margin: 0 auto 0 auto;
}

    .blue-boxes .middle-box {
        border-left: 0;
        border-right: 0;
        padding: 30px 15px;
    }

@media screen and (min-width:768px) {
    .blue-boxes .middle-box {
        border-left: 1px dotted #CCC;
        border-right: 1px dotted #CCC;
        border-top: 0;
        border-bottom: 0;
        padding: 0 15px;
    }
}

.blue-boxes h3.section-title {
    color: #FFF;
    margin: 0;
    font-size: 1.25em;
}

.blue-boxes .button {
    padding: 5px;
    /*font-weight:bold;*/
}

.blue-boxes .icon-container {
    text-align: center;
}

.blue-boxes .icon {
    font-size: 4em;
}

@media screen and (min-width:768px) {
    .blue-boxes .icon {
        font-size: 3em;
    }
}

@media screen and (min-width:768px) {
    .blue-boxes .list-container {
        font-size: 0.875em;
    }
}

@media screen and (min-width:992px) {
    .blue-boxes .grid-row {
        padding: 10px 0;
    }
}

@media screen and (max-width:992px) {
    .blue-boxes .border-left {
        border: none;
    }

    .blue-boxes .border-right {
        border: none;
    }
}

.blue-boxes ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.blue-boxes .button-container {
    text-align: center;
}

.blue-boxes a.orangeLink {
    color: #ffd401;
    text-decoration: none;
}

    .blue-boxes a.orangeLink:hover {
        text-decoration: underline;
    }


ol.alpha {
    list-style-type: upper-alpha;
}

.red-buttons {
    text-align: center;
}

.course-tabs .course-title {
    font-weight: bold;
}

.course-tabs .price {
    font-weight: bold;
}

.course-tabs img {
    border-radius: 4px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

.supplementary-container {
    padding: 0 5px;
    text-align: center;
}

@media screen and (min-width:480px) {
    .supplementary-container {
        padding: 0 15px;
    }
}

.breadcrumb-nav {
    padding: 0;
}

.panel-container-beige {
    background: #F1E7DD;
    color: #000;
}

    .panel-container-beige .panel-title {
        color: #000;
    }

    .panel-container-beige .panel-header-container {
        border-bottom: 1px dotted #000;
    }

    .panel-container-beige .panel-body-container {
        font-size: 1em;
    }

        .panel-container-beige .panel-body-container li {
            margin-bottom: 4px;
        }

    .panel-container-beige a {
        color: #000;
        text-decoration: underline;
    }

        .panel-container-beige a:hover {
            color: #000;
            text-decoration: none;
        }

.panel-container-blue {
    background: #439AB8;
    color: #000;
}

.panel-container-blue .panel-title {
    color: #FFF;
}

.panel-container-blue .panel-header-container {
    border-bottom: 1px dotted #FFF;
}

.panel-container-blue .panel-body-container {
    font-size: 1em;
}

.panel-container-blue .panel-body-container li {
    margin-bottom: 4px;
}

.panel-container-blue a {
    color: #000;
    text-decoration: underline;
}

.panel-container-blue a:hover {
    color: #fff; /*changed by brandie from black to white color*/
    text-decoration: none;
}



.panel-container-white {
    background: #FFF;
    color: #666;
    border:1px solid #666;
}

.panel-container-white .panel-title {
    color: #000;
}

.panel-container-white .panel-header-container {
    border-bottom: 1px dotted #666;
}

.panel-container-white .panel-body-container {
    font-size: 1em;
}

.panel-container-white .panel-body-container li {
    margin-bottom: 4px;
}

.panel-container-white a {
    color: #FFF;
    text-decoration: underline;
}

.panel-container-blue a:hover {
    color: #fff; /*changed by brandie from black to white color*/
    text-decoration: none;
}

a.panel-link:hover .panel-container {
    border: 1px solid #287998;
}

table {
    text-align: left;
    margin: 10px 0;
}

    table.office-hours {
        width: 100%;
    }

        table.office-hours th {
            background: #666;
            padding: 5px;
            color: #FFF;
            vertical-align: top;
        }

        table.office-hours td {
            padding: 2px;
            vertical-align: top;
        }


.icon-lg {
    font-size: 2em;
    vertical-align: middle;
}

.icon-teal {
    color: #287998;
}

.icon-red {
    color: #CC0000;
}

.auxiliary-nav {
    position: relative;
    margin-top: 5px;
}

@media screen and (min-width:992px) {
    .auxiliary-nav {
        text-align: right;
    }
}

.auxiliary-nav .button {
    border-radius: 4px;
    min-width: 1px;
    padding: 4px 8px;
    font-weight:bold;
}

.mobile-menu-nav {
    position: absolute;
    top:20px;
    right:20px;
}

@media screen and (min-width:992px) {
    .mobile-menu-nav {
        text-align: right;
    }
}


.mobile-menu-nav .button {
    border-radius: 4px;
    min-width: 1px;
    padding: 4px 8px;
    font-weight:bold;
}


.greeting {
    font-weight: bold;
}

div.importantbox {
    border: dotted 1px #FF0000;
    margin: 15px 0;
    padding: 0px 15px;
    background: #FFF4F4;
    width: 100%;
}

    div.importantbox .box-label {
        color: #F00;
        font-weight: bold;
    }

.checkbox-lg input {
    box-shadow: 0px 0px 10px #FF4E00;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.tiny-text {
    font-size: 0.75em;
}

.small-text {
    font-size: 0.875em;
}

.blue-text {
    color: #0000FF;
}

div.panel-table {
    border: 1px solid #276E8C;
}

    div.panel-table .panel-header-container {
        background-color: #276E8C;
        border-bottom: #276E8C;
    }

    div.panel-table .panel-title {
        color: #FFF;
    }

    div.panel-table table {
        margin: 0;
        border: none;
    }

    div.panel-table th {
        background-color: #C0E2ED;
        color: #276E8C;
    }

.panel-table .accordion-panel-toggle-button {
    color: #FFF !important;
}

.accordion-container .panel-container.panel-table {
    border: 1px solid #276E8C !important;
}

table.table-normal {
    width: 100%;
}

.table-teal {
    border: 1px solid #287998;
}

    .table-teal th,
    .table-teal .table-header,
    .table-teal .table-header a {
        background-color: #287998;
        color:#FFFFFF !important;
    }

    .table-teal tr {
        border-bottom: none;
        border-top: none;
    }

    .table-teal .alt-color {
        background-color: #EEF8FA !important;
    }

.sidebar .panel-container {
    /*margin-bottom:15px;*/
}

    .sidebar .panel-container .table-normal,
    .sidebar .panel-container .table-normal tr {
        border: none;
    }

.sidebar .table-normal tr {
    background: transparent;
}

.table-no-borders th,
.table-no-borders td {
    border: none;
}

table.table-normal th,
table.table-normal td {
    padding: 10px;
    vertical-align: top;
}

.sidebar table.table-normal th,
.sidebar table.table-normal td {
    padding: 5px;
    vertical-align: top;
}

table.table-normal a {
    padding: 2px;
}

tr.table-header {
    vertical-align: top;
}

tr.table-header-gray {
    background-color: #666;
    color: #FFF;
}


tr.table-header-gray th {
        background-color: #666;
        color: #FFF;
    }

tr.table-header-blue {
    background-color: #287998;
    color: #FFF;
}


tr.table-header-blue th {
        background-color: #287998;
        color: #FFF;
    }

tr.row-gray {
    background-color: #EEE;
}

tr.row-blue {
    background-color: #C0E2ED;
}

.table-normal-border {
    border: 1px solid #287998;
}

.table-row-borders {
    border: none;
}

    .table-row-borders th,
    .table-row-borders td {
        border: none;
    }

    .table-row-borders tr {
        border-bottom: 1px solid #287998;
    }

.media-container {
    margin: 15px 0;
}

.red-text {
    color: #F00;
}

.input-radio input {
    zoom: 1;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
}

.input-radio label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-weight: normal;
}

.input-textarea {
    width: 100%;
    resize: none;
}

.task1-container .button {
    width: 100%;
    max-width: 200px;
}

.task2-container .button {
    width: 100%;
    max-width: 200px;
}

.task-description {
    display: block;
}

@media screen and (min-width:992px) {
    .task-description {
        display: inline;
    }
}

.label {
    font-weight: 500;
    display: block;
    margin: 5px 0;
}

.center-image-youngFemaleWithLaptop-transparent {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-youngFemaleWithLaptop-transparent {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/youngFemaleWithLaptop-transparent.png');
        background-repeat: no-repeat;
        background-position: center 10px;
        background-size: contain;
    }
}

.center-image-happy-lady-on-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-happy-lady-on-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/happy-lady-laptop.png');
        background-repeat: no-repeat;
        background-position: center 10px;
        background-size: contain;
    }
}

.center-image-lady-on-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-lady-on-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/lady-on-laptop.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 320px;
    }
}


.center-image-lady-on-laptop-national {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-lady-on-laptop-national {
        display: block;
        position: absolute;
        top: 10px;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/lady-on-laptop.png');
        background-repeat: no-repeat;
        background-position: center 130px;
        background-size: 315px;
    }
}

.center-image-lady-on-laptop-tx-courses {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-lady-on-laptop-tx-courses {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/lady-on-laptop.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 330px;
    }
}



.center-image-guy-on-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-guy-on-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/guy-on-laptop.png');
        background-repeat: no-repeat;
        background-position: center 35px; /*modified by Brandie on 5-26-2016 was 10 px before - modified because we were trying to get man lower onto road instead of him looking like he is floating now that I've reduced the size of the picture a bit*/
        background-size: contain;
        background-size: 350px; /*added by Brandie on 5-26-16 because checkmarks were overlapping mans laptop*/
    }

    .center-image-guy-on-laptop-PA /*Brandie: 2-9-2017 made this version of class because man was too low in banner */ {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/guy-on-laptop.png');
        background-repeat: no-repeat;
        background-position: center 25px;
        background-size: contain;
        background-size: 330px;
    }

    .center-image-guy-on-laptop-DERefresher /*Brandie: 2-9-2017 made this version of class because man was too low in banner */ {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/guy-on-laptop.png');
        background-repeat: no-repeat;
        background-position: center 65px;
        background-size: contain;
        background-size: 330px;
    }
}

.center-image-teen {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-with-keys.png');
        background-position: center 10px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.center-image-teen-girl {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-girl {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-with-keys-2.png');
        background-position: center 10px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}


.center-image-senior-couple {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-senior-couple {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/senior-couple.png');
        background-position: center 10px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.center-image-seat-belt {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-seat-belt {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/seat-belt.png');
        background-position: center 30px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media screen and (min-width:992px) {
    .center-image-seat-belt {
        background-position: center 20px;
    }
}

.center-image-man-with-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-man-with-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/man-with-keys.png');
        background-position: center 70px;
        background-repeat: no-repeat;
        background-size: 320px;
    }
}

@media screen and (min-width:992px) {
    .center-image-man-with-keys {
        background-position: center 50px;
    }
}

.center-image-mature-driver-with-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-driver-with-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-driver-with-keys.png');
        background-position: center 25px;
        background-repeat: no-repeat;
        background-size: 350px;
    }
}

.center-image-woman-with-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-woman-with-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../student/en/images/woman-with-keys.png');
        background-position: center 35px;
        background-repeat: no-repeat;
        background-size: 350px;
    }
}

/***** New center images *****/

.center-image-mature-female-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-female-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-female-keys.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-female-license {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-female-license {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-female-license.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-female-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-female-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-female-laptop.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-female-ipad {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-female-ipad {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-female-ipad.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-female-insurance {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-female-insurance {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-female-insurance.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-female-ticket {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-female-ticket {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-female-ticket.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-male-insurance {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-male-insurance {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-male-insurance.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-male-ticket {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-male-ticket {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-male-ticket.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-male-ipad {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-male-ipad {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-male-ipad.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-male-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-male-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-male-laptop.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-male-license {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-male-license {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-male-license.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-mature-male-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-mature-male-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/mature-male-keys.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-boy-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-boy-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-boy-keys.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-boy-license {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-boy-license {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-boy-license.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-boy-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-boy-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-boy-laptop.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-boy-ipad {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-boy-ipad {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-boy-ipad.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-boy-ticket {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-boy-ticket {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-boy-ticket.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-boy-insurance {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-boy-insurance {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-boy-insurance.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-girl-insurance {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-girl-insurance {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-girl-insurance.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-girl-ticket {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-girl-ticket {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-girl-ticket.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-girl-ipad {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-girl-ipad {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-girl-ipad.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-girl-license {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-girl-license {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-girl-license.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-girl-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-girl-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-girl-laptop.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-teen-girl-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-teen-girl-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/teen-girl-keys.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-male-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-male-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-male-keys.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-male-license {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-male-license {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-male-license.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-male-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-male-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-male-laptop.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-male-ipad {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-male-ipad {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-male-ipad.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-male-ticket {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-male-ticket {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-male-ticket.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-male-insurance {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-male-insurance {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-male-insurance.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-woman-insurance {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-woman-insurance {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-woman-insurance.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-woman-ticket {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-woman-ticket {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-woman-ticket.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-woman-ipad {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-woman-ipad {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-woman-ipad.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-woman-laptop {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-woman-laptop {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-woman-laptop.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-woman-license {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-woman-license {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-woman-license.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.center-image-young-woman-keys {
    display: none;
}

@media screen and (min-width:768px) {
    .center-image-young-woman-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/young-woman-keys.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
}



.assurances-container {
    background-color:#FFFFFF;
}

.assurances-title
{
    padding:15px 0;
    text-align:center;
    border-bottom:1px dotted #999;
    width:100%;
    max-width:932px;
    margin:0 auto;
}

    .assurances-container .icon {
        font-size: 2em;
    }

    .assurances-container .assurance a:active,
    .assurances-container .assurance a:link,
    .assurances-container .assurance a:visited {
        font-weight: bold;
        font-size: 1.25em;
        text-decoration: none;
        color: #287998;
        display:inline-block;
        border-radius:5px;
        text-align:center;
        padding:10px 10px;

        -webkit-transition:all 0.4s;
        -moz-transition:all 0.4s;
        -o-transition:all 0.4s;
        transition:all 0.4s;

    }

    .assurances-container .assurance a:hover {
        color:#FFF;
        background-color:#287998;
    }

.assurances-container .assurance
{
    text-align:left;
}

.assurances-container .assurance .icon
{
    vertical-align:middle;
}

.assurances-container .description
{
    font-size:1.25em;
    padding:0 10px;
}

.testimonials {
    font-style: italic;
    font-weight: bold;
    position: relative;
    text-align: justify;
}

    .testimonials p {
        padding-left: 15px;
        padding-right: 15px;
    }

.testimonial-title
{
    color:#333333 !important;
    font-weight:bold !important;
}

.testimonial-title:hover
{
    text-decoration:none !important;  
}

.slick-initialized .slick-slide
{
    outline:none;
}

.test-story {
    padding: 0 10px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

    .test-story .student-name {
        text-align: right;
        padding-top: 10px;
        font-style: italic;
    }

    .test-story .icon {
        font-size: 3em;
        color: #ECDA4E;
        position: absolute;
        right: 0;
        top: 0px;
    }

.test-story-yellow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #F3E47B 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefcea 0%,#F3E47B 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefcea 0%,#F3E47B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border: 2px solid #F3E47B;
}

    .test-story-yellow .bubble-triangle {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #F3E47B;
        margin: 0px 0px -15px 15%;
    }

.test-story-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfe7fa+0,6393c1+100;Grey+Blue+3D */
    background: #cfe7fa; /* Old browsers */
    background: -moz-linear-gradient(top, #E6F9FF 0%, #86D3EF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #E6F9FF 0%, #86D3EF 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #E6F9FF 0%, #86D3EF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border: 2px solid #86D3EF;
}

    .test-story-blue .bubble-triangle {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #86D3EF;
        margin: 0px 0px -15px 75%;
    }

input[type="radio"] {
    vertical-align: top;
}

.error-message {
    color: #C00 !important;
    font-size: 0.75rem;
}


/*******************************************
State homepage styles/overrides
*******************************************/

@media screen and (min-width:768px) {
    .main.state-home {
        padding: 0 20px 0 30px;
        float: right;
    }
}

@media screen and (min-width:992px) {
    .main.state-home {
        padding: 0 20px 0 35px;
    }
}

.sidebar.state-home .panel-header-container {
    border-bottom: 1px dotted #287998;
}

.panel-outlined .panel-footer-container {
    border-top: none;
    text-align: center;
}

.link-current-lesson a {
    font-weight: bold;
    display: block;
    color: #339933 !important;
}

.link-current-lesson {
    background-color: #CEECCE !important;
}

    .link-current-lesson:hover a {
        color: #0B770B !important;
    }

.link-completed-lesson a {
    display: block;
    color: #000 !important;
}

.link-completed-lesson:hover {
    background-color: #EEE !important;
}

.link-pending-lesson a {
    display: block;
    color: #999 !important;
}

.link-pending-lesson:hover a {
    color: #999 !important;
}

/*******************************************
Course homepage styles/overrides
*******************************************/

.body-container.course-home {
    background: #388ead;
}

.course-home .banner-container {
    background: none;
    border-bottom: none;
    padding-bottom: 0;
    color: #FFF;
    font-size: 1.25em;
    position: relative;
    min-height: 360px;
}

    .course-home .banner-container .price-container {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0px 0px 5px #000;
    }

    .course-home .banner-container .title {
        direction: ltr;
        color: #FC8800;
        /*margin: 15px 0;*/
        font-size: 1.75em;
    }

    .course-home .banner-container ul.items {
        color: #FFF;
    }

    .course-home .banner-container .price-container {
        text-align: left;
        font-weight: normal;
    }

    .course-home .banner-container .price {
        font-size: 1.5em;
        font-weight: bold;
    }

    .course-home .banner-container .right-column {
        text-align: left;
    }

@media screen and (min-width:768px) {
    .course-home .banner-container .right-column {
        text-align: center;
    }
}

.course-home .banner-container .right-column .seal-container {
    width: 100%;
    text-align: center;
}

@media screen and (min-width:400px) {
    .course-home .banner-container .right-column .seal-container {
        text-align: left;
        width: 30%;
        max-width: 140px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width:768px) {
    .course-home .banner-container .right-column .seal-container {
        width: 100%;
    }
}

@media screen and (min-width:400px) {
    .course-home .banner-container .right-column .seal-container .seal {
        text-align: left;
        width: 100%;
        display: inline-block;
    }
}

.course-home .banner-container .right-column ul.items {
    text-align: left;
    list-style-type: none;
    margin: 15px 0;
}

@media screen and (min-width:400px) {
    .course-home .banner-container .right-column ul.items {
        width: 65%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width:768px) {
    .course-home .banner-container .right-column ul.items {
        width: 100%;
    }
}

.course-home .banner-container .right-column ul.items li {
    padding-left: 30px;
    text-indent: -20px;
}

.course-home .banner-container .right-column .assurances {
    width: 100%;
}

@media screen and (min-width:400px) {
    .course-home .banner-container .right-column .assurances {
        width: 65%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width:768px) {
    .course-home .banner-container .right-column .assurances {
        width: 100%;
    }
}

.course-home .banner-container .right-column .assurances ul.items {
    width: 100%;
}

@media screen and (min-width:400px) and (max-width:768px) {
    .course-home .banner-container .right-column .assurances ul.items {
        width: 100%;
    }
}

.course-home .main-container {
    /*background-color: #f1f1f1;*/
    background-color: #CBE9F5;
    max-width:100%;
}

    .course-home .main-container .main .grid-row
    {
        max-width:932px;
        margin:0 auto;
    }

    .course-home .main-container .panel-container {
        background-color: #FFF;
        margin: 0 0 15px 0;
    }

@media screen and (min-width:768px) {
    .course-home .main-container .panel-container {
        margin: 0 10px 15px 10px;
    }
}

@media screen and (min-width:992px) {
    .course-home .main-container .panel-container {
        margin: 0 10px 15px 10px;
    }
}

.course-home .main-container .panel-container .panel-title {
    font-size: 1.25em;
}

.course-home .main-container .panel-title {
    font-size: 1.5em;
}

.course-home .main-container .panel-body-container {
    padding: 15px 15px 15px 15px;
}

.course-home .main-container .panel-container .price-container {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.course-home .main-container .panel-footer-container {
    padding: 0 15px 15px 15px;
}

.all-courses-button-container {
    text-align: center;
}

@media screen and (min-width:400px) {
    .all-courses-button-container {
        text-align: left;
    }
}


@media screen and (min-width:768px) {
    .all-courses-button-container {
        text-align: center;
    }
}

.course-home .panel-container {
    background: transparent;
    margin-bottom: 20px;
}

    .course-home .panel-container.panel-outlined {
        border: 1px solid #CCC;
    }

.course-home .panel-outlined .panel-header-container {
    border-bottom: 1px dotted #999;
}

.course-home .panel-outlined .panel-header-container {
    border-bottom: 1px dotted #999;
}

.course-home .panel-container .panel-image {
    display: block;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

@media screen and (min-width:640px) {
    .course-home .panel-container .panel-image {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:640px) {
    .course-home .panel-container p,
    .course-home .panel-container ul,
    .course-home .panel-container ol,
    .course-home .panel-container .price-container {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (min-width:640px) {
    .course-home .tab-content-container .panel-container p,
    .course-home .tab-content-container .panel-container ul,
    .course-home .tab-content-container .panel-container ol,
    .course-home .tab-content-container .panel-container .price-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:992px) {
    .course-home .panel-container .panel-image {
        max-width: 100%;
    }
}

.course-home .panel-container ul.panel-ul {
    list-style-type: none;
}

    .course-home .panel-container ul.panel-ul li:before {
        content: '-- ';
    }

@media screen and (min-width:640px) {
    .course-home .panel-container .panel-image-wrap {
        max-width: 40%;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

.course-home .banner-container {
    text-shadow: 0px 0px 5px #000;
}

    .course-home .banner-container .buttons a {
        text-align: left;
    }

    .course-home .banner-container .buttons {
        text-align: left;
    }

@media screen and (max-width:400px) {
    .course-home .banner-container .buttons {
        text-align: center;
    }
}

@media screen and (min-width:992px) {
    .course-home .banner-container .buttons {
        text-align: left;
    }
}

.course-home .main-container .panel-body-container ul li,
.course-home .main-container .panel-body-container ol li {
    padding-bottom: 10px;
}

.course-home .main-container .panel-body-container .buttons {
    text-align: center;
}

.course-home .banner-container .button {
    padding: 8px;
    /*min-width: 150px;*/
    text-shadow: none;
}

.course-home .banner-container .state-selection {
    color: #000;
    padding: 5px;
    background-color: #333;
    border-radius: 5px;
    /*margin:10px 15px;*/
    width: 100%;
    float: none;
    clear: both;
    display: none;
}

@media screen and (min-width:480px) {
    .course-home .banner-container .state-selection {
        width: 50%;
    }
}

@media screen and (min-width:768px) {
    .course-home .banner-container .state-selection {
        width: 100%;
        float: right;
    }
}

.course-home .banner-container .state-selection select {
    width: 100%;
    background-color: #EEE;
    border-radius: 4px;
    padding: 4px;
}



/*******************************************
Main homepage styles/overrides
*******************************************/

.body-container.main-home {
    background: #333;
}

.main-home .banner-container {
    background: none;
    border-bottom: none;
    padding-bottom: 0;
    color: #FFF;
    font-size: 1.25em;
    position: relative;
    min-height: 400px;
}

    .main-home .banner-container .price-container {
        color: #FFF;
        font-weight: bold;
        text-shadow: none;
    }

    .main-home .banner-container .title {
        direction: ltr;
        color: #FC8800;
        /*margin: 15px 0;*/
        font-size: 1.75em;
    }

    .main-home .banner-container ul.items {
        color: #FFF;
    }

    .main-home .banner-container .price-container {
        text-align: left;
        font-weight: normal;
    }

    .main-home .banner-container .price {
        font-size: 1.5em;
        font-weight: bold;
    }

    .main-home .banner-container .right-column {
        text-align: left;
    }


    .main-home .banner-container .right-column .seal-container {
        width: 100%;
        text-align: center;
    }

    .main-home .banner-container .right-column .seal-container .seal {
        text-align: left;
        max-width:140px;
        display: inline-block;
    }

/*
@media screen and (min-width:400px) and (max-width:768px) {
    .main-home .banner-container .right-column .seal-container .seal {
        text-align: left;
        width: 100%;
        display: inline-block;
    }

    .main-home .banner-container .right-column .seal-container {
        text-align: left;
        width: 30%;
        max-width: 140px;
        display: inline-block;
        vertical-align: middle;
    }
}*/

.main-home .main-container {
    /*background-color: #EEE;*/
    background-color: #CBE9F5;
    max-width:100%;
}

.main-home .main
{
    padding:0;
}

.main-home .main-container .main .grid-row
{
    max-width:932px;
    margin:0 auto;
}

    .main-home .main-container .panel-container {
        background-color: #FFF;
        margin: 0 0 15px 0;
    }

@media screen and (min-width:768px) {
    .main-home .main-container .panel-container {
        margin: 0 10px 15px 10px;
    }
}

.main-home .main-container .panel-container .panel-title {
    font-size: 1.25em;
}

.main-home .main-container .panel-body-container {
    padding: 10px 10px 0 10px;
}

    .main-home .main-container .panel-body-container img {
        border: 1px solid #CCC;
    }


.main-home .main-container .panel-footer-container {
    padding: 0 15px 15px 15px;
}

.main-home .flex-4-container .flex-item
{
    
    border-bottom:1px dotted #666;
}

.main-home .flex-4-container .flex-item:last-child
{
    border-bottom:none;
}

@media screen and (min-width:768px)
{
    .main-home .flex-4-container .flex-item
    {
        padding:0 15px;
        border-bottom:none;
        border-right:1px dotted #666;
    }

    .main-home .flex-4-container .flex-item:last-child
    {
        border-right:none;
    }
}

.main-home .flex-body
{
    text-align:center;
}

.main-home .flex-panel-item .flex-item-title
{
    color:#333 !important;
}

.main-home .testimonials-snippets-container
{
    background-color:#333333;
}

.main-home .flex-item a
{
    text-decoration:none;
}

.main-home .flex-item a > .flex-item-title
{
    color:#333;
}

.main-home .flex-item a:hover > .flex-item-title
{
    color:#005876;
}

.all-courses-button-container {
    text-align: center;
}

@media screen and (min-width:400px) {
    .all-courses-button-container {
        text-align: left;
    }
}

@media screen and (min-width:768px) {
    .all-courses-button-container {
        text-align: center;
    }
}

.main-home .panel-container {
    background: transparent;
    margin-bottom: 20px;
}

    .main-home .panel-container.panel-outlined {
        border: 1px solid #CCC;
    }

.main-home .panel-outlined .panel-header-container {
    border-bottom: 1px dotted #999;
}

.main-home .panel-container .panel-image {
    display: block;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

.main-home .banner-container {
    text-shadow: 0px 0px 5px #000;
}

    .main-home .banner-container .buttons a {
        text-align: left;
    }

    .main-home .banner-container .buttons {
        text-align: left;
    }

@media screen and (max-width:400px) {
    .main-home .banner-container .buttons {
        text-align: center;
    }
}

@media screen and (min-width:992px) {
    .main-home .banner-container .buttons {
        text-align: left;
    }
}

.main-home .main-container .panel-body-container ul li,
.main-home .main-container .panel-body-container ol li {
    padding-bottom: 10px;
}

.main-home .main-container .panel-body-container .buttons {
    text-align: center;
}

.main-home .banner-container .button {
    padding: 8px;
    text-shadow: none;
}

.main-home .banner-container .form-buttons {
    padding: 10px 0;
}

.main-home .banner-container .state-selection {
    color: #000;
    border-radius: 5px;
    margin: 15px 0px;
    width: 100%;
    float: none;
    clear: both;
}

@media screen and (min-width:640px) {
    .main-home .banner-container .state-selection {
        width: 50%;
    }
}

@media screen and (min-width:768px) {
    .main-home .banner-container .state-selection {
        width: 100%;
    }
}

.main-home .banner-container .state-selection select {
    width: 75%;
    background-color: #EEE;
    border-radius: 4px;
    padding: 4px;
    display: inline-block;
}

.main-home .banner-container .state-selection .go-btn {
    display: inline-block;
    padding: 5px;
    min-width: 20%;
}

.main-home .banner-container .login-container .input-textbox {
    width: 100%;
    color: #000 !important;
}

@media screen and (min-width:640px) {
    .main-home .banner-container .login-container .input-textbox {
        width: 50%;
    }
}

@media screen and (min-width:768px) {
    .main-home .banner-container .login-container .input-textbox {
        width: 100%;
    }
}

.main-home .course-type-container
{
    max-width:932px;
    margin:0 auto;
    padding-left:10px;
    padding-right:10px;
}

@media screen and (min-width:768px) {
    .main-home .user-testimonial,
    .main-home .daily-snippet {
        min-height: 460px;
    }
}

@media screen and (min-width:992px) {
    .main-home .user-testimonial,
    .main-home .daily-snippet {
        min-height: 520px;
    }
}

.login-heading
{
    font-size:1.5em;
    color:#FFF;
    font-weight:bold;
    text-align:center;
    display:block;
}



.link-white {
    color: #FFF;
    text-decoration: none;
}

    .link-white:hover {
        text-decoration: underline;
    }

.panel-container.search-box {
    background: #EEE;
    margin: 0 auto;
    max-width: 360px;
}

    .panel-container.search-box .panel-title {
        color: #333;
        font-size: 1em;
    }

    .panel-container.search-box .panel-body-container {
        padding-top: 10px;
    }

.search-box .input-search {
    width: 75%;
    display: inline-block;
}

.search-box .button-go {
    display: inline-block;
}

.datagrid {
    overflow: auto;
    border: 1px solid #287998;
}



/* PASTED IN BY BRANDIE - THIS IS ONLY TEMPORARY TO LESSEN WORK AND INTERNAL STYLES RIGHT NOW UNTIL WE STYLE TABLES RESPONSIVELY*/
/********  ANCHORS IN TABLE HEADERS IN MAIN CONTENT AREA ********/

.primeAreaTableHeader a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.primeAreaTableHeader a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.primeAreaTableHeader a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff7700;
    text-decoration: none;
}

a.primeAreaTableItem:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

a.primeAreaTableItem:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

a.primeAreaTableItem:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff7700;
    text-decoration: none;
}


/******** PRIMARY AREA ********/

.primeAreaTable {
    table-layout: fixed;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #ffffff;
    border-style: ridge;
}

.primeAreaTableFixed {
    table-layout: fixed;
    width: 100%;
}

.primeAreaTableHeader {
    background-color: #287998;
}

.primeAreaTableHeaderText {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}

.primeAreaTableHeaderTextWhite {
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}

.primeAreaTableHeaderTextDisabled {
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
    color: #287998;
}

.primeAreaTableTextBlue {
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
    color: #287998;
}

.primeAreaTableHilite {
    table-layout: fixed;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #6699ff;
    border-style: ridge;
}

.primeAreaTableHeaderTextHilite {
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
    color: #6699ff;
}

.primeAreaTableItemText {
    font-family: "Arial";
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}

.primeAreaTableWithoutBorders {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 20px 3px 20px 3px;
    text-align: left;
}


.secondbodytext {
    font-family: "Arial";
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}

.whitelink a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.whitelink a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.whitelink a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff7700;
    text-decoration: none;
}

.scroll {
    max-height:320px;
    overflow: auto; /*scrollbar-base-color:#ffffff*/
}


/******** TRAFFIC VIOLATIONS PAGE ********/

.traffic-violations-header
{
    background:url('../../student/en/images/traffic-violations-bg.jpg') center top;
    background-size:cover;
}

.traffic-violations-header .rearview-mirror-container
{
    text-align:center;
}

.traffic-violations-header .rearview-mirror-container img
{
    max-width:960px;
}

.traffic-violations-header .rearview-mirror-container img
{
    max-width:960px;
}

.traffic-violations-header .page-title
{
    text-transform:uppercase;
}

@media screen and (min-width:576px)
{
    .traffic-violations-header .page-title
    {
        margin-top:-30px;
    }
}

@media screen and (min-width:768px)
{
    .traffic-violations-header .page-title
    {
        margin-top:-50px;
    }
}

@media screen and (min-width:992px)
{
    .traffic-violations-header .page-title
    {
        margin-top:-60px;
    }
}

.traffic-violations-header .page-title .dont-mess-container
{
    color:#ffd323;
    text-shadow:0px 0px 10px #000;
    font-size:1em;
    line-height:1em;
}

@media screen and (min-width:576px)
{
    .traffic-violations-header .page-title .dont-mess-container
    {
        font-size:1.3em;
    }
}

@media screen and (min-width:768px)
{
    .traffic-violations-header .page-title .dont-mess-container
    {
        font-size:1.9em;
    }
}

@media screen and (min-width:992px)
{
    .traffic-violations-header .page-title .dont-mess-container
    {
        font-size:2.6em;
    }
}

/*indiana*/
.in-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .in-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.4em;
    }
}

@media screen and (min-width:768px)
{
    .in-traffic-violations .page-title .dont-mess-container
    {
        font-size:2em;
    }
}

@media screen and (min-width:992px)
{
    .in-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.7em;
    }
}

/*arizona*/
.az-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .az-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.3em;
    }
}

@media screen and (min-width:768px)
{
    .az-traffic-violations .page-title .dont-mess-container
    {
        font-size:2em;
    }
}

@media screen and (min-width:992px)
{
    .az-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.6em;
    }
}

/*california*/
.ca-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .ca-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.2em;
    }
}

@media screen and (min-width:768px)
{
    .ca-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.8em;
    }
}

@media screen and (min-width:992px)
{
    .ca-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.3em;
    }
}

/*delaware*/
.de-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .de-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.2em;
    }
}

@media screen and (min-width:768px)
{
    .de-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.8em;
    }
}

@media screen and (min-width:992px)
{
    .de-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.4em;
    }
}

/*florida*/
.fl-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .fl-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.3em;
    }
}

@media screen and (min-width:768px)
{
    .fl-traffic-violations .page-title .dont-mess-container
    {
        font-size:2em;
    }
}

@media screen and (min-width:992px)
{
    .fl-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.6em;
    }
}

/*georgia*/
.ga-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .ga-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.3em;
    }
}

@media screen and (min-width:768px)
{
    .ga-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.9em;
    }
}

@media screen and (min-width:992px)
{
    .ga-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.6em;
    }
}

/*iowa*/
.ia-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .ia-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.5em;
    }
}

@media screen and (min-width:768px)
{
    .ia-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.3em;
    }
}

@media screen and (min-width:992px)
{
    .ia-traffic-violations .page-title .dont-mess-container
    {
        font-size:3em;
    }
}

/*north dakota*/
.nd-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .nd-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.1em;
    }
}

@media screen and (min-width:768px)
{
    .nd-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.6em;
    }
}

@media screen and (min-width:992px)
{
    .nd-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.1em;
    }
}

/*new jersey*/
.nj-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .nj-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.2em;
    }
}

@media screen and (min-width:768px)
{
    .nj-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.7em;
    }
}

@media screen and (min-width:992px)
{
    .nj-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.3em;
    }
}

/*new mexico*/
.nm-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .nm-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.2em;
    }
}

@media screen and (min-width:768px)
{
    .nm-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.7em;
    }
}

@media screen and (min-width:992px)
{
    .nm-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.3em;
    }
}

/*nevada*/
.nv-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .nv-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.4em;
    }
}

@media screen and (min-width:768px)
{
    .nv-traffic-violations .page-title .dont-mess-container
    {
        font-size:2em;
    }
}

@media screen and (min-width:992px)
{
    .nv-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.7em;
    }
}

/*ohio*/
.oh-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .oh-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.5em;
    }
}

@media screen and (min-width:768px)
{
    .oh-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.3em;
    }
}

@media screen and (min-width:992px)
{
    .oh-traffic-violations .page-title .dont-mess-container
    {
        font-size:3em;
    }
}

/*oklahoma*/
.ok-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .ok-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.2em;
    }
}

@media screen and (min-width:768px)
{
    .ok-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.8em;
    }
}

@media screen and (min-width:992px)
{
    .ok-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.4em;
    }
}

/*pennsylvania*/
.pa-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .pa-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.1em;
    }
}

@media screen and (min-width:768px)
{
    .pa-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.6em;
    }
}

@media screen and (min-width:992px)
{
    .pa-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.1em;
    }
}

/*virginia*/
.va-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .va-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.3em;
    }
}

@media screen and (min-width:768px)
{
    .va-traffic-violations .page-title .dont-mess-container
    {
        font-size:2em;
    }
}

@media screen and (min-width:992px)
{
    .va-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.6em;
    }
}

/*washington*/
.wa-traffic-violations .page-title .dont-mess-container
{
    font-size:1em;
}

@media screen and (min-width:576px)
{
    .wa-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.1em;
    }
}

@media screen and (min-width:768px)
{
    .wa-traffic-violations .page-title .dont-mess-container
    {
        font-size:1.7em;
    }
}

@media screen and (min-width:992px)
{
    .wa-traffic-violations .page-title .dont-mess-container
    {
        font-size:2.2em;
    }
}


.traffic-violations-header .page-title .highway-patrol-container
{
    color:#f3462a;
    text-shadow:0px 0px 10px #000;
    font-size:1em;
    line-height:1em;
}

@media screen and (min-width:576px)
{
    .traffic-violations-header .page-title .highway-patrol-container
    {
        font-size:2em;
    }
}

@media screen and (min-width:768px)
{
    .traffic-violations-header .page-title .highway-patrol-container
    {
        font-size:3em;
    }
}

@media screen and (min-width:992px)
{
    .traffic-violations-header .page-title .highway-patrol-container
    {
        font-size:4em;
    }
}

.traffic-violations-section
{
    font-size:1.25em;
    padding-top:2em;
    padding-bottom:2em;
}

@media screen and (min-width:576px)
{
    .traffic-violations-section
    {
        padding-top:2em;
        padding-bottom:2em;
    }
}

@media screen and (min-width:768px)
{
    .traffic-violations-section
    {
        padding-top:4em;
        padding-bottom:4em;
    }
}

.traffic-violations-content
{
    max-width:932px;
    margin:auto;
}

.traffic-violations-content img
{
    max-width:100%;
}

.traffic-violations-content a
{
    word-break:break-all;
}

.traffic-violations-content .back-to-top
{
    font-size:0.875em;
    padding:5px;
}

.traffic-violations-footer
{
    max-width:932px;
    color:#FFF;
    font-size:1.5em;
    margin:auto;
}

.float-right-sm,
.float-right-md,
.float-right-lg
{
    float: none;
    margin:auto;
    text-align:center;
}

@media screen and (min-width:768px)
{
    .float-right-sm
    {
        float: right;
        margin:10px;
    }
}

@media screen and (min-width:992px)
{
    .float-right-md
    {
        float: right;
        margin:10px;
    }
}

@media screen and (min-width:1200px)
{
    .float-right-lg
    {
        float: right;
        margin:10px;
    }
}

.float-left-sm,
.float-left-md,
.float-left-lg
{
    float: none;
    margin:auto;
    text-align:center;
}

@media screen and (min-width:768px)
{
    .float-left-sm
    {
        float: left;
        margin:10px;
    }
}

@media screen and (min-width:992px)
{
    .float-left-md
    {
        float: left;
        margin:10px;
    }
}

@media screen and (min-width:1200px)
{
    .float-left-lg
    {
        float: left;
        margin:10px;
    }
}



/******** SIDEBAR LAYOUT ********/

.panel-container-blue a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.panel-container-blue a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}


.panel-container-beige a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.panel-container-beige a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.tabs {
    background: #333;
    padding: 0 0 0 0;
    text-align: center;
}

@media screen and (min-width:768px) {
    .tabs {
        font-size: 1.25em;
    }
}

.tabs-horizontal ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .tabs-horizontal ul li {
        font-size: 16px;
        list-style-type: none;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-block;
        text-align: center;
        border-left:1px solid #005876;
    }

    .tabs-horizontal ul li:last-child {
        font-size: 16px;
        list-style-type: none;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-block;
        text-align: center;
            border-right:1px solid #005876;
    }

    .tabs-horizontal ul li .tab {
        font-size: 1em;
        list-style-type: none;
        padding: 15px 10px 0 10px;
        font-weight: bold;
        color: #999;
        text-decoration: none !important;
        text-align: center;
        display: block;
        cursor: pointer;
            
    }


        @media screen and (min-width:480px)
        {
            .tabs-horizontal ul li .tab {
                font-size: 1.25em;
                padding: 20px 15px 0 15px;
            }
        }

        .tabs-horizontal ul li .tab:hover {
            color: #FFFFFF;
            background-color:#005876;

        }

.tabs .triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CBE9F5;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
    visibility: hidden;
}

.tab-selected .triangle-up {
    /*visibility: visible;*/
}

.tab-content-container {
    /*display: none;*/
    padding: 30px 15px 15px 15px;
    font-size: 1.25em;
}

@media screen and (min-width:992px) {
    .tab-content-container {
        /*max-width: 932px;*/
        margin: 0 auto;
        padding: 30px 0 15px 0;
    }
}

.tab-content-container.tab-alt-section {
    background-color:#EEE;
    border-top:2px solid #FFF;
    border-bottom:2px solid #FFF;
}

.tab-content-container .back-to-top
{
    font-size:0.875em;
    padding:5px;
}

.tab-content-container .course-summary {
    border: 1px solid #287998;
    background: #FFF;
}

.tab-content-container .tab-title {
    font-size: 1.75em;
    color: #287998;
    text-align: center;
    display:block;
    font-weight:bold;
    margin-bottom:15px;
}

.tab-content-container hr {
    color: #333;
}

.tab-content-container h2 {
    font-size: 1.5em;
    color: #287998;
}

.tab-content-container h3
{
    font-size: 1.25em;
    color: #333;
}

.tab-content-container .panel-container .panel-title {
    font-size: 1em !important;
}

.tab-content-container img {
    border-radius: 0px;
    margin: 0 0;
}

.tab-content-container .tab-row
{
    border:0;
    border-bottom:1px solid #333;
    padding:40px 0;
}

.tab-content-container .tab-row img
{
    width:100%;
    
}

.tab-content-container ul li {
    margin: 10px 0;
}

.tab-content-container.tab-open {
    display: block;
}

.tab-content-container h2,
.tab-content-container h3 {
    margin: 15px 0;
}

.tab-content-container .register-button-bullets {
    display: block;
    text-align: center;
}

@media screen and (min-width:768px) {
    .tab-content-container .register-button-bullets {
        display: none;
    }
}

.tab-content-container .register-button-bullets .button {
    padding: 10px;
}

.tab-content-container .register-button-picture {
    display: none;
    text-align: center;
}

@media screen and (min-width:768px) {
    .tab-content-container .register-button-picture {
        display: block;
    }
}

.tab-content-container .register-button-picture .button {
    padding: 10px;
}

.tab-content-container .flex-panel-item
{
    font-size:0.8em !important;
}

.tabs-blue {
    background: #287998;
}

    .tabs-blue ul li .tab {
        color: #FFFFFF;
    }
        .tabs-blue ul li .tab.tab-selected {
            /*color: #FFF !important;
            background-color: #005876;*/
        }

.tab-faq-container
{
    border-bottom:1px solid #333;
}

.tab-faq-container h3
{
    font-size:1.25em;
}

.faq-question
{
    font-size:1.25em;
    margin:20px 0 15px 0;
}


/*END PASTED IN BY BRANDIE TEMPORARY SECTION*/

.quiz-font {
    font-size: 1.25em;
}
/*padding: 0px 3px 3px 3px;*/

table.table-normal tr.table-header-green {
    background-color: #338237;
    color: #FF0000;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

tr.row-green {
    background-color: #EEE;
}

.approved-courts-container {
    border: 2px solid #307D9B;
    padding: 10px;
    border-radius: 10px;
}

@media screen and (min-width:640px) {
    .approved-courts-container {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

table.ApprovedCourts {
    width:100%;
}

table.ApprovedCourts td {
    vertical-align: top;
    padding:5px;
}

table.ApprovedCourts td.cola {
    width: 15px;
}

table.table-associative td
{
    border: 1px solid #CCC;
    padding: 10px;
    vertical-align: top;
}

.table-associative.table-teal td.key
{
    color:#FFF;
    background-color:#287998;
    font-weight:bold;
}

.primeAreaTableNoMoreTable
{
	width:100%;
	border:1px solid #333;
	border-collapse:collapse;
    font-size:1em;
}

.primeAreaTableNoMoreTable td
{
	border-right:1px solid #333;
	padding:4px;
	vertical-align:top;
    word-break:normal;
}

.primeAreaTableNoMoreTable td textarea
{
	font:inherit;
	width:98%;
}

.primeAreaTableNoMoreTable tr:last-child
{
	/*border-top:1px solid #333;*/
}

primeAreaTableNoMoreTable tr:first-child
{
    display:none;
}

.primeAreaTableNoMoreTable a:link
{
	display:block;
    width:100%;
    font-size:14px;
}

@media screen and (max-width:767px)
{
    .primeAreaTableNoMoreTable
    {
	    width:auto;
    }

    table.primeAreaTableNoMoreTable,
    .primeAreaTableNoMoreTable thead,
    .primeAreaTableNoMoreTable tbody,
    .primeAreaTableNoMoreTable th,
    .primeAreaTableNoMoreTable .primeAreaTableHeader,
    .primeAreaTableNoMoreTable tr,
    .primeAreaTableNoMoreTable td       
    { 
	    display: block;
    }

    .primeAreaTableNoMoreTable .primeAreaTableHeader
    {
	    visibility:hidden;
	    display:none;
    }

    .primeAreaTableNoMoreTable thead tr {
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
    }

    .primeAreaTableNoMoreTable tr
    {
	    border-bottom:1px solid #000;
    }

    .primeAreaTableNoMoreTable td  /* push content to the middle to give space for the labels */
    {
	    padding-left:40%;
	    position:relative;
	    border:none;
	    white-space: normal;
	    text-align:left;
    }

    .primeAreaTableNoMoreTable td:before /* pull labels to the left */
    {
	    position:absolute;
	    top: 4px;
	    left: 6px;
	    width: 30%; 
	    padding-right:10px;
	    white-space: nowrap;
	    font-weight:bold;		
	    content: attr(class);  /* assigns the labels as the class text */
	    /*border:1px dotted #000;*/
    }
}



/*******************************************
Styles for 24-column grid
*******************************************/

.grid-col24-xs-1,
.grid-col24-xs-2,
.grid-col24-xs-3,
.grid-col24-xs-4,
.grid-col24-xs-5,
.grid-col24-xs-6,
.grid-col24-xs-7,
.grid-col24-xs-8,
.grid-col24-xs-9,
.grid-col24-xs-10,
.grid-col24-xs-11,
.grid-col24-xs-12,
.grid-col24-xs-13,
.grid-col24-xs-14,
.grid-col24-xs-15,
.grid-col24-xs-16,
.grid-col24-xs-17,
.grid-col24-xs-18,
.grid-col24-xs-19,
.grid-col24-xs-20,
.grid-col24-xs-21,
.grid-col24-xs-22,
.grid-col24-xs-23,
.grid-col24-xs-24 {
    padding-right: 7px;
    padding-left: 7px;
    position: relative;
    display: block;
}

.grid-col24-xs-1 {
    width: 4.166667%;
    float: left;
}

.grid-col24-xs-2 {
    width: 8.333333%;
    float: left;
}

.grid-col24-xs-3 {
    width: 12.5%;
    float: left;
}

.grid-col24-xs-4 {
    width: 16.666666%;
    float: left;
}

.grid-col24-xs-5 {
    width: 20.833335%;
    float: left;
}

.grid-col24-xs-6 {
    width: 25%;
    float: left;
}

.grid-col24-xs-7 {
    width: 29.166669%;
    float: left;
}

.grid-col24-xs-8 {
    width: 33.333333%;
    float: left;
}

.grid-col24-xs-9 {
    width: 37.500003%;
    float: left;
}

.grid-col24-xs-10 {
    width: 41.666666%;
    float: left;
}

.grid-col24-xs-11 {
    width: 45.833337%;
    float: left;
}

.grid-col24-xs-12 {
    width: 50%;
    float: left;
}

.grid-col24-xs-13 {
    width: 54.166671%;
    float: left;
}

.grid-col24-xs-14 {
    width: 58.333333%;
    float: left;
}

.grid-col24-xs-15 {
    width: 62.500005%;
    float: left;
}

.grid-col24-xs-16 {
    width: 66.666666%;
    float: left;
}

.grid-col24-xs-17 {
    width: 70.833339%;
    float: left;
}

.grid-col24-xs-18 {
    width: 75%;
    float: left;
}

.grid-col24-xs-19 {
    width: 79.166673%;
    float: left;
}

.grid-col24-xs-20 {
    width: 83.333333%;
    float: left;
}

.grid-col24-xs-21 {
    width: 87.500007%;
    float: left;
}

.grid-col24-xs-22 {
    width: 91.666666%;
    float: left;
}

.grid-col24-xs-23 {
    width: 95.833341%;
    float: left;
}

.grid-col24-xs-24 {
    width: 100%;
    float: left;
}

.teal {
    color: #287998;
}

.black {
    color: #000000;
}

.labelforinputs {
    display: block;
    margin-left: 25px;
}

.floatleftinputs {
    float: left;
}



.button-mini {
    padding: 5px;
    border-radius: 4px;
    font-weight: normal;
    min-width: 45px;
    margin-right: 1px;
    margin-left: 1px;
}

.validation-label { /*6-1-2016 Added by Brandie when working with validation controls*/
    font-family: 'Arial';
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}

.button-grey {
    background-color: #808080;
}


.primeAreaTableHeaderTextWhite12 {
    font-family: "Arial";
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
}



.tab-content-container.tab-parents ul li.spaced-list {
    margin-top: 20px;
}

.tab-content-container.tab-teens ul li.spaced-list {
    margin-top: 17px;
}

.tab-content-container .spaced-button {
    margin-top: 34px;
}

/*Georgia Home Page*/

@media screen and (min-width:768px) and (max-width:991px) {
    .georgia-home .blueboxtitleminheight {
        min-height: 35px;
    }

    .georgia-home .blueboxcontentminheight {
        min-height: 90px;
    }
}




/*ohio state home page*/

.ohio-home .blueboxcontentminheight {
    min-height: 100px;
}

@media screen and (min-width:768px) and (max-width:992px) {

    .ohio-home .blueboxtitleminheight {
        min-height: 35px;
    }
}

@media screen and (min-width:992px) {
    .ohio-home .blueboxcontentminheight {
        min-height: 80px;
    }
}



@media screen and (min-width:768px) and (max-width:991px) {
    .columbus-home .center-image-woman-with-keys {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../../student/en/images/woman-with-keys.png');
        background-position: center 70px;
        background-repeat: no-repeat;
        background-size: 300px;
    }
}






/* texas-insurance-discount.aspx */

.tx-ins-home .imagecaption {
    min-height: 50px;
}

/**********************
        BLOG
**********************/

.post-entry .author,
.post-container .author {
    font-size: 0.875em;
}

.post-entry {
    position: relative;
    border: 1px solid #439ab8;
    padding: 60px 15px 15px 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

    .post-entry .section-title {
        text-align: left;
        font-size: 1.5em;
        margin: 0;
    }

    .post-entry .date-container {
        position: absolute;
        top: 10px;
        left: -10px;
        padding: 10px;
        margin-bottom: 15px;
        background: #F3E9A2;
        width: 120px;
        font-weight: bold;
        z-index: 9999;
    }

    .post-entry .triangle {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-right: 20px solid #FFF;
        border-bottom: 18px solid transparent;
    }

    .post-entry .date-container-shadow {
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 8px solid #a79832;
        border-left: 10px solid transparent;
    }

    .post-entry .back-to-top {
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 1px solid #439ab8;
        border-left: 1px solid #439ab8;
        border-right: 0px solid #439ab8;
        border-bottom: 0px solid #439ab8;
        padding: 5px;
        font-size: 0.75em;
    }

.post-container .page-title {
    text-align: left;
    font-size: 1.5em;
    margin: 0;
}

.post-container .date-container {
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 10px;
    margin-bottom: 15px;
    background: #F3E9A2;
    width: 120px;
    font-weight: bold;
    z-index: 9999;
}

.post-container .triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 20px solid #FFF;
    border-bottom: 18px solid transparent;
}

.post-container .date-container-shadow {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid #a79832;
    border-left: 10px solid transparent;
}

.post-container .post-content {
    position: relative;
    border: 1px solid #439ab8;
    padding: 60px 15px 15px 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.post-container img {
    width: 100%;
    margin-bottom: 15px;
}

.post-archive {
    border-top: 1px solid #CCC;
    margin-bottom: 5px;
}

.post-archive-date {
    padding: 5px;
    display: inline-block;
    width: 22%;
    vertical-align: top;
    text-align: right;
    font-size: 0.875em;
    background-color: #CCC;
    font-weight: bold;
}

@media screen and (min-width:640px) {
    .post-archive-date {
        width: 12%;
    }
}

.post-archive-content {
    padding: 5px;
    display: inline-block;
    width: 72%;
    vertical-align: top;
}

@media screen and (min-width:640px) {
    .post-archive-content {
        width: 82%;
    }
}


.main-home-es .panel-body-container .course-description {
    min-height: 185px;
}

.flex-container
{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    -moz-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:space-between;
}

.flex-item
{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    -moz-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    align-items:flex-start;    
    margin:15px;
    width:100%;
}

@media screen and (min-width:768px)
{
    .flex-item
    {
        width: 45%;
    }
}

@media screen and (min-width:768px)
{
    .flex-4-container .flex-item
    {
        width: 25%;
        margin:15px 0;
    }
}

@media screen and (min-width:992px)
{
    .flex-item
    {
        width: 280px;
    }
}

@media screen and (min-width:992px)
{
    .flex-2-container .flex-item
    {
        width: 46%;
    }
}

@media screen and (min-width:768px)
{
    .flex-item .flex-item-title
    {
        height:45px;
        min-height:45px;
    }
}

/* vertically center the title */
.flex-item-title
{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items:center;
    justify-content:center;
}

.flex-panels-container
{
    max-width:932px;
    margin:0 auto;
    font-size:1em;
}

.flex-panel-item
{
    background-color:#FFF;
    border:1px solid #CCC;
    padding:0 10px;
    border-radius:5px;
}

.flex-panels-container .flex-item .flex-item-title
{
    font-size: 1.5em;
    margin:15px 0;
    /*color: #287998;*/
    color:#333;
    text-align: center;
}

.flex-panel-item .price-container
{
    font-size:1.5em;
}

.flex-item .flex-body,
.flex-item .flex-footer
{
    width:100%;
}

.flex-item img
{
    border-radius:0px;
    border:1px solid #CCC;
}

.flex-item a:hover img
{
    border:1px solid #0073a2;
}

.flex-item .flex-footer
{
    -webkit-align-self:flex-end;
    -moz-align-self:flex-end;
    align-self:flex-end;
    text-align:center;
}

.flex-item li
{
    margin-bottom:15px;
}

.flex-panel-item .section-title
{
    font-size:1.25em;
}

.flex-panel-item .slick-list
{
    
}

@media screen and (min-width:768px)
{
    .flex-panel-item .slick-list
    {
        width: auto;
    }
}

.flex-panel-item .slick-list
{
    width:200px;
    margin:0 auto;
}

@media screen and (min-width:320px)
{
    .flex-panel-item .slick-list
    {
        width:260px;
    }
}

@media screen and (min-width:480px)
{
    .flex-panel-item .slick-list
    {
        width:420px;
    }
}

@media screen and (min-width:560px)
{
    .flex-panel-item .slick-list
    {
        width:500px;
    }
}


@media screen and (min-width:640px)
{
    .flex-panel-item .slick-list
    {
        width:580px;
    }
}

@media screen and (min-width:768px)
{
    .flex-panel-item .slick-list
    {
        width:auto;
    }
}

.ApprovedCourts
{
    border-collapse:collapse;
}

.panel-container-blue .ApprovedCourts
{
    color:#FFF;
}

.panel-container-beige .ApprovedCourts
{
    color:#000;
}

.button-blue:active,
.button-blue:link,
.button-blue:visited
{    
    background-color: #287998;
    border:1px solid #005876;
}

.button-blue:hover
{        
    background-color: #005876;
}

div#check-eligibility-box {
    max-width: 380px;
    width:100%;
    padding: 20px 15px 0 15px;
    margin: 15px auto 15px auto;
    border:2px solid #307D9B; 
    border-radius: 25px;
}

div#check-eligibility-box .input-textbox,
div#check-eligibility-box .input-select
{
    width:100%;
}

table#tblCheckEligibility td {
    vertical-align: top;
    font-size: 11pt;
}

table#tblCheckEligibility #divResults {
    position: relative;
}



/*Timer Styling*/
div.timerContainer {
    position: absolute;
    font-size: 8pt;
    color: #666666;
    font-weight: bold;
    width: 160px;
    margin: 10px 0 0 60px;
}

div.timerContainer td {
    text-align: left !important;
}

/*Fun Fact Gradient Boxes these are yellow*/

    .gradient-background .fun-fact {
        font-size: 2em;
        font-family: Garamond;
        text-align:center;
        font-weight:bold;
        display:block;
    }


    .gradient-background .fun-fact-topic {
        font-size: 2em;
        font-family: Garamond;
        color: darkslategray;
        text-align:center;
        font-weight:bold;
        display:block;
    }

    .gradient-background {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+72,fbdf93+100 */
        background: #fceabb; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 72%, #fbdf93 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #fceabb 0%,#fccd4d 50%,#f8b500 72%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #fceabb 0%,#fccd4d 50%,#f8b500 72%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        /*max-width: 85%;*/
        margin: auto;
        border-radius: 15px;
        padding-bottom: 3px;
    }





@media screen and (min-width:768px) {
    .gradient-background .fun-fact {
        font-size: 3em;
    }


    .gradient-background .fun-fact-topic {
        font-size: 3em;
    }

    .gradient-background {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+72,fbdf93+100 */
        background: #fceabb; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 72%, #fbdf93 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #fceabb 0%,#fccd4d 50%,#f8b500 72%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #fceabb 0%,#fccd4d 50%,#f8b500 72%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        /*max-width: 85%;*/
        margin: auto;
        padding: 10px 0;
        border-radius: 15px;
    }
}

.rounded-box
{
    border: 2px solid #307D9B;
    padding: 5px 10px;
    border-radius: 12px;
    margin:10px 0;
    background:#FFF;
}

#courtSearch
{
    margin-top:5px;
}



.note-outline p:first-child:before,
.note-fill p:first-child:before
{
    font-family: "fontello";
    content:'\e853';
    margin-right:10px;
    font-size:2em;
    vertical-align:top;
}

.note-outline p:first-child,
.note-fill p:first-child
{
    text-indent:-32px;
}

.note-outline
{
    border:1px dotted #ddbd00;
    border-top:2px solid #ddbd00;
    padding:0px 15px 0px 50px;
    color:#000000;
    font-weight:bold;
    line-height:1.25em;
    margin:10px 0;
    background:#fff;
}

.note-fill
{
    background:#ffea29;
    padding:5px 15px 5px 50px;
    color:#000000;
    font-weight:bold;
    line-height:1.25em;
    margin:10px 0;
}

.bold {
    font-weight: bold !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.underline {
    text-decoration: underline !important;
}

.italic,
.bold.italic {
    font-style: italic;
}

.red,
.bold.red {
    color: #FF0000 !important;
}

.green
{
    color:#00FF00;
}

.blue
{
    color:#0000FF;
}


.testimonial-slider-container {
    background-color: #FFFFFF;
    padding: 20px 20px;
    max-width: 932px;
    margin: 0 auto;
}

.testimonial-slider .slick-slide {
	margin:10px;
}

.testimonial-slider .icon-star,
.testimonial-slider .icon-star-empty {
	color:#FC8800;
}



.testimonial-slider .testimonial {
	padding:0 20px;
    font-size:1.25em;
}

.testimonial-slider .slick-prev:before, 
.testimonial-slider .slick-next:before {
	color:#CCCCCC;
}

.testimonial-slider.testimonial-slider-light .testimonial {
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	color:#333333;
}

.testimonial-slider .slick-dots li button:before
{
    /*color:#FFF;*/
}

.testimonial-slider .slick-dots li.slick-active button:before
{
    /*color:#EEE;*/
}

.testimonial-slider.testimonial-slider-dark .testimonial {
	background-color:#333333;
	border:1px solid #000000;
	color:#EEEEEE;
}

.snippets-container
{
    padding:20px 0;
}

.snippets-container .heading
{
    font-size:3em;
    display:block;
    margin-top:0;
    margin-bottom:10px;  
    text-transform:uppercase;
    font-family:'Arial Rounded MT';
}

@media screen and (min-width: 768px)
{
    .snippets-container .heading
    {
        margin-top:40px;
        font-size:5em;
    }
}

.snippets-container .heading1
{
    color:#8ed9ef;
}

.snippets-container .heading2
{
    color:#eb7f23;
}

.snippets-container .subheading
{
    color:#EEEEEE;
    font-size:1.5em;
}

.snippets-container .daily-snippet
{
    min-height:initial;
}

.snippets-container .daily-snippet .img-responsive
{
    width:auto;
}

.course-home .testimonials-container .main .grid-row {
    max-width: 932px;
    margin: 0 auto;
}

.video-container
{
    border:1px solid #333333;
    background-color:#333333;
}