form#email-confirmer-response.email-confirmer-response {
    padding: 50px;
}

form#email-confirmer-response.email-confirmer-response input#edit-cancel {
    padding: 20px;
}

.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    background: transparent url(../../../../core/themes/stable/images/core/throbber-active.gif) no-repeat 0 center;
    display: inline;
    padding: 1px 5px 2px;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    left: 49%;
    position: fixed;
    top: 48.5%;
    z-index: 1000;
    background-color: #232323;
    background-image: url(../../../../core/themes/stable/images/core/loading-small.html);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 24px;
    opacity: 0.9;
    padding: 4px;
    width: 24px;
}

[dir="rtl"] .ajax-progress-fullscreen {
    left: auto;
    right: 49%;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

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

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.js input.form-autocomplete {
    background-image: url(../../../../core/themes/stable/images/core/throbber-inactive.html);
    background-position: 100% center;
    background-repeat: no-repeat;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(../../../../core/themes/stable/images/core/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    border-width: 0;
    padding: 0;
}

.container-inline div, .container-inline label {
    display: inline;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list, .item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li:after {
    content: ", ";
}

.item-list__comma-list li:last-child:after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    background-color: #ffffff;
    border: 1px solid;
    margin-top: 5px;
    max-width: 100%;
    min-width: 100px;
    height: 16px;
}

.progress__bar {
    background-color: #000000;
    height: 1.5em;
    width: 3%;
    min-width: 3%;
    max-width: 100%;
}

.progress__description, .progress__percentage {
    color: #555555;
    overflow: hidden;
    font-size: 0.875em;
    margin-top: 0.2em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    resize: vertical;
    min-height: 2em;
}

.resize-horizontal {
    resize: horizontal;
    max-width: 100%;
}

.resize-both {
    resize: both;
    max-width: 100%;
    min-height: 2em;
}

table.sticky-header {
    background-color: #ffffff;
    margin-top: 0;
    z-index: 500;
    top: 0;
}

.system-status-counter__status-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon:before {
    content: "";
    background-size: 20px;
    background-position: center 2px;
    background-repeat: no-repeat;
    display: block;
}

.system-status-counter__status-icon--error:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/e32700/error.html);
}

.system-status-counter__status-icon--warning:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/e29700/warning.html);
}

.system-status-counter__status-icon--checked:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/73b355/check.html);
}

.system-status-report-counters__item {
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
    margin-bottom: 0.5em;
}

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    border: 1px solid #cccccc;
    margin-top: 1em;
    padding: 0 1em 1em;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #cccccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(../../../../core/themes/stable/images/core/icons/787878/move.html) no-repeat 6px 7px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    width: 14px;
}

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
    background-image: url(../../../../core/themes/stable/images/core/icons/000000/move.html);
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    height: 44px;
    width: 40px;
}

.touchevents a.tabledrag-handle .handle {
    background-position: 40% 19px;
    height: 21px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(../../../../core/themes/stable/images/core/icons/787878/twistie-down.html);
}

.tablesort--desc {
    background-image: url(../../../../core/themes/stable/images/core/icons/787878/twistie-up.html);
}

div.tree-child {
    background: url(../../../../core/themes/stable/images/core/tree.html) no-repeat 11px center;
}

div.tree-child-last {
    background: url(../../../../core/themes/stable/images/core/tree-bottom.html) no-repeat 11px center;
}

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(../../../../core/themes/stable/images/core/tree.html) no-repeat -11px center;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid .views-col {
    float: left;
}

.views-view-grid .views-row {
    clear: both;
    float: left;
    width: 100%;
}

.addtoany {
    display: inline;
}

.addtoany_list {
    display: inline;
    line-height: 16px;
}

.addtoany_list > a, .addtoany_list a img, .addtoany_list a > span {
    vertical-align: middle;
}

.addtoany_list > a {
    border: 0;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
}

.addtoany_list.a2a_kit_size_32 > a {
    font-size: 32px;
}

.addtoany_list .a2a_counter img {
    float: left;
}

.addtoany_list a span.a2a_img {
    display: inline-block;
    height: 16px;
    opacity: 1;
    overflow: hidden;
    width: 16px;
}

.addtoany_list a span {
    display: inline-block;
    float: none;
}

.addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    width: 32px;
}

.addtoany_list a:hover:hover img, .addtoany_list a:hover span {
    opacity: .7;
}

.addtoany_list a.addtoany_share_save img {
    border: 0;
    width: auto;
    height: auto;
}

.addtoany_list a .a2a_count {
    position: relative;
}

span.ext {
    background: url(../../../../modules/contrib/extlink/extlink_s.html) 2px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}

span.mailto {
    background: url(../../../../modules/contrib/extlink/extlink_s.html) -20px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}

@media print {
    span.ext, span.mailto {
        display: none;
        padding: 0;
    }
}

.newsletter {
    padding: 60px 0;
}

.newsletter .radio label, .checkbox labelx {
    padding-left: 32px;
}

.newsletter .radio input[type="radio"], .newsletter .radio-inline input[type="radio"], .newsletter .checkbox input[type="checkbox"], .newsletter .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

.newsletter .form-group {
    margin-bottom: 15px;
}

.newsletter .fieldset-wrapper {
    margin-bottom: 15px;
}

.newsletter .fieldset-wrapper {
    margin-bottom: 15px;
}

.newsletter legend {
    border-bottom: none;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.newsletter .form-inline .radio {
    margin-right: 15px;
}

.newsletter_alert {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.newsletter_consent-text {
    margin-bottom: 15px;
}

.newsletter .newsletter_captcha {
    margin-bottom: 15px;
}

.newsletter .content-error {
    color: #ec1a19;
    border: 1px solid #ec1a19;
    padding: 6px;
    margin: 4px 0 8px 0;
    display: none;
}

.newsletter input:disabled + label {
    opacity: 0.6;
}

.alert {
    margin: auto !important;
    margin-top: 30px !important;
}

.alert:before, .alert:after {
    content: " ";
    display: table;
}

.alert:after {
    clear: both;
}

@media (min-width: 768px) {
    .alert {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .alert {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .alert {
        width: 1170px;
    }
}

.alert ul {
    margin-left: 15px;
}

@font-face {
    font-family: 'Antenna regular';
    src: url(../../../all/modules/custom/nppe_th/fonts/Antenna-Regular.html);
    src: url(../../../all/modules/custom/nppe_th/fonts/Antenna-Regulard41d.html?#iefix) format("embedded-opentype"), url(../../../all/modules/custom/nppe_th/fonts/Antenna-Regular-2.html) format("woff"), url(../../../all/modules/custom/nppe_th/fonts/Antenna-Regular-3.html) format("truetype")
}

@font-face {
    font-family: 'Antenna bold';
    src: url(../../../all/modules/custom/nppe_th/fonts/Antenna-Bold.woff2);
    src: url(../../../all/modules/custom/nppe_th/fonts/Antenna-Boldd41d.html?#iefix) format("embedded-opentype"), url(../../../all/modules/custom/nppe_th/fonts/Antenna-Bold-2.html) format("woff"), url(../../../all/modules/custom/nppe_th/fonts/Antenna-Bold-3.html) format("truetype")
}

#page-wrapper {
    background-color: #f2eedf
}

.nppe_th-inner {
    width: 100vw;
    left: calc(-50.5vw + 50%);
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.nppe_th-inner .banner_responsive_img {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1px !important;
    height: 37vw;
    margin-bottom: 30px
}

.nppe_th-inner .banner-block__container {
    width: 30%;
    margin-left: 5%;
    margin-top: 50px
}

.nppe_th-inner .banner-block__container .banner-block__copy em, .nppe_th-inner .banner-block__container .banner-block__copy h1, .nppe_th-inner .banner-block__container .banner-block__copy h2, .nppe_th-inner .banner-block__container .banner-block__copy h3, .nppe_th-inner .banner-block__container .banner-block__copy h4, .nppe_th-inner .banner-block__container .banner-block__copy h5, .nppe_th-inner .banner-block__container .banner-block__copy h6, .nppe_th-inner .banner-block__container .banner-block__copy p, .nppe_th-inner .banner-block__container .banner-block__copy strong {
    font-size: 60px;
    font-family: "Antenna regular";
    color: #ffffff;
    text-shadow: 1px 4px 15px #4a4542;
    line-height: 1.1
}

@media (max-width: 600px) {
    .nppe_th-inner .banner-block__container .banner-block__copy em, .nppe_th-inner .banner-block__container .banner-block__copy h1, .nppe_th-inner .banner-block__container .banner-block__copy h2, .nppe_th-inner .banner-block__container .banner-block__copy h3, .nppe_th-inner .banner-block__container .banner-block__copy h4, .nppe_th-inner .banner-block__container .banner-block__copy h5, .nppe_th-inner .banner-block__container .banner-block__copy h6, .nppe_th-inner .banner-block__container .banner-block__copy p, .nppe_th-inner .banner-block__container .banner-block__copy strong {
        font-size: 35px !important
    }
}

@media (max-width: 400px) {
    .nppe_th-inner .banner-block__container .banner-block__copy em, .nppe_th-inner .banner-block__container .banner-block__copy h1, .nppe_th-inner .banner-block__container .banner-block__copy h2, .nppe_th-inner .banner-block__container .banner-block__copy h3, .nppe_th-inner .banner-block__container .banner-block__copy h4, .nppe_th-inner .banner-block__container .banner-block__copy h5, .nppe_th-inner .banner-block__container .banner-block__copy h6, .nppe_th-inner .banner-block__container .banner-block__copy p, .nppe_th-inner .banner-block__container .banner-block__copy strong {
        font-size: 20px !important
    }
}

@media (max-width: 767px) {
    .nppe_th-inner .banner-block__container {
        width: 50%;
        margin-top: 20px
    }
}

.nppe_th-intro {
    max-width: 940px;
    margin: 0 auto;
    font-family: "Antenna regular";
    font-size: 22px;
    text-align: center
}

.nppe_th-intro h2 {
    color: #4a4542
}

.nppe_th-intro p {
    font-size: 22px
}

.nppe_th-wrapper {
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    font-family: "Antenna regular";
    font-size: 12px
}

.nppe_th-wrapper a:hover {
    text-decoration: none
}

.nppe_th-wrapper h2 {
    line-height: 1.33em;
    margin: 0;
    padding: 0
}

.nppe_th-wrapper h2.page_title {
    color: #4a4542;
    text-align: center;
    font-size: 30px;
    margin: 30px auto 20px
}

.nppe_th-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 400;
    border: none;
    outline: 0
}

.nppe_th-wrapper table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse
}

.nppe_th-wrapper td, .nppe_th-wrapper th {
    padding: 0
}

.banner {
    width: 100vw;
    left: calc(-50.5vw + 50%);
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.banner img {
    width: 100%
}

@media (max-width: 890px) {
    .banner img {
        display: none
    }
}

.banner .item {
    background: #ffffff;
    padding: 0 0 15px 0;
    -webkit-box-shadow: 6px 7px 9px -9px rgba(0, 0, 0, .68);
    box-shadow: 6px 7px 9px -9px rgba(0, 0, 0, .68)
}

@media (max-width: 1030px) {
    .banner .article_sec {
        width: 50%
    }
}

@media (max-width: 890px) {
    .banner .article_sec {
        position: relative;
        margin-top: 20px
    }
}

@media (max-width: 500px) {
    .banner .article_sec {
        width: 90%
    }
}

.banner .article_sec .item span {
    padding: 0 8px 0
}

@media (max-width: 890px) {
    .banner {
        width: 100%;
        left: 0
    }
}

.page_layout {
    padding: 0 70px
}

.page_layout p {
    text-align: center;
    font-size: 22px
}

.container_wrap {
    max-width: 940px;
    margin: 0 auto
}

.item_bg {
    margin: 0 7px 15px 7px;
    padding-bottom: 20px
}

.item_bg a:focus, .item_bg a:hover {
    text-decoration: none;
    outline: 0
}

.box_wrapper .nppe-th-with-bg .item a {
    color: #ffffff
}

.box_wrapper .item {
    padding: 0 12px 0 11px;
    background-color: #ffffff;
    -webkit-box-shadow: 6px 7px 9px -9px rgba(0, 0, 0, .68);
    box-shadow: 6px 7px 9px -9px rgba(0, 0, 0, .68)
}

.box_wrapper .item a {
    text-decoration: none;
    color: #4a4542
}

.box_wrapper .item h2 {
    text-transform: uppercase;
    font-family: "Antenna bold";
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 10px 0
}

.box_wrapper .item p {
    word-wrap: break-word;
    font-size: 20px;
    padding-bottom: 33px;
    line-height: 25px;
    margin: 0 12px
}

.box_wrapper .item span {
    color: gray;
    padding-bottom: 10px;
    display: inline-block;
    padding: 0 10px 10px 0;
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: 0
}

.box_wrapper .item span img {
    width: 30px;
    height: 33px
}

.box_wrapper .article-author {
    padding-left: 10px !important;
    font-family: "Antenna bold"
}

#nppe_th-load-more {
    display: block;
    max-width: 230px;
    margin: 0 auto;
    padding: 0 25px;
    border: none;
    font-family: "Antenna bold";
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #ed1c24;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px #888888;
    box-shadow: 0 2px 3px #888888;
    -webkit-appearance: none;
    border-radius: 0
}

.arrowbtm {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ed1c24;
    float: right;
    margin-right: 30px
}

.clearfix {
    display: block
}

.clearfix:after {
    clear: both;
    display: block;
    content: " ";
    height: 0;
    visibility: hidden
}

.svg {
    width: 30px;
    height: 33px
}

.svg .st0 {
    fill: #ffffff
}

.banner_responsive_container {
    border-bottom: none !important
}

.banner_responsive_container .banner_responsive_img {
    position: relative;
    background-size: cover;
    background-position: top right !important
}

@media (max-width: 767px) {
    .banner_responsive_container .banner_responsive_img {
        background-size: contain;
        height: 37vw
    }
}

@media (max-width: 767px) {
    .nppe_th-intro h2 {
        font-size: 15px;
        margin-bottom: 0 !important
    }

    .nppe_th-intro p {
        font-size: 12px
    }

    .details_rt h2 {
        font-size: 23px
    }

    .nppe_th-inner .banner-block__container .banner-block__copy p {
        font-size: 17px
    }

    .nppe_th-intro {
        margin-bottom: 30px;
        margin-top: 11px
    }
}

.box_wrapper {
    position: relative;
    margin-top: 70px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .box_wrapper {
        margin-top: 0 !important
    }
}

.grid {
    max-width: 940px;
    margin: 0 auto
}

.grid .right-menu-desktop {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    position: absolute;
    top: 0;
    right: 3.5%;
    width: 24%
}

@media (max-width: 1020px) {
    .grid .right-menu-desktop {
        width: 40%
    }
}

@media (max-width: 700px) {
    .grid .right-menu-desktop {
        width: 100%;
        right: 0;
        left: 1%
    }
}

.right-sec {
    padding-bottom: 10px
}

.details_rt {
    padding: 20px;
    background-color: #ffffff
}

.details_rt h2 {
    line-height: 34px;
    font-size: 30px;
    color: #ed1c24;
    margin-top: 0
}

.details_rt h2:after {
    content: ' ';
    display: block;
    border: 3px solid #ed1c24;
    width: 15px;
    margin-top: 20px
}

.detailitem {
    margin-top: 10px;
    list-style-type: none
}

.detailitem .views-row {
    padding-left: 0;
    padding-right: 0
}

.detailitem .views-row .col-md-1, .detailitem .views-row .col-sm-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.detailitem ul {
    padding: 15px 0;
    border-bottom: 1px solid #000000
}

.detailitem li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px
}

.detailitem li:nth-child(odd) {
    width: 25%;
    padding: 2px
}

.detailitem li:nth-child(even) {
    width: 70%
}

.detailitem li img {
    width: 33px;
    height: 33px
}

.detailitem li h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Antenna bold";
    font-size: 14px;
    color: #4a4542
}

.detailitem li span {
    color: #ed1c24;
    font-size: 12px;
    border-bottom: 1px solid
}

.detailitem .menu-item {
    text-decoration: none
}

.detailitem .menu-item ul {
    background: url(/sites/all/modules/custom/nppe_th/imgs/arrow_right_icon.png) right no-repeat
}

.questions {
    background: url(/sites/all/modules/custom/nppe_th/imgs/question-banner.png) no-repeat;
    background-size: cover
}

.questions a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px
}

.questions a:hover {
    color: #ffffff
}

.questions h3 {
    color: #ffffff;
    margin: 0;
    font-size: 28px;
    margin-bottom: 15px
}

.questions p {
    color: #ffffff
}

@media (max-width: 767px) {
    .questions {
        display: none
    }
}

.questions-mobile {
    display: none;
    background: url(../../../all/modules/custom/nppe_th/imgs/question-banner.html) no-repeat;
    background-size: cover;
    margin: 50px 0
}

.questions-mobile a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px
}

.questions-mobile a:hover {
    color: #ffffff
}

.questions-mobile h3 {
    color: #ffffff;
    margin: 0;
    font-size: 28px;
    margin-bottom: 15px
}

.questions-mobile p {
    color: #ffffff
}

@media (max-width: 767px) {
    .questions-mobile {
        display: block
    }
}

.grid-item {
    z-index: 1;
    -webkit-transition: opacity .4s linear, left .4s ease-in-out, top .4s ease-in-out, -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
    transition: opacity .4s linear, left .4s ease-in-out, top .4s ease-in-out, -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
    -o-transition: opacity .4s linear, transform .4s ease-in-out, box-shadow .4s ease-in-out, left .4s ease-in-out, top .4s ease-in-out;
    transition: opacity .4s linear, transform .4s ease-in-out, box-shadow .4s ease-in-out, left .4s ease-in-out, top .4s ease-in-out;
    transition: opacity .4s linear, transform .4s ease-in-out, box-shadow .4s ease-in-out, left .4s ease-in-out, top .4s ease-in-out, -webkit-transform .4s ease-in-out, -webkit-box-shadow .4s ease-in-out
}

.grid-item.blur {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: .6;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.grid-item.active {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 100;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.grid-item.single {
    top: 0;
    left: 0
}

.grid-item, .grid-sizer {
    width: 24%;
    margin-bottom: 10px
}

@media (max-width: 1000px) {
    .grid-item, .grid-sizer {
        width: 50%
    }
}

@media (max-width: 700px) {
    .grid-item, .grid-sizer {
        width: 100%
    }
}
