
@import url("https://fonts.googleapis.com/css?family=Roboto:500,700,900");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after {
    content: '';
    content: none; }

q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

/**********************
Variables & Mixins
AUTHOR: Bobby Donathan - BigRedRooster
_variables.scss
***********************/
/*COLORS*/
/*MIXINS*/
body {
    font-family: 'Roboto', helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #63666a;
    line-height: 1.8; }
body h1, body h2, body h3 {
    font-weight: 900;
    color: #000;
    margin-bottom: 20px; }
body h1, body h2 {
    font-size: 25px; }
body h1.sectionhead, body h2.sectionhead {
    margin-bottom: 30px; }
@media only screen and (min-width: 768px) {
    body h1.sectionhead, body h2.sectionhead {
        margin-top: 50px; } 
    }
body h3 {
    font-size: 20px; }
body h3.logotype {
    line-height: 77px;
    margin-bottom: 0px; }
body h3.logotype a {
    color: #494949; }

.editbutton {
    background-color: red;
    padding: 20px;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 0px;
    color: #fff; }

#headerbar .logolink {
    display: block;
    margin: 20px 0; }
#headerbar .headerlinks {
    line-height: 1; }
#headerbar .headerlinks li {
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
    line-height: 1.2; }
#headerbar .headerlinks li a {
    color: #e4002b; }
#headerbar .headerlinks li a:hover {
    text-decoration: none;
    color: #b80023; }
@media only screen and (min-width: 768px) {
    #headerbar .headerlinks {
        line-height: 77px; }
    #headerbar .headerlinks li {
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 0px; }
    #headerbar .headerlinks li:after {
        content: '|';
        padding-left: 20px;
        display: inline-block; }
    #headerbar .headerlinks li:last-child:after {
        display: none; } }

#footer {
    margin-top: 80px;
    background-color: #494949;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 65px 0;
    text-align: center; }
#footer .address {
    margin: 20px 0; }
#footer ul.footlinks {
    text-align: center;
    padding-top: 20px; }
#footer ul.footlinks li {
    display: inline-block; }
#footer ul.footlinks li a {
    color: #fff;
    padding: 0 20px; }
@media only screen and (min-width: 768px) {
    #footer {
        text-align: left; }
    #footer ul.footlinks {
        text-align: right;
        padding-top: 0px; } }

a {
    color: #e4002b; }
a:hover {
    color: #b80023;
    text-decoration: none; }

.nopad {
    padding: 0; }

.btn-primary {
    background-color: #06287e;
    color: #fff;
    border-color: #06287e;
    border-radius: 36px;
    line-height: 1;
    padding: 10px 30px;
    margin-top: 30px;
    max-width: 100%;
    white-space: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px; }
.btn-primary:hover {
    background-color: #b80023;
    border-color: #b80023; }
.btn-primary.coursecalendar {
    position: relative;
    padding-left: 50px; }
.btn-primary.coursecalendar svg {
    display: block;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 20px; }

.grayback {
    background-color: #f5f5f5; }

.videoholder .videooverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center center; }
.videoholder iframe {
    z-index: 0; }

.row.section {
    margin-top: 60px; }
@media only screen and (min-width: 768px) {
    .row.section {
        margin-top: 70px; } }

.headerimage {
    max-width: 100%;
    height: auto;
    display: block; }

.btngroup a {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top; }
@media only screen and (min-width: 768px) {
    .btngroup a {
        margin-top: 20px; } }

/* Page specific stuff */
.home .introrow {
    position: relative;
    margin-bottom: 35px; }
.home .backgroundholder {
    display: none;
    z-index: 0; }
@media only screen and (min-width: 768px) {
    .home .backgroundholder {
        display: block; } }
.home .backgroundholder > div {
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0; }
.home .backgroundholder > div.show {
    opacity: 1; }
.home .backgroundholder > div.background1 {
    background-image: url(../images/homehero-desktop.jpg); }
.home .backgroundholder > div.background1CA {
    background-image: url(../images/Rheem-Training-CA-Hero-image.jpg); }
.home .backgroundholder > div.background2 {
    background-image: url(../images/homehero2.jpg); }
.home .backgroundholder > div.background3 {
    background-image: url(../images/homehero3.jpg); }
.home .backgroundholder > div.background4 {
    background-image: url(../images/homehero4.jpg); }
.home .backgroundholdermobile {
    background: url(../images/homehero-mobile.jpg) no-repeat top left;
    display: block;
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover; }
@media only screen and (min-width: 768px) {
    .home .backgroundholdermobile {
        display: none; } }
.home .introwrapper {
    position: relative;
    padding: 0;
    margin-bottom: 35px;
    z-index: 1; }
.home .introwrapper .homepageintro {
    margin-top: 70%;
    padding: 40px 15px 160px;
    color: #fff;
    background-image: -moz-linear-gradient(-158deg, #7a99ac 1%, #264072 100%);
    background-image: -webkit-linear-gradient(-158deg, #7a99ac 1%, #264072 100%);
    background-image: -ms-linear-gradient(-158deg, #7a99ac 1%, #264072 100%); }
.home .introwrapper .homepageintro h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px; }
@media only screen and (min-width: 768px) {
    .home .introwrapper .homepageintro {
        margin-top: 60px; } }
.home .introwrapper #introcarousel {
    position: relative;
    margin: -100px 15px 0;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 58.48px 9.52px rgba(35, 16, 10, 0.18); }
.home .introwrapper #introcarousel .topper {
    background-color: #fff;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    display: inline-block;
    padding: 0 28px; }
.home .introwrapper #introcarousel .owl-theme .owl-nav {
    position: absolute;
    top: -52px;
    right: 0px;
    margin-top: 0px; }
.home .introwrapper #introcarousel .owl-theme .owl-nav button {
    height: 52px;
    width: 52px;
    background-color: #e4002b;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: 40px;
    line-height: 52px; }
.home .introwrapper #introcarousel .owl-theme .owl-nav button.disabled {
    opacity: .5; }
.home .introwrapper #introcarousel .owl-theme .slide {
    padding: 23px 28px; }
.home .introwrapper #introcarousel .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    border-radius: 0;
    margin: 0 5px;
    background: #dadada; }
.home .introwrapper #introcarousel .owl-theme .owl-dots .owl-dot.active span {
    background: #e4002b;
    border: none; }
@media only screen and (min-width: 768px) {
    .home .introwrapper #introcarousel {
        margin: -130px 15px 0 -80px; } }
.home .graycard {
    background-color: #f5f5f5;
    text-align: center; }
.home .graycard img {
    max-width: 100%;
    height: auto; }
.home .graycard .contentholder {
    padding: 50px 70px; }
.home .graycard .contentholder strong {
    color: #000; }
.home .graycard .contentholder table {
    margin: 30px auto 0 auto;
    font-weight: bold;
    color: #000; }
.home .graycard .contentholder table br {
    display: none; }
.home .graycard .contentholder table .btn-primary {
    margin-top: 10px; }
.home #eventcarousel .panel {
    background-color: #f5f5f5;
    line-height: 1.2;
    padding-bottom: 50px; }
.home #eventcarousel .panel .paneltop {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 10px; }
.home #eventcarousel .panel .paneltop.technical {
    background-color: #264072; }
.home #eventcarousel .panel .paneltop.business, .home #eventcarousel .panel .paneltop.Business {
    background-color: #7a99ac; }
.home #eventcarousel .panel span {
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
    font-weight: 500; }
.home #eventcarousel .panel span.paneltitle {
    font-weight: 700;
    color: #000;
    margin-top: 20px; }
.home #eventcarousel .panel .moreinfo {
    font-size: 12px;
    font-weight: 900;
    color: #e4002b;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
.home #eventcarousel .panel .moreinfo:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\f35a";
    margin-right: 5px; }
.home #eventcarousel .panel .moreinfo:hover {
    color: #b80023;
    text-decoration: none; }
.home #coursecarousel {
    margin-top: 50px; }
.home #coursecarousel h1 {
    text-align: center;
    padding: 50px 0 40px; }
@media only screen and (min-width: 768px) {
    .home #coursecarousel h1 {
        padding: 70px 0 60px; } }
.home #coursecarousel .panel {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden; }
.home #coursecarousel .panel h3 {
    padding: 25px;
    margin-bottom: 0px; }
.home #coursecarousel .panel p {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
    overflow: hidden;
    margin-bottom: 70px; }
.home #coursecarousel .panel .learnmore {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: block;
    background-color: #e4002b;
    color: #fff;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }
    .home #teamcarousel-4 {
        padding-bottom: 50px;
    }
    .home #teamcarousel-4 h1 {
        text-align: center;
        padding: 50px 0 40px; }
    @media only screen and (min-width: 768px) {
        .home #teamcarousel-4 h1 {
            padding: 70px 0 60px; } }
    .home #teamcarousel-4 .panel {
        background-color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden; }
    .home #teamcarousel-4 .panel h3 {
        padding: 25px;
        margin-bottom: 0px; }
    .home #teamcarousel-4 .panel p {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 0px;
        overflow: hidden;
        margin-bottom: 70px; }
    .home #teamcarousel-4 .panel .learnmore {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        display: block;
        background-color: #e4002b;
        color: #fff;
        text-align: center;
        line-height: 48px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px; }
@media only screen and (min-width: 576px) {
    .home .modal .modal-dialog {
        max-width: 900px; } }
.home .modal .modal-dialog .modal-content {
    border-radius: 0rem; }
.home .modal .modal-dialog .modal-content .modal-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-image: -moz-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%);
    background-image: -webkit-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%);
    background-image: -ms-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%); }
.home .modal .modal-dialog .modal-content .modal-footer {
    padding: 0; }
.home .modal .modal-dialog .modal-content .modal-footer .btn-secondary {
    color: #aaa;
    background-color: #fff;
    border-color: #fff; }
.home .modal .modal-dialog .modal-content .modal-body {
    padding: 20px 10% 50px 10%; }
.home .modal .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 26px;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px; }
.home .modal .modal-dialog .modal-content .modal-body .warning {
    background-color: #f1be48;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    margin: 10px 0px; }
.home .modal .modal-dialog .modal-content .modal-body .description {
    padding-top: 20px; }
.home #ctaButtonRow {
    padding: 40px 0; }
.home #ctaButtonRow .btn-primary {
    display: inline-block;
    vertical-align: top;
    margin: 10px; }
.home #gallerycarousel .owl-stage {
    z-index: 0;
    margin-top: 60px; }
@media only screen and (min-width: 768px) {
    .home #gallerycarousel .owl-stage {
        height: 400px;
        margin-top: 160px; } }
@media only screen and (min-width: 768px) {
    .home #gallerycarousel .owl-item {
        transform: scale(1);
        z-index: 1;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
    .home #gallerycarousel .owl-item img {
        opacity: .5;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
    .home #gallerycarousel .owl-item.center {
        transform: scale(1.8);
        z-index: 2;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.6); }
    .home #gallerycarousel .owl-item.center img {
        opacity: 1; } }
.home #gallerycarousel .owl-nav {
    position: absolute;
    top: 33%;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: green; }
.home #gallerycarousel .owl-nav button {
    position: absolute; }
.home #gallerycarousel .owl-nav button.owl-prev {
    left: 20px; }
.home #gallerycarousel .owl-nav button.owl-next {
    right: 20px; }
.home #gallerycarousel .owl-nav button span {
    font-size: 90px;
    color: #e4002b; }
.home #gallerycarousel .owl-nav button span:hover {
    color: #b80023; }
@media only screen and (min-width: 768px) {
    .home #gallerycarousel .owl-nav button.owl-prev {
        left: 60px; }
    .home #gallerycarousel .owl-nav button.owl-next {
        right: 60px; } }
.home #gallerycarousel .owl-nav [class*='owl-']:hover {
    background: none; }
.home .quoterow {
    background-image: url(../images/quoteback.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 125px 10%;
    margin-top: 60px; }
.home .quoterow .quote {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    padding-bottom: 38px; }
.home .quoterow .cite {
    font-size: 18px;
    font-weight: 500;
    color: #fff; }

.page-calendar .sectiontitle {
    padding-top: 50px; }
.page-calendar .month {
    background-image: -moz-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%);
    background-image: -webkit-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%);
    background-image: -ms-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%);
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%; }
.page-calendar .eventcard {
    padding: 40px;
    border-bottom: 1px dashed #ddd; }
.page-calendar .eventcard h4.eventtitle {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px; }
.page-calendar .eventcard .date {
    padding-left: 25px;
    background-image: url(../images/date-loc-sprite.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px; }
.page-calendar .eventcard .loc {
    padding-left: 25px;
    background-image: url(../images/date-loc-sprite.jpg);
    background-repeat: no-repeat;
    background-position: 0px -24px; }
@media only screen and (min-width: 576px) {
    .page-calendar .eventcard .modal .modal-dialog {
        max-width: 900px; } }
.page-calendar .eventcard .modal .modal-dialog .modal-content {
    border-radius: 0rem; }
.page-calendar .eventcard .modal .modal-dialog .modal-content .modal-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-image: -moz-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%);
    background-image: -webkit-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%);
    background-image: -ms-linear-gradient(0deg, #1b365d 0%, #7a99ac 100%); }
.page-calendar .eventcard .modal .modal-dialog .modal-content .modal-footer {
    padding: 0; }
.page-calendar .eventcard .modal .modal-dialog .modal-content .modal-footer .btn-secondary {
    color: #aaa;
    background-color: #fff;
    border-color: #fff; }
.page-calendar .eventcard .modal .modal-dialog .modal-content .modal-body {
    padding: 20px 10% 50px 10%; }
.page-calendar .eventcard .modal .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 26px;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px; }
.page-calendar .eventcard .modal .modal-dialog .modal-content .modal-body .warning {
    background-color: #f1be48;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    margin: 10px 0px; }
.page-calendar .eventcard .modal .modal-dialog .modal-content .modal-body .description {
    padding-top: 20px; }
.page-calendar .filtercolumn h4 {
    font-size: 13px;
    font-weight: 900;
    color: #000;
    margin: 20px 0 10px 0; }
.page-calendar .filtercolumn p {
    margin-bottom: 10px;
    position: relative; }
.page-calendar .filtercolumn input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
.page-calendar .filtercolumn input[type='checkbox'] + label {
    padding: 0 0 0 24px;
    cursor: pointer;
    background: url(../images/off.png) no-repeat 0px 0px;
    line-height: 1.6;
    font-size: 13px; }
.page-calendar .filtercolumn input[type='checkbox']:checked + label {
    background: url(../images/checked.png) no-repeat 0px 0px; }
.page-calendar .searcharea {
    padding: 40px 50px;
    margin-bottom: 20px; }
.page-calendar .searcharea label {
    line-height: 1.6;
    font-size: 13px;
    display: block;
    color: #000;
    font-weight: 700; }
.page-calendar .searcharea input[type='text'] {
    font-size: 12px;
    width: 100%; }
.page-calendar .searcharea .searchfield {
    background: #fff url(../images/searchicon.png) no-repeat 98% center;
    padding: 5px 40px 5px 10px; }
.page-calendar .searcharea .datefield {
    background: #fff url(../images/dateicon.png) no-repeat 5px center;
    padding: 5px 10px 5px 30px; }

.course-accordion-item.card {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
    margin: 12px 0;
}

.course-accordion-item.card>.card-header {
    background-color: white;
    padding: 1px 2px;
    border-radius: 4px;
}

.course-accordion-item.card>.card-header>.btn {
    text-transform: uppercase;
    color: #313335;
    position: relative;
}

.course-accordion-item .content-icon {
    position: absolute;
    top: 2px;
    right: 16px;
    font-size: 22px;
}

.course-accordion-item .content-icon::before {
    display: block;
    content: '+';
}

.course-accordion-item .content-icon.active::before {
    color: #e4002b;
    content: '−';
}

.course-item {
    border: 0;
    margin: 5px 0;
    padding: 2px 0;
    border-radius: 20px;
    background-color: #f2f2f3;
}

.course-item ~ .course-item {
    margin-top: 10px;
}

.course-item .card-title {
    margin-bottom: .3rem;
    font-size: 1.15rem;
}

.course-item .card-text {
    color: #898c92;
    font-weight: 500;
    font-size: 0.95rem;
}


#headerbar {
    background-color: #07287e;
}

@media (min-width:320px)   {

.home .introwrapper .homepageintro {
    margin-top: 90%;}
}