﻿@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url("/styles/forms.css");

#admin {
    position: relative;
    z-index: 99;
}
#admin::after {
    content: "";
    clear: both;
    display: table;
  }

.skip-link {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0.5em 0.5em;
}

h1, .h1-style {
    line-height: 1;
}

/* layout */
.adage-fitityfifty-inner {
    flex-wrap: wrap;
    /* see on /courses */
}

.rich-text > * + *, .rich-text > div > * + * {
    margin-top: 0;
}

/* Course Listing Layout */
.listing, .courses-listing { overflow-x: hidden; }
.listing .adage-block {
    background: #F1F2F2;
}

.courses-listing .adage-block { background: rgba(239,242,242, .4); }
.adage-fiftyfifty {
    max-width: 1400px;
    padding: 2%;
}
.adage-fiftyfifty-inner {
    align-items: center;
}
.grow {
    display: inline-block;
    overflow: hidden;
}
.grow img {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.grow img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.inset {
    padding: 1.25em;
}

.amta-inset {
    padding: 1.25em 1.25em .5em 1.25em;
}

.amta-color-009fa9 {
    color: #009fa9 !important;
}

.amta-color-009fa9 > a {
    color: #009fa9 !important;
}

.amta-accent-color-025173 {
    accent-color: #025173;
}

.amta_ol_elements li::marker {
    color: #025173;
    font-weight: bold;
}

.amta-no-blue-outine:focus {
    outline: none !important;
}

.amta-no-blue-outine:active {
    outline: none !important;
}

.amta-display-flex {
    display: flex !important;
}

.flex_grid ul.courses {
    width: 31.333%;
    border-radius: 6px;
    background: white;
    list-style: none;
}

.flex_grid ul .status {
    float: none;
    margin-right: 0;
    width: 100%;
    text-align: left;
    display: none;
}
.course-item {
    text-align: left;
}

.course-item .img-container {
    position: relative;
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.course-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.course-item .img-container .course-badge {
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    background-color: white;
    border-radius: 8px;
    color: #ED5025;
    font-size: .875rem;
    padding: .25em 1em;
    text-transform: uppercase;
    font-weight: 600;
}
.flex_grid ul.courses {
    display: flex;
    flex-direction: column;
    transition: 1s ease;
    border-radius: 10px;
}
.courses.flex_item:hover { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;}

.amta-box-shadow-1 {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.course-sort { 
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    color: #025173;
    padding: 2em 0 1.25em;
    width: 100%;
}
.course-sort span {
    color: black;
}
.course-sort svg { fill: #025173; width: 23px; height: 24px; vertical-align: middle; }
.course-search-bar-area-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 2em auto 1em;
}

.course-search-bar-area {
    background: #ffffff;
    border: 1px solid #e3e6e6;
    border-radius: 5rem;
    display: flex;
    width: 100%;
}

.amta-course-search-bar-area-red {
    background: #ffffff;
    border: 1px solid #E31837 !important;
    border-radius: 5rem;
    display: flex;
    width: 100%;
}

.amta-margin-left-2 {
    margin-left: 2rem;
}

.amta-disabled {
    pointer-events: none;
    color: #DFDFDF;
}

.search-bar-filter {
    display: flex;
    align-items: center;
    color: #025173;
}

    .search-bar-filter:hover {
        cursor: pointer;
    }

    .search-bar-filter a {
        color: #025173;
        font-size: 1rem;
    }
.search-bar-filter svg { 
    width: 24px;
    height: 24px;
    fill: #025173;
    margin: 0 .5em 0 1em;
 }

 .listing .search-bar-area-input input:focus:focus {
    outline-offset: -2px;
    outline-color: #025173;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*.filter-menu {
    background: white;
    top: 0;
    right: -500px;
    bottom: 0;
    width: 500px;
    max-width: 100%;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.20);
    position: absolute;
    height: 300%;
    transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 999;
}*/

.filter-menu {
    height: 300%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 999;
}

    .filter-menu.active {
        width: 500px;
        max-width: 100%;
    }

/*.filter-menu.active { right: 0; }*/

.filter-menu .adage-heading-wrap { padding-left: 1em; align-items: center; }
.filter-menu h2 { font-size: 1.875rem; margin: 0; margin-bottom: 0; }
.filter-menu p { margin-bottom: 1em; }
.filter-menu .filter-menu-inner { padding: 1em; }
.filter-menu .filter-title { font-size: 1rem; font-weight: 700; }
.filter-menu .filter-btns { text-align: center; font-size: 1rem; } 
.filter-menu .filter-btns a.btn { display: block; }
.filter-menu .list-group-item { font-size: 1.125rem; padding: 0.375em 0; font-weight: normal; }

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 1em;
    margin-bottom: 1em;
    border-radius: 0.25rem;
}

.form-check-input {
    width: 1.125em;
    height: 1.125em;
    margin-right: .5em;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.amta-checkbox-list-padding {
    padding-bottom: 1rem !important;
}

.amta-dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.amta-cursor-pointer {
    cursor: pointer !important;
}

.close-filter-menu {
    padding: 1rem;
}

.close-filter-menu:hover {
    cursor: pointer;
}

.amta-line-height-course-cards {
    line-height: 3rem;
}

@media only screen and (max-width: 600px) {
    .amta-line-height-course-cards {
        line-height: 1.93rem;
    }
}


.amta-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    /*min-width: 160px;*/
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 5.25rem;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .amta-dropdown-content {
        right: 0.2rem;
    }
}

    .amta-dropdown-content a {
        color: #025173;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: none;
    }

        .amta-dropdown-content a:hover {
            color: #ed5025 !important;
        }

        .amta-dropdown-content a:active,
        .amta-dropdown-content a:focus {
            outline: none !important;
        }

.amta-show {
    display: block !important;
}

.amta-dark-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 998;
}

.amta-sort-dropdown-link span,
.amta-sort-dropdown-link {
    /*position: relative;
    display: inline-block;*/
    border-bottom: none;
    color: #025173 !important;
}

    .amta-sort-dropdown-link:hover svg path,
    .amta-sort-dropdown-link:hover span,
    .amta-sort-dropdown-link:hover {
        color: #ed5025 !important;
        fill: #ed5025 !important;
    }

    .amta-sort-dropdown-link:focus,
    .amta-sort-dropdown-link:active {
        outline: none !important;
        /*outline-color: transparent !important;*/
    }

    .amta-sort-dropdown-link svg:hover {
        fill: #ed5025 !important;
    }

    .member-wrap {
        font-size: 1.125rem;
    }

    .amta-display-inline-block{
        display: inline-block !important;
    }

.amta-member-wrap {
    font-size: 1.125rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}


span.member-price { font-size: 1.125rem; }

h3.course-listing-item-title {
    font-size: 1.5rem;
    line-height: normal;
}
h3.course-listing-item-title a {
    color: #025173;
    line-height: normal;
    transition: .5s ease;
    border-bottom: none;
}
h3.course-listing-item-title a:hover {
    color:#ed5025;
}

.course-author {
    font-size: .875rem;
    margin: .75em 0;
    display: block;
 }

 .member-price {
    color: #ff5940;
    font-weight: bold;
}

.your-courses .course-extras .flex_grid {
    border-top: none; 
    padding: 0;
}

.your-courses .course-continue {
    border-top: 4px solid #DFDFDF;
    padding: 1em;
}
.your-courses .course-continue a {
    display: inline-block;
}
.your-courses .course-continue a.link-download {
    color:#025173;
    font-size: 17px;
}

.amta-link-download {
    color: #025173;
    font-size: 17px;
}

.amta-font-size-18 {
    font-size: 18px !important;
}

.amta-inset .amta-inset-hide {
    display: none !important;
}

.course-extras .amta-course-extras-hide {
    display: none !important;
}

.amta-link-download svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #025173;
}

.your-courses .course-continue svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #025173;
}

.your-courses .checkmark-badge {
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 6px;
    overflow: hidden;
}
.your-courses .checkmark-badge:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 70px solid #025173;
    border-left: 70px solid transparent;
}

.your-courses .checkmark-badge svg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    fill: white;
}
.courses-listing .adage-fiftyfifty { padding: 0 2%; }

.courses-listing .nav.nav-tabs { margin-top: 2.5em; }
.courses-listing .nav-tabs { border-bottom: none; }
.courses-listing .nav-tabs .nav-item.show .nav-link, .courses-listing .nav-tabs .nav-link.active {
    color: #025173;
    border-bottom: 6px solid #025173;
}
.courses-listing .related-courses { background: white; }

.courses-listing main > .adage-block:first-of-type { margin-top: 0; margin-bottom: 0; }
.your-courses h3.course-listing-item-title { margin-right: 1em; }

.course-extra-wrap { margin-top: auto; }

 .course-extras .flex_grid  {
    border-top: 1px solid #DFDFDF;
    text-align: center;
    padding: 1em 0 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
 }
 .course-extras { margin-top: auto; }

 .course-extras .flex_grid .flex_item {
    border: none!important;
    font-size: .75rem;
 }

 .course-extras span {
    display: block;
    font-size: 1.25rem;
    font-weight:700;
 }


 /* Course Details Layout */
 .details .adage-heading { background: #009FA9; color: white; }
 .details .adage-heading-inner { text-align: left; padding-bottom: 3em; }
 .details .adage-heading-inner .course-author { font-size: 1.125rem; margin-bottom: 2em; }
 .details .adage-heading-inner img { margin-bottom: 1em; }
 .details .adage-heading h1 { color: white; margin-left: 0; font-size: 2.75rem; }
 .details .details-tag { font-size: .875rem; color: white; background: #025173; border-radius: 6px; display: inline-block; padding: .25em .75em; margin-bottom: 1em; }
 .details .breadcrumbs { margin-left: 0; justify-content: flex-start; }
 .details .breadcrumbs-list-item-link { color: white; }
 .details .breadcrumbs a { color: white; }
 .details .breadcrumbs a:hover,  .details .breadcrumbs a:active,  .details .breadcrumbs a:focus { color: #1d252e; }
 .details .breadcrumbs a, .details .course-author a { border-bottom: 1px solid white; }
 .details .course-author a { color: white; font-weight: 700; }
 .details .course-author a:hover,  .details .course-author a:active,  .details .course-author a:focus { color: #1d252e; }
 .details .adage-heading-inner { padding-left: 0; padding-right: 0; }
 .details .adage-heading-svg-swoosh-sm { display: none; }
 .details .sidebar { margin-top: -120px; }
 .details .purchase-callout { font-size: 1.25rem; text-align: center; background: white; border: 1px solid #979797; border-radius: 12px; margin: 0 0 2em 2em; padding: 1.5em 1em; position: sticky;
    top: 75px; }
 .details .purchase-callout .purchase-title { display: inline-block; font-size: 1.25rem; margin-bottom: .5em; } 
 .details .purchase-callout .btn { display: block; margin-bottom: 1em; }
 .details .purchase-callout p { margin-bottom: 1em; }
 .details .purchase-callout .purchase-title.passed svg { fill: #009fa9; }
 .details .purchase-callout svg { width: 1em; padding-bottom: 0.2em; vertical-align: middle; }
 .details .purchase-callout .caption { color: #1d252e; }
 .details .purchase-callout .member-price { font-size: 1.25rem; }
 .details .credits-lessons p { font-size: .9rem; }
 .details .credits-lessons p .credits { margin-right: 2em; }
 .details .credits-lessons strong { font-size: 1.5rem; margin-right:.5em; }

 .details .adage-heading-top { display: flex; justify-content: space-between; }
 .details .social-share-container { position: relative; padding-right: 0; }
 .details .social-share { justify-content: flex-start; padding-left: 0; }

 .nav_section_btn {
     display: none;
 }

.related-courses { background: #F9FAFA; padding: 3em 0; text-align: center; }
.related-courses h2 { color: #009fa9; }
.related-courses .course-listing { margin-top: 3em; margin-bottom: 2em; }

 .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #979797;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ED5025;
    background-color: #fff;
    border-color: none;
    border-bottom: 6px solid #ED5025;
}

 /* Course Topics Layout */
 .topic-sidebar { background: #EFF2F2; padding: 1.75em 2.25em; }
 .topic-sidebar h3 { font-size: 1.25rem; font-family: "Lato", Arial, sans-serif, serif; margin-bottom: 1em; }
 .topic-sidebar ul { list-style: none; }
 .topic-sidebar ul a { border-bottom: none; }
 .topic-sidebar ul li a { display: block; font-weight: bold; padding: 0.375em .5em; font-size: 1.125rem; }
    .topic-sidebar ul li.completed a::before {
        content: " ";
        position: absolute;
        margin-left: -30px;
        display: inline-flex;
        background-image: url( "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23025173'><path d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/></svg>");
        width: 20px;
        height: 20px;
        margin-right: .65em;
        margin-top: 5px;
    }
 .topic-sidebar ul li.completed > ul li a::before { display: none; }
 .topic-sidebar ul li.current a { display: block; background: #E3E6E6; border-left: 6px solid #009FA9; }
 .topic-sidebar ul li > ul li a { font-weight: normal; }
 .topic-sidebar ul li a:hover,  .topic-sidebar ul li a:active,  .topic-sidebar ul li a:focus { color: #009FA9; }

 .topic-main { padding: 1.75em 2.25em; }
 .topic .adage-heading-wrap, .listing .adage-heading-wrap { border-bottom: 1px solid #E1E1E3; }
 .topic #course-title { padding-left: .5em; }

 .topic.final h1{ padding-left: .5em; }
.topic .adage-heading-title {
    max-width: 100%;
    margin-left: 0;
    padding: .5rem 0 0.1rem 0;
}
 .topic .completed svg { color: #025173; width: 22px; height: 22px; margin-right: .5em; }

 .topic .breadcrumbs { display: none; }
 .topic .adage-heading-wrap, .listing .adage-heading-wrap {
    display: flex;
 }
 .topic .adage-heading-wrap .close, .listing .adage-heading-wrap .close { display: flex; align-items: center; margin-left: auto; border-left: 1px solid #E1E1E3; background: white;}
 .topic .adage-heading-wrap .close a, .listing .adage-heading-wrap .close a { display: flex; align-items: center; padding: 1em 1.5em; text-decoration: none; border-bottom: none; }
 .topic .adage-heading-wrap .close svg, .listing .adage-heading-wrap .close svg {
    fill: #ED5025;
 }

 .topic .nav_section_btn a.btn { color: #025173; display: flex; align-items: center; }
 .topic .nav_section_btn a.btn svg { width: 20px; height: 20px; fill: #ED5025; margin-right: .5em; }
 .topic .nav_section_btn a.btn,  .topic .nav_section_btn a.btn:hover { border: none; }
 .topic .nav_section_btn a.btn:focus { border-radius: 0; border: none; outline-color: transparent; }

 /* Final */
 .course-results {
    padding: 2em;
    border-radius: 10px;
 }
 .course-results h2 { margin-bottom: .5em; }

.course-results.passed {
    background: rgba(0,159,169, .05);
 }
 .course-results.passed .row-flex { display: flex; margin-bottom: 1em; align-items: center; }
 .course-results.passed .row-flex .credits-icon-wrap { width: 100px; margin-right: 2%; }
 .course-results.passed .row { margin-bottom: 1em; }
 .course-results.passed .credits-icon { color: #025173; padding: .5em; border: 2px solid #009FA9; background: white; border-radius: 6px; text-align: center; font-size: 1.5rem; font-weight:700; max-width: 100%; }
 .course-results.passed .credits-icon p { margin-bottom: 0; line-height: normal; }
 .course-results.passed .credits-icon svg { fill: #009fa9; width: 24px; height: 24px; }
 .course-results.passed .credits-icon span { display: block; font-size: 1rem; font-weight: normal; }
 .course-results.passed p { margin-bottom: .5em; }
 .course-results.passed h2 { color: #009fa9; }
 .btn.certificate svg { display: inline-block; vertical-align: text-bottom; fill: white; width: 15px; height: 15px; margin-right: .5em; }
 .course-results.passed p.passed-links { margin-bottom: 0; }
 .passed-links a { display: inline-block; margin-right: 1.5em; margin-bottom: .5em; }
 .passed-links a:last-child { margin-right: 0; }

 .course-results.passed .row { align-items: center; }

 .course-results.failed {
    background: rgba(237,80,37, .05);
 }
 .course-results.failed h2 { color: #ED5025; }

 .promotion {
    margin: 2em 0; 
 }
 .promotion h3 { font-size: 2rem; margin-bottom: 0.5em; }

/* Flex Grid */
.flex_grid { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; -ms-flex-wrap: wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; justify-content: flex-start; margin-bottom: 3em; }
.flex_grid .flex_item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; /* for IE */
padding: .75em; margin-bottom: 2em; position: relative; }
/* Flex Grid border/no border widths */
.flex_grid.flex_4x .flex_item { width: 25%; }
.flex_grid.flex_3x .flex_item { width: 33.333%; }
.flex_grid.flex_2x .flex_item { width: 50%;}
/* Flex Grid Borders */
.flex_grid.flex_borders { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.flex_grid.flex_borders .flex_item { border: 1px solid #ddd; margin: 0; border-bottom: 0; border-right: 0; }
/* Flex Grid Margins */
.flex_grid.flex_borders.flex_margin { border: 0; }
.flex_grid.flex_borders.flex_margin .flex_item { margin-right: 3%; margin-bottom: 1.5em; border: 1px solid #ddd; padding: 0;}

.flex_grid.flex_borders.flex_margin .flex_item .item_details { padding: .75em; padding-top: 0; }
.flex_grid.flex_4x.flex_margin .flex_item { width: 22.75%; }
.flex_grid.flex_3x.flex_margin .flex_item { width: 31.333%; }
.flex_grid.flex_2x.flex_margin .flex_item { width: 48.5%; }
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_2x.flex_margin .flex_item:nth-child(2n+2) { margin-right: 0; }
/* IE8 and IE9 */
.no-flexbox .flex_grid:after { content: ' '; display: block; clear: both; }
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_2x .flex_item:nth-child(2n+3) { clear: both; }

.flex_grid.flex_borders.flex_margin .flex_item .grid_img {border:0;border-bottom:1px solid #ddd}

.adage-fiftyfifty-inner {
    display: flex;
    flex-direction: column;
}


@media screen {
    .adage-fiftyfifty-inner.ratio-standard {
        padding-left: 5.5rem;
        padding-right: 5.5rem;
    }
}


@media screen and (max-width: 37.4375em) {
    /* iphone x*/
    .adage-fiftyfifty-inner.ratio-standard {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
}

@media screen and (max-width: 63.9375em) {
    /* ipad*/
        .adage-fiftyfifty-inner.ratio-standard {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
}

@media screen and (max-width: 991px) {
    .promotion .col-lg-7 { order: 2; }
    .promotion img { margin-bottom: 1em; }
    .course-results.passed .row-flex { flex-direction: column; align-items: flex-start; }
}




.adage-full-inner {
    padding-left: 1rem;
    padding-right: 1rem;
}


.flex-primary-left-50 {
    display: flex;
    flex: 3.5;
    flex-wrap: wrap;
    flex-flow: column;
    /* see on /pages/JobBank/ResumeSearch.aspx */
    margin: 2rem;
}

@media screen and (max-width: 37.4375em) {
    /* iphone x*/
    .flex-primary-left-50 {
        margin: 2rem;
    }
}

@media screen and (max-width: 63.9375em) {
    /* ipad*/
       .flex-primary-left-50 {
        margin: 0.8rem;
    }
}





.flex-primary-left-50 h1 {
    margin-bottom: 0.62em;
}

.flex-primary-left-50 h2 {
    color: #009fa9;
    margin-bottom: 0.3em;
}

.flex-primary-left-50 h3 {
    margin-bottom: 0.5em;
}

.flex-primary-left-50 > p {
    margin-bottom: 1rem;
}


.flex-secondary-right-auto {
    display: flex;
    flex: 1.5;
    flex-wrap: wrap;
    margin: 2rem;
}

    .flex-secondary-right-auto h2 {
        line-height: 2;
    }

    .flex-secondary-right-auto hr {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    .flex-secondary-right-auto > p {
        margin-bottom: 1rem;
        width: 100%;
    }

    .flex-secondary-right-auto p > a > img {
        /*width: 100%;*/
    }

/* fonts */


/* courses landing page*/
/*h2, .h2-style {
    font-size: xx-large;
}

h3, .h3-style {
    font-size: 1.35vw;
}*/

h3 > a {color: #025173; }

/*Images*/
.call-l {float:left; padding:0 1em 1em 0; }
.call-r {float:right; padding:0 0 1em 1em; }

@media screen and (max-width: 480px) {
.call-l {float:none; padding: 1em 0; width: 100%; }
.call-r {float:none; padding: 1em 0; width: 100%; }
}

@media screen and (max-width: 991px) {
    .course-search-bar-area-wrap {
        width: 100%;
    }
.details .adage-block .col-lg-8 { order: 2; }
.details .adage-heading-inner img { display: none; }
.details .sidebar { margin-top: -80px; }
.details .purchase-callout { position: relative; top: auto; margin-left: 0; }
.details .adage-heading-top { flex-direction: column-reverse; }
.details .adage-theme-swoosh-sm .breadcrumbs { margin-top: 0; }
.details .adage-theme-swoosh-sm .breadcrumbs-list { max-width: 100%; }
.details .breadcrumbs  { margin-top: 0; }


.nav_section_btn {
    display: block;
}
.nav_section_btn a.btn { 
    display: block;
    background: #EFF2F2;
    color: #1D252E;
    border: 1px solid #979797;
    padding: .75em 1em;
    border-radius: 12px;
    text-transform: inherit;
    text-align: left;
    letter-spacing: 0px;
    font-size: 1.125rem;
    font-weight: normal;
    display: flex;
 }
.nav_section_btn a.btn span { margin-left: auto; }
.nav_section_btn a.btn .nav-desktop-main-toggle:after {
    top: 61%;
    border-color: #dd390c;
    width: .75rem;
    height: .75rem;
}
.nav.nav-tabs, .adage-accordion-panel-content {
    display: none;
}
/*.courses-listing .nav.nav-tabs, .adage-accordion-panel-content { display: flex; }*/

    .courses-listing .nav.nav-tabs {
        display: flex;
    }
.adage-accordion-panel-content {
    padding: 0 1em!important;
}
.nav.nav-tabs.show, .adage-accordion-panel-content.show { 
    display: block;
    border-bottom: none;
 }
 .adage-accordion-panel-content h3 { display: none; }
 .nav-tabs .nav-link { border: none; }

.nav_section_btn.open a span.section-toggle-js::after {
    border-color: #ed5025;
    transform: translateY(-0.17678rem) rotate(-135deg);
}
.topic-sidebar { padding: 0 1em; }

}

/*shopping cart mobile buttons */
@media screen and (max-width: 37.4375em) {
    /* iphone x*/
    .btn-group-sm > .btn, .btn-sm { border-radius:5em; }
}

@media screen and (max-width: 63.9375em) {
    /* ipad*/
    .btn-group-sm > .btn, .btn-sm { border-radius:5em; }
}

/* courses side nav */
#nav-secondary > h2 {
    background-color: #e3f5f4;
}
/* Tables: Master.css 961-967 */
.data, .mceTable {
    width: 100%;
}

    .data .grace td {
        background: #ffc0c0;
    }

    .data .grace .expired {
        color: #ff5940;
    }

    .data td, .data th, .mceTable td, .mceTable th {
        border: 1px solid #e3ebf6;
        padding: 0.5em;
    }

    .data th, .mceTable th {
        background: #e9f0f8;
    }

    .data thead th, .mceTable thead th {
        border: 1px solid #fff;
    }

.job-results {
    list-style: none;
    margin-left: 0;
}

.view ul {
    list-style: none;
    margin: 0;
}

.view p, .view li, .view ul {
    display: inline;
}

.view p, .view li {
    margin-right: 0.5em;
}

.job-results dt:first-child {
    margin: 0;
}

.job-results dt {
    margin-top: 1.5rem;
}

#nav-secondary {
    margin-bottom: 10px;
}

    #nav-secondary li.current {
        background: #f4fbfb;
    }

    #nav-secondary > ul > li {
        border-bottom: 1px solid #a7dcd9;
    }

    #nav-secondary > ul > li {
        border-bottom: 1px solid #a7dcd9;
    }

        #nav-secondary > ul > li > a {
            padding: 8px 30px;
        }

    #nav-secondary a {
        display: block;
        padding: 7px 30px;
    }
    /* job bank, job alert navigation */
    #nav-secondary > ul > li > ul {
        list-style: none;
        margin-left: 0.1em;
    }

    #nav-secondary h2 a {
        padding: 7px 15px;
    }

    #nav-secondary > ul > li > a:hover {
        background: #34a39b;
        color: #fff;
    }

#faqs p {margin-top:0.5em; }
#faqs h3 {margin-bottom:0em; }




hr {
    background: #ddd;
    border: 0;
    clear: both;
    color: #ddd;
    height: 1px;
    margin: 1.5em 0;
}



.sixty-thirty-left {
    width: 70rem;
    margin-left: 5rem;
    float: left;
}

.sixty-thirty-right {
    width: 25rem;
    margin-right: 5rem;
    float: right;
}

.jobs.sixty-thirty-left {
    width: 56rem;
    margin-left: 5rem;
    float: left;
}

.jobs.sixty-thirty-right {
    width: 30rem;
    margin-right: 5rem;
    float: right;
}

.thirty-sixty-left {
    width: 25rem;
    margin-left: 5rem;
    float: left;
}

.thirty-sixty-right {
    width: 70rem;
    margin-right: 5rem;
    float: right;
}

.form-content, #nav-wizard {
    margin-top: 5rem !important;
}

.view {
    /*http://localhost:7223/jobbank/JobSearch.html?searchcat=jobs&sort=distance&q=chicago*/
    margin-bottom: 1.35rem;
}

.flexrow {
    display: flex;
    flex-direction: row;
}

    .flexrow .c2r {
        margin-left: 2em;
    }

.c2l {
    width: 48%;
    margin: 0.1em;
}

.c2r {
    width: 48%;
    margin: 0.1em;
}

.geo {
    display: none;
}

.options-h li {
    display: inline;
    margin-right: .7em;
    white-space: nowrap;
}

label {
    display: inline-block;
}

.progress-form-disabled {
    flex: 1;
    flex-direction: column;
}

.progress {
    background-color: #fff;
    text-align: center;
    margin: 0 0 20px;
    list-style: none;
}

.progress ol {padding-left: 0;}

    .progress li:first-child {
        background: none;
        margin: 0;
        padding: 0;
    }

    .progress li.current {
        font-weight: bold;
    }

    .progress li {
        display: inline-block;
        background: url('/images/shared/bullet-wizard.gif') no-repeat 0 0.35em;
        margin-left: 13px;
        padding-left: 20px;
    }
/* resume wizard */
.left-adjust {
    width: 24%;
    float: left;
}

.right-adjust {
    width: 74%;
    float: right;
}

.field .txt-med {
    width: 60%;
}

dl.form .txt {
    width: 60%;
}

dl.form .txt-num {
    width: 60%;
}

dl.form input, dl.form select {
    border: 1px solid #dcddde;
}

@media screen and (max-width: 63.9375em) {
    /* ipad*/
#resume-contact {padding-left:1em; }
#resume-form {padding-left:1em; }
#resume-form .left-adjust {width: 100%; float: left;}
#resume-form .right-adjust {width: 100%; float: right;}
#resume-review .left-adjust {width: 100%; float: left;}
#resume-review .right-adjust {width: 100%; float: right;}
#resume-review h3 {margin-left:1em; }
#resume-review .disclaimer {margin: 0 1.5em 1.5em; }
#resume-thank-you .left-adjust {width: 100%; float: left;}
#resume-thank-you .right-adjust {width: 100%; float: right;}
#resume-thank-you h3 {margin-left:1em; }
#progress-form-disabled h2 {margin-left:1em; }
#document-uploads p {margin-left:1em; }
#resume-form #aAddExperience {margin-left:2.5rem; }
#resume-form .flexrow {flex-direction:column; }
#resume-form .flexrow .c2l {width:92%; margin:auto; }
#resume-form .flexrow .c2r {width:92%; margin:auto; }
#resume-form .right-adjust .c2l {width:92%; margin:auto; }
#resume-form .form p {margin-bottom:1em;}
#resume-form .form input {margin-bottom:1em;}
}     

@media screen and (max-width: 37.4375em) {
    /* iphone x*/
#resume-contact {padding-left:1em; }
}
     
/* resume wizrd + button style */
p.list-builder-add-custom a {
    border-style: double;
    border-color: white;
    border-width: thin;
    padding: 0.5em;
    background-color: lightgray;
    text-decoration: none;
    text-decoration-color: white;
    color: black;
}

.file-upload-fake-button {
    background-color: #5A595A;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0.4em 1em;
}

.hidden, .hide {
    display: none;
    visibility: hidden;
}

.mute {
    color: #77787b;
    font-size: 13px;
}


div.clear {
    clear: both;
}


/* /courses */
.course-categories .thumb {
    float: left;
    margin: 3px 0 0 -65px;
}


@media screen and (max-width: 89.9375em) {
    /* ipad pro*/

}

@media screen and (max-width: 63.9375em) {
    /* ipad*/
    .course-categories .thumb {
        float: left;
        margin: 3px 0 0 0px;
    }

    .course-categories dd {
        margin: 0 0 0 4rem;
    }
}

@media screen and (max-width: 37.4375em) {
    /* iphone x*/
     /* iphone x*/
    .course-categories .thumb {
        float: left;
        margin: 3px 0 0 0px;
    }

    .course-categories dd {
        margin: 0 0 0 4rem;
    }
    
    .progress li {
    	display: flex;
    }
}




.course-categories > dt {
    font-size: 15px;
    font-weight: bold;
}


@media screen and (max-width: 63.9375em) {
    /* ipad*/
    .course-categories > dt > a:first-child {
        float: left;
        width: 10%;
        border-bottom: none;
    }
    .course-categories > dt > a:not(first-child) {
        float:right; 
        width:90%;
    }
}


@media screen and (max-width: 37.4375em) {
    /* iphone x*/
    .course-categories > dt > a:first-child {
        float:left;
        width:20%;
        border-bottom:none;
    }
    .course-categories > dt > a:not(first-child) {
        float:right; 
        width:79%;
    }
}







.course-categories > dt {
    margin-top: 1.35em;
}

.course-categories a {
    font-size: 1.5rem;
}
/* courses #featured courses*/
.courses {
    list-style: none;
    margin-left: 0;
    padding: 0;
    /* specific */
}

    /* .courses > li {
        clear: both;
        overflow: hidden;
        margin-bottom: 20px;
        padding-right: 33.27%;
    } */

    .courses .title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .courses p, .featured-courses p {
        margin-bottom: 0.25em;
    }

    h2.lesson-title {margin-bottom:0.75em; }

/*featured courses*/
ul.featured-courses {
    padding-left: inherit;
}


.mute.category {
    color: #77787b;
    font-size: 1.1rem;
}


/* your-courses */
.courses-extras li {padding-top:10px; padding-left:5px;}

ul#course-menu {display:none; }
.adage-accordion {margin-bottom:1.5em; }
.adage-accordion-inner {border-bottom:none; }
.adage-accordion-trigger {padding-top:0; padding-bottom:0; }
.adage-accordion-panel-content {padding: 0 0 2.5rem 0; }
.rich-text a {word-break: normal!important; }
.caption sup {font-size: 0.75em; }

.courses .status {
    float: right;
    margin-right: -49.87%;
    text-align: center;
    width: 44.96%;
}


/* navigation for secondar navigation bar, problem on course details */
/*#nav-secondary {
     background-color: #e3f5f4;
    margin-bottom: 30px;
}
*/
#nav-secondary > ul, #nav-secondary > div > ul {
    margin-left: 0;
    list-style: none;
    background-color: #e3f5f4;
    padding: 0;
}
/* course detail page/ navigation */
#course-nav {
    border: 1px solid #e9ebf7;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    list-style: none;
    margin-left: 0;
    padding: 15px;
    height: fit-content;
    height: -moz-fit-content;
    width: 100%;
}

    #course-nav > li:first-child {
        border: 0;
        padding-top: 0;
    }

    #course-nav > li {
        border-top: 1px solid #ddd;
        padding: 0.75em 0;
    }
/* todo: course detail side navigation */
/* course videos */
a.rtmp {
    display: block;
    width: 640px;
    height: 480px;
    margin: 25px 0;
    text-align: center;
    background-color: black;
}
/* course progress bar */
.progress-chart-course.large {
    float: none;
    font-size: 0.9em;
    height: 10px;
    margin-bottom: 1em;
    width: auto;
}

.interests-scale {
    float: left;
    padding-top: 0.75em;
}

a.btn {
    border-radius: 5em;
    padding: 0.5rem 2.5rem;
}

@media screen and (max-width: 37.4375em) {
    /* iphone x*/
    a.btn {
        padding: .5rem 0;
    }
}

@media screen and (max-width: 63.9375em) {
    /* ipad*/
    .field-help {
    	display: block;
    }
    
    .field .txt-med {
	width: 100%;
    }
}


    a.btn:hover {
        border: 1px solid transparent;
    }

/* shopping cart hover button..*/
    a.link-button.btn {
        border:0;
        font-size: 1rem;
    }


.progress-chart-course {
    background: rgba(227,230,230,.5);
    border: none;
    border-radius: 50px;
    float: right;
    height: 10px;
    position: relative;
    width: 200px;
}

    .progress-chart-course .idx {
        background: #025173;
        border-radius: 50px;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .topic.large .count {
        padding-top: 0.3em;
    }

    .topic .count {
        color: #009FA9;
        display: block;
        padding: 0.35em 0 .25em 0;
        position: relative;
    }
/*ul {
     list-style:disc;
     margin-left:1.5em;
}
*/
#course-nav ul {
    font-size: 15px;
    list-style: none;
    margin: 0.5em 0 0;
}

#course-nav ul {
    font-size: 15px;
    list-style: none;
    margin: 0.5em 0 0;
}

    #course-nav ul ul {
        list-style: disc;
        margin: 0.5em 0 0 1.5em;
    }
/* quiz progress bar */
.progress-chart.large {
    float: none;
    font-size: 1.5em;
    height: 1.85em;
    margin-bottom: 1em;
    width: auto;
}

.progress-chart {
    border: 1px solid #ccc;
    border-radius: 6px;
    float: right;
    height: 50px;
    position: relative;
    width: 300px;
    margin-bottom:10px;
}



    .progress-chart .idx {
        background: #eee;
        border-radius: 4px;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .progress-chart.large .count {
        padding-top: 0.2em;
    }

.topic .count {
    color: #009FA9;
    display: block;
    padding: 0.35em 0 .35em 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}


/*job bank home page*/
.job-header {
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    background: #b1b6d4;
    margin-bottom: 20px;
    padding: 10px 20px;
}


/*.employers {
    background: #e3e6e6;
    padding: 15px 20px 20px;
}

    .employers ul {
        list-style: disc;
        margin-left: 0;
    }

    .employers > h2 { 
        font-size: xx-large;
        
    }
    .employers  h3{
        font-size: xx-large;
    }

    .employers p, .employers hr {
        margin-bottom: 0.5em;
    }*/

.answers input {
    position: inherit;
    height: auto;
    width: auto;
}

.answers >li > label {
    font-size: 1rem !important;
    line-height: unset !important;
    font-weight: unset !important;

}



/*shopping cart */
.checkbox > input {
    opacity: inherit !important;
    overflow: initial !important;
    width: auto !important;
    height: auto !important;
}

.section {
    border-top: 1px solid #dcddde;
    margin-bottom: 1.5em;
    padding-top: .5em;
}

.action:hover, .action2:hover, .action3:hover, .action4:hover, .action5:hover {
    /*background: #fff;*/
    color: #ff5940;
    text-decoration: none;
}

/* Action buttons */
.action, .action2, .action3, .action4, .action5 {
    -webkit-appearance: none;
    background: #ff5940;
    border: 0px solid #ff5940;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 0.5em 1em;
}

.adage-utility.adage-utility-account {
    /*position:absolute;
    top:0.5rem;
    right:4rem;
    padding-right:4rem;*/
}

/*.adage-utility-links {
    padding-top: 2rem;
    padding-right: 4rem;
}*/

/* apply this to the sibling buttons */
.action.btn.utility-btn ~ .action.btn.utility-btn {
    margin-left: 0.4em !important;
}

/* border highlight issue for tertiary buttons */
.btn-tertiary {line-height: 1.6em; }

.shadow {
    -webkit-box-shadow: 5px 5px 15px 5px lightgray;
    box-shadow: 5px 5px 15px 5px lightgray;
    padding: 1em;
}


p.job-search {
    padding-top: 0.5em;
}


@media screen and (max-width: 37.4375em) {
    /* iphone x*/
    p.job-search {
        padding-top: 0.4em;
    }
}

p.resume-search{
    padding-top:0.4em;
}

 
/* db related content edits, this may have to fixed in db */
p.btn, p.btn:active{ 
    background-color: #ff5940; /*  copied from a.btn in forms.css */
}

/* fix for utility layout on Responsive, 1440 px onwards.  */
/*@media (min-width: 89.9475em) {
    .adage-utility-container {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}*/


#print-button, .action.hidden-print{
    border-radius: 5em;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1;
    margin-top: 0 !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media print {
    #siteHeader {
        display: block;
        float: none;
        overflow: visible;
        position: absolute;
        top: 0px;
        left: 0px;
    }
}


.adage-utility-item > .btn { background-color: #ed5025 !important;}

/* career path quiz */
.likert  input { 
    clip: unset !important;
    height: unset !important;
    width: unset !important;
}

.career-quiz-btn{
    width: 98% !important;
}

@media screen and (max-width: 37.4375em) {
    /* iphone x*/
    .likert > tbody, .likert > th  { 
        font-size: 0.9rem;
    }
}


.th-width-22-percent { width:22%; }
.th-width-35-percent { width:35%; }
.th-width-15-percent { width:15%; }
.th-width-28-percent { width:28%; }

@media screen and (max-width: 37.4375em) {
    /* iphone x*/
    .th-width-15-percent { width:30%; }
}

.pages {
    float: right;
    list-style: none;
    margin-left: 0;
}
    .pages li {
        display: inline;
        margin: 0 0 0 .7em;
    }

/* bug for jobwizard radio buttons */
ul > li  label > input[type=radio]{
    display:none !important;
}

.warnbanner {
    margin-top: 2em;
    padding:2em;
}

    .warnbanner p {
        text-align: center;
        margin: 2px auto;
        color: #ff5940;
    }

/*--- Custom ---*/
#amta-job-posting-description ol, #amta-job-posting-description ul {
    list-style-type: revert !important;
}





@media only screen and (max-width: 991px) {

    /* Flex Grid max 3 column */
    .flex_grid.flex_4x .flex_item {width: 33.333%;}
    .flex_grid.flex_4x.flex_margin .flex_item {width:31.333%;}
    .flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4) {margin-right:3%;}
    .flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3) {margin-right:0;}
    
    /* Flex Grid IE9 */
    .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5) {clear: none;}
    .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear:both;}
    
}

@media only screen and (max-width: 768px) {
    /* Flex Grid max 2 column */
.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item {width: 50%;}
.flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item {width:48.5%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3) {margin-right:3%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(2n+2) {margin-right:0}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear: none;}
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(2n+3) {clear:both;}

}

@media only screen and (max-width: 479px) {
    /* Flex Grid */
    .flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item { width: 100%;margin-right:0; }
    
    }


/* LANGUAGE TRANSLATION DISCLAIMER */
#amta-translation-disclaimer-message {
    padding: 2rem;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    background-color: #EFF2F2;
    color: #025173;
}
