/* 
Theme Name: Sven Magnussen
Version: 2.0
Author: WEBBERS - Agentur für die digitale Zeit
Author URI: https://webbers.de/
*/

@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%;
    min-height: 100%;
}

body {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #000000;
    background-color: #f2f0f4;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}
@media only screen and (min-width:1600px) {
    body {
        font-size: 1.125rem;
    }
}

::selection {
    opacity: 1;
    color: #fff;
    background: #94b422;
}
::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #94b422;
}

@media only screen and (orientation:landscape) {
    .d-landscape {
        display: block
    }
    .d-portrait {
        display: none
    }
}
@media only screen and (orientation:portrait) {
    .d-landscape {
        display: none
    }
    .d-portrait {
        display: block
    }
}

.relative {
    position: relative;
}

.aspect-21-9 {
    position: relative;
    display: block;
    padding-top: 42.86%;
}

.aspect-16-9 {
    position: relative;
    display: block;
    padding-top: 56.25%;
}

.aspect-3-2 {
    position: relative;
    display: block;
    padding-top: 66.666%;
}

.aspect-4-3 {
    position: relative;
    display: block;
    padding-top: 75%;
}

.aspect-6-5 {
    position: relative;
    display: block;
    padding-top: 83.333%;
}

.aspect-1-1 {
    position: relative;
    display: block;
    padding-top: 100%;
}
@media only screen and (min-width:576px) {
    body {
        font-size: 1.125rem;
    }
}

.mb-col {
    margin-bottom: 30px;
}
.row-s {
    margin-right: -5px;
    margin-left: -5px;
}
.row-s>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}
.row-s.mb {
    margin-bottom: 10px
}
.row-s.mt {
    margin-top: 10px
}

.pt {
    padding-top: 30px;
}
.pb {
    padding-bottom: 30px;
}
.mt {
    margin-top: 30px;
}
.mb {
    margin-bottom: 30px;
}

@media only screen and (min-width:992px) {
    .row-l {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-l>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .row-s {
        margin-right: -10px;
        margin-left: -10px;
    }
    .row-s>[class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .row-s.mb {
        margin-bottom: 20px
    }
    .row-s.mt {
        margin-top: 20px
    }
    li.swpm-item:has(.form-row-first) {
        float: left;
        width: 49%;
    }
    li.swpm-item:has(.form-row-last) {
        float: right;
        width: 49%;
    }
}
@media only screen and (min-width:1200px) {
    .mt {
        margin-top: 60px;
    }
    .mb {
        margin-bottom: 60px;
    }
    .row-xl {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-xl>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .ml-md-mi {
        margin-left: -60px;
    }
    .mr-md-mi {
        margin-right: -60px;
    }
    .maxw-xl-80 {
        max-width: 80%!important;
    }
}
@media only screen and (min-width:1600px) {
    .col-xxl-1 {
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%
    }
    .col-xxl-2 {
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
    .col-xxl-3 {
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%
    }
    .col-xxl-9 {
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xxl-10 {
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%
    }
    .col-xxl-11 {
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%
    }
    .col-xxl-12 {
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .d-xxl-block {
        display: block!important;
    }
    .d-xxl-none {
        display: none!important;
    }
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-family: "Roboto";
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: inherit;
    margin-bottom: 1rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-title {
    line-height: 1.2;
    hyphens: auto;
    hyphenate-limit-chars: 14 3 4;
}

.heading {
    margin-bottom: 0;
}
.heading::after {
    content: "";
    display: block;
    position: relative;
    width: 90px;
    height: 2px;
    background-color: #000;
    margin-top: .75rem;
}
.heading.text-center::after {
    margin-left: auto;
    margin-right: auto;
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.wpcf7cf_steps-dots {
    display: none!important;
}
.wpcf7cf_multistep .step-title {
    font-size: .875rem
}
@media only screen and (min-width:992px) {
    .wpcf7cf_steps-dots {
        display: flex!important;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #ced4da;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control {
    font-size: .9375rem;
    color: #000;
    background-color: #f8f8f8;
}

.form-control:focus{
    color:#000;
    background-color:#fff;
    border-color:#000!important;
    outline:0;
    box-shadow:none
}
.wpcf7-form *,
.wpcf7-form ::after,
.wpcf7-form ::before {
    box-sizing: border-box
}
.wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0 0 .3rem 0;
}
.wpcf7-textarea {
    height: 200px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 25px
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #000;
}

.wpcf7-form-control-wrap {
    position: relative;
}
.form-check .wpcf7-list-item {
    position: relative;
    vertical-align: top;
    margin: 0;
}
.form-check .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
}
.form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 3px;
}
.form-check-label {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0!important;
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    .form-check-input {
        top: 1px;
    }
}
@media only screen and (min-width:992px) {
    .form-check-input {
        top: 3px;
    }
}

p.lead {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}

p.line-clamp {
    color: #000!important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

p:last-of-type {
    margin-bottom: 0;
}
.ctx p {
    margin-top: 1rem;
}
.ctx p:last-of-type {
    margin-bottom: 1rem;
}

.ctx ol, 
.ctx ul,
.searchlist {
    margin: 0 0 1rem;
    padding: 0 0 0 1rem;
}

p + ul,
p + ol {
    margin-top: 1rem!important;
}

.biglist ul li,
.biglist ol li {
    margin-bottom: 1rem!important
}

b, strong {
    font-weight: 700;
}

@media only screen and (min-width:992px) {
    .column-2 {
        column-count: 2;
        column-gap: 60px;
    }
    .column-2 p,
    .column-2 ul {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}

.smart-hyphens {
    hyphens: auto;
}

figure {
    margin: 0;
}

.table td, .table th {
    padding: 0 0 .75rem;
    border-top: 0;
}

.highlight {
    color: red;
}
.hideMe {
    display: none;
}

@media only screen and (min-width:576px) {
    .w-sm-auto {
        width: auto!important;
    }
}
@media only screen and (min-width:711px) {
    .w-md-auto {
        width: auto!important;
    }
}
@media only screen and (min-width:992px) {
    .w-lg-auto {
        width: auto!important;
    }
}
@media only screen and (min-width:1200px) {
    .w-xl-auto {
        width: auto!important;
    }
}

.nowrap {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
    height: auto
}

.img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}
.no-touchevents a:hover .img-wrap img,
.no-touchevents .img-wrap:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.entry-content .wp-video {
    width: 100%!important;
    margin-bottom: 1rem;
}
.yt-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.media-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}
.media-wrapper.abs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.media-wrapper video {
    width: 100%;
    height: auto;
}
.media-wrapper .img,
.media-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.play-video {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.no-touchevents .play-video:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}
.play-video-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85px;
    height: 85px;
}
.play-video-border {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #fff!important;
}
.play-video-badge .playicon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.play-video-badge .playicon svg {
    width: 20px;
    height: 20px;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out .3s;
    transition: transform 0.5s ease-in-out .3s;
}
.video-overlay.video-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}

.video-overlay .video-holder {
    position: absolute;
    overflow: hidden;
    background-color: #000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
}
.video-overlay.video-active .video-holder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in .7s;
    transition: opacity 0.3s ease-in .7s;
}

.video-overlay .video-holder .fullscreen-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 50;
    cursor: pointer;
    background: rgba(0,17,46,.15);
}

.video-close::after,
.video-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 2px;
    height: 30px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.video-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (min-width: 992px) {
    .play-video-badge {
        width: 120px;
        height: 120px;
    }
    .play-video-badge .playicon svg {
        width: 25px;
        height: 25px;
    }
    .video-close {
        top: 30px;
        right: 30px;
        width: 60px;
        height: 60px;
    }
    .video-close::after,
    .video-close::before {
        top: 5px;
        left: 30px;
        height: 50px;
    }
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}
.bg-image.bg-top {
    background-position: top center;
}
img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.full-img {
    width: 100%;
}
.full-height {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.text-white {
    color: #fff!important;
}
.text-black {
    color: #000!important
}

.bg-white {
    background-color: #fff!important;
}
.bg-black {
    background-color: #000!important;
    color: #fff;
}
.bg-grey {
    background-color: #f2f0f4!important;
}

a {
    color: #000000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #94b422;
    text-decoration: none;
}
a:focus, a.focus, button:focus, button.focus {
    outline: 0;
}
.ctx a:not(.gallery-item a):not(.post-image-link):not(._brlbs-btn) {
    color: #94b422;
    border-bottom: 1px solid transparent;
}
.ctx a:not(.gallery-item a):hover,
.ctx a:not(.post-image-link):hover {
    color: #94b422;
    border-bottom-color: #94b422;
}
.ctx table tbody tr:nth-of-type(1n+2) {
  background-color: rgba(0,0,0,.05)!important;
}
.ctx table td, 
.ctx table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.swpm-submit-btn-default-style {
    display: inline-block;
    line-height: 30px;
    white-space: nowrap;
    letter-spacing: .5px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 16px;
    text-align: center;
    min-width: 250px;
    color: #fff!important;
    background-color: #000000;
    border: 2px solid #000000;
}
.btn-primary{
    color:#fff;
    background-color:#94b422;
    border-color:#94b422;
}
.btn-outline-secondary {
    color: #000;
    border-color: #ced4da;
}
.input-group-append .btn-primary,
.input-group-append .btn-outline-secondary {
    font-size: .9375rem;
}
.btn-primary:hover{
    color:#fff;
    background-color:#7e991e;
    border-color:#7e991e
}
.btn-primary.focus,
.btn-primary:focus{
    color:#fff;
    background-color:#7e991e;
    border-color:#7e991e;
    box-shadow:none
}
.btn-outline-secondary:hover {
    background-color: transparent;
    color: #000;
    border-color:#ced4da;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus{
    color:#000;
    border-color:#ced4da;
    box-shadow:none
}
.btn-primary.disabled,
.btn-primary:disabled{
    color:#fff;
    background-color: #94b422;
    border-color:#94b422
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#7e991e;
    border-color:#7e991e
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0
}

.button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
}
.button,
.wpcf7-submit {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .5px;
    font-weight: 400;
    padding: 8px 16px;
    text-align: center;
    min-width: 200px;
    color: #fff!important;
    background-color: #000000;
    border: 2px solid #000000;
}
.button.lg {
    min-width: 250px;
}
.wpcf7-submit {
    line-height: 30px;
}
.wpcf7-submit:disabled {
    opacity: .5
}
.button.primary {
    background-color: #94b422;
    border: 2px solid #94b422;
}
.button.disabled {
    cursor: default;
    pointer-events: none;
    color: #fff;
    background-color: #888;
    border-color: #888;
}
.button.outline {
    color: #000000!important;
    background-color: transparent;
    border: 2px solid #000000;
}
.button.white.outline {
    color: #fff!important;
    background-color: transparent;
    border: 2px solid #fff;
}
.button-text {
    line-height: 30px;
    overflow: hidden;
    width: auto;
    transition: transform .2s ease-out
}
.button-text span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%
}
.button-text span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover)
}
.button:hover .button-text span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%
}
@media only screen and (min-width:992px) {
    .button.lg {
        min-width: 275px;
    }
}

.link_wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.link_wrap .link_text {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 35px;
    position: relative;
    color: #000;
    text-decoration: none;
}
.link_wrap .link_text > .text {
    display: block;
    line-height: 1.4;
    animation: ctaArrowTextStart .45s cubic-bezier(.23,.46,.4,1) forwards;
}
.link_wrap:hover .link_text > .text {
    animation: ctaArrowTextEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.link_wrap .link_text svg {
    position: absolute;
    left: 20px;
    top: .75rem;
    width: 6px;
    stroke: #000;
    animation: ctaArrowSVGStart .45s cubic-bezier(.23,.46,.4,1) forwards;
}
.link_wrap:hover .link_text svg {
    animation: ctaArrowSVGEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.link_wrap .link_text svg polyline {
    stroke: #000;
    stroke-dashoffset: 140px;
    stroke-dasharray: 140px;
    animation:ctaArrowEnd .45s cubic-bezier(.23,.46,.4,1) forwards
}
.link_wrap:hover .link_text svg polyline {
    animation: ctaArrowStart .45s ease .25s forwards
}
.link_wrap.fuar .link_text svg polyline {
    animation: none;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
}
.link_wrap.fuar:hover .link_text svg polyline {
    animation: ctaArrowStart2 .8s ease forwards
}
.link_wrap .link_text .line {
    height: 1px;
    width: 20px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    top: .75rem;
    transform-origin: left;
    background-color: #000;
    transform: translateY(calc(-50% + .5px)) translateZ(0);
    animation: ctaArrowLineStart .45s cubic-bezier(.23,.46,.4,1) forwards;
}
.link_wrap:hover .link_text .line {
    animation: ctaArrowLineEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.link_wrap.white,
.link_wrap.white .link_text {
    color: #fff;
}
.link_wrap.wb.white .link_text {
    border-color: #fff!important;
}
.link_wrap.white .link_text svg,
.link_wrap.white .link_text svg polyline {
    stroke: #fff;
}
.link_wrap.white .link_text .line {
    background-color: #fff;
}


@keyframes ctaArrowTextStart {
    0% {
        transform:translateX(3px) translateZ(0)
    }
    100% {
        transform:translateX(0) translateZ(0)
    }
}
@keyframes ctaArrowTextEnd {
    0% {
        transform:translateX(0) translateZ(0)
    }
    100% {
        transform:translateX(3px) translateZ(0)
    }
}
@keyframes ctaArrowSVGStart {
    0% {
        transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }
    100% {
        transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }
}
@keyframes ctaArrowSVGEnd {
    0% {
        transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }
    100% {
        transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }
}
@keyframes ctaArrowLineStart {
    0% {
        transform-origin:left;
        transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0)
    }
    100% {
        transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
}
@keyframes ctaArrowLineEnd {
    0% {
        transform-origin:right;
        transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
    50% {
        transform-origin:right;
        transform:scaleX(0) translateY(calc(-50% + .5px)) translateZ(0)
    }
    51% {
        transform-origin:left
    }
    100% {
        transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
        transform-origin:left
    }
}
@keyframes ctaArrowStart {
    0% {
        stroke-dashoffset:140px;
        stroke-dasharray:140px
    }
    100% {
        stroke-dasharray:140px;
        stroke-dashoffset:10px
    }
}
@keyframes ctaArrowEnd {
    0% {
        stroke-dashoffset:10px;
        stroke-dasharray:150px 150px
    }
    40% {
        opacity:1
    }
    100% {
        opacity:0;
        stroke-dashoffset:-53px;
        stroke-dasharray:1px 150px
    }
}
@keyframes ctaArrowStart2 {
    0% {
        stroke-dashoffset:0;
        stroke-dasharray:0
    }
    50% {
        stroke-dashoffset:140px;
        stroke-dasharray:140px
    }
    100% {
        stroke-dasharray:140px;
        stroke-dashoffset:10px
    }
}

.pswp__bg {
    background: rgba(0,0,0,0.7);
}

.wp-caption {
    position: relative;
    display: block;
}

.alignleft {
    float: left
}
.wp-caption.alignleft {
    max-width: 45%;
    margin: .375rem 1.25rem 1rem 0;
}

.alignright {
    float: right
}
.wp-caption.alignright {
    max-width: 45%;
    margin: .375rem 0 1rem 1.25rem;
}

.wp-caption.alignleft img,
.wp-caption.alignright img {
    width: 100%;
    height: auto;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: .375rem 1.25rem 1rem 0;
    max-width: 45%;
    height: auto
}

img.alignright {
    margin: .375rem 0 1rem 1.25rem;
    max-width: 45%;
    height: auto
}

img.aligncenter {
    margin: 1rem auto;
    clear: both;
    display: block
}

img.alignnone {
    height: auto;
    margin: 1rem 0;
}

.wp-caption-text {
    font-size: .875rem;
    font-weight: 400;
    margin: 5px 0 0!important;
}
p.caption-text {
    font-size: .875rem;
}

@media only screen and (max-width:480px) {
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.alignleft,
    img.alignright {
        margin: 0 0 1rem;
        width: 100%!important;
        max-width: 100%!important;
    }
}

.gallery {
    margin: 1rem 0!important
}
.gallery-item {
    margin: 0!important;
    position: relative;
    overflow: hidden;
}
.gallery-item a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gallery-item a::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.gallery-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    max-width: none!important;
    height: 100%!important;
    border-color: #fff!important;
    object-position: center;
    object-fit: cover;
}

.has-animation {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
} 
.has-animation.image_clip_right {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
}
.has-animation.image_clip_left {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
}
.has-animation.image_clip_right.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.has-animation.image_clip_left.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
} 
.has-animation.fade-up {
    opacity: 0;
    transform: translateY(60px)
}
.has-animation.fade-up.animated {
    opacity: 1;
    transform: translateY(0)
}
.has-animation.fade-in-left {
    opacity: 0;
    transform: translateX(-60px);
}
.has-animation.fade-in-left-big {
    opacity: 0;
    transform: translateX(-800px);
}
.has-animation.fade-in-left.animated,
.has-animation.fade-in-left-big.animated {
    opacity: 1;
    transform: translateX(0)
}
.has-animation.fade-in-right {
    opacity: 0;
    transform: translateX(800px)
}
.has-animation.fade-in-right.animated {
    opacity: 1;
    transform: translateX(0)
}
.has-animation.has-scale {
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform
}
.has-animation.has-scale-vertical {
    opacity: 0;
    transform: translateY(0) scaleY(1.1);
    transform-origin: 50% 0;
    will-change: transform
}
.has-animation.has-scale-vertical.animated {
    opacity: 1;
    transform: translateY(0) scaleY(1);
}
.has-animation.has-cover {
    opacity: 1;
    transform: translateY(0);
    overflow: hidden
}
.has-animation.has-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}
.has-animation.has-cover.animated::after {
    width: 0
}
.has-animation.has-cover img {
    display: block;
    margin: 0 auto;
    opacity: 1;
    transform: scale(1.05);
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}
.has-animation.has-cover.animated img {
    opacity: 1;
    transform: scale(1)
}

#pageloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900
}
.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #94b422
}
.container-fluid {
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    position: relative;
    width: 100%;
    background: #fff;
    height: auto;
    z-index: 1031;
}
.header-wrapper {
    position: relative;
    width: 100%;
    height: 35vw;
    overflow: hidden;
}
.header-wrapper .header-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.header-wrapper .container-fluid {
    position: relative;
    z-index: 2;
}
.header-wrapper .container-fluid .logo {
    display: block;
    width: 75px;
    height: 75px;
}
.header-wrapper .container-fluid .header-text {
    color: #fff;
    font-size: 4.5vw;
    margin-bottom: 0;
}
.header-wrapper .container-fluid .header-text span {
    display: block;
    font-weight: 300;
}
.sticky-navbar {
    width: 100%;
    background: #fff;
    height: auto;
    margin-bottom: 15px;
    z-index: 1030;
}
.sticky-navbar .navbar-wrapper {
    position: relative;
}
.sticky-navbar .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sticky-navbar .navbar-expand-lg {
    padding: 0;
}
.sticky-navbar .nav-item a {
    color: #968f89;
    font-size: 1.125rem;
    line-height: 1.3;
}
.sticky-navbar .nav-item.toggle-search a {
    color: #94b422;
}
.sticky-navbar .nav-item a:hover,
.sticky-navbar .nav-item.current-menu-item > a,
.sticky-navbar .current-menu-ancestor > a {
        color: #94b422;
}
.sticky-navbar .collapse-menu {
    min-width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: #efebfd;
}
.sticky-navbar .collapse-menu a {
    padding-top: .5rem!important;
}
.sticky-navbar .dropdown-item:focus,
.sticky-navbar .dropdown-item:hover {
    background-color: transparent;
}

.burger-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: #94b422;
    cursor: pointer;
    z-index: 10;
}
.burger-menu > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 16px;
}
.burger-menu b {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, border-color .1s ease;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, border-color .1s ease;
    position: absolute;
    display: block;
    width: 30px;
    height: 0;
    border-top: 3px solid #fff
}
.burger-menu b:nth-child(1) {
    top: 0;
    left: 0;
}
.burger-menu b:nth-child(2) {
    top: 8px;
    left: 0;
}
.burger-menu b:nth-child(3) {
    top: 16px;
    right: 0;
}
.burger-menu[aria-expanded="true"] b:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.burger-menu[aria-expanded="true"] b:nth-child(2) {
    opacity: 0;
    width: 0;
}
.burger-menu[aria-expanded="true"] b:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (max-width:991px) {
    .sticky-navbar .dropdown-menu {
        border: 0;
        padding: 0;
    }
}
@media (min-width:480px) {
    .header-wrapper .container-fluid .logo {
        width: 100px;
        height: 100px;
    }
    .header-wrapper .container-fluid .header-text {
        font-size: 1.375rem;
    }
}
@media (min-width:712px) {
    .header-wrapper .container-fluid .logo {
        width: 120px;
        height: 120px;
    }
    .header-wrapper .container-fluid .header-text {
        font-size: 1.875rem;
    }
    .burger-menu {
        width: 60px;
        height: 60px;
    }
    .sticky-navbar {
        margin-bottom: 30px;
    }
}
@media (min-width:992px) {
    .header-wrapper .container-fluid .logo {
        width: 125px;
        height: 125px;
    }
    .header-wrapper .container-fluid .header-text {
        font-size: 2rem;
    }
    .burger-menu {
        display: none;
    }
    .sticky-navbar {
        position: sticky;
        top: 0;
        border-bottom: 1px solid #f2f0f4;
    }
    .sticky-navbar .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .sticky-navbar .navbar-expand-lg {
        position: static;
    }
    .sticky-navbar .nav-item {
        padding-left: 0;
        padding-right: 0;
    }
    .sticky-navbar .nav-item.collapse-item {
        position: static;
    }
    .sticky-navbar .collapse-item:hover>.collapse {
        display: block;
    }
    .sticky-navbar  .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.25rem 1.5rem;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
    .sticky-navbar .collapse-menu {
        position: absolute;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin: -5px 0 0;
        top: 100%;
        left: 0;
        min-width: 100%;
        column-count: 3;
        column-gap: 30px;
        background: #94b422;
        border-radius: 0 0 8px 8px;
    }
    .sticky-navbar .collapse-menu .nav-item {
        padding: .5rem 1.5rem;
        margin-bottom: .5rem;
        width: 100%;
    }
    .sticky-navbar .collapse-menu .nav-link {
        padding: .5rem 1.5rem!important;
    }
    .sticky-navbar .collapse-menu .nav-link:focus .navbar-sub-icon,
    .sticky-navbar .collapse-menu .nav-link:hover .navbar-sub-icon {
        margin-left: 0;
        opacity: 1
    }
}
@media (min-width:1200px) {
    .header-wrapper {
        height: 30vw;
    }
    .sticky-navbar  .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.25rem 2rem;
        font-size: 1.25rem;
    }
}


#main {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}
.page-header {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.section {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (min-width:712px) {
    .section {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.hero .media-wrapper {
    height: calc(100vh - 120px);
    height: calc(calc(var(--vh, 1vh) * 100) - 120px);
    min-height: 360px;
}
.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 40vh;
    padding: 30px 15px;
    z-index: 1;
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    .hero .media-wrapper {
        max-height: 80vh;
    }
    .hero-content {
        padding: 60px;
    }
    .hero-content h1 {
        line-height: 1.1
    }
}
@media only screen and (min-width:992px) and (orientation:landscape) {
    .hero .media-wrapper {
        height: calc(100vh - 220px);
        height: calc(calc(var(--vh, 1vh) * 100) - 220px);
        max-height: 900px;
    }
    .hero-content {
        display: flex;
        align-items: center;
        width: 50%;
        height: 100%;
        padding: 40px 30px;
    }
    .hero-content h1 {
        line-height: 1.1
    }
}
@media only screen and (min-width:992px) and (min-height:800px) {
    .hero-content {
        padding: 60px 30px;
    }
}
@media only screen and (min-width:1200px) and (min-height:800px) {
    .hero-content {
        padding: 120px 60px;
    }
}

.box {
    position: relative;
    width: 100%;
    padding: 20px 15px;
}
.mt-box {
    margin-top: 15px;
}
.mb-box {
    margin-bottom: 15px;
}
@media only screen and (min-width:712px) {
    .mt-box {
        margin-top: 30px;
    }
    .mb-box {
        margin-bottom: 30px;
    }
}

.author {
    page-break-inside: avoid
}

.author-image {
    width: 65px;
    margin-right: .5rem;
}
.author-grid .author-image {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto .5rem;
}
.author-image img {
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}
.author-grid .author {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 8px;
}
@media only screen and (min-width: 1200px) {
    .author-grid .author {
        padding: 30px;
    }
}
.type-author,
.type-date {
    color: #968f89;
    display: block;
    font-size: .9375rem;
    line-height: 1.25
}

.post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
    max-width: 100%;
    height: auto
}
.post-cat,
.post-meta {
    font-size: .9375rem;
}
.post-meta,
.post-meta a {
    color: rgba(51, 51, 51, 0.7);
}
.post-meta a:hover {
    color: #94b422;
}
.posted-on,
.by {
    margin-right: 10px;
}
.posted-on::before,
.by::before,
.tags-links::before {
    font-family: 'fontello';
    margin-right: 7px;
}
.posted-on::before {
    content: '\e802';
}
.by::before {
    content: '\f2c0';
}
.tags-links::before {
    content: '\e803';
}
.share a {
    cursor: pointer;
    display: inline-block;
    margin: 0 .5rem 0 0;
    font-size: 1.5rem;
}
.share a.x-twitter {
    font-size: 1.25rem;
}
.share a:hover {
    color: #94b422;
}

blockquote {
    background-image: url(img/quote-icon.svg);
    background-position: 0 20px;
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 3.5rem 0 1.5rem;
    margin-bottom: 0;
    font-size: 1.375rem;
    line-height: 1.4;
}
blockquote p {
    margin-bottom: 0!important;
}
@media only screen and (min-width:480px) {
    blockquote {
        background-position: 0 30px;
        padding: 1.5rem 0 2rem 3rem;
    }
}
@media only screen and (min-width:712px) {
    blockquote {
        padding: 1.5rem 0 2.5rem 3rem;
        font-size: 1.5rem;
    }
}
@media only screen and (min-width:992px) {
    blockquote {
        background-position: 0 50px;
        padding: 2.5rem 0 3rem 3.5rem;
        font-size: 1.75rem;
    }
}

.post-list .post {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
}
@media only screen and (min-width:992px) {
    .share {
        position: sticky;
        top: 100px;
    }
    .share a {
        display: block;
        margin: 0 0 1rem 0;
    }
}
@media only screen and (min-width:1200px) {
    .box {
        padding: 40px 30px;
    }
    .post-list .post {
        padding: 30px;
    }
}

.accordion {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}
.accordion a {
    color: #000;
    border-bottom: 1px solid #000;
}
.accordion a:hover {
    color: #000;
    border-bottom-color: transparent;
}
.accordion-item {
    border-bottom: 1px solid rgba(0,0,0,.35);
    padding-top: 20px;
    padding-bottom: 20px;
}
.accordion-item:last-of-type {
    border-bottom: 0;
}
.accordion-title {
    cursor: pointer;
    padding-left: 35px;
    margin-bottom: 0;
    position: relative;
    font-weight: 500;
}
.accordion-title span {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}
.accordion-title span::before {
    content: '';
    width: 2px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -1px;
    background: #222;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.accordion-title span::after {
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -7px;
    background: #222;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.accordion-title.active span::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease
}
.accordion-content {
    padding-top: 1rem;
    padding-bottom: .5rem;
    display: none;
}
.accordion-content.open {
    display: block
}
@media only screen and (min-width:712px) {
    .accordion-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 35px;
    }
    .accordion-title span {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        top: 50%;
        transform: translateY(-50%);
    }
    .accordion-title span::before {
        height: 16px;
        margin-top: -8px;
    }
    .accordion-title span::after {
        width: 16px;
        margin-left: -8px;
    }
    .accordion-content {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media only screen and (min-width:992px) {
    .accordion-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .accordion-title,
    .accordion-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.grid-masonry {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.grid-item .post {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
}
@media only screen and (min-width:992px) {
    .grid-item {
        width: 50%;
    }
}
@media only screen and (min-width:1200px) {
    .grid-item {
        width: 33.333333%;
    }
    .grid-item .post {
        padding: 30px;
    }
}

.pagination {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding: 2rem 0 3rem;
    overflow: hidden;
}
.pagination .nav-links {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination .page-numbers {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0;
    padding: 0 .5rem .375rem;
    color: #000;
    font-style: italic;
    line-height: .375rem;
    border-bottom: none!important;
}
.pagination .page-numbers.current {
    background-color: #94b422;
}

.news-navigation {
	position: relative;
	width: 100%;
    height: auto;
	margin: 2rem 0;
    overflow: hidden;
}
@media only screen and (min-width:992px) {
    .news-navigation {
        margin: 3rem 0;
    }
}
.news-navigation .news-back,
.news-navigation .news-prev,
.news-navigation .news-next {
    position: relative;
    float: left;
    min-height: 1px;
    white-space: nowrap;
}
.news-navigation .news-back {
    text-align: center;
    width: 20%;
}
.news-navigation .news-prev {
    padding-right: 20px;
    width: 40%;
}
.news-navigation .news-next {
    width: 40%;
    text-align: right;
    padding-left: 20px;
}

.sidebar .block-title {
    text-transform: uppercase;
    display: block;
    padding: 0 0 .25rem 0;
    border-bottom: 1px solid #94b422;
    margin-bottom: 1rem;
}

.error-404 {
    text-align: center;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-shadow: 3px 3px 0 rgba(178,178,178,1),8px 8px 0 rgba(0,0,0,.15);
}
.error-404 h2 {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
}
.error-404 .searchform {
    border: 3px dashed rgba(0,0,0,.05);
    padding: 15px;
    margin-top: 40px;
}
@media (min-width:768px) {
    .error-404 h1 {
        font-size: 200px;
        margin-bottom: 30px;
    }
    .error-404 h2 {
        line-height: 42px;
        font-size: 30px;
    }
    .error-404 .searchform {
        padding: 30px 90px;
        margin-top: 40px;
    }
}

#footer {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2
}
#footer .footer-wrapper {
    position: relative;
    background: #8c867f;
    color: #fff;
}
#footer a {
    color: #fff;
    border-bottom: 1px solid transparent;
    margin: 0 .5rem;
}
#footer a:hover,
#footer a:focus {
    color: #fff;
    border-bottom-color: #fff;
}
#footer .social a {
    font-size: 1.5rem;
    margin: 0 .375rem;
    border-bottom: 0;
}
#footer .social a:hover {
    color: #94b422;
}
#footer .social i::before {
    margin: 0;
}
@media (min-width:992px) {
    .modal-header {
        padding-top: 1.5rem;
    }
    .modal-header,
    .modal-body {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media print {
    .noPrint {
        display: none;
    }
}
