

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
}

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

.container .row:not(.row-collapse),
.row .row:not(.row-collapse) {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.row.row-collapse {
    max-width: 1220px;
    padding: 0;
}

.row-collapse > .col {
    padding: 0 !important;
}

.row.row-small {
    max-width: 1242.5px;
}

.row.row-large {
    max-width: 1280px;
}

.col {
    margin: 0;
    padding: 0 15px 30px;
    position: relative;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.small-1  { flex-basis: 8.3333333333%;  max-width: 8.3333333333%; }
.small-2  { flex-basis: 16.6666666667%; max-width: 16.6666666667%; }
.small-3  { flex-basis: 25%;            max-width: 25%; }
.small-4  { flex-basis: 33.3333333333%; max-width: 33.3333333333%; }
.small-5  { flex-basis: 41.6666666667%; max-width: 41.6666666667%; }
.small-6  { flex-basis: 50%;            max-width: 50%; }
.small-7  { flex-basis: 58.3333333333%; max-width: 58.3333333333%; }
.small-8  { flex-basis: 66.6666666667%; max-width: 66.6666666667%; }
.small-9  { flex-basis: 75%;            max-width: 75%; }
.small-10 { flex-basis: 83.3333333333%; max-width: 83.3333333333%; }
.small-11 { flex-basis: 91.6666666667%; max-width: 91.6666666667%; }
.small-12 { flex-basis: 100%;           max-width: 100%; }

@media screen and (min-width: 550px) {
    .medium-1  { flex-basis: 8.3333333333%;  max-width: 8.3333333333%; }
    .medium-2  { flex-basis: 16.6666666667%; max-width: 16.6666666667%; }
    .medium-3  { flex-basis: 25%;            max-width: 25%; }
    .medium-4  { flex-basis: 33.3333333333%; max-width: 33.3333333333%; }
    .medium-5  { flex-basis: 41.6666666667%; max-width: 41.6666666667%; }
    .medium-6  { flex-basis: 50%;            max-width: 50%; }
    .medium-7  { flex-basis: 58.3333333333%; max-width: 58.3333333333%; }
    .medium-8  { flex-basis: 66.6666666667%; max-width: 66.6666666667%; }
    .medium-9  { flex-basis: 75%;            max-width: 75%; }
    .medium-10 { flex-basis: 83.3333333333%; max-width: 83.3333333333%; }
    .medium-11 { flex-basis: 91.6666666667%; max-width: 91.6666666667%; }
    .medium-12 { flex-basis: 100%;           max-width: 100%; }
}

@media screen and (min-width: 850px) {
    .large-1  { flex-basis: 8.3333333333%;  max-width: 8.3333333333%; }
    .large-2  { flex-basis: 16.6666666667%; max-width: 16.6666666667%; }
    .large-3  { flex-basis: 25%;            max-width: 25%; }
    .large-4  { flex-basis: 33.3333333333%; max-width: 33.3333333333%; }
    .large-5  { flex-basis: 41.6666666667%; max-width: 41.6666666667%; }
    .large-6  { flex-basis: 50%;            max-width: 50%; }
    .large-7  { flex-basis: 58.3333333333%; max-width: 58.3333333333%; }
    .large-8  { flex-basis: 66.6666666667%; max-width: 66.6666666667%; }
    .large-9  { flex-basis: 75%;            max-width: 75%; }
    .large-10 { flex-basis: 83.3333333333%; max-width: 83.3333333333%; }
    .large-11 { flex-basis: 91.6666666667%; max-width: 91.6666666667%; }
    .large-12 { flex-basis: 100%;           max-width: 100%; }
}

@media screen and (max-width: 849px) {
    .col { padding-bottom: 30px; }
}

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

.pull-left { float: left; }
.pull-right { float: right; }

.text-center { text-align: center; }
.text-center .pull-left,
.text-center .pull-right { float: none; }

@media screen and (max-width: 849px) {
    .medium-text-center { text-align: center; }
    .medium-text-center .pull-left,
    .medium-text-center .pull-right { float: none; }
}

.align-items-center { align-items: center; }
.justify-content-center { justify-content: center; }

.absolute-footer {
    background-color: #5b5b5b;
    color: rgba(0, 0, 0, .5);
    font-size: .9em;
    padding: 10px 0 15px;
}

.absolute-footer.dark {
    color: rgba(255, 255, 255, .5);
}

.absolute-footer .footer-nav {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 20px;
}

.absolute-footer .footer-nav li {
    margin: 0;
}

.absolute-footer .footer-nav a {
    color: inherit;
    text-decoration: none;
    opacity: .85;
    transition: opacity .2s ease;
}

.absolute-footer .footer-nav a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.absolute-footer .footer-nav.uppercase a {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .03em;
}

.absolute-footer .footer-primary {
    width: 100%;
}

.nts-nav-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nts-nav-menu-list li {
    margin: 0 0 10px;
}

.nts-nav-menu-list li:last-child {
    margin-bottom: 0;
}

.nts-nav-menu-list a {
    color: inherit;
    text-decoration: none;
    opacity: .85;
    transition: opacity .2s ease;
}

.nts-nav-menu-list a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.wp-block-group[style*="background-color"],
.nts-section {
    position: relative;
    z-index: 0;
}

.wp-block-group[style*="background-color"]::before,
.nts-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background: inherit;
    z-index: -1;
}

.nts-icon {
    width: 1em;
    height: 1em;
    display: block;
}

.nts-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
