@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: none
}

body {
    line-height: 1
}

table {
    border-spacing: 0
}

@-moz-document url-prefix() {
    body {
        letter-spacing: -0.09px
    }
}

html, body {
    height: 100%
}

body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 10px;
    color: #404040
}

body .wrap {
    flex: 1 0 auto
}

body .wrap:before, body .wrap:after {
    content: "";
    display: table
}

body .wrap:after {
    clear: both
}

ul, ol {
    list-style-position: outside;
    margin-bottom: 25px
}

ul li, ol li {
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #000000
}

ul {
    list-style-image: url("../images/list.png")
}

a {
    text-decoration: underline;
    color: #404040
}

a:hover {
    text-decoration: none
}

a img {
    border: none
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'PT Sans', sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #000
}

h1, .h1 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

h2, .h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

h3, .h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

h4, .h4 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

h5, .h5 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 13px
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

h6, .h6 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 12px
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

p {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #404040
}

table {
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse;
    font-family: 'PT Sans', sans-serif
}

table th, table td {
    padding: 15px 10px;
    border: 1px solid #f4f4f4;
    font-size: 16px;
    color: #3c3c3c
}

@media (max-width: 450px) {
    table th, table td {
        padding: 5px
    }
}

table th {
    border-bottom-width: 3px;
    font-weight: 400
}

input[type="submit"] {
    font-family: 'PT Sans', sans-serif;
    outline: none;
    cursor: pointer;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none
}

textarea, input, select {
    font-family: 'PT Sans', sans-serif
}

button {
    border: none
}

.content {
    padding-top: 35px;
    padding-bottom: 50px
}

@media (max-width: 991px) {
    .content {
        padding-top: 30px;
        padding-bottom: 20px
    }
}

.breadcrumbs + .content {
    padding-top: 0
}

@media (max-width: 767px) {
    .breadcrumbs + .content {
        padding-top: 0
    }
}

.text-page:before, .text-page:after {
    content: "";
    display: table
}

.text-page:after {
    clear: both
}

.text-page img {
    max-width: 100%
}

@media (max-width: 991px) {
    .text-page img {
        float: none !important;
        display: block;
        margin: 0 auto 30px !important
    }
}

.text-page ul, .text-page ol {
    overflow: hidden
}

.text-page ul li, .text-page ol li {
    position: relative;
    left: 15px;
    padding-right: 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px
}

@media (max-width: 991px) {
    .text-page .empty {
        display: none !important
    }
}

.text-page table img {
    float: none;
    max-width: inherit;
    margin: 0
}

.attention {
    display: none
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.text-center {
    text-align: center
}

@media (max-width: 991px) {
    .hidden-sm-down {
        display: none !important
    }
}

.hidden {
    display: none !important
}

.left {
    float: left
}

@media (max-width: 767px) {
    .left {
        float: none
    }
}

.overflow-wrap {
    overflow-y: hidden;
    overflow-x: auto
}