﻿.terms-of-use {
    height: 50vh;
    background-image: url(/images/Frontpage2017/BGImages/terms.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div.terms-content-blocks.grid-block {
    align-items: center;
}

.terms-content-blocks {
    padding-bottom: 100px;
}

.terms-block {
    /*max-width: 1500px;*/
    margin: 0 40px;
}

.terms-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.67;
    color: #383838;
}

.terms-blank:before {
    content: "\00A0";
}

.icon-space {
    min-width: 24px;
    max-width: 24px;
    text-align: center;
}

ul.terms-contact-info li {
    list-style: none;
    line-height: 25px;
}

ul.terms-contact-info {
    margin-left: 0px;
}

.terms-title {
    /*max-width: 1500px;*/
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444444;
    text-transform: uppercase;
    padding-top: 50px;
    line-height: 1.4;
    text-align: left;
}

    .terms-title.first {
        padding-top: 100px !important;
    }

.terms-block divider {
    max-width: 70px;
    height: 2px;
    background-color: #bb1600;
    margin-top: 10px;
    margin-bottom: 15px;
    align-self: flex-start;
}

.terms-header-fix {
    overflow: initial;
}




/***********************************************************************************************************************************/
/* SMALL/MEDIUM */
@media only screen and (max-width: 40em) {
    .terms-title.first {
        padding-top: 40px !important;
    }
}

@media only screen and (max-width: 75em) {
    .terms-title.first {
        padding-top: 60px !important;
    }

    .terms-content-blocks {
        padding-bottom: 60px;
    }
}
