﻿.divBorderT {
    border-top: 2px solid #00548b;
    margin-top: 10px;
}

.collection-subtitleH h1{
    font-family: "Times, Times New Roman, serif";
    padding-bottom: 15px;
    font-size: 60px;
    color: #00558b;
    line-height: .9em;
    text-transform:capitalize;
}

@media (max-width: 576px) {
    .divBorderT {
        display: none;
    }

    .collection-subtitleH {
        font-size: 45px;
    }

    .subheader {
        font-size: x-large !important;
    }

    #policies-and-terms .terms-dowmload {
        padding-top: 0px !important;
    }

    .rc-content {
        padding-bottom: 0px !important;
    }

    .hideDiv {
        display: none;
    }
}

@media (max-width: 992px) and (min-width: 577px) {
    .collection-subtitleH h1{
        font-size: 50px;
    }
}