body {
background-color: #f7f6f5;
}

body.noScroll {
   position: fixed;
   overflow-y: scroll;
   width: 100%;
}


.headerContainer {
overflow: visible;
padding-bottom: 5px;
pointer-events: none;
}

.headerBgContainer {
    position: relative;
    z-index: 4;
    min-height: 85px;
}

.headerBgCol img {
    width: 100%;
}

.headerBgVideo {
    overflow: hidden;
    height: 31vw;
}
.headerBgVideo video {
    bottom: 50%;
    position: absolute;
    transform: translateY(50%);
}
@media (max-width: 1200px) {
 .headerBgVideo {
    height: 45vw;
}   
}
@media (max-width: 767px) {
 .headerBgVideo {
    height: 54vw;
}   
}


.supportContainer {
    background-color: #ffffff;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    outline: 2px solid rgba(0,0,0,0.03);
}
.supportContainer .btn-primary {
    background-color: #04c868;
    border-color: #04c868;
    outline: none !important;
    box-shadow: none !important;
    color: #ffffff;
}
.supportContainer .btn-primary:active {
    color: #ffffff !important;
}
.supportContainer .btn-primary:hover {
    color: #ffffff !important;
}

.supportTextContainer {
    padding-right: 15px;
}
.headerContainerSmall .supportTextContainer {
    padding-bottom: 10px;
}
.headerContainerSmall .buttonContainer {
    padding-bottom: 10px;
}
.headerContainerSmall .supportContainer {
    box-shadow: none;
    margin-top: 25px;
    display: inline-block;
    border: 1px solid #ececec;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.headerContainerSmall {
    position: relative;
    z-index: 4;
    background-color: #ffffff;
}

.logo {
padding-bottom: 20%;
}

.headerTextContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 11;
}
.headerTextContainer h1 {
    margin-bottom: 0;
}
.headerTextContainer .container {
    margin-bottom: 5%;
}

.headerContainerShadow {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 10;
    border-bottom: 2px solid rgba(0,0,0,0.03);
}

.headerContainer .container {
    z-index: 11;
    position: relative;
}

.titleRow {
    padding-bottom: 30px;
    padding-top: 50px;
    position: relative;
}
@media (max-width: 767px) {
.titleRow {
    padding-top: 30px;
}
}

.gridItem {
    padding-bottom: 80px;
}

.gridItem1 .imageCol {
    padding-right: 0;
    padding-left: 0;
}
.gridItem2 .imageCol{
    padding-left: 0;
    padding-right: 0;
}

.gridContainer {
    padding-top: 30px;
    position: relative;
}

@media (min-width: 768px) {
.gridItem.right .gridImage {
    padding-left: 5%;
}
.gridItem.left .gridImage {
    padding-right: 5%;
}
}

@media (max-width: 767px) {
 .gridImage {
     padding-bottom: 20px;
 }   
}

.background-row {
    position: absolute;
    height: 100%;
    width: 100%;
}

.background-image {
    background-image: url(../siteImages/bg2.svg);
    background-repeat: no-repeat;
    background-position: 50% -350px;
    background-size: 2500px;
    opacity: 0.6;
}

.background-col {
    background-color: #ffffff;
    background-image: repeating-linear-gradient(0deg, #ffffff, #fafafa, #ffffff);
    height: 100%;
    box-shadow: 0px 0px 100px #fefefe;
    z-index: 0;
}

.footerContainer .background-col {
    background-color: #ffffff;
    background-image: repeating-linear-gradient(0deg, #ededed, #ffffff, #ffffff);
    box-shadow: none;
}

.mainContainer {
    position: relative;
    z-index: 3;
}

.footerContainer {
    position: relative;
    background-color: #444444;
    z-index: 4;
    padding-bottom: 70px;
}

.footerBorder {
    border-top: 1px solid #cacaca;
}

.personItem {
    margin-bottom: 40px;
}

.contactFloat {
    height: 100%;
    overflow-y: auto;
    display: none;
}
.contactFloat .row {
    height: 100%;
}
.contactFloat .contentContainer {
    background-color: #ffffff;
    background-image: repeating-linear-gradient(0deg, #ffffff, #fafafa, #ffffff);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    padding-top: 50px;
    padding-bottom: 20px;
    outline: 2px solid rgba(0,0,0,0.03);
}
.contactFloat .personRow {
    padding-top: 30px;
}

.contactFloat .closeContactButton {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
}

.contactServiceIcon {
    height: 25px;
    margin-top: 5px;
}