@charset "UTF-8";
/*
Theme Name: SafetySourceOnline
*/

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    font-size: 1rem;
    font-weight: 300;
}

body.page-id-12047 {
    display: flex;
    flex-direction: column;
}

#primary {
    flex-grow: 1;
}

.alt-font {
    font-family: 'Raleway', sans-serif;
}

.btn {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
    color: #000;
    padding: 1rem;
}

.text-bold {
    font-weight: bold;
}

.small-font {
    font-size: .9rem;
}

.border-top,
.border-bottom {
    border-color: #eee !important;
}

.btn-sm {
    padding: .25rem .5rem !important;
}

.btn-lg {
    padding: 1rem 2rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}

iframe {
    border: 0;
}

.modal-dialog {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1200px;
    }
}

.modal-content {
    margin: auto;
    max-height: 95vh;
}

.modal-body {
    padding: 0;
}

.modal-body .wpcf7-form .wpcf7-response-output {
    margin-top: 0;
    margin-bottom: 1rem !important;
}

.alert {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
}

.alert-reverse-margin .alert {
    margin-top: 2rem;
    margin-bottom: 0;
}

body.single-sso_company {
    display: flex;
    flex-direction: column;
}

.single-sso_company #main-header {
    background: #f7f7f7;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.single-sso_company #main-header + #company-img {
    margin-top: -2rem;
}

#company-img img {
    min-width: 100%;
    max-width: 100%;
}

.hero-img {
    position: relative; 
    padding: 9rem 0;  
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-img .container {
    position: relative;
}

.hero-img .overlay {
    background: #333; 
    opacity: 0.7; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
}

.hero-img:not(.homepage-hero) h1 {
    color: #fff;
    font-size: 3rem;
    font-family: Raleway;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
}

#sub-header {
    font-size: .8rem;
    letter-spacing: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#sub-header .divider {
    border-left: 1px solid #eee;
    padding-left: 1.25rem;
    margin-left: 1rem;
}

.bg-shade-1 {
    background: #f7f7f7;
}

.bg-shade-2 {
    background: #555;
}

.logo {
    max-height: 80px;
}

.language-dropdown {
    font-size: 90%;
}


#text-consent p {
	line-height: 1.5;
}

#text-consent .wpcf7-list-item-label {
	font-size: 80%;
	margin-left: 10px;
}
#sub-header .language-dropdown {
    background: transparent;
    color: #fff;
}

#language-picker {
    width: 40px;
    z-index: 1;
}

#language-flags {
    position: fixed;
    top: 0px; 
    right: 0px;
    padding: 12px 10px 0px;
    display: flex;
    flex-direction: column;
}

#language-picker button {
    background: transparent;
    border: 0;
    display: block;
    padding: 0;
    margin-bottom: 10px;
    display: none;
}

[data-video-language] {
    border: 0;
    opacity: .2;
    margin: 0 1px;
    background: transparent;
}

[data-video-language].selected,
[data-video-language]:hover {
    opacity: 1; 
}

.menu {
    display: flex;
    list-style: none;
}

#menu-main-menu a.nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000;
    font-size: 90%;
}

#menu-main-menu li:hover a.nav-link {
    color: #ffb606;
}

#menu-main-menu li:hover .dropdown-menu {
    display: block;
}

#menu-main-menu .dropdown-menu {
    margin-top: 0;
    padding: 0 0 0 1rem;
    border: 0;
    border-radius: 0;
    display: block;
    background: transparent;
}

#menu-main-menu .dropdown-menu a {
    padding: .75rem 1rem;
    font-weight: 100;
    background: #fff;
    border-radius: 0;
    font-size: .9rem;
}

#menu-main-menu .dropdown-menu a:hover {
    background: #eee;
}

#menu-main-menu li.nav-item.active {
    font-weight: bold;
}

a[data-user-menu].active {
    background: #eee !important;
    border-color: #eee;;
}

.header-bar-dropdown {
    background: #eee !important;
    position: absolute;
    right: 0;
    z-index: 999999;
    top: 100%;
    margin-top: 8px;
    border-radius: 0 0 0px 10px;
}

.header-bar-dropdown a {
    display: block;
    padding: .75rem 2rem;
    color: #222;
    border-top: 1px solid #ccc;
    letter-spacing: 0;
}

.header-bar-dropdown a:first-child {
    border-top: 0;
}

.header-bar-dropdown a:hover {
    text-decoration: none;
    background: #444;
    color: #eee;
}

@media (min-width: 992px) {
    #menu-main-menu li.nav-item.active {
        border-bottom: 2px solid #ffb606;
    }

    #menu-main-menu .dropdown-menu {
        padding-top: 2rem;
        padding-left: 0;
        display: none;
    }

    #menu-main-menu .dropdown-menu > li:first-child {
        border-top: 2px solid #ffb606;
    }

    #menu-main-menu .dropdown-menu a {
        border-bottom: 1px solid #eee;
    }
}

@media (max-width: 991px) {
    .dropdown-toggle::after {
        border: 0;
    }
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn-main {
    background-color: #fed03d;
    border-color: #fed03d;
}

.btn-main:hover,
.btn-category:hover {
    opacity: 0.8;
}

.btn-dark {
    color: #fff !important;
}

.bg-main {
    background-color: #fed03d;
}

.text-main {
    color: #fed03d;
}

.btn-video {
    background: #444;
    color: #eee;
    border: 0;
    box-shadow: 0 0 10px #eee;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-transform: uppercase;
}

.btn-category {
    border-left: 1px solid #ddd;
    padding: 1rem;
    font-family: Arial;
    font-size: .9rem;
}

.btn-category:hover {
    background: #333 !important;
    color: #eee !important;
}

.form-control {
    height: calc(3.5rem + 2px);
    border: 0;
    border-radius: 0;
    background: #f7f7f7;
}

.bg-shade-1 .form-control {
    background: #fff;
}

.btn {
    border-radius: 0;
}

.video-search-form {
    padding: 2rem;
    margin-bottom: 2rem;
    z-index: 1;
    position: relative;
    margin-top: -96px;
}

.single-sso_company .video-search-form {
    margin-top: 0;
    margin-bottom: 0;
}

.video-search-form input[type="submit"] {
    line-height: 1.5;
}

.video-card {
    background: #fff;
    margin: .25rem 0;
    border-left: 3px solid #ffb606;
    box-shadow: 0 0 10px #e5e5e5;
}

.video-tabs a {
    color: #999;
    margin-bottom: .5rem;
}

.video-tabs a.active {
    background-color: #fed03d;
    border-radius: 5px;
    padding: 1rem;
    color: #000;
}

.video-description p {
    font-size: 1rem;
}

.video-description p:last-child {
    margin-bottom: 0;
}

.video-container #user-login-form h3{
    display: none;
}

.video-container #user-login-form .forgot-password {
    visibility: hidden;
}

.preview-text {
    padding: 15px;
        color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 125%;
}

.preview-overlay {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 0;
    right: 0;
    background: #333;
    height: 160px;
    color: #fff;
    text-align: center;
    opacity: 0.8;
    z-index: 1;
}

.preview-overlay span {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -42px;
    font-size: 42px;
}


.content-area {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.content-area.border-top {
    border-top: 1px solid #ddd;
}

.single-sso_exam .content-area {
    padding-top: 0;
    padding-bottom: 0;
}

.exam-box {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.exam-box ol {
    margin: 1rem 0;
}

.exam-box ol li {
    margin: .25rem 0;
}

.question {
    border-bottom: 1px solid #eee;
}

.pointer {
    cursor: pointer;
}

.catalog-item {
    border-left: 1px solid #333;
    margin-left: 1px;
    border-bottom: 1px solid #eee;
    padding: .5rem 1rem;
    margin: .5rem 0;
    background: #fff;
}

.catalog-item:last-child {
    margin-bottom: 0;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 

.embed-container iframe, .embed-container object, .embed-container video, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.company-hero-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 2rem 0;
}

.main-footer {
    background: #eee;
    clear: both;
}

.wp-block-separator {
    width: 50%;
    margin: auto;
    margin: 2rem auto;
    border: 1px solid #fed03d;
}

p {
    line-height: 2;
    font-size: 1.1rem;
}

.loading,
.processing {
    text-indent: -1000px;
    overflow: hidden;
    min-width: 16px;
    color: transparent !important;
    background: url('/wp-admin/images/loading.gif') center center no-repeat !important;
}

.big-icon {
    font-size: 48px;
}

.big-icon-2 {
    font-size: 9rem;
}

strong {
    font-weight: bold;
}

.homepage-browse-form {
    background-color:rgba(0,0,0, 0.5);
    padding: 4.5rem 3rem;
}

.homepage-hero {
    position: relative;  
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.homepage-icon {
    width: 5rem;
}

.homepage-icon .fas {
    font-size: 1.5rem;
}

.homepage-text {
    font-size: 1rem;
}

textarea {
    min-height: 8rem;
}

#sso-exam-form textarea {
    border: 1px solid #ddd;
    background: #fff;
}

button {
    cursor: pointer;
}

img.aligncenter {
    margin: auto;
    display: block;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
    margin-left: 10px;
}

.wpcf7-form .wpcf7-response-output {
    border: 0;
    padding: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: yellow;
    margin-bottom: 0 !important;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
}

div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    margin-right: 16px;
    vertical-align: middle;
}


.woocommerce #content {
    overflow: hidden;
    padding: 3rem 0;
}

.woocommerce div.product form.cart .variations select {
    padding: .5rem;
}

.woocommerce-ordering,
.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce .quantity .qty {
    height: 35px;
    width: 100px !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	max-width: 100%;
}

.woocommerce .form-row {
    display: block;
    margin-bottom: 1rem;
}

.woocommerce-checkout .form-row label {
    margin-bottom: 0;
    margin-top: .5rem;
}

.woocommerce .input-text {
    padding: .75rem;
    border: 1px solid #bbb;
}

.woocommerce-checkout .input-text.wc-credit-card-form-card-cvc {
    padding: .25rem !important;
}

.woocommerce h2 {
    margin-bottom: 1rem;;
}

.woocommerce-MyAccount-navigation li {
    list-style: none;
    margin-bottom: .2rem;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    background: #eee;
    color: #666;
    padding: 1rem 2rem;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background: #fed03d;
    text-decoration: none;
    color: #fff;
}

.single-product .woocommerce-Price-amount {
    font-size: 2rem;
}

.variation p,
.wc-item-meta p {
    line-height: 1.5em;
}

.woocommerce-tabs {
    margin-bottom: 3rem;
}

#coupon_code {
    width: 150px;
}

.paypal_checkout_button {
    float: right;
}

#order_review_heading {
	margin-top: 2rem;
    margin-bottom: 1rem;
}

.training-list-item {
    box-shadow: 0 0 10px #eee;;
}

.training-list-icon {
    font-size: 2.25rem;
}

.training-list-item-passed {
    border-left: 2px solid green;
}

.training-list-item-failed {
    border-left: 2px solid red;
}

.training-list-btns a.btn {
    width: 100%;
    margin: .5rem 0;
    padding: .75rem .25rem;
    font-size: 80%;
}

.page-header {
    padding: 2rem 0;
    background: #f6f6f6;
    margin-bottom: 3rem;
    border-bottom: 1px solid #eee;
}

.page-header h1 {
    margin: 0;
}

#qrcode-form .fa-camera {
    font-size: 1.5rem;
}

#qrcode-file {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.border-pending {
    border-left: 2px solid #fed03d !important;
}

.progress-bar {
    background-color: #fed03d;
}

.course-timer {
    font-size: .9rem;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    z-index: 1;
}

.course-timer .fas {
    font-size: 2rem;
}

.course-item {
    border-bottom: 1px solid #ddd;
    border-left: 2px solid #fed03d;
    margin-top: .25rem;
    padding: .75rem;
}

.course-list .course-list {
    margin-top: 1.5rem;
}


.course-list .course-list .course-item {
    padding: .5rem;
    background: #f9f9f9;
    border-left-color: #777;
}

.course-list .course-list h5 {
    font-size: 1rem !important;
}

.exam-image {
    max-width: 95%;
}

.exam-image-checked {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: .25rem;
    border-radius: 50%;
}

.exam-image-selected {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    padding: .25rem;
    text-transform: uppercase;
    font-size: .9rem;
}

input:checked + .exam-image {
    box-shadow: 0 0 20px green;
}

.tax-sso_course #page-data {
    padding-bottom: 100px;
}

.tax-sso_course .main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.question-image {
    margin: 0 0 1rem .5rem;
}

.sso-category-list + .sso-video-list {
    margin-top: 4rem;
}

.sso-video-list + .sso-video-list {
    margin-top: 4rem;
 }

.purchase-price {
    margin: 3rem 0;
    font-size: 3rem;
    text-align: center;
}

#qrcode img {
    margin: auto;
}

@media (min-width: 992px) {
    .homepage-text {
        min-height: 12rem;
    }

    #qrcode-form {
        max-width: 75%;
    }
}

@media (min-width: 768px) {
    .logo {
        max-height: 115px;
    }
}

.page-id-216566 .wp-block-heading {
    margin-bottom: 2rem;
    margin-top: 2rem;
}