body {
    color: #6d6d6d;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color: #fff;
}

.txt-grey-3 {
    color: #4d4d4d;
}

.av-vert-space-80 {
    height: 80px;
    width: 100%;
}

.av-vert-space-100 {
    height: 100px;
    width: 100%;
}

.av-vert-space-120 {
    height: 120px;
    width: 100%;
}

.av-vert-space-130 {
    height: 130px;
    width: 100%;
}

.av-header-logo {
    width: 160px;
}

.av-nav-level-2 {
    font-size: 1.25rem;
    font-weight: 500;
    white-space: nowrap;
}

.av-header-logo {
        width: 200px;
}
	
@media screen and (min-width: 1300px) {
    .av-nav-level-1 {
        font-size: 1.75rem;
    }

    .av-nav-level-2 {
        font-size: 1.5rem;
    }

    .av-nav-level-3 {
        font-size: 1.5rem;
    }

}

.av-banner-button {
    float: right;
    position: absolute;
    bottom: 8%;
    right: 2%;
    border: 1.5px solid white;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}

.av-page-copy-title {
    font-weight: 100;
    color: #6d6d6d;
}

.av-page-copy-subtitle {
    font-weight: 100;
    color: #6d6d6d;
}

.av-page-copy-title-large {
    font-weight: 200;
    color: #6d6d6d;
}



.av-page-copy-text {
    font-weight: 400;
    color: #6d6d6d;
}

@media screen and (max-width: 992px) {
    .full-width-750 {
        width: 100%;
    }
}

/* New Header stuff */
@media screen and (max-width: 1200px) {
    #myHeader {
        display: none;
    }
    #myHeaderMobile {
        display: block;
    }
    .av-content{
        padding-top: 80px;
    }
    #searchbardiv {
        margin: 70px auto 15px;
    }

    #fixedHeaderSpaceDiv {
        display: none;
    }

    #fixedMobileHeaderSpaceDiv {
        display: block;
        height: 150px;
    }

}
@media screen and (min-width: 1201px) {
    #myHeader {
        display: block;
    }

    #myHeaderMobile {
        display: none;
    }

    .av-content {
        padding-top: 130px;
    }

    #searchbardiv {
        margin: auto auto 15px;
    }

    #fixedHeaderSpaceDiv {
        display: block;
        height: 100px;
    }
    #fixedMobileHeaderSpaceDiv {
        display: none;
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

@media screen and (max-width: 600px) {
    .carousel {
        margin-top: 90px !important;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 10px !important;
        height: 10px !important;
    }

    .carousel-indicators li {
        width: 5px !important;
        height: 5px !important;
    }
}

.av-carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15% !important;
    margin-left: 15%;
    list-style: none;
}

.av-footer-form-field {
    width: 100%;
    margin-bottom: 20px;
}

.av-footer-form-label {
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: left;
}

.av-footer-form-submit-button {
    background-color: #ff671f;
    border-color: #ff671f;
    border-radius: 8px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    width: 150px;
    padding: 10px 20px 10px 20px;
}

.av-footer-form-submit-button:hover {
    background-color: #7f7f7f;
    border-color: #7f7f7f;
    color: #fff;
}

.av-footer-form-hidden {
    display: none;
}

.av-big-orange-button:hover {
    background-color: #7f7f7f;
    border-color: #7f7f7f;
    color: #fff;
    text-decoration: none;
}

/* Icon Image Text Left */
.av-icon-image-text-left-image-col {
    padding: 2%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.av-icon-image-text-left-text-col {
    padding: 2%;
    display: flex;
    justify-content: left;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .av-icon-image-text-left-image-col {
        justify-content: center;
    }
}


/* New Image Text Components */
.imgtxt-img-div {
    width: 450px;
}

@media screen and (min-width: 1100px) {
    .imgtxt-img-div {
        width: 500px;
    }
}

@media screen and (min-width: 1200px) {
    .imgtxt-img-div {
        width: 525px;
    }
}

@media screen and (min-width: 1300px) {
    .imgtxt-img-div {
        width: 550px;
    }
}

@media screen and (min-width: 1500px) {
    .imgtxt-img-div {
        width: 575px;
    }
}

@media screen and (min-width: 1600px) {
    .imgtxt-img-div {
        width: 600px;
    }
}

@media screen and (min-width: 992px) {
    .imgtxt-container {
        display: flex;
    }

    .imgtxt-container-mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .imgtxt-container-mobile {
        display: block;
    }

    .imgtxt-container {
        display: none !important;
    }
}











































	