@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,900;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,900&family=DM+Serif+Display:ital@0;1&display=swap');

#MainBody {visibility:hidden; max-width:100vw; overflow-x:hidden;}
#MainBody.makeVisible {visibility:visible;}

body {
    font-family: 'DM Sans', Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #3c3c3c;
}
.footerLogo {
    max-width: 390px;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    left: -8px;
}

.logoCarousel, .testimonialOutput, .homeSlider {
    max-width: calc(100vw - 30px);
}
.featuredInfo .infoLabel {
    font-size: 24px;
    font-weight: 900; line-height:1.2;
}
.infoNumber {
    font-size: 98px;
    font-weight: 800;
		    color: white;
    text-shadow: 3px 3px 3px rgba(0,0,0,.55);
}
.featuredInfo {
    text-align: center;

}
.panelBack {
    padding: 20px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
    border-bottom: 8px solid #F5B82E;
    box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}

.infoNumber {
    font-size: 110px;
    font-weight: 800;
    color: white;
    text-shadow: 3px 3px 3px rgba(0,0,0,.55);
}
.featuredInfo.employees {
    background-image: url(/images/academy/cba2.jpg);
background-size: cover;
    background-repeat: no-repeat;background-position:center;
}
.featuredInfo.revenue {
    background-image: url(/images/cba/graph.jpg);
background-size: cover;
    background-repeat: no-repeat; background-position:center;
}
.featuredInfo.projects {
    background-image: url(/images/cba/money.jpg);
background-size: cover;
    background-repeat: no-repeat;background-position:center;
}

.panelBack div     {color: white;
text-shadow: 3px 3px 3px rgba(0,0,0,.55);}

.statisticsBackground {
    
    position: relative;
    padding: 20px 0;

}
#ft a:hover,
#ft a:focus,
#ft a:active {
    color: rgba(255, 255, 255, 0.8);
}
.testimonialOutput h4 {font-family:'DM Serif Display', serif; color:white; text-transform:none; font-weight:400; margin-top:20px;}

.testimonialOutput h5 {
    color: white;
    font-family: 'DM Serif Display',serif;
    font-weight: 400;
    text-transform: none;
    font-size: 95%;
    letter-spacing: .2px;
}
.testimonialOutput .slick-slide > div > span > .ContentHtml:nth-child(1) {
    background: rgba(220, 41, 30, 1);
    color: white;
    padding: 40px;
}
.testimonialOutput .slick-slide > div > span > .ContentHtml:nth-child(1) p {color:white;}

.Wrapper-HomePage #masterContentArea .testimonialOutput .slick-slide > div > span > .ContentHtml img {
    border: 0;
    box-shadow: none;
    object-fit: cover;
    height: 100%!important;
    width: 100%; object-position:bottom right;
}
.wrapper:before {
    content: '';
    background: #dfe0e1;
    background-image: url(/images/cba/background.jpg);
    width: 100%;
    height: 100%;
    position: absolute; background-repeat:no-repeat; background-size:cover;
    opacity: .1;
}
.testimonialOutput {box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
body:not(.Wrapper-HomePage) #masterContentArea {
    margin-top: 30px;
    background: white;
    z-index: 2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    margin-bottom: 30px;
}
.RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText, .RadMenu.RadMenu_Toronto .rmSlide .rmText {
    padding: 5px 20px;
}
.wrapper {position:relative;}

.btn:focus,
.TextButton:focus,
.TextButtonWithImage:focus,
.RadUpload .ruButton:focus,
.RadUploadProgressArea .ruButton:focus,
#masterHeaderActionArea a:focus {
    outline-offset: 0;
}
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar,
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft,
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
    background-color: #3c3c3c;
}
.RadWindow .rwTitleRow em,
.RadWindow .rwTitleRow {
    font: normal bold 24px 'DM Sans', "Segoe UI", Arial !important;
}

.RadTreeView .rtText {
    vertical-align: top;
    outline: 0;
    font-size: 17px;
    font-weight: 500;
}
div#MainPanel {
    font-size: 16px;
}

.footer-content p {
    font-size: 90%;
    color: rgba(255, 255, 255, 0.5);
}

.footer-content h2 {
    font-size: 170%;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: -10px;
    font-weight: 700;
}
.auth-link-container-sm {
    display: none !important;
}
.breadcrumb span.Disabled {
    color: transparent;
}
.breadcrumb span.Disabled:before {
    content: "\f19d";
    font-family: fontawesome;
    color: rgba(220, 41, 30,1);
    position: relative;
    left: 9px;
}

.WebPartZone ul:not([class]) > li:before, .WebPartZone ul:not([class]) > li > ul > li:before {
    font-family: fontawesome;
    content: "\f111";
    padding-right: 5px;
    font-size: 6px;
    position: relative;
    top: -3px;
    color: rgba(220, 41, 30,1);
}

.WebPartZone.textImageOverlay.red ul:not([class]) > li:before,
.WebPartZone.textImageOverlay.red ul:not([class]) > li > ul > li:before {
    color: white;
}

.WebPartZone ul:not([class]) > li > ul > li:before {
    content: "\f111";
}
.WebPartZone ul:not([class]) > li {
    list-style: none;
    margin-bottom: 5px;
}

.textImageOverlay {
    position: relative;
    overflow: hidden;
}
.textImageOverlay > .iMIS-WebPart:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.textImageOverlay > .iMIS-WebPart:nth-child(3) a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    text-indent: -10000px;
    height: 100%;
    width: 100%;
    z-index: 100;
}
.textImageOverlay > .iMIS-WebPart:nth-child(2) {
    opacity: 1;
    transition: 0.2s all ease-in-out;
    position: absolute;
    top: 0;
    padding: 20px;
    width: 50%;
    height: calc(100% - 16px);
    left: 0;
    color: white;
    font-size: 90%;
    font-weight: 400;
    line-height: 1.6;
    z-index: 98;
    overflow: hidden;
}

.textImageOverlay.right > .iMIS-WebPart:nth-child(2) {
    right: 0;
    left: unset;
}

.videoFrame,
.videoScreen {
    position: relative;
    width: 100%;
    padding-bottom: 51%;
    margin-bottom: 25px;
}

.videoFrame iframe, .videoScreen iframe {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.textImageOverlay.red p,
.textImageOverlay.red h2,
.textImageOverlay.red h3,
.textImageOverlay.red h4,
.textImageOverlay.red h5,
.textImageOverlay.red h6,
.textImageOverlay.red {
    color: white;
}

.textImageOverlay.red:hover > .iMIS-WebPart:nth-child(2) {
    transition: 0.2s all ease-in-out;
    background-color: rgba(60,60,60, 1);
}

.textImageOverlay.red > .iMIS-WebPart:nth-child(2) {
    background-color: rgba(60,60,60, 0.65);
    transition: 0.2s all ease-in-out;
}

.textImageOverlay.yellow p,
.textImageOverlay.yellow h2,
.textImageOverlay.yellow h3,
.textImageOverlay.yellow h4,
.textImageOverlay.yellow h5,
.textImageOverlay.yellow h6,
.textImageOverlay.yellow {
    color: #3c3c3c;
}

.textImageOverlay.yellow:hover > .iMIS-WebPart:nth-child(2) {
    transition: 0.2s all ease-in-out;
    background-color: rgba(245, 184, 46, 1);
}

.textImageOverlay.yellow > .iMIS-WebPart:nth-child(2) {
    background-color: rgba(245, 184, 46, 0.7);
    transition: 0.2s all ease-in-out;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
p,
input,
select,
textarea {
    font-family: 'DM Sans', Helvetica Neue, Arial, sans-serif;
    color: #3c3c3c;
    border: none;
}
h1, .h1, .PageTitle {
    font-family: 'dm serif display',serif;
    color: rgba(220, 41, 30,1);
    font-size: 245%;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
}
h2, .PanelTitle {
    font-size: 165%;
}
.h2,
.PanelTitle,
.StandardPanel,
.ContentBorder,
h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.ShowFieldset fieldset,
.panel-border,
.panel-heading.Distinguish {
    font-weight: 700;
    letter-spacing: 0.5px;
}
h3, .h3, .SectionTitle {
    font-size: 140%;
}
h4, .h4, .SectionLabel {
    color: rgba(220, 41, 30,1);
		font-size:115%;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'DM Sans', arial, sans-serif;
}
h5, .h5 {
    color: rgb(60,60,60);
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 115%;
    text-transform: uppercase;
    font-family: 'DM Sans', arial, sans-serif;
}
h6,
.h6 {
    margin: 0;
    font-size: 110%;
}
.footerLogo img {
    opacity: 0.85;
}
.footerLogo:hover img {
    opacity: 0.8;
}

.footer-content a,
.footer-content a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.footerLogo a:hover > img {
    opacity: 1;
}

.carousel-caption .innerCaption {
    color: white;
    padding: 10px 20px;
    max-width: 500px;
    margin-left: calc(50% - 550px);
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,.4);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.sq1 {
    position: absolute;
    background: rgba(60,60,60,.1);
    height: 600px;
    width: 1200px;
    transform: rotate(45deg);
    bottom: -515px;
    z-index: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.sq2 {
    position: absolute;
    background: rgba(255,255,255,.5);
    height: 1200px;
    width: 1200px;
    transform: rotate(35deg);
    top: 90px;
    z-index: 0;
    top: 120px;
    left: -227px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.sq3 {
    position: absolute;
    background: rgba(255,255,255,.5);
    height: 1200px;
    width: 1200px;
    transform: rotate(30deg);
    top: 90px;
    z-index: 2;
    top: 70px;
    left: -419px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.featureBox1 p,
.featureBox2 p,
.featureBox3 p,
.featureBox4 p {
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 18px;
}
.featureBox1 {margin-bottom:25px;
    color: white;
    padding: 40px;
    background: #3c3c3c;
    line-height: 1.8;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.featureBox2 {margin-bottom:25px;
    padding: 40px;
    background: rgba(255,255,255,.8);
    line-height: 1.8;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 2px solid rgba(220, 41, 30,1);
}

.featureBox3 {margin-bottom:25px;
    padding: 40px;
    background: rgba(167,169,172,.8);
    line-height: 1.8;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.featureBox4 {margin-bottom:25px;
    color: white;
    padding: 40px;
    background: rgba(220, 41, 30,1);
    line-height: 1.8;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.featureBox4 p,
.featureBox1 p {
    font-weight: 400;
}

.featureBox1 h1,
.featureBox1 h2,
.featureBox1 h3,
.featureBox1 h4,
.featureBox1 h5,
.featureBox1 h6,
.featureBox1 ul > li,
.featureBox1 ul > li > ul > li,
.featureBox4 h1,
.featureBox4 h2,
.featureBox4 h3,
.featureBox4 h4,
.featureBox4 h5,
.featureBox4 h6,
.featureBox ul > li,
.featureBox4 ul > li > ul > li,
a,
a:visited,
a:hover {
    color: white;
}

.featureBox3 h1,
.featureBox3 h2,
.featureBox3 h3,
.featureBox3 h4,
.featureBox3 h5,
.featureBox3 h6,
.featureBox3 ul > li,
.featureBox3 ul > li > ul > li,
.featureBox2 h1,
.featureBox2 h2,
.featureBox2 h3,
.featureBox2 h4,
.featureBox2 h5,
.featureBox2 h6,
.featureBox2 ul > li,
.featureBox2 ul > li > ul > li {
    color: #3c3c3c;
}

.featureBox1 h2,
.featureBox1 p,
.featureBox4 h2,
.featureBox4 p,
.featureBox1 a,
.featureBox3 a,
.featureBox4 a {transition:.3s ease-in-out all;
    color: white;
}


.featureBox1 a:hover {
    color: rgba(255,255,255,.7); transition:.3 ease-in-out all;
}

.featureBox2 h2,
.featureBox2 p,
.featureBox3 h2,
.featureBox3 p {
    color: #3c3c3c;
}

.featureBox1 {
    padding: 40px;
    background: rgba(60,60,60,.8);
}
.featureBox2 h2, .statisticsBackground h2 {color:rgb(199,42,35); position:relative;}
.featureBox1 h2, .featureBox3 h2, .featureBox4 h2 {position:relative;}

.featureBox1 h2:before, .featureBox2 h2:before, .featureBox3 h2:before, .featureBox4 h2:before, .statisticsBackground h2:before {
    content: '';
    height: 125%;
    width: 5px;
    background: #f5b82e;
    position: absolute;
    left: -15px;
}
.featureBox1 h2, .featureBox2 h2, .featureBox3 h2, .featureBox4 h2, .statisticsBackground h2 {font-weight:700;}
.featureBox1 h2 strong, .featureBox2 h2 strong, .featureBox3 h2 strong, .featureBox4 h2 strong, .statisticsBackground h2 strong {font-weight:900;}


.Wrapper-HomePage #masterContentArea img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 20px solid white;
}
.logoCarousel {
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 20px;
}

.logoCarousel .slick-track {
    display: flex;
    align-items: center;
}
.Wrapper-HomePage #masterContentArea .logoCarousel img, .logoCarousel img {
    box-shadow: none;
    border: none;
    padding: 0 20px;
}
.breadcrumb {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}
a,
a:visited {
    color: #DC291E;font-weight:600;
}
a:hover,
a:focus,
a:active {
    color: #DC291E;font-weight:600;
}
a.aspNetDisabled,
a.aspNetDisabled:hover,
a.aspNetDisabled:focus,
a.aspNetDisabled:active,
a.aspNetDisabled:visited {
    color: #a7a9ac;
}

.RadGrid a,
.RadToolTip a {
    color: #3c3c3c !important;
    text-decoration: underline;
}
.RadGrid a:visited,
.RadToolTip a:visited {
    color: #3c3c3c !important;
}
.RadGrid a:hover,
.RadGrid a:focus,
.RadGrid a:active,
.RadToolTip a:hover,
.RadToolTip a:focus,
.RadToolTip a:active {
    color: #3c3c3c !important;
}
.RadGrid a.aspNetDisabled,
.RadGrid a.aspNetDisabled:hover,
.RadGrid a.aspNetDisabled:focus,
.RadGrid a.aspNetDisabled:active,
.RadGrid a.aspNetDisabled:visited,
.RadToolTip a.aspNetDisabled,
.RadToolTip a.aspNetDisabled:hover,
.RadToolTip a.aspNetDisabled:focus,
.RadToolTip a.aspNetDisabled:active,
.RadToolTip a.aspNetDisabled:visited {
    color: #a7a9ac !important;
}

.RadGrid a.TextButton {
    color: #fff !important;
    text-decoration: none !important;
}
.nav-secondary .sub-nav-head {
    background-color: rgba(220, 41, 30,1);
    color: white;
}
.nav-secondary {
    background-color: #f4f5f5;
    margin-bottom: 1em;
}
.nav-secondary .SubNavigationSeparator {
    border: none;
    height: 4px;
    background-color: #dfe0e1;
}
.RadTreeView.RadTreeView_Toronto > .rtUL > .rtLI {
    border-top: 1px solid #dfe0e1;
}

.StandardPanel,
.ContentBorder,
h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.ShowFieldset fieldset,
.panel-border,
.panel-heading.Distinguish {
    border-color: #dfe0e1;
    border: none;
}
h2,
.h2,
.PanelTitle {
    font-family: 'DM Sans', Open Sans, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    color: #3c3c3c;
}
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch th.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_Metro .rgSelectedRow,
.RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro th.rgSorted {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}
.CalloutPart2 .panel-heading,
.CalloutPart2 .panel-body {
    background-color: #dfe0e1;
}
.Alerts .AlertItem {
    border: 1px solid #dfe0e1;

    background-color: #dfe0e1;
}
.RefExample,
.RefExample:before,
.RefCode.prettyprint,
.RefTOC {
    border: 1px solid #dfe0e1;
}
body:not(.Wrapper-HomePage) .navbar:before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.35+0,0+83 */
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.Quote {
    background: #fef9ec;
    border-left: 10px solid rgba(220, 41, 30,1);
    margin: 1.5em 0.7em 1.5em 0;
    padding: 1.5em 0.7em;
    quotes: "\201C""\201D""\201C""\201D";
    font-weight: normal;
}
.Quote:before {
    color: #f5b82b;
}
.CalloutArea1, .CalloutBlockType1 {
    background-color: rgba(220, 41, 30,1);
    padding: 20px;
    margin: 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-weight: 500;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius:5px;
}
.CalloutArea1 h2 {
    color: #fff;
}
.CalloutArea2 {
    background-color: #a7a9ac;
    padding: 20px;
    margin: 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.RadTreeView.RadTreeView_Toronto a.rtIn {
    color: #3c3c3c;
}
.btn,
.TextButton,
.TextButtonWithImage,
.ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton,
.btn:visited,
.TextButton:visited,
.TextButtonWithImage:visited,
.ruButton:visited,
#masterHeaderActionArea a:visited,
.RadGrid input.TextButton:visited {
    color: white;
    background-color: #f5b82e;
    border-color: transparent;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    border-radius: 5px;
    margin-bottom: 5px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.btn,
.TextButton,
.TextButtonWithImage,
.RadUpload .ruButton,
.RadUploadProgressArea .ruButton,
#masterHeaderActionArea a {
    padding: 10px 25px;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'DM Sans', arial, sans-serif;
}

.btn:hover,
.btn:focus,
.btn:active,
.TextButton:hover,
.TextButton:focus,
.TextButton:active,
.TextButtonWithImage:hover,
.TextButtonWithImage:focus,
.TextButtonWithImage:active,
.ruButton:hover,
.ruButton:focus,
.ruButton:active,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
.RadGrid input.TextButton:hover,
.RadGrid input.TextButton:focus,
.RadGrid input.TextButton:active,
.TextButton.PrimaryButton:hover {
    color: #fff;
    background-color: rgb(30,30,30);
    border-color: transparent;
    -webkit-box-shadow: none;
}
.featureBox1 h2,
.featureBox2 h2,
.featureBox3 h2,
.featureBox4 h2, .statisticsBackground h2 {
    line-height: 1.2;
    margin-bottom: 25px;
}

.featureBox1 .btn:hover,
.featureBox1 .btn:focus,
.featureBox1 .btn:active,
.featureBox1 .TextButton:hover,
.featureBox1 .TextButton:focus,
.featureBox1 .TextButton:active,
.featureBox1 .TextButtonWithImage:hover,
.featureBox1 .TextButtonWithImage:focus,
.featureBox1 .TextButtonWithImage:active,
.featureBox1 .ruButton:hover,
.featureBox1 .ruButton:focus,
.featureBox1 .ruButton:active,
.featureBox1 #masterHeaderActionArea a:hover,
.featureBox1 #masterHeaderActionArea a:focus,
.featureBox1 #masterHeaderActionArea a:active,
.featureBox1 .RadGrid input.TextButton:hover,
.featureBox1 .RadGrid input.TextButton:focus,
.featureBox1 .RadGrid input.TextButton:active,
.featureBox1 .TextButton.PrimaryButton:hover {
    color: #fff;
    background-color: rgba(220, 41, 30,1);
    border-color: transparent;
    -webkit-box-shadow: none;
}

.PrimaryButton,
.SaveAndClose,
.SaveAs,
.UsePrimaryButton .TextButton,
.UsePrimaryButton .TextButtonWithImage,
#masterHeaderActionArea a,
.RadGrid input.PrimaryButton,
.PrimaryButton:visited {
    color: #fff;
    background-color: rgba(220, 41, 30,1);
    border-color: transparent;
    position: relative;
    -webkit-box-shadow: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:active,
.btn.aspNetDisabled,
.btn.aspNetDisabled:hover,
.btn.aspNetDisabled:focus,
.btn.aspNetDisabled:active,
.TextButton[disabled],
.TextButton[disabled]:hover,
.TextButton[disabled]:focus,
.TextButton[disabled]:active,
fieldset[disabled] .TextButton,
fieldset[disabled] .TextButton:hover,
fieldset[disabled] .TextButton:focus,
fieldset[disabled] .TextButton:active,
.TextButton.aspNetDisabled,
.TextButton.aspNetDisabled:hover,
.TextButton.aspNetDisabled:focus,
.TextButton.aspNetDisabled:active,
.TextButtonWithImage[disabled],
.TextButtonWithImage[disabled]:hover,
.TextButtonWithImage[disabled]:focus,
.TextButtonWithImage[disabled]:active,
fieldset[disabled] .TextButtonWithImage,
fieldset[disabled] .TextButtonWithImage:hover,
fieldset[disabled] .TextButtonWithImage:focus,
fieldset[disabled] .TextButtonWithImage:active,
.TextButtonWithImage.aspNetDisabled,
.TextButtonWithImage.aspNetDisabled:hover,
.TextButtonWithImage.aspNetDisabled:focus,
.TextButtonWithImage.aspNetDisabled:active,
.ruButton[disabled],
.ruButton[disabled]:hover,
.ruButton[disabled]:focus,
.ruButton[disabled]:active,
fieldset[disabled] .ruButton,
fieldset[disabled] .ruButton:hover,
fieldset[disabled] .ruButton:focus,
fieldset[disabled] .ruButton:active,
.ruButton.aspNetDisabled,
.ruButton.aspNetDisabled:hover,
.ruButton.aspNetDisabled:focus,
.ruButton.aspNetDisabled:active,
#masterHeaderActionArea a[disabled],
#masterHeaderActionArea a[disabled]:hover,
#masterHeaderActionArea a[disabled]:focus,
#masterHeaderActionArea a[disabled]:active,
fieldset[disabled] #masterHeaderActionArea a,
fieldset[disabled] #masterHeaderActionArea a:hover,
fieldset[disabled] #masterHeaderActionArea a:focus,
fieldset[disabled] #masterHeaderActionArea a:active,
#masterHeaderActionArea a.aspNetDisabled,
#masterHeaderActionArea a.aspNetDisabled:hover,
#masterHeaderActionArea a.aspNetDisabled:focus,
#masterHeaderActionArea a.aspNetDisabled:active,
.RadGrid input.TextButton[disabled],
.RadGrid input.TextButton[disabled]:hover,
.RadGrid input.TextButton[disabled]:focus,
.RadGrid input.TextButton[disabled]:active,
fieldset[disabled] .RadGrid input.TextButton,
fieldset[disabled] .RadGrid input.TextButton:hover,
fieldset[disabled] .RadGrid input.TextButton:focus,
fieldset[disabled] .RadGrid input.TextButton:active,
.RadGrid input.TextButton.aspNetDisabled,
.RadGrid input.TextButton.aspNetDisabled:hover,
.RadGrid input.TextButton.aspNetDisabled:focus,
.RadGrid input.TextButton.aspNetDisabled:active {
    background-color: #a7a9ac;
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

a.rmLink.rmRootLink.rmSelected {
    background: rgba(220, 41, 30,1) !important;
    color: white!important;
}
#masterHeaderImage {
    background-image: url("/images/academy/CBA-CAGC-Horiz.png");
    background-position: center;
    background-size: contain;
    height: 150px;
    width: 550px;
}
.nav-auxiliary .nav-aux-cart .nav-text {
    position: absolute;
    text-indent: -10000px;
    top: 1px;
    left: 0;
}
.header-logo-container {
    float: left;
    margin: 10px 0 5px 0;
}


.carousel h1,
.carousel h2,
.carousel h3,
.carousel h4,
.carousel h5 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    letter-spacing: 0.75px;
}
.invisible {visibility:hidden;}
.carousel-caption p, .carousel-caption h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    color: white;
    font-size: 265%;
    margin: 10px 0 15px 0;
    letter-spacing: 1.2px;
}
.carousel-caption p {
    font-size: 18px;
    max-width: 700px;
    letter-spacing: 0.35px;
}
.carousel-caption h1 {
    font-weight: 900; display:inline;
}
.carousel-caption .innerCaption {
    color: white;
    padding: 20px 20px 10px 20px;
    max-width: 768px;
    margin: 0;
    border-bottom: 10px solid rgba(245,184,46,1);
    border-left: 10px solid rgba(245,184,46,1);
}
.HomePageFullWidthArea {
    border-bottom: 8px solid #a7a9ac;
    position: relative;
    z-index: +3;
}
div#auxiliary-container {
    font-size: 14px;
    font-family: 'DM Sans';
}
.navbar {
    background: transparent;
    border-radius: 0;
    border-bottom: 3px solid #f5b82e;
}
.nav-auxiliary a {
    transition: all 0.2s ease-in-out;
    color: #3c3c3c;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
}
.nav-auxiliary a:hover {
    transition: all 0.2s ease-in-out;
    color: white;
    background: rgba(220, 41, 30,1);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.modal-footer .btn + .btn {
    margin-left: 5px !important;
    margin-bottom: 5px !important;
}

body:not(.Wrapper-HomePage) .navbar {
    background: transparent;
    border-radius: 0;
    border-bottom: 7px solid rgba(245,184,46,.75);
    background-image: url(/images/cba/slider1.jpg);
    background-position: 100% 21%;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.carousel-caption {
    text-shadow: none;
    font-weight: 500;
}
.Wrapper-HomePage header#hd {
    border-bottom: none;
}

.Wrapper-HomePage .wrapper {
    display: table;
    width: 100%;
    height: 100%;
    background: transparent;
		position:relative;
}
.header-top-container {
    position: relative;
}
.carousel-inner .item:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+20,0+50 */
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
div#ste_container_FooterCommunications a.fa, div#ste_container_FooterCommunications a.fa-brands {
    text-decoration: none;
    margin-right: 10px;
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
}div#ste_container_FooterCommunications {
    text-align: left;
}

.footer-nav-copyright {
    background-color: #3c3c3c;
    color: white;
}
.container,
.header-container,
.SliderPage1 {
    max-width: 1400px;
}
.footer-copyright p {
    margin-bottom: 0;
    font-size: 75%;
    color: rgba(255, 255, 255, 0.5);
}
.footer-nav-copyright a,
.footer-nav-copyright a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.carousel-caption {
    background: rgba(0, 0, 0, 0);
    padding: 15px;
    font-family: 'DM Sans';
    text-align: left;
    border-radius: 5px;
}
.footer-content {
    background-color: #3c3c3c;
    color: #fff;
    text-align: center;
    border-top: 7px solid #f5b82e;
}
.col-md-6 > .ContentItemContainer > .WebPartZone.textImageOverlay > .iMIS-WebPart:nth-child(1) img {
    min-height: 550px;
    object-fit: cover;
}
p.CalloutArea1,
p.CalloutArea2 {
    margin: 20px 0;
}
@media (min-width: 768px) {
.Wrapper-HomePage #masterHeaderImage {
    background-image: url("/images/academy/CAGC-CBA-Horizontal-Color.png");
    height: 255px;
}
	.Wrapper-HomePage #ste_container_HeaderLogoSpan {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.85+23,0+100 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 23%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    padding: 10px;
    margin-top: -10px;
    position: relative;
    top: -10px;
}
	
    .minHeight550Boxes .WebPartZone.textImageOverlay {
        min-height: 550px;
    }
		.testimonialOutput .slick-slide:before {
    content: '';
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    border: 2px solid white;
    position: absolute;
    top: 30px;
    left: 30px;
}
.testimonialOutput .panel-body {
    padding: 0;
}

.testimonialOutput .slick-slide > div > span > .ContentHtml:nth-child(1) {
    background: rgba(220, 41, 30, 1);
    color: white;
    padding: 60px;
    font-weight: 400;
    font-family: 'dm sans', sans-serif;
}
.testimonialOutput .slick-slide > div > span {
  display: grid!important;
  grid-template-columns: 1fr 1fr; 
  gap: 0; 
}
.navbar-collapse {
    background: rgba(255,255,255,.9);
   
}
		.Wrapper-HomePage .navbar-collapse {

    background: rgba(255,255,255,.7);
}		
.Wrapper-HomePage .navbar-collapse {
    clear: right;
    top: 11px;
    position: relative;
}
    .header-bottom-container {
        background-color: white;
    }
    .RadMenu.RadMenu_Toronto .rsmItem {
        padding: 2px 15px;
        margin: 0;
    }
    .carousel-inner.bg-img > .item {
        background-color: #3c3c3c;
        background-position: center top;
    }


    .Wrapper-HomePage #masterHeaderImage {
    width: 330px;
}

    .Wrapper-HomePage .header-bottom-container {
        background-color: transparent;
        margin-top: -240px;
        margin-bottom: 10px;
    }

    .Wrapper-HomePage header#hd {
        border-bottom: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 19;
        background: transparent;
    }

    .RadMenu.RadMenu_Toronto .rmRootLink.rmSelected {
        color: #010101;
        background-color: transparent;
        font-family: 'DM Sans';
        font-weight: 700;
    }

    .RadMenu.RadMenu_Toronto .rmLink,
    .RadMenu.RadMenu_Toronto .rsmLink {
        color: #010101;
        font-family: 'DM Sans';
        font-weight: 700;
    }
    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink {
        text-transform: none;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #3c3c3c;
    }
    .RadMenu.RadMenu_Toronto .rsmLevel .rmLink,
    .RadMenu.RadMenu_Toronto .rsmLevel .rsmLink {
        color: #3c3c3c;
        font-family: 'DM Sans';
        font-weight: 400;
    }
    .header-bottom-container {
        background-color: transparent;
        margin-top: -113px;
        margin-bottom: 10px;
    }
    .RadMenu.RadMenu_Toronto .rmRootLink.rmExpanded,
    .RadMenu.RadMenu_Toronto .rmRootLink:hover,
    .RadMenu.RadMenu_Toronto .rmRootLink.rmFocused {
        background-color: rgba(220, 41, 30,1);
        color: white !important;
    }
    a.rmLink.rmRootLink.rmFocused {
        color: white !important;
    }
    .search-container-sm {
        display: none !important;
    }
    a.rmLink.rmRootLink.rmExpanded {
        color: white !important;
    }

    .RadMenu.RadMenu_Toronto .rmGroup {
        background-color: rgba(255, 255, 255, 0.85);
        border: 4px solid rgba(220, 41, 30,1);
    }

    .RadMenu_Toronto .rmSlide .rmLink:hover,
    .RadMenu_Toronto .rmSlide .rmLink.rmFocused,
    .RadMenu_Toronto .rmSlide .rsmLink:hover,
    .RadMenu_Toronto .rmSlide .rsmLink.rmFocused,
    .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
    .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink.rmFocused {
        background-color: transparent;
        color: #3c3c3c;
        font-weight: 500;
    }
    html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected,
    html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
        border-color: #3c3c3c;
        background-color: #3c3c3c;
    }
    .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
        border-bottom-color: #3c3c3c;
    }

  .carousel-caption {
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    padding: 15px 15px 25px 0;
    font-family: 'DM Sans';
    text-align: left;
    border-radius: 5px;
   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    border-radius: 0;
    left: 0;
    right: 0;
    max-width: 1400px;
    margin: auto;
}

    .RadSocialShare_Default {
        font-family: "DM Sans", sans-serif;
    }

    .sshLinkItem .sshCustomIcon,
    .sshLinkItem .sshIcon,
    .sshLinkItem .sshText {
        line-height: 50px;
    }
    .RadSocialShare.RadSocialShare_Default.SmallButtons [id$="share"] {
        padding: 0;
        margin: 0;
        background: rgba(255, 255, 255, 0.7);
        opacity: 0.7;
        -moz-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
    }
    .sshLinkItem .sshMailTo,
    .sshLinkItem .sshShareOnTwitter {
        background-color: #fff;
    }
    [id$="share"]:hover {
        opacity: 1;
        border: 3px solid #00a8f6;
    }
    [id$="share"]:hover .sshContent {
        background: #fff;
        opacity: 1;
    }
    [id$="share"] .RadSocialShare {
        padding: 50px 0 0;
        margin: 0;
    }
    .sshIcon,
    .sshListItem {
        margin: 0 !important;
        padding: 0 !important;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
        background: #fff;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
        content: "\f141";
        margin: auto;
        text-align: center;
        font-size: 30px;
        font-family: fontawesome;
        position: relative;
        left: 15px;
    }
    .sshLinkItem .sshMailTo:before,
    .sshLinkItem .sshShareOnTwitter:before {
        left: 12px;
        margin: auto;
        text-align: center;
        font-family: fontawesome;
        position: relative;
    }
    .sshLinkItem .sshShareOnTwitter:before {
        content: "\f099";
        font-size: 30px;
    }
    .sshLinkItem .sshMailTo:before {
        content: "\f003";
        font-size: 27px;
    }
    div[id$="share"] .sshLinkItem .sshLinkedIn {
        background-color: #fff;
        background-image: none !important;
    }
    div[id$="share"] .sshLinkItem .sshLinkedIn:hover {
        color: #fff;
    }
    .PanelFieldLabel.SocialShare,
    [id$="share"]:hover .PanelFieldLabel.SocialShare {
        margin-right: -50px;
        padding: 7px 0 0 !important;
        text-transform: uppercase;
        font-size: 80%;
        line-height: 13px;
        width: 50px;
        height: 50px;
        text-align: center;
    }
    .PanelFieldLabel.SocialShare {
        background: #fff;
    }
    [id$="share"]:hover .PanelFieldLabel.SocialShare {
        background: #00a8f6;
        color: #fff;
    }
    .sshListItem {
        display: block !important;
    }
    .RadSocialShare.LargeButtons .sshCustomIcon,
    .RadSocialShare.MediumButtons .sshCustomIcon,
    .RadSocialShare.SmallButtons .sshCustomIcon {
        background-image: none;
        width: 50px;
        height: 50px;
    }
    .sshLinkItem .sshShareOnFacebook {
        background-color: #fff;
    }
    .sshLinkItem .sshShareOnFacebook:before {
        content: "\f09a";
        margin: auto;
        text-align: center;
        font-size: 30px;
        font-family: fontawesome;
        position: relative;
        left: 17px;
        color: #3b5998;
    }
    .sshLinkItem .sshShareOnTwitter:before {
        color: #1da1f2;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
        color: #007f68;
    }
    .sshLinkItem .sshMailTo:before {
        color: #acaaa5;
    }
    a.sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook {
        background-color: #3b5998;
    }
    a.sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter {
        background-color: #1da1f2;
    }
    a.sshLinkItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo {
        background-color: #acaaa5;
    }
    a.sshLinkItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
        background-color: #007f68;
    }
    .sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook:before,
    .sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter:before,
    .sshListItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before,
    .sshListItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo:before {
        color: #fff;
    }
    .sshLinkItem:hover .sshCustomIcon {
        color: #fff;
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    .sshLinkItem .sshCustomIcon {
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    [id$="SocialShareCommon"],
    [id$="share"] {
        bottom: 25px;
        border: 3px solid transparent;
        position: fixed;
        z-index: +2;
        right: 15px;
        opacity: 0.5;
    }
    .rwTable .sshLinkItem .sshCustomIcon,
    .rwTable .sshLinkItem .sshIcon,
    .rwTable .sshLinkItem .sshText {
        line-height: inherit;
    }
    #ctl01_TemplateBody_WebPartManager1_gwpciNewSocialShareCommon_ciNewSocialShareCommon__Body .RadSocialShare {
        padding: 50px 0 0;
        margin: 0;
    }
    [id$="NewSocialShareCommon"] .PanelBody,
    [id$="NewSocialShareCommon"] .panel-body {
        padding: 0;
    }
    [id$="NewSocialShareCommon"] .StandardPanel,
    [id$="NewSocialShareCommon"] .panel {
        border: 0;
    }

    .sshLinkItem .sshCustomIcon,
    .sshLinkItem .sshIcon,
    .sshLinkItem .sshText {
        line-height: 50px;
    }
    .RadSocialShare.RadSocialShare_Default.SmallButtons [id$="NewSocialShareCommon"] {
        padding: 0;
        margin: 0;
        background: rgba(255, 255, 255, 0.7);
        opacity: 0.7;
        -moz-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
    }
    .sshLinkItem .sshMailTo,
    .sshLinkItem .sshShareOnTwitter {
        background-color: #fff;
    }
    [id$="NewSocialShareCommon"] {
        border: 3px solid #ffffff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    [id$="NewSocialShareCommon"]:hover {
        opacity: 1;
        border: 3px solid #ffffff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    [id$="NewSocialShareCommon"]:hover .sshContent {
        background: #fff;
        opacity: 1;
    }
    [id$="NewSocialShareCommon"] .RadSocialShare {
        padding: 50px 0 0;
        margin: 0;
    }
    .sshIcon,
    .sshListItem {
        margin: 0 !important;
        padding: 0 !important;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
        background: #fff;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
        content: "\f141";
        margin: auto;
        text-align: left;
        font-size: 30px;
        font-family: fontawesome;
        position: relative;
        top: -5px;
        left: 15px;
    }
    .sshLinkItem .sshMailTo:before,
    .sshLinkItem .sshShareOnTwitter:before {
        left: 12px;
        margin: auto;
        text-align: left;
        font-family: fontawesome;
        position: relative;
    }
.sshLinkItem .sshShareOnTwitter:before {
    content: "\e61b";
    top: -8px;
    font-size: 33px;
    left: 9px;
}
    .sshLinkItem .sshMailTo:before {
        content: "\f003";
        top: -5px;
        font-size: 27px;
    }
    .PanelFieldLabel.SocialShare,
    [id$="NewSocialShareCommon"]:hover .PanelFieldLabel.SocialShare {
        margin-right: -50px;
        padding: 7px 0 0 !important;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 13px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
    }
    .PanelFieldLabel.SocialShare {
        background: #fff;
    }
    [id$="NewSocialShareCommon"]:hover .PanelFieldLabel.SocialShare {
        background: #ffffff;
        color: #005c85;
    }
    .sshListItem {
        display: block !important;
    }
    .RadSocialShare.LargeButtons .sshCustomIcon,
    .RadSocialShare.MediumButtons .sshCustomIcon,
    .RadSocialShare.SmallButtons .sshCustomIcon {
        background-image: none;
        width: 50px;
        height: 50px;
    }
    .sshLinkItem .sshShareOnFacebook {
        background-color: #fff;
    }
    .sshLinkItem .sshShareOnFacebook:before {
        content: "\f09a";
        margin: auto;
        text-align: left;
        font-size: 30px;
        font-family: fontawesome;
        position: relative;
        left: 17px;
        color: #3b5998;
        top: -5px;
    }
    .sshLinkItem .sshLinkedIn:before {
        content: "\f0e1";
        margin: auto;
        text-align: left;
        font-size: 30px;
        font-family: fontawesome;
        position: relative;
        left: 12px;
        top: -5px;
        color: #3b5998;
    }
    .sshLinkItem .sshLinkedIn {
        background-color: #fff;
    }
.sshLinkItem .sshShareOnTwitter:before {
    color: rgb(15,20,25);
}
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
        color: #007f68;
    }
    .sshLinkItem .sshMailTo:before {
        color: #acaaa5;
    }
    .sshLinkItem .sshIcon.sshLinkedIn:before {
        color: #0077b5;
    }
    a.sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook {
        background-color: #3b5998;
    }
    a.sshLinkItem:hover span.sshIcon.sshLinkedIn,
    sshCustomIcon.sshCustomLinkedIn {
        background-color: #0077b5;
    }
    a.sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter {
        background-color: rgb(15,20,25);
    }
    a.sshLinkItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo {
        background-color: #acaaa5;
    }
    a.sshLinkItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
        background-color: #007f68;
    }
    .sshLinkItem:hover span.sshIcon.sshLinkedIn.sshCustomIcon.sshCustomLinkedIn:before,
    .sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook:before,
    .sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter:before,
    .sshListItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before,
    .sshListItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo:before {
        color: #fff;
    }
    .sshLinkItem:hover .sshCustomIcon {
        color: #fff;
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    .sshLinkItem .sshCustomIcon {
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    [id$="NewSocialShareCommon"],
    [id$="SocialShareCommon"] {
        background: white;
        bottom: 0;
        border: 3px solid #fff;
        position: fixed;
        z-index: +700;
        right: 0;
        opacity: 0.5;
    }
    .rwTable .sshLinkItem .sshCustomIcon,
    .rwTable .sshLinkItem .sshIcon,
    .rwTable .sshLinkItem .sshText {
        line-height: inherit;
    }
    .RadSocialShare.RadSocialShare_Default.SmallButtons {
        padding: 50px 0 0;
        margin: 0;
    }

    .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink,
    .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover,
    .RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:focus {
        color: #3c3c3c;
    }
    a.rmLink.rmRootLink.rmSelected.hidden-xs.SlideLarge.rmExpanded {
        background: rgba(220, 41, 30,1) !important;
    }
    .PanelFieldLabel.SocialShare {
        color: #3c3c3c;
    }
}

.nav-auxiliary .nav-aux-button.nav-aux-account:hover .nav-text {
    background-position: 0 -100px;
}

@media (max-width: 767px) {
.RadMenu.RadMenu_Toronto .rmGroup {
    background-color: #f5b82e;
}

#hd:has(.navbar-toggle:not(.collapsed)) {
    background: #fff;
}

    .videoFrame,
    .videoScreen {
        margin-bottom: 100px;
    }
		body:not(.Wrapper-HomePage) #masterContentArea {
    margin-right: 15px;
    margin-left: 15px;
}
#masterHeaderImage {
    height: 66px;
    width: 165px;
    position: absolute;
    z-index: 1000;
    top: 5px;
}
.TaggedListPanel.slick-initialized.slick-slider {
    max-width: calc(100vw - 60px);
    margin: auto;
}

body:not(.Wrapper-HomePage) .navbar {

    background-size: 100%;
}
    .RadMenu.RadMenu_Toronto .rmRootLink.rmExpanded,
    .RadMenu.RadMenu_Toronto .rmRootLink:hover,
    .RadMenu.RadMenu_Toronto .rmRootLink.rmFocused {
        background-color: rgba(220, 41, 30,1);
        color: #fff;
    }
    .PanelFieldLabel.SocialShare {
        display: none;
    }
    .textImageOverlay > .iMIS-WebPart:nth-child(2) {
        opacity: 1;
        transition: 0.2s all ease-in-out;
        position: absolute;
        bottom: 15px;
        top: unset;
        padding: 30px 10px;
        width: 100%;
        height: 100%;
        left: 0;
        color: white;
        font-size: 80%;
        font-weight: 500;
        line-height: 1.8;
        z-index: 98;
        overflow: hidden;
        line-height: 1.4;
    }
    .item.active:before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+34,0.35+81 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.35) 81%, rgba(0, 0, 0, 0.35) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.35) 81%, rgba(0, 0, 0, 0.35) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.35) 81%, rgba(0, 0, 0, 0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-9 */
    }

    .navbar-toggle {
        background-color: rgba(220, 41, 30,1) !important;
    }

    .RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink {
        font-weight: 500;
    }
    .RadMenu.RadMenu_Toronto .rmRootLink.rmSelected {
        color: white;
    }

    .auth-link-container {
        background-color: transparent;
        text-align: right;
    }
    .auth-link-container a,
    .auth-link-container a:visited,
    .auth-link-container a:hover {
        color: white;
    }
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: rgba(220, 41, 30,1);
    }

    #masterHeaderImage {
        height: 66px;
        width: 165px;
        position: absolute;
        z-index: 1000;
        top: 5px;
    }
   .Wrapper-HomePage #masterHeaderImage {
    width: 250px;
}

    .carousel-caption {
        left: 0;
        right: 0;
    }
    button[data-target="#search-collapse"] {
        display: none;
    }
    .Wrapper-HomePage header#hd {
        position: absolute;
        z-index: 10001;
        width: 100%;
    }
    .header-top-container {
        min-height: 75px;
    }
}

@media (max-width: 1024px) {
    .textImageOverlay > .iMIS-WebPart:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .featureBox1,
    .featureBox2,
    .featureBox3,
    .featureBox4 {
        margin: 15px 0;
    }
}

@media (min-width:1203px) and (max-width:1440px) {
	
	#masterHeaderImage {
    max-width: 32vw;
}
	
}
@media (min-width:768px) and (max-width:1202px) {
	
	#masterHeaderImage {max-width:unset;
    width: 350px;
}
	
}