/* Common */

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

html, body {
    font-family: Roboto;
    background-color: #101010;
    color: #f1f1f1;
    height: 100%;
    margin: 0;
    padding: 0;
}

.popover {
    border: 2px solid #3F3F3F;
    background-color: #000;
    border-radius: 0;
}

.popover.bottom > .arrow {
    border-bottom-color: #3F3F3F;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #000;
    border-top-width: 2px;
}

.popover.left > .arrow {
    border-left-color: #3F3F3F;
}

.popover.left > .arrow:after {
    border-left-color: #000;
    border-right-width: 2px;
}

.popover.right > .arrow {
  border-right-color: #3F3F3F;
}

.popover.right > .arrow:after {
  border-right-color: #000;
  border-left-width: 2px;
}

ul.popover-list {
    margin: 5px 0;
}

ul.popover-list li {
    cursor: pointer;
    margin: 5px 0;
    color: #8B8B8B;
    font-size: 13px;
}

ul.popover-list li.active {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: -1px;
}

span.popover-season-title {
  font-size: 12px;
}

.award {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

ul.popover-list li.active .award {
  height: 12px;
  width: 12px;
}

.award.award-gold {
    background-color: #F7B900;
}

.award.award-silver {
    background-color: #A1ABB5;
}

.award.award-bronze {
    background-color: #E07D5A;
}

.award.award-forest {
    background-color: #339966;
}

.award.award-sky {
    background-color: #4080bf;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    text-align: center;
}

.wrapper {
    min-height: 100%;
}

/* Header */

.top {
    background-color: #000;
    padding-bottom: 20px;
    padding: 0 25px;
}

.header {
    /* min-height: 40px; */
    line-height: 40px;
    vertical-align: middle;
    margin-top: 40px;
    margin-bottom: 15px;
}

.header div.logo, .header div.title, .header div.text {
    display: inline-block;
    float: left;
}

.header div.lang {
    display: inline-block;
    float: right;
}

.header div.logo {
    position: absolute;
    top: 8px;
    left: 80px;
    width: 110px;
    height: 110px;
    background-color: #000;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    z-index: 500;
}

.header div.logo img {
    height: 64px;
}

.header div.title {
    font-size: 29px;
    margin-left: 180px;
    font-weight: bold;
}

.header div.text {
    font-size: 16px;
    border-left: 1px solid #464646;
    color: #A5AAB0;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 1.2;
    max-width: 600px;
}

.top-slider {
    margin-bottom: 40px;
}

.top-slider img {
    width: 100%;
}

/* Content */

.content {
    padding-bottom: 100px;
    background-color: #000;
}

.content .container-fluid {
    background-color: #101010;
}

/* Footer */

.footer {
    min-height: 100px;
    margin-top: -100px;
    background-color: #000;
    font-size: 12px;
    padding: 0 25px;
}

.footer div.copyrights {
    height: 100px;
    display: flex;
    align-items: center;
}

.footer div.copyrights p {
    margin: 0;
}

.footer div.sponsors {
    height: 100px;
    display: flex;
    align-items: center;
}

.footer div.sponsors ul.list-inline {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.footer div.sponsors ul li img {
    width: 100px;
}

/* Nav tabs */

.nav-tabs {
    border-bottom: none;
    margin: 0;
    background-color: #000;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 100px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 12px 24px;
    line-height: 2;
    margin-right: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-top: 5px solid #000;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #000;
    border-top: 5px solid #000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #101010;
    border: none;
    border-top: 5px solid #fff;
}

/* Tab content */

.tab-content {
    margin: 0;
    padding: 20px 85px;
    min-height: 500px;
    background-color: #101010;
}

.tab-content .filters span.filters-lable {
    display: block;
    width: 80px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: #A5AAB0;
    float: left;
}

.tab-content .filters:first-child {
    margin-top: 20px;
}

.tab-content .filters ul {
    display: block;
    margin-left: 80px;
}

.tab-content .filters ul li {
    background-color: #101010;
    border: 1px solid #3F3F3F;
    box-sizing: border-box;
    padding: 4px 12px;
    margin: 4px 2px;
    cursor: pointer;
}

.tab-content .filters ul li.active {
    background-color: #ca0000;
}

/* Listing
   `fw` as full width, `fh` as full height
*/

.listing {
    margin: 0px -8px;
}

.thumb.fw .thumb-content {
    margin: 0 auto;
}

.thumb.fw .thumb-content img {
    max-height: 140px;
    max-width: 240px;
}

.thumb.fw .thumb-content .info {
    border-left: 1px solid #464646;
    height: 40px;
    font-size: 12px;
    position: relative;
}

.thumb.fh .thumb-content {
    margin: 0 auto;
}

.thumb.fh .thumb-content img {
    max-height: 200px;
    max-width: 146px;
}

.thumb.fh .thumb-content .info {
    border-left: 1px solid #464646;
    height: 40px;
    max-width: 146px;
    font-size: 12px;
    position: relative;
    line-height: 1.4;
}

.thumb.fw, .thumb.fh {
    height: 240px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.thumb.fw .thumb-content .info > .award, .thumb.fh .thumb-content .info > .award {
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 0;
}

.thumb.fw .thumb-content .info ul.description, .thumb.fh .thumb-content .info ul.description {
    padding: 5px;
    display: block;
    text-align: left;
    color: #A5AAB0;
    margin-right: 10px;
    margin-bottom: 0;
}

.thumb.fw .thumb-content .info ul.description li, .thumb.fh .thumb-content .info ul.description li {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.thumb.fw-first .thumb-content {
    max-width: 340px;
    margin: 0 auto;
}

.thumb.fw-first .thumb-content img {
    max-height: 220px;
    max-width: 340px;
}

.thumb.fw-first .thumb-content .info {
    border-left: 1px solid #464646;
    height: 46px;
    font-size: 12px;
    position: relative;
    line-height: 1.4;
}

.thumb.fh-first .thumb-content {
    display: inline-block;
    margin: 0 auto;
}

.thumb.fh-first .thumb-content img {
    max-height: 300px;
    max-width: 220px;
}

.thumb.fh-first .thumb-content .info {
    border-left: 1px solid #464646;
    height: 46px;
    max-width: 220px;
    font-size: 13px;
    position: relative;
}

.thumb.fw-first, .thumb.fh-first {
    height: 340px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.thumb.fw-first .thumb-content .info > .award, .thumb.fh-first .thumb-content .info > .award {
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 0;
}

.thumb.fw-first .thumb-content .info ul.description, .thumb.fh-first .thumb-content .info ul.description {
    padding: 5px;
    display: block;
    text-align: left;
    color: #A5AAB0;
    margin-right: 10px;
    margin-bottom: 0;
}

.thumb.fw-first .thumb-content .info ul.description li, .thumb.fh-first .thumb-content .info ul.description li {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.show-more {
    margin: 20px 0;
    text-align: center;
}

.show-more > a {
    background: #1F1F1F;
    color: #fff;
    border: 1px solid #3F3F3F;
    padding: 6px 12px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
}

/* Filter Photo Gallery (FPG) Content */

.fpg-heading-info {
    margin: 40px 0;
    display: flex;
    align-items: center;
}

.fpg-heading-info > h3 {
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}

.fpg-heading-info > a {
    margin-left: 20px;
    color: #A5AAB0;
    font-weight: bold;
    text-decoration: none;
    border-bottom: #A5AAB0 2px dotted;
}

.fpg-heading-info > a:hover {
    border-bottom: #101010 2px dotted;
}

.thumb-award-popover-left {
    display: none;
}

/* Filter Photo Contest (FPC) Content */

.fpc-description {
    font-size: 18px;
    border-bottom: 1px solid #3F3F3F;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.fpc-description .fpc-text-btn {
    text-align: center;
}

.fpc-description .fpc-text-btn a#fpc-text-toogle {
    background: #1F1F1F;
    color: #fff;
    border: 1px solid #3F3F3F;
    padding: 6px 12px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
}

.fpc-description .fpc-short-text p {
    margin: 15px 0 10px 0;
}

.fpc-description .fpc-long-text {
    display: none;
}

.fpc-description .fpc-long-text h3.fpc-heading {
    font-weight: bold;
    font-size: 26px;
}

.fpc-description .fpc-long-text ul.fpc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fpc-description .fpc-long-text ul.fpc-list li:before {
    content: "–";
    padding-right: 12px;
}

.fpc-description .fpc-long-text ol.fpc-list {
    padding-left: 20px;
}

.fpc-description .fpc-long-text ol.fpc-list li {
    padding-left: 5px;
}

h3.fpc-heading-special {
    font-weight: bold;
    font-size: 26px;
    overflow: hidden;
    text-align: center;
}

h3.fpc-heading-special:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    margin-right: 1%;
    border-bottom: 5px solid #1F1F1F;
    vertical-align: middle;
}

h3.fpc-heading-special:after {
    content:'';
    display:inline-block;
    width: 100%;
    height: 100%;
    margin-left: 1%;
    margin-right: -100%;
    border-bottom: 5px solid #1F1F1F;
    vertical-align: middle;
}

/* Common */

.fpc-select {
    margin: 40px 0;
    display: flex;
    align-items: center;
}

.fpc-select .fpc-select-label {
    font-size: 16px;
    font-weight: bold;
    color: #A5AAB0;
    margin-right: 10px;
}

/* Modal */

.modal {
    padding-right: 0 !important;
    background-color: #101010;
}

.modal-dialog {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.modal-content {
    height: 100%;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    background-color: #101010;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content .modal-body {
    padding: 0;
    height: 100%;
    min-height: 100%;
}

.modal-content .modal-body .m-wrapper {
    min-height: 100%;
}

.modal-content .modal-body .m-content {
    padding-bottom: 60px;
}

.modal-body .photo-info {
    width: 30%;
    float: left;
}

.modal-body .photo-info-image-sm {
    display: none;
    position: relative;
}

.modal-body .photo-info-heading {
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #464646;
    margin: 10px 25px 0 40px;
    position: relative;
}

.modal-body .photo-info-heading .logo img {
    height: 64px;
    display: inline-block;
    float: left;
    margin: 18px 36px 0 0;
}

.modal-body .photo-info-heading .title {
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    display: inline-block;
}

.modal-body .photo-info-heading > .close-modal {
    display: none
}

.modal-body .photo-info-content {
    margin: 0 25px 0 40px;
    padding: 20px 0;
    border-bottom: 1px solid #464646;
}

.modal-body .photo-info-content table {
    width: 100%;
}

.modal-body .photo-info-content table td {
    vertical-align: top;
    padding-bottom: 10px;
    color: #A5AAB0;
}

.modal-body .photo-info-content table td.row-lable {
    width: 30%;
    line-height: 1.2;
    color: #fff;
}

.modal-body .photo-info-content table td.row-text {
    /* word-break: break-all; */
    padding-left: 10px;
}

.modal-body .photo-info-content table td span.lable {
    display: none;
}

.modal-body .photo-info-image-lg {
    width: 70%;
    margin-left: 30%;
    background-color: #000;
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 0;
    top: 0;
}

.modal-body .photo-info-image-lg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.modal-body .photo-info-image-lg .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
    background-color: #101010;
    cursor: pointer;
}

.modal-body .photo-info-image-lg .close-modal img {
    height: 16px;
}

.modal-body .photo-info-image-lg .left-photo-arrow, .modal-body .photo-info-image-lg .right-photo-arrow {
    position: absolute;
    padding: 28px 13px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.modal-body .photo-info-image-lg:hover .left-photo-arrow, .modal-body .photo-info-image-lg:hover .right-photo-arrow {
    opacity: 1;
}

.modal-body .photo-info-image-lg .left-photo-arrow img, .modal-body .photo-info-image-lg .right-photo-arrow img {
    height: 18px;
}

.modal-body .photo-info-image-lg .left-photo-arrow {
    left: 0;
}

.modal-body .photo-info-image-lg .right-photo-arrow {
    right: 0;
}

.modal-body .photo-info-footer {
    min-height: 100px;
    line-height: 100px;
    margin-top: -100px;
    background-color: #101010;
}

.modal-body .photo-info-footer .left-block {
    float: left;
    width: 50%;
    text-align: left;
}

.modal-body .photo-info-footer .left-block a {
    padding-left: 40px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.modal-body .photo-info-footer .right-block {
    float: right;
    width: 50%;
    text-align: right;
}

.modal-body .photo-info-footer .right-block p {
    margin: 0;
    padding-right: 40px;
    font-size: 13px;
    color: #8B8B8B;
    line-height: 1.2;
    margin-top: 40px;
}

/* Media */

@media only screen and (max-width: 1200px) {

    /* Top */

    .header div.logo {
        display: none;
    }
    
    .header div.title {
        margin-left: 0;
        font-size: 20px;
    }

    /* Modal */

    .modal-body .photo-info-heading {
        height: 80px;
        line-height: 80px;
        margin: 0 25px 0 40px;
    }

    .modal-body .photo-info-heading .logo img {
        display: none;
    }
  
    .modal-body .photo-info-heading .title {
        color: #fff;
        font-size: 29px;
        font-weight: bold;
        display: inline-block;
    }

    .footer div.sponsors ul li img {
        width: 70px;
    }
}

@media only screen and (max-width: 992px) {

    /* Top */

    .header div.text {
        font-size: 14px;
        line-height: 1.4;
        max-width: 380px;
    }

    /* Filter Photo Gallery (FPG) Content */

    .fpg-heading-info {
        margin: 30px 0;
        margin-bottom: 15px;
        display: block;
    }
    
    .fpg-heading-info > h3 {
        font-weight: bold;
        font-size: 20px;
        display: block;
    }

    .fpg-heading-info > a {
        margin-left: 0;
        margin-top: 20px;
        font-weight: bold;
        display: inline-block;
    }

    /* Content */

    .content {
        padding-bottom: 80px;
    }
  
    /* Footer */

    .footer {
        min-height: 60px;
        margin-top: -60px;
        padding: 0;
    }

    .footer div.copyrights {
        height: 60px;
        text-align: center;
        display: block;
        padding-top: 15px;
    }

    .footer div.sponsors {
        height: 60px;
        text-align: center;
    }

    .footer div.sponsors ul {
        margin-left: 0;
        width: 100%;
    }

    .footer div.sponsors ul li:first-child {
        display: none;
    }

    .footer div.sponsors ul li img {
        width: 60px;
    }

    .modal-body .photo-info-footer {
        height: auto;
        line-height: 1.4;
    }
    
    .modal-body .photo-info-footer .left-block {
        width: 100%;
        margin: 30px 0 10px 0;
    }

    .modal-body .photo-info-footer .right-block {
        width: 100%;
        text-align: left;
        margin: 10px 0 20px 0;
    }

    .modal-body .photo-info-footer .left-block a, .modal-body .photo-info-footer .right-block p {
        padding-left: 40px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {

    .row-centered {
        all: unset;
    }

    .col-centered {
        all: unset;
    }

    /* Top */

    .top {
        padding: 0;
    }

    .header {
        margin-top: 15px;
    }

    .header div.logo {
        display: none;
    }
    
    .header div.title {
        font-size: 20px;
        margin-left: 0;
    }

    .header div.text {
        display: none;
    }

    .top-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* Content */

    .content {
        padding-bottom: 80px;
    }

    .nav-tabs {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }

    .nav-tabs > li {
        width: 50%;
        text-align: center;
    }

    .nav-tabs > li > a {
        padding: 0;
        line-height: 2;
        margin-right: 0;
        font-size: 16px;
        padding: 12px 0;
    }

    .listing {
        margin: 0px;
    }

    .tab-content {
        padding: 10px 0;
    }

    .tab-content .filters span.filters-lable {
        float: none;
        width: 60px;
        font-size: 14px;
        padding: 0; 
    }

    .tab-content .filters:first-child {
        margin-top: 15px;
    }

    .tab-content .filters ul {
        margin-left: 0;
    }

    .tab-content .filters ul li {
        background-color: #101010;
        border: 1px solid #3F3F3F;
        box-sizing: border-box;
        padding: 3px 10px;
        margin-right: 3px;
        cursor: pointer;
    }

    /* Filter Photo Gallery (FPG) Content */

    .thumb.fw, .thumb.fh, .thumb.fw-first, .thumb.fh-first {
        height: 100%;
        margin: 20px -15px 30px -15px;
    }

    .thumb.fw .thumb-content, .thumb.fh .thumb-content, .thumb.fw-first .thumb-content, .thumb.fh-first .thumb-content {
        width: 100%;
        max-width: 100%;
    }

    .thumb.fw .thumb-content .info, .thumb.fh .thumb-content .info, .thumb.fw-first .thumb-content .info, .thumb.fh-first .thumb-content .info {
        height: 50px;
        max-width: 100%;
        border-left: none;
        font-size: 14px;
    }

    .thumb.fw .thumb-content img, .thumb.fh .thumb-content img, .thumb.fw-first .thumb-content img, .thumb.fh-first .thumb-content img {
        width: 100%;
        max-height: 100%;
        max-width: 100%;
    }

    .thumb.fw .thumb-content .info > .award, .thumb.fh .thumb-content .info > .award, .thumb.fw-first .thumb-content .info > .award, .thumb.fh-first .thumb-content .info > .award {
        position: absolute;
        top: 10px;
        right: 8px;
        margin-right: 0;
    }

    .fpc-select {
        display: block;
    }
    
    .fpc-select .fpc-select-label {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    h3.fpc-heading-special {
        font-size: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    /* Filter Photo Contest (FPC) Content */

    .fpc-description {
        font-size: 16px;
        border-bottom: none;
    }

    .fpc-description .fpc-text-btn {
        text-align: left;
    }

    .fpc-description .fpc-text-btn a#fpc-text-toogle {
        font-size: 18px;
    }

    .fpc-description .fpc-long-text h3.fpc-heading {
        font-size: 20px;
    }

    .fpc-description .fpc-long-text ul.fpc-list li:before {
        content: "–";
        padding-right: 10px;
    }

    .fpc-description .fpc-long-text ol.fpc-list {
        padding-left: 15px;
    }

    .fpc-description .fpc-long-text ol.fpc-list li {
        padding-left: 3px;
    }

    /* Modal */

    .modal-content .modal-body .m-content {
        padding-bottom: 100px;
    }

    .modal-body .photo-info-heading {
        height: 60px;
        line-height: 60px;
        margin: 0 20px;
        border-bottom: none;
        position: relative;
    }

    .modal-body .photo-info-heading .logo {
        display: none;
    }

    .modal-body .photo-info-heading .title {
        font-size: 20px;
    }

    .modal-body .photo-info-heading > .close-modal {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        cursor: pointer;
        display: inline-block;
    }

    .modal-body .photo-info-heading > .close-modal img {
        height: 16px;
        width: 16px;
    }

    .modal-body .photo-info {
        width: 100%;
        float: none;
    }

    .modal-body .photo-info-image-sm {
        display: block;
        width: 100%;
    }

    .modal-body .photo-info-image-sm img {
        width: 100%;
    }

    .modal-body .photo-info-image-sm .left-photo-arrow img, .modal-body .photo-info-image-sm .right-photo-arrow img {
        height: 12px;
        width: 12px;
    }

    .modal-body .photo-info-image-sm .left-photo-arrow, .modal-body .photo-info-image-sm .right-photo-arrow {
        position: absolute;
        padding: 18px 10px;
        background-color: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .modal-body .photo-info-image-sm .left-photo-arrow  {
        left: 0;
    }
    
    .modal-body .photo-info-image-sm .right-photo-arrow {
        right: 0;
    }

    .modal-body .photo-info-image-lg {
        display: none;
    }

    .modal-body .photo-info .photo-info-content {
        border-bottom: none;
        margin: 0 20px;
    }

    .modal-body .photo-info .photo-info-content table td.row-lable {
        display: none;
    }

    .modal-body .photo-info .photo-info-content table td span.lable {
        display: block;
        color: #fff;
    }

    .modal-content {
        padding-bottom: 0;
    }

    .modal-body .photo-info-footer .left-block a, .modal-body .photo-info-footer .right-block p {
        padding-left: 20px;
        margin-top: 0;
    }
}

/* Error */

.error {
    text-align: center;
    margin-top: 15%;
}

.error h1 {
    font-size: 200px;
}

.error h2 {
    font-size: 24px;
    color: #A5AAB0;
}

@media only screen and (max-width: 768px) {

    .error h1 {
        font-size: 100px;
    }
}

/* 3 cols */
@media (min-width: 992px) and (max-width: 1200px)  {

    .col-md-3 {
        width: 33%;
    }
}

/* 5 cols */
@media (min-width: 1400px) {

    .col-md-3 {
        width: 20%;
    }
}

.static-content {
	font-size: 16px;
}

.static-content h2, .static-content h3, .static-content h4 {
    font-weight: bold;
}

.static-content p {
    margin: 14px 0;
}

.static-content ol,
.static-content ul {
    margin: 14px 0 28px 0;
}

.static-content p:first-child,
.static-content > ol:first-child,
.static-content > ul:first-child { margin-top: 0; }

.static-content p:last-child,
.static-content > ol:last-child,
.static-content > ul:last-child { margin-bottom: 0; }

.static-content ul, .static-content ol {
    line-height: 1.5;
    list-style: none;
}

.static-content li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.static-content hr {
	border-top: 1px solid #3F3F3F;
}

.text_subtle {
	color: #A5AAB0;
    font-size: 13px;
    line-height: 1.6;
}

.text_quote {
    padding: 0 0 0 20px;
    border-left: 3px solid #464646;
}

.static-content .text_quote {
    margin: 20px 0;
}

.static-content img {
    max-width: 100%;
    height: auto;
}

.static_table td,
.static_table th {
    padding: 14px 20px;
}

.static_table tr:nth-child(odd) {
    background: #3F3F3F;
}

.static_table tr:first-child:last-child {
    background: none;
}

.static_table th,
.static_table thead td {
    font-weight: 600;
}

.static-content a {
	color: #ffffff;
	border-bottom: 1px solid #3F3F3F;
}

.static-content a:hover {
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}

.static-content ul > li:before, .static-content ol > li:before {
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 1px;
    margin: 1.4ex 0 0 -28px;
    background: #ffffff;
}

.static-content table > tbody > tr {
	border-bottom: 1px solid #3F3F3F;
}

.static-content table > tbody > tr > td {
    padding: 10px;
}