/*Contents--
    -General
    -Messages
    -Cards
    -Columns
    -Colorbook Styles
    -Secondary acceptable shades
    -Gradients
    -Pattern breaks
    -Navigation
    -Footer
    -Carousel
    -Modal
    -Calendar
*/

/*General*/
ol.results .mark {
    background: #f2d688 !important;
}
.h1, h1 {
    font-size: 3rem;
}
footer .row a.link-ext {
    display: inline;
    max-width: 70px;
}
svg#Component_2, svg#Component_3, svg#Component_4, svg#Component_5, svg#Component_6 {
    max-width: 45px;
    padding: 10px;
}
svg#Component_5 {
    max-width: 45px;
    padding: 8px;
}
svg#Component_6 {
    max-width: 45px;
    padding: 5px;
}
path#Path_3 {
    fill: black;
}
    svg#Component_4{
        fill: black;
    }
    .modal {
        overflow: hidden;
    }
a.social:hover {
    color: navy;
}
h5.text-end a:hover {
    color: navy;
}
a.navbar-links.bold:hover {
    color: navy;
}
h5.text-end a{
    color: #0077cc;
}
a.nav-link.text-black:hover {
    color: #0077cc !important;
}
.modal {
    padding-left: 16px;
}
.modal-content {
    max-height: 640px;
    overflow-y: auto;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    border-color: #ccc;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 50%);
}
.flip-horizontally {
    transform: scaleX(-1);
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: ease all .3s;
}
.fixed-selections {
    position: fixed;
    top: 115px;
    z-index: 11;
    left: 0;
    width: 100%;
    transition: ease all .3s;
}
.fixed-search {
    position: fixed;
    top: 72px;
    z-index: 16;
    left: 0;
    width: 100%;
    transition: ease all .3s;
}
.control_indicator {
    position: absolute;
    left: 6px;
    height: 20px;
    width: 20px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0px;
}
.describe-resource video {
    max-width: 500px;
    min-height: 300px;
    background: black;
}
path#Path_3 {
    cursor: pointer;
}
.search-bar {
    z-index: 99999;
    background: #fff;
}
button.search-holder {
    border: none;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    display: inline-block;
    width: 30px;
    float: right;
}

button.search-button {
    float: right;
}
    button.search-button.btn.mr-1.teal-background.white-text {
        margin-top: 0;
        padding: 5px 15px;
        margin-left: 10px;
    }
        button.search-button.btn.mr-1.teal-background.white-text:hover {
            background: #01918f;
            color: white;
        }
input#site-search {
    border: none;
    border-bottom: solid 1px #000;
    float: right;
    width: 0;
    transition: width .7s;
    opacity: 0;
}
    input#site-search.open {
        width: 190px;
        opacity: 1;
    }
    input#site-search:focus-visible {
        outline: none;
        border-bottom: solid 2px #000;
    }
.exit-subscribe.float-end {
    z-index: 0;
}
.search-holder {
    z-index: 1;
    display: inline-block;
    width: 100%;
}
.search-browse-bar:hover {
    background-image: linear-gradient(to right top, #565656, #484655, #131950, #131950, #131950);
}
.search-browse-bar.blue-background {
    margin: 25px 0;
}
svg#Layer_1 g#Repeat_Grid_1:hover {
    fill: #EBA53E !important;
}
a.nav-link.text-white.browse:hover, a.nav-link.text-white.webevent:hover, .training-link:hover p{
    color: #EBA53E !important;
}
.grid svg path {
    fill: white;
}
.grid svg:hover path, svg:hover path {
    fill: #EBA53E !important;
}
/*svg#Component_3:hover path {
    transition: .3s ease all;
    padding:4px;
    transform: scale(1.02) !Important;
    fill: #EBA53E !important;
}*/
    svg#Layer_2 {
    max-width: 15px;
    display: inline-block;
}
a.active {
    color: #ffba54 !important;
}
    a.active:hover, a.nav-link.text-white.training:hover, .nav-library h1 a:hover, span.clear:hover, .training-link:hover p{
        color: #EBA53E !important;
    }
.email-icon {
    margin-top: 0 !important;
    width: 25px;
}
svg#Layer_1 {
    vertical-align: -webkit-baseline-middle;
    display: inline-grid;
    max-width: 25px;
    margin-top: -5px;
    margin-left: 5px;
}
img.search-icon-browse{cursor:pointer;}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #007bff;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.dropdown-menu label.control.control-checkbox {
    margin-top: 14px;
}

.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.dropdown-menu span.control_indicator {
    background: #999;
}

.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}
input[type=checkbox] {
    cursor: pointer;
    margin: 0 8px;
    /*transform: scale(0.6);*/
}
.border-right {
    border-right: solid 1px #EBA53E;
}
.exit-subscribe.float-end {
    width: 300px;
    height: 20px;
    right: 0;
    position: absolute;
}
body {
    min-width: 100%;
}
.sub-top p{
    padding-top:15px;
}
.sub-top {
    padding-bottom: 20px;
}
input {
    padding: 0.4em;
}
body {
    font-family: 'Open Sans', sans-serif;
}
html {
    font-size: 0.875rem;
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}
.title-top-border {
    width: 80px;
    border-top: solid 1px #000;
    height: 5px;
    padding-bottom: 5px;
    display: block;
    margin-top: 15px;
}
.btn.blue-background:hover {
    background: #3a458a;
    color: white;
}
.steel-background a {
    color: #fff !important;
}
a.btn.teal-background:hover, .btn.teal-background.white-text:hover, button.add-btn.js-cm-submit-button.btn.btn-standard.teal-background.white-text:hover {
    background: #01918f;
    color: white;
    transition: .3s color ease;
}
ul.accordion li p.short {
    line-height: 0rem;
    padding: 2px;
}
a#resourceLink {
    margin-bottom: 20px;
}
a.white-text.call-out {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 2rem;
    text-decoration: none;
}
.steel-background p a, section.blue-blue-gradient-background.sub-top p a {
    color: #EBA53E !important; 
    text-decoration: none;
}
    .steel-background a:hover, section.blue-blue-gradient-background.sub-top p a:hover {
        color: #face8e !important;
    }
.steel-btn {
    background: #131313;
}
.btn{
    z-index:10;
    position:relative;
}

.btn-standard {
    background: #C2C4C4;
}
.modal button.btn.steel-btn.text-white {
    min-height: 35px;
    min-width: 100px;
    background: #333;
    font-weight: normal;
    text-shadow: none;
    font-size: 12px;
}
.brush-external {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px !important;
    margin-left: 100px;
    min-height: 100px;
    background: url(../images/home/btn1_LearnAboutSAFLEO.svg);
    max-width: 200px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.brush-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/PaintBrushBtn.svg);
    max-width: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.brush-register-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/btn2_ExploreTrainings.svg);
    max-width: 240px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.brush-survey-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/btn3_TakeTheSurvey.svg);
    max-width: 240px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.brush-poster-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/PaintBrushBtnPoster.svg);
    max-width: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.brush-resources-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/PaintBrushBtnResource.svg);
    max-width: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.featured-carousel .carousel-item {
    min-height: 100px;
    max-height: 240px;
}

.featured-carousel .carousel-indicators {
    bottom: 0;
}
nav.navbar.navbar-light.bg-light.border-bottom.box-shadow.mobile {
    display: none;
}
.btn.btn-danger img{
    margin-bottom: 0;
}
.logo-menu {
    width: 155px;
}
section.section-collection.blue-teal-gradient-background {
    padding-top: 75px;
}
img.aura.wave2, img.aura.wave1 {
    opacity: .1;
}
.lions {
    z-index: 20;
    max-width: 100%;
    background: url(../images/home/LionsBackground.png);
    background-size: cover;
    margin-top: -15px;
    background-position: center;
    position: relative;
    min-height: 370px;
    margin-bottom: -25px;
}
.brush-posters-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/btn3_VisitResourceLibrary.svg);
    max-width: 220px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}

.btn4-meet-team {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/btn4_MeetTheTeam.svg);
    max-width: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.brush-watch-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/PaintBrushBtnWatchVid.svg);
    max-width: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.brush-watchnow-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/PaintBrushBtnWatchNow.svg);
    max-width: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.brush-watch-now-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/home/btn5_RaiseAwareness.svg);
    max-width: 200px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
button.graphic-btn {
    background: none;
    border: none;
}
.drk-brush-btn {
    z-index: 2;
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    min-height: 100px;
    background: url(../images/tta/DrkPaintBrushBtn.svg);
    max-width: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
}
.bold{
    font-weight: 700;
}
.strong{
    font-weight: 800;
}
.hidden{
    display:none;
}
section, .section {
    padding: 3.125em 0 1.125em 0; /*50px top/bottom 20px*/
}

.callout {
    border-radius: unset;
    margin: 30px;
}

article, .article {
    padding: 1.875em 0; /*30px top/bottom*/
}
p.title-callout {
    font-weight: 600;
    font-size: 1.5rem;
    padding: 35px 20px 25px 30px;
}
.callout a.js-cm-submit-button.btn.btn-standard {
    margin-top: 2.2em;
    float: right;
}
span.circle.white {
    background: white;
}
span.circle {
    height: 15px;
    width: 15px;
    background: #333;
    border-radius: 50%;
    margin-top: 2.8em;
    position: relative;
    float: left;
}
span.line.white{
    border-bottom: solid 1px white;
}
span.line.black {
    border-bottom: solid 1px black;
}
span.line {
    width: 90%;
    border-bottom: solid 1px;
    background: #333;
    position: relative;
    margin-top: 3.3em;
    float: left;
    margin-left: 10px;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 15px 0;
}
p.med-font {
    font-size: 1.575rem;
    line-height: 1.4rem;
}
.big-padding {
    margin: 2.4em 1.8em;
}
/*NOTE: if applicable, otherwise remove*/
h1, .h1 {
}

h2, .h2 {
}

h3, .h3 {
}

h4, .h4 {
}

.h5, h5 {
    font-size: 1.45rem;
}

h6, .h6 {
}
.btn {
    padding: 0.48rem 2.5rem;
    font-size: .875rem;
}
.breadcrumb-item {
    color: #aaa;
}
/*Cards*/
.card.dark-card {
    background: #212529;
    border: none;
    min-height: 250px;
    border-radius: 0;
    color: #EBA53E;
}
.card.dark-card p, .card.light-card p {
    font-size: 1.125rem;
    line-height: 1.9rem;
    padding: 30px;
}
.card.light-card {
    background: #f0f0f0;
    border: none;
    min-height: 200px;
    border-radius: 0;
    color: #B5781C;
}
.card.light-card .style-border-top {
    background-color: #EBA53E;
    height: 0.7em;
    width: 9em;
}

/*Columns*/
.column-2 {
    column-count: 2;
}
/*Colorbook Styles*/
.white-text{
    color: #fff;
}
.blue-text {
    color: #212851;
}

.blue-background {
    background: #212851;
}

.gold-text {
    color: #EBA53E;
}
.med-grey-background {
    background: #4d4d4f;
}
.gold-background {
    background: #EBA53E;
}

.teal-text {
    color: #006967;
}

.teal-background {
    background: #006967;
}
.orange-text {
    color: #D45A2A;
}
.orange-background {
    background: #D45A2A;
}
.grey-border{
    border: solid 1px #f3f3f3;
}

.steel-text {
    color: #333940;
}

.steel-light-text {
    color: #f3f3f3;
}

.steel-mid-text {
    color: #636363;
}


/*Secondary acceptable shades- only used for backgrounds--check with designers on use*/

.blue-deeper-background {
    background: #181D3A;
}

.blue-lighter-background {
    background: #3B478C;
}

.gold-deeper-background {
    background: #cf852a;
}

.gold-lighter-background {
    background: #cfbc2a;
}

.teal-deeper-background {
    background: #41776d;
}

.teal-lighter-background {
    background: #417752;
}
.grey-lighter-background{
    background: #ccc;
}
.grey-deeper-background {
    background: #333;
}
/*Messages*/
.success {
    text-align: center;
    font-size: 2rem;
    padding: 20px 0;
    font-weight: 700;
}
/*Gradients*/
.steel-gradient {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333940+66,333940+79,333940+79,ffffff+79 */
    background: #333940; /* Old browsers */
    background: -moz-linear-gradient(left, #333940 66%, #333940 79%, #333940 79%, #ffffff 79%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #333940 66%,#333940 79%,#333940 79%,#ffffff 79%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #333940 66%,#333940 79%,#333940 79%,#ffffff 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333940', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.blue-teal-gradient-background {
    background: #006967;   
    background: -moz-linear-gradient(45deg, #006967 0%, #131950 51%);  
    background: -webkit-linear-gradient(45deg, #006967 0%,#131950 51%); 
    background-image: linear-gradient(to left bottom, #006967, #005d6c, #00506e, #00416c, #003163, #06295d, #0d2157, #131950, #131950, #131950, #131950, #131950);
  }
.dark-grey-gradient-background {
    background: #020411;
    background: -webkit-linear-gradient(bottom right, #020411, #C8C8C8);
    background: -moz-linear-gradient(bottom right, #020411, #C8C8C8);
    background: linear-gradient(to top left, #020411, #C8C8C8);
}
.blue-orange-gradient-background {
    background: #FBB03F;
    background: -webkit-radial-gradient(top right, #FBB03F, #141A50);
    background-image: linear-gradient(to left bottom, #fbaf3f, #913c16, #131950, #131950, #131950);

}
.blue-grey-gradient-background {
    background: #FBB03F;
    background: -webkit-radial-gradient(top right, #FBB03F, #141A50);
    background-image: linear-gradient(to left bottom, #565656, #484655, #131950, #131950, #131950);
}
.blue-blue-gradient-background {
    background: #FBB03F;
    background: -webkit-radial-gradient(top right, #3f5efb, #081254);
    background-image: linear-gradient(to left bottom, #3f5efb, #1e2e7d, #131950, #081254, #081254);
}
.blue-fade-gradient-background {
    background: #334f81;
    background: -webkit-radial-gradient(top right, #334f81, #081254);
    background-image: linear-gradient(to left bottom, #334f81, #2b4673, #131950, #081254, #081254);
}
img.exit {
    cursor:pointer;
    max-width: 40px;
    float: right;
    background: white;
    padding: 5px;
}
/*Pattern breaks*/
.sub-top {
    margin-top: -20px;
    padding-top: 15px;
}
.steel-background {
    background: #333940;
}
.royal-blue-background {
    background: #131950;
}
p.fs-2.lh-base.fw-bold.m-4 {
    font-size: 1.8rem !important;
}
.col-md-4.text-center.host-list {
    margin: auto;
}
.grey-background {
    background: #f3f3f3;
}
.small-container{
    max-width:80%;
    margin:auto;
}
input#ShareEmailAddress {
    width: 70%;
    float: left;
}
button#submitSharePageForm {
    float: right;
}
#sharePageForm #shareErrorMessage {
    clear:both;
    text-align: left;
}
.greetings {
    word-break: break-word;
    border: solid 1px #ccc;
    margin: 20px 0;
    padding: 15px;
    border-radius: 3px;
    text-align: left;
}
.row.social-footer a {
    display: inline;
    max-width: 70px;
}

img.share-this {
    width: 20px;
}
.brush-stroke {
    width: 100%;
    position: absolute;
    z-index: 0;
    margin-top: -40px;
}
g#Search_1_ path#Path_3 {
    fill: white;
}
a.mobile-link.link-local {
    display: none;
}
/*Navigation*/
span.navbar-toggler-icon.new-icon:hover {
    background-image: url(/images/icons/MenuIconHover.svg);
    transition: .3s ease all;
}

.row-cols-3 a.navbar-links {
    font-size: 1.2rem;
}
.justify-content-end a.nav-link, .training-link:hover {
    font-size: 1.2rem;
}
/*span.navbar-toggler-icon.new-icon {
    background-image: url(/images/icons/MenuIcon.svg);
}
button.navbar-toggler.navbutton {
    border: none;
    margin-right: 7px;
}*/
.menu-icon {
    color: #fff;
    border: none;
}
.subscribe-btn-nav {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    min-width: 50%;
    min-height: 10%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    left: 5%;
}
    .subscribe-btn-nav:hover {
        background: #EBA53E;
        color: #fff;
    }

#modalBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    filter: alpha(opacity=50);
    z-index: 10000;
}

.subscribe-modal {
    display: none;
    background-color: white;
    border-radius: 0.3rem;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: 240px;
    left: 45%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: fixed;
    top: 25%;
    width: 500px;
    z-index: 10000;
}

    .subscribe-modal h1 {
        font-family: "Open Sans", sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
/*        color: #131950;*/
        text-align: center;
    }

    .subscribe-modal p {
        font-family: "Open Sans", sans-serif;
        font-size: 1.0rem;
        text-align: center;
        margin-bottom: 0;
    }

    .subscribe-modal .sub-email {
        background: #fff;
        color: #000;
        border: 1px solid #707070;
        border-radius: 0.25rem;
        margin-right: 20px;
    }

        .subscribe-modal .sub-email::placeholder {
            color: #707070;
        }

    .subscribe-modal .js-cm-submit-button {
        background: rgb(13, 110, 253);
        color: #fff;
    }

        .subscribe-modal .js-cm-submit-button:hover {
            background: rgb(11, 94, 215);
        }

    .subscribe-modal .modal-footer {
        width: 100%;
        padding-top: 0;
    }

    .subscribe-modal .btn-close {
        background: rgb(51, 51, 51) !important;
        position: relative;
        min-width: 60px !important;
        min-height: 18px !important;
        float: none;
        line-height: 18px;
        font-size: 0.875rem !important;
        font-weight: normal !important;
        text-shadow: none !important;
    }

#modalBackground.active, .subscribe-modal.active {
    display: block;
}

.col-4.carouselcol {
    padding: 45px;
}
.back{
    cursor: pointer;
}
.menuboxes .card .card-body {
    min-height: auto !important;
    box-shadow: none;
    border: solid 1px #ccc;
    padding: 15px;
}
.custom-nav a {
    font-weight: 500;
    font-size: 1.5rem;
    display: block;
    text-decoration: none;
    padding-left: 25px;
}
.custom-nav a.inline {
    display: inline-block;
}
/*.custom-nav .carousel-inner, .custom-nav .carousel-indicators {
    transform: translateX(500%);
    transition: ease all .6s;
}*/
.custom-nav.show-me .carousel-inner {
    transition-delay: 1s;
    transform: translateX(0%);
}

.custom-nav.show-me .carousel-indicators {
    transition-delay: 2.4s;
    transform: translateX(0%);
}
.custom-nav.leave .carousel-inner, .custom-nav.leave .carousel-indicators{
    transform: translateX(0%);
}
.custom-nav li {
    transform: translateX(-100%);
    transition: ease all .9s;
}
.custom-nav.show-me li {
    transition-delay: 1.5s;
    transform: translateX(0%);
}
.custom-nav.show-me li:first-child{
    transition-delay: .1s;
}
.custom-nav.show-me li:nth-child(2){
    transition-delay: .2s;
}
.custom-nav.show-me li:nth-child(3){
    transition-delay: .4s;
}
.custom-nav.show-me li ul.nest li:first-child {
    transition-delay: .6s;
}
.custom-nav.show-me li ul.nest li:nth-child(2) {
    transition-delay: .7s;
}
.custom-nav.show-me li ul.nest li:nth-child(3) {
    transition-delay: .8s;
}
.custom-nav.show-me li:nth-child(4){
    transition-delay: 1s;
}
.custom-nav.show-me li:nth-child(5){
    transition-delay: 1.2s;
}
.custom-nav {
    opacity: 0;
    position: absolute;
    z-index: 9999;
    transform: translate(-200%, 0%);
    transition: transform ease-out 2s;
    transition-property: all;
    transition-duration: .6s;
}
li.border-yellow {
    margin-top: 7px;
    color: #EBA53E;
}
.over-lap span.title-top-border {
    border-top: solid 1px #fff;
}
img.search-icon {
    padding: 0px;
    max-height: 25px;
    float: right;
    /*background-color: #d45a2a;*/
    border-radius: 3px;
}
.custom-nav.leave {
    top: 0;
    background: white;
    min-height: 100vh;
    min-width: 50vw;
    max-width: 60vw;
    opacity: 1;
    transform: translate(-500%, 0%);
    transition: opacity 2s ease-out, transform 2s;
}
.inner-slide img {
    max-width: 40px;
    margin: 15px auto !important;
    display: block;
}
.dark-card img {
    max-width: 40px;
    margin: 15px auto !important;
    display: block;
}
a.btn.teal-background.link-ext img {
    max-width: 15px;
    margin-left: 5px;
}
.custom-nav.show-me {
    overflow-y: auto;
    position: fixed;
    z-index: 9999;
    min-height: 100vh;
    min-width: 60vw;
    max-width: 60vw;
    box-shadow: 3px 3px 20px #000;
    opacity: 1;
    top: 0;
    transform: translate(0%, 0%);
    transition: opacity .5s ease-in-out, transform .5s;
    background: white;
    padding: 10px;
}
a.btn.btn-standard.blue-background.white-text, a.btn.btn-details.card-ch.blue-background, .btn.btn-details{
    background-color: #0d6efd;
    border-color: #0d6efd;
}
div#navbarToggleExternalContent {
    position: absolute;
    z-index: 9999;
    width: 100%;
    border: solid 1px #ddd;
    margin-top: -73px;
    background: #fff;
}
a.navbar-brand img {
    max-width: 340px;
}
nav.navbar.navbar-light.bg-light.border-bottom.box-shadow .container {
    display: block;
    z-index: 11;
}
nav.navbar.navbar-light.bg-light.border-bottom.box-shadow a {
    text-decoration: none;
}
.centermenu {
    justify-content: center;
}

.navbutton{
    margin-right: 2.5rem;
}

.menuboxes {
    width: 40%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: transparent;
    border-radius: 0.25rem;
}

.menunav {
    list-style: none;
    font-weight: 500;
    font-size: 1.5rem;
    padding-left: 0px;
}
div#carouselExampleCaptions {
    min-width: 100%;
    min-height: 100%;
    background: none;
    border:none;
}
.custom-nav .carousel-caption {
    width: 100%;
    left: 0;
    top: 165px;
}
.custom-nav .carousel-caption h3 {
    text-shadow: 2px 3px 1px #000;
    font-size:1.5rem;
}

.carouselcol {
    border-left: 1px solid #000000;
}
.circlenumber {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 5px 10px;
    background: #000000;
    color: white;
    text-align: center;
}
.navcarouselheight {
    min-height: 0vh !important;
}

.menunav #alignlist {
    padding-left: 2rem;
}

@media only screen and (min-width: 576px) {
    .navbar-expand-sm .navbar-toggler {
        display: block;
    }
}
/*Footer*/
a.footer-partners img {
    max-width: 145px;
    padding: 0.3125em; /*5px*/
    margin: 20px 0;
}
a.footer-nav {
    display: block;
    line-height: 1.8rem;
}
a.footer-nav:first-child {
    padding-top: 0.9375em; /*15px*/
}
img.footer-social {
    margin: 15px;
    max-width: 25px;
}
a.footer-partners.bja img {
    padding-right: 0.9375em; /*15px*/
/*    border-right: solid 1px #EBA53E;*/
}
a.footer-nav {
    text-decoration: none;
    text-transform: uppercase;
}
footer input {
    margin-right: 10px;
}
.left-border {
    border-left: solid 1px #EBA53E;
}
col.text-wrap.left-border {
    max-height: 150px;
}
footer p.white-text {
    padding-bottom: 0;
    margin-bottom: 0;
}
footer .col.text-wrap {
    padding-right: 0.9375em; /*15px*/
}
footer .col.text-wrap p {
    padding: 0;
    line-height: 1.5rem;
}
footer p.white-text.text-center {
    padding-top: 0.9375em; /*15px*/
}
footer{
 position: relative !important;
}
/*Carousel*/
.carousel-caption h1 {
    font-size: 3.4375rem;
}
.carousel-inner .col {
    padding-top: 100px;
}
.carousel-caption p {
    font-size: 1.75rem;
}
.carousel-indicators button {
    background-image: url(../images/icons/CarouselOption.svg);
    background-color: transparent;
    min-width: 26px;
    min-height: 26px;
    background-size: cover;
}
.carousel-indicators button.active {
    background-image: url(../images/icons/CarouselOptionActive.svg);
    background-color: transparent;
    min-width: 26px;
    min-height: 26px;
    background-size: cover;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.carousel-indicators [data-bs-target] {
    background-color: transparent;
    width: 20px;
    margin-right: 20px;
    margin-left: 0px;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .item .aura {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* skip-content */
.skip-content {
    color: #143B65;
    text-decoration: none;
    border: 1px white solid;
    padding: 0px 1px;
    position: absolute;
    top: -100px;
    transition: top .25s;
    line-height: 14px;
}

    .skip-content:focus {
        color: #143B65;
        text-decoration: none;
        transition: top .25s;
        top: 30px;
    }

/*Animations*/
.tilt-1 {
    transform: rotate(5deg);
}
.tilt-2 {
    transform: rotate(15deg);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}
/*Modal*/
body.modal-open {
    padding-right: 0 !important;
}

.modal-dialog {
    max-width: 950px;
    margin: 1.75rem auto;
}

.modal {
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,.7);
}
div#exampleModalToggle2 .modal-title {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 0;
    line-height: 1.5;
}
div#exampleModalToggle2 .modal-header{
    display: inline-block;
}
div#exampleModalToggle2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-body {
    text-align: center;
    font-size: 1.0rem; /* was 1.3rem */
}
.modal-footer {
    display: inline-block;
    text-align: center;
}
button.btn-close {
    position: absolute;
    float: right;
    right: 10px;
    top: 10px;
}
button.btn-close {
    position: absolute;
    float: right;
    right: 10px;
    top: 10px;
}
/*Calendar*/
/* These need to be reconciled with styles in custom-calendar.css */
.fc-event-time, .fc-event-title {
    padding: 0 1px;
    white-space: normal;
}
.fc-event-time{
    min-width: 35px;
}
.fc-daygrid-event-harness {
    background-color: #f3f3f3;
}
.footerIcon {
    position: relative;  
    text-align: center;
}

#envelopIcon {
    text-align: center;  
    top: -4px;
}
.training-link{
    text-decoration:none;
}
.training-link p{
    font-size: 1.2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-decoration:none;
}
.training-link-wrapper{
    margin-top:-15px;
}
button#ClearCollection {
    display: none;
}