@font-face {
    font-family: GothamBookRegular;
    src: url(/v6/view/fonts/GothamBookRegular.otf);
}

@font-face {
    font-family: HelveticaNeueLTStd;
    src: url(/v6/view/fonts/HelveticaNeueLTStd-BdCn.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(/v6/view/fonts/GB.otf);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}
header, footer, div.main-wrapper, body, html {
    min-width: 320px !important;
}

.wrapper-white {
    padding: 50px 0;
    background-color: white;
}

.wrapper-top {
    background-image: url('/v6/view/img/wrapper-top.png');
}

.wrapper-2 {
    background-image: url('/v6/view/img/wrapper-2.png');
}
.wrapper-img {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.wrapper-img a {
    color: white;
}

.content {
    margin: auto;
    font-size: 0;
    width: 1150px;
    font-family: GothamBookRegular, Arial, sans-serif;
}

h1 {
    font-family: GothamBold;
    font-size: 26pt;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
    margin: 0 0 30px 0;
}

span.first_letter {
    font-family: "Times New Roman";
    font-size: 88pt;
    font-weight: bold;
    line-height: 79px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}

.content p {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    margin: 20px auto;
    line-height: 21px;
    text-align: justify;
}

.clear {
    clear: both;
}

strong {
    font-family: GothamBold;
}

.hide {
    display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .content {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    h1 {
        font-size: 21pt;
    }
    .content p {
        font-size: 11pt;
        line-height: 18px;
    }
}