.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(.6);
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(.6);
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(.6);
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0
}

.pswp__img {
    width: auto;
    height: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.slick-slider {
    -khtml-user-select: none
}

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,900");

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@media print {
    *,
     :after,
     :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " ("attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

*,
:after,
:before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    caption-side: bottom
}

caption,
th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.comment-list,
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

.img-fluid,
.img-thumbnail,
.wp-caption>img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out
}

.figure,
.wp-caption {
    display: inline-block
}

.figure-img,
.wp-caption>img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption,
.wp-caption-text {
    font-size: 90%;
    color: #868e96
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #dddfe2
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.thead-inverse th {
    color: #fff;
    background-color: #212529
}

.thead-default th {
    color: #495057;
    background-color: #e9ecef
}

.table-inverse {
    color: #fff;
    background-color: #212529
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #32383e
}

.table-inverse.table-bordered {
    border: 0
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-inverse.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive.table-bordered {
        border: 0
    }
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea,
.form-control,
.search-form .search-field {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.comment-form input[type=email]::-ms-expand,
.comment-form input[type=text]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand,
.form-control::-ms-expand,
.search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0
}

.comment-form input[type=email]:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus,
.form-control:focus,
.search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none
}

.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.comment-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.comment-form input[type=email]::placeholder,
.comment-form input[type=text]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder,
.form-control::placeholder,
.search-form .search-field::placeholder {
    color: #868e96;
    opacity: 1
}

.comment-form input[readonly][type=email],
.comment-form input[readonly][type=text],
.comment-form input[readonly][type=url],
.comment-form input[type=email]:disabled,
.comment-form input[type=text]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled,
.comment-form textarea[readonly],
.form-control:disabled,
.form-control[readonly],
.search-form .search-field:disabled,
.search-form [readonly].search-field {
    background-color: #e9ecef;
    opacity: 1
}

.search-form select.search-field:not([size]):not([multiple]),
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

.search-form select.search-field:focus::-ms-value,
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    margin-bottom: 0
}

.col-form-label,
.col-form-label-lg {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2)
}

.col-form-label-lg {
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem
}

.col-form-legend {
    font-size: 1rem
}

.col-form-legend,
.form-control-plaintext {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-plaintext {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.comment-form .input-group-lg>.input-group-btn>input.form-control-plaintext[type=submit],
.comment-form .input-group-lg>input.form-control-plaintext[type=email],
.comment-form .input-group-lg>input.form-control-plaintext[type=text],
.comment-form .input-group-lg>input.form-control-plaintext[type=url],
.comment-form .input-group-lg>textarea.form-control-plaintext,
.comment-form .input-group-sm>.input-group-btn>input.form-control-plaintext[type=submit],
.comment-form .input-group-sm>input.form-control-plaintext[type=email],
.comment-form .input-group-sm>input.form-control-plaintext[type=text],
.comment-form .input-group-sm>input.form-control-plaintext[type=url],
.comment-form .input-group-sm>textarea.form-control-plaintext,
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn,
.search-form .input-group-lg>.form-control-plaintext.search-field,
.search-form .input-group-lg>.input-group-btn>.form-control-plaintext.search-submit,
.search-form .input-group-sm>.form-control-plaintext.search-field,
.search-form .input-group-sm>.input-group-btn>.form-control-plaintext.search-submit {
    padding-right: 0;
    padding-left: 0
}

.comment-form .input-group-sm>.input-group-btn>input[type=submit],
.comment-form .input-group-sm>input[type=email],
.comment-form .input-group-sm>input[type=text],
.comment-form .input-group-sm>input[type=url],
.comment-form .input-group-sm>textarea,
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.search-form .input-group-sm>.input-group-btn>.search-submit,
.search-form .input-group-sm>.search-field {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.search-form .input-group-sm>.input-group-btn>select.search-submit:not([size]):not([multiple]),
.search-form .input-group-sm>select.search-field:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.comment-form .input-group-lg>.input-group-btn>input[type=submit],
.comment-form .input-group-lg>input[type=email],
.comment-form .input-group-lg>input[type=text],
.comment-form .input-group-lg>input[type=url],
.comment-form .input-group-lg>textarea,
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.search-form .input-group-lg>.input-group-btn>.search-submit,
.search-form .input-group-lg>.search-field {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.search-form .input-group-lg>.input-group-btn>select.search-submit:not([size]):not([multiple]),
.search-form .input-group-lg>select.search-field:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.3125rem + 2px)
}

.comment-form p,
.form-group,
.search-form label {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.comment-form .was-validated input[type=email]:valid,
.comment-form .was-validated input[type=text]:valid,
.comment-form .was-validated input[type=url]:valid,
.comment-form .was-validated textarea:valid,
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid,
.custom-select.is-valid,
.form-control.is-valid,
.search-form .is-valid.search-field,
.search-form .was-validated .search-field:valid,
.was-validated .comment-form input[type=email]:valid,
.was-validated .comment-form input[type=text]:valid,
.was-validated .comment-form input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid,
.was-validated .search-form .search-field:valid {
    border-color: #28a745
}

.comment-form .was-validated input[type=email]:valid:focus,
.comment-form .was-validated input[type=text]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.search-form .is-valid.search-field:focus,
.search-form .was-validated .search-field:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.was-validated .comment-form input[type=text]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .search-form .search-field:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.comment-form .was-validated input[type=email]:valid~.invalid-feedback,
.comment-form .was-validated input[type=email]:valid~.invalid-tooltip,
.comment-form .was-validated input[type=text]:valid~.invalid-feedback,
.comment-form .was-validated input[type=text]:valid~.invalid-tooltip,
.comment-form .was-validated input[type=url]:valid~.invalid-feedback,
.comment-form .was-validated input[type=url]:valid~.invalid-tooltip,
.comment-form .was-validated textarea:valid~.invalid-feedback,
.comment-form .was-validated textarea:valid~.invalid-tooltip,
.comment-form input.is-valid[type=email]~.invalid-feedback,
.comment-form input.is-valid[type=email]~.invalid-tooltip,
.comment-form input.is-valid[type=text]~.invalid-feedback,
.comment-form input.is-valid[type=text]~.invalid-tooltip,
.comment-form input.is-valid[type=url]~.invalid-feedback,
.comment-form input.is-valid[type=url]~.invalid-tooltip,
.comment-form textarea.is-valid~.invalid-feedback,
.comment-form textarea.is-valid~.invalid-tooltip,
.custom-select.is-valid~.invalid-feedback,
.custom-select.is-valid~.invalid-tooltip,
.form-control.is-valid~.invalid-feedback,
.form-control.is-valid~.invalid-tooltip,
.search-form .is-valid.search-field~.invalid-feedback,
.search-form .is-valid.search-field~.invalid-tooltip,
.search-form .was-validated .search-field:valid~.invalid-feedback,
.search-form .was-validated .search-field:valid~.invalid-tooltip,
.was-validated .comment-form input[type=email]:valid~.invalid-feedback,
.was-validated .comment-form input[type=email]:valid~.invalid-tooltip,
.was-validated .comment-form input[type=text]:valid~.invalid-feedback,
.was-validated .comment-form input[type=text]:valid~.invalid-tooltip,
.was-validated .comment-form input[type=url]:valid~.invalid-feedback,
.was-validated .comment-form input[type=url]:valid~.invalid-tooltip,
.was-validated .comment-form textarea:valid~.invalid-feedback,
.was-validated .comment-form textarea:valid~.invalid-tooltip,
.was-validated .custom-select:valid~.invalid-feedback,
.was-validated .custom-select:valid~.invalid-tooltip,
.was-validated .form-control:valid~.invalid-feedback,
.was-validated .form-control:valid~.invalid-tooltip,
.was-validated .search-form .search-field:valid~.invalid-feedback,
.was-validated .search-form .search-field:valid~.invalid-tooltip {
    display: block
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
    color: #28a745
}

.custom-file-input.is-valid~.custom-file-control,
.was-validated .custom-file-input:valid~.custom-file-control {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-control:before,
.was-validated .custom-file-input:valid~.custom-file-control:before {
    border-color: inherit
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.comment-form .was-validated input[type=email]:invalid,
.comment-form .was-validated input[type=text]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.comment-form .was-validated textarea:invalid,
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid,
.custom-select.is-invalid,
.form-control.is-invalid,
.search-form .is-invalid.search-field,
.search-form .was-validated .search-field:invalid,
.was-validated .comment-form input[type=email]:invalid,
.was-validated .comment-form input[type=text]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid,
.was-validated .search-form .search-field:invalid {
    border-color: #dc3545
}

.comment-form .was-validated input[type=email]:invalid:focus,
.comment-form .was-validated input[type=text]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
.search-form .was-validated .search-field:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.was-validated .comment-form input[type=text]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .search-form .search-field:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.comment-form .was-validated input[type=email]:invalid~.invalid-feedback,
.comment-form .was-validated input[type=email]:invalid~.invalid-tooltip,
.comment-form .was-validated input[type=text]:invalid~.invalid-feedback,
.comment-form .was-validated input[type=text]:invalid~.invalid-tooltip,
.comment-form .was-validated input[type=url]:invalid~.invalid-feedback,
.comment-form .was-validated input[type=url]:invalid~.invalid-tooltip,
.comment-form .was-validated textarea:invalid~.invalid-feedback,
.comment-form .was-validated textarea:invalid~.invalid-tooltip,
.comment-form input.is-invalid[type=email]~.invalid-feedback,
.comment-form input.is-invalid[type=email]~.invalid-tooltip,
.comment-form input.is-invalid[type=text]~.invalid-feedback,
.comment-form input.is-invalid[type=text]~.invalid-tooltip,
.comment-form input.is-invalid[type=url]~.invalid-feedback,
.comment-form input.is-invalid[type=url]~.invalid-tooltip,
.comment-form textarea.is-invalid~.invalid-feedback,
.comment-form textarea.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.search-form .is-invalid.search-field~.invalid-feedback,
.search-form .is-invalid.search-field~.invalid-tooltip,
.search-form .was-validated .search-field:invalid~.invalid-feedback,
.search-form .was-validated .search-field:invalid~.invalid-tooltip,
.was-validated .comment-form input[type=email]:invalid~.invalid-feedback,
.was-validated .comment-form input[type=email]:invalid~.invalid-tooltip,
.was-validated .comment-form input[type=text]:invalid~.invalid-feedback,
.was-validated .comment-form input[type=text]:invalid~.invalid-tooltip,
.was-validated .comment-form input[type=url]:invalid~.invalid-feedback,
.was-validated .comment-form input[type=url]:invalid~.invalid-tooltip,
.was-validated .comment-form textarea:invalid~.invalid-feedback,
.was-validated .comment-form textarea:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .search-form .search-field:invalid~.invalid-feedback,
.was-validated .search-form .search-field:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
    color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control:before,
.was-validated .custom-file-input:invalid~.custom-file-control:before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline,
.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check,
.search-form .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label,
    .search-form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .comment-form .form-inline p,
    .comment-form .search-form p,
    .form-inline .comment-form p,
    .form-inline .form-group,
    .form-inline .search-form label,
    .search-form .comment-form p,
    .search-form .form-group,
    .search-form .form-inline label,
    .search-form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .comment-form .form-inline input[type=email],
    .comment-form .form-inline input[type=text],
    .comment-form .form-inline input[type=url],
    .comment-form .form-inline textarea,
    .comment-form .search-form input[type=email],
    .comment-form .search-form input[type=text],
    .comment-form .search-form input[type=url],
    .comment-form .search-form textarea,
    .form-inline .comment-form input[type=email],
    .form-inline .comment-form input[type=text],
    .form-inline .comment-form input[type=url],
    .form-inline .comment-form textarea,
    .form-inline .form-control,
    .search-form .comment-form input[type=email],
    .search-form .comment-form input[type=text],
    .search-form .comment-form input[type=url],
    .search-form .comment-form textarea,
    .search-form .form-control,
    .search-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext,
    .search-form .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .search-form .input-group {
        width: auto
    }
    .form-inline .form-control-label,
    .search-form .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check,
    .search-form .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label,
    .search-form .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input,
    .search-form .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control,
    .search-form .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator,
    .search-form .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback,
    .search-form .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn,
.comment-form input[type=submit],
.search-form .search-submit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.btn:focus,
.btn:hover,
.comment-form input[type=submit]:focus,
.comment-form input[type=submit]:hover,
.search-form .search-submit:focus,
.search-form .search-submit:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus,
.comment-form input.focus[type=submit],
.comment-form input[type=submit]:focus,
.search-form .focus.search-submit,
.search-form .search-submit:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled,
.comment-form input.disabled[type=submit],
.comment-form input[type=submit]:disabled,
.search-form .disabled.search-submit,
.search-form .search-submit:disabled {
    opacity: .65
}

.btn.active,
.btn:active,
.comment-form input.active[type=submit],
.comment-form input[type=submit]:active,
.search-form .active.search-submit,
.search-form .search-submit:active {
    background-image: none
}

.search-form a.disabled.search-submit,
.search-form fieldset[disabled] a.search-submit,
a.btn.disabled,
fieldset[disabled] .search-form a.search-submit,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc
}

.btn-secondary,
.comment-form input[type=submit],
.search-form .search-submit {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover,
.comment-form input[type=submit]:hover,
.search-form .search-submit:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.comment-form input.focus[type=submit],
.comment-form input[type=submit]:focus,
.search-form .focus.search-submit,
.search-form .search-submit:focus {
    box-shadow: 0 0 0 3px hsla(210, 7%, 56%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.comment-form input.disabled[type=submit],
.comment-form input[type=submit]:disabled,
.search-form .disabled.search-submit,
.search-form .search-submit:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary.active,
.btn-secondary:active,
.comment-form .show>input.dropdown-toggle[type=submit],
.comment-form input.active[type=submit],
.comment-form input[type=submit]:active,
.search-form .active.search-submit,
.search-form .search-submit:active,
.search-form .show>.dropdown-toggle.search-submit,
.show>.btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 3px hsla(210, 7%, 56%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light.active,
.btn-outline-light:active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark.active,
.btn-outline-dark:active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #868e96
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg,
.comment-form .btn-group-lg>input[type=submit],
.search-form .btn-group-lg>.search-submit {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm,
.comment-form .btn-group-sm>input[type=submit],
.search-form .btn-group-sm>.search-submit {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.show>a {
    outline: 0
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.comment-form .btn-group-vertical>input[type=submit],
.comment-form .btn-group>input[type=submit],
.search-form .btn-group-vertical>.search-submit,
.search-form .btn-group>.search-submit {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.comment-form .btn-group-vertical>input.active[type=submit],
.comment-form .btn-group-vertical>input[type=submit]:active,
.comment-form .btn-group-vertical>input[type=submit]:focus,
.comment-form .btn-group-vertical>input[type=submit]:hover,
.comment-form .btn-group>input.active[type=submit],
.comment-form .btn-group>input[type=submit]:active,
.comment-form .btn-group>input[type=submit]:focus,
.comment-form .btn-group>input[type=submit]:hover,
.search-form .btn-group-vertical>.active.search-submit,
.search-form .btn-group-vertical>.search-submit:active,
.search-form .btn-group-vertical>.search-submit:focus,
.search-form .btn-group-vertical>.search-submit:hover,
.search-form .btn-group>.active.search-submit,
.search-form .btn-group>.search-submit:active,
.search-form .btn-group>.search-submit:focus,
.search-form .btn-group>.search-submit:hover {
    z-index: 2
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group-vertical .comment-form .btn+input[type=submit],
.btn-group-vertical .comment-form .btn-group+input[type=submit],
.btn-group-vertical .comment-form .search-form input[type=submit]+.search-submit,
.btn-group-vertical .comment-form input[type=submit]+.btn,
.btn-group-vertical .comment-form input[type=submit]+.btn-group,
.btn-group-vertical .comment-form input[type=submit]+input[type=submit],
.btn-group-vertical .search-form .btn+.search-submit,
.btn-group-vertical .search-form .btn-group+.search-submit,
.btn-group-vertical .search-form .comment-form .search-submit+input[type=submit],
.btn-group-vertical .search-form .search-submit+.btn,
.btn-group-vertical .search-form .search-submit+.btn-group,
.btn-group-vertical .search-form .search-submit+.search-submit,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .comment-form .btn+input[type=submit],
.btn-group .comment-form .btn-group+input[type=submit],
.btn-group .comment-form .search-form input[type=submit]+.search-submit,
.btn-group .comment-form input[type=submit]+.btn,
.btn-group .comment-form input[type=submit]+.btn-group,
.btn-group .comment-form input[type=submit]+input[type=submit],
.btn-group .search-form .btn+.search-submit,
.btn-group .search-form .btn-group+.search-submit,
.btn-group .search-form .comment-form .search-submit+input[type=submit],
.btn-group .search-form .search-submit+.btn,
.btn-group .search-form .search-submit+.btn-group,
.btn-group .search-form .search-submit+.search-submit,
.comment-form .btn-group-vertical .btn+input[type=submit],
.comment-form .btn-group-vertical .btn-group+input[type=submit],
.comment-form .btn-group-vertical .search-form .search-submit+input[type=submit],
.comment-form .btn-group-vertical .search-form input[type=submit]+.search-submit,
.comment-form .btn-group-vertical input[type=submit]+.btn,
.comment-form .btn-group-vertical input[type=submit]+.btn-group,
.comment-form .btn-group-vertical input[type=submit]+input[type=submit],
.comment-form .btn-group .btn+input[type=submit],
.comment-form .btn-group .btn-group+input[type=submit],
.comment-form .btn-group .search-form .search-submit+input[type=submit],
.comment-form .btn-group .search-form input[type=submit]+.search-submit,
.comment-form .btn-group input[type=submit]+.btn,
.comment-form .btn-group input[type=submit]+.btn-group,
.comment-form .btn-group input[type=submit]+input[type=submit],
.comment-form .search-form .btn-group-vertical .search-submit+input[type=submit],
.comment-form .search-form .btn-group .search-submit+input[type=submit],
.search-form .btn-group-vertical .btn+.search-submit,
.search-form .btn-group-vertical .btn-group+.search-submit,
.search-form .btn-group-vertical .comment-form .search-submit+input[type=submit],
.search-form .btn-group-vertical .comment-form input[type=submit]+.search-submit,
.search-form .btn-group-vertical .search-submit+.btn,
.search-form .btn-group-vertical .search-submit+.btn-group,
.search-form .btn-group-vertical .search-submit+.search-submit,
.search-form .btn-group .btn+.search-submit,
.search-form .btn-group .btn-group+.search-submit,
.search-form .btn-group .comment-form .search-submit+input[type=submit],
.search-form .btn-group .comment-form input[type=submit]+.search-submit,
.search-form .btn-group .search-submit+.btn,
.search-form .btn-group .search-submit+.btn-group,
.search-form .btn-group .search-submit+.search-submit,
.search-form .comment-form .btn-group-vertical input[type=submit]+.search-submit,
.search-form .comment-form .btn-group input[type=submit]+.search-submit {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group>input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.search-form .btn-group>.search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
.comment-form .btn-group>input[type=submit]:first-child,
.search-form .btn-group>.search-submit:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group>input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group>.search-submit:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.comment-form .btn-group>input[type=submit]:last-child:not(:first-child),
.search-form .btn-group>.search-submit:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.comment-form .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit],
.search-form .btn-group>.btn-group:not(:first-child):not(:last-child)>.search-submit {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.comment-form .btn-group>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child,
.search-form .btn-group>.btn-group:first-child:not(:last-child)>.search-submit:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.comment-form .btn-group>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child,
.search-form .btn-group>.btn-group:last-child:not(:first-child)>.search-submit:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split,
.comment-form input[type=submit]+.dropdown-toggle-split,
.search-form .search-submit+.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn+.dropdown-toggle-split:after,
.comment-form input[type=submit]+.dropdown-toggle-split:after,
.search-form .search-submit+.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.comment-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,
.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.comment-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,
.search-form .btn-group-lg>.search-submit+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .comment-form input[type=submit],
.btn-group-vertical .search-form .search-submit,
.comment-form .btn-group-vertical input[type=submit],
.search-form .btn-group-vertical .search-submit {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.comment-form .btn-group-vertical>.btn+input[type=submit],
.comment-form .btn-group-vertical>.btn-group+input[type=submit],
.comment-form .btn-group-vertical>input[type=submit]+.btn,
.comment-form .btn-group-vertical>input[type=submit]+.btn-group,
.comment-form .btn-group-vertical>input[type=submit]+input[type=submit],
.comment-form .search-form .btn-group-vertical>.search-submit+input[type=submit],
.comment-form .search-form .btn-group-vertical>input[type=submit]+.search-submit,
.search-form .btn-group-vertical>.btn+.search-submit,
.search-form .btn-group-vertical>.btn-group+.search-submit,
.search-form .btn-group-vertical>.search-submit+.btn,
.search-form .btn-group-vertical>.search-submit+.btn-group,
.search-form .btn-group-vertical>.search-submit+.search-submit,
.search-form .comment-form .btn-group-vertical>.search-submit+input[type=submit],
.search-form .comment-form .btn-group-vertical>input[type=submit]+.search-submit {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.comment-form .btn-group-vertical>input[type=submit]:not(:first-child):not(:last-child),
.search-form .btn-group-vertical>.search-submit:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.comment-form .btn-group-vertical>input[type=submit]:first-child:not(:last-child),
.search-form .btn-group-vertical>.search-submit:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.comment-form .btn-group-vertical>input[type=submit]:last-child:not(:first-child),
.search-form .btn-group-vertical>.search-submit:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.comment-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit],
.search-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.search-submit {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.comment-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child,
.search-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>.search-submit:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.comment-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child,
.search-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>.search-submit:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.comment-form [data-toggle=buttons]>.btn-group>input[type=submit] input[type=checkbox],
.comment-form [data-toggle=buttons]>.btn-group>input[type=submit] input[type=radio],
.comment-form [data-toggle=buttons]>input[type=submit] input[type=checkbox],
.comment-form [data-toggle=buttons]>input[type=submit] input[type=radio],
.search-form [data-toggle=buttons]>.btn-group>.search-submit input[type=checkbox],
.search-form [data-toggle=buttons]>.btn-group>.search-submit input[type=radio],
.search-form [data-toggle=buttons]>.search-submit input[type=checkbox],
.search-form [data-toggle=buttons]>.search-submit input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.comment-form .input-group input[type=email],
.comment-form .input-group input[type=text],
.comment-form .input-group input[type=url],
.comment-form .input-group textarea,
.input-group .comment-form input[type=email],
.input-group .comment-form input[type=text],
.input-group .comment-form input[type=url],
.input-group .comment-form textarea,
.input-group .form-control,
.input-group .search-form .search-field,
.search-form .input-group .search-field {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.comment-form .input-group input[type=email]:active,
.comment-form .input-group input[type=email]:focus,
.comment-form .input-group input[type=email]:hover,
.comment-form .input-group input[type=text]:active,
.comment-form .input-group input[type=text]:focus,
.comment-form .input-group input[type=text]:hover,
.comment-form .input-group input[type=url]:active,
.comment-form .input-group input[type=url]:focus,
.comment-form .input-group input[type=url]:hover,
.comment-form .input-group textarea:active,
.comment-form .input-group textarea:focus,
.comment-form .input-group textarea:hover,
.input-group .comment-form input[type=email]:active,
.input-group .comment-form input[type=email]:focus,
.input-group .comment-form input[type=email]:hover,
.input-group .comment-form input[type=text]:active,
.input-group .comment-form input[type=text]:focus,
.input-group .comment-form input[type=text]:hover,
.input-group .comment-form input[type=url]:active,
.input-group .comment-form input[type=url]:focus,
.input-group .comment-form input[type=url]:hover,
.input-group .comment-form textarea:active,
.input-group .comment-form textarea:focus,
.input-group .comment-form textarea:hover,
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover,
.input-group .search-form .search-field:active,
.input-group .search-form .search-field:focus,
.input-group .search-form .search-field:hover,
.search-form .input-group .search-field:active,
.search-form .input-group .search-field:focus,
.search-form .input-group .search-field:hover {
    z-index: 3
}

.comment-form .input-group input[type=email],
.comment-form .input-group input[type=text],
.comment-form .input-group input[type=url],
.comment-form .input-group textarea,
.input-group-addon,
.input-group-btn,
.input-group .comment-form input[type=email],
.input-group .comment-form input[type=text],
.input-group .comment-form input[type=url],
.input-group .comment-form textarea,
.input-group .form-control,
.input-group .search-form .search-field,
.search-form .input-group .search-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-form .input-group input[type=email]:not(:first-child):not(:last-child),
.comment-form .input-group input[type=text]:not(:first-child):not(:last-child),
.comment-form .input-group input[type=url]:not(:first-child):not(:last-child),
.comment-form .input-group textarea:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .comment-form input[type=email]:not(:first-child):not(:last-child),
.input-group .comment-form input[type=text]:not(:first-child):not(:last-child),
.input-group .comment-form input[type=url]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .search-form .search-field:not(:first-child):not(:last-child),
.search-form .input-group .search-field:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.comment-form .input-group-sm>.input-group-btn>input.input-group-addon[type=submit],
.comment-form .input-group-sm>input.input-group-addon[type=email],
.comment-form .input-group-sm>input.input-group-addon[type=text],
.comment-form .input-group-sm>input.input-group-addon[type=url],
.comment-form .input-group-sm>textarea.input-group-addon,
.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.search-form .input-group-sm>.input-group-addon.search-field,
.search-form .input-group-sm>.input-group-btn>.input-group-addon.search-submit {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.comment-form .input-group-lg>.input-group-btn>input.input-group-addon[type=submit],
.comment-form .input-group-lg>input.input-group-addon[type=email],
.comment-form .input-group-lg>input.input-group-addon[type=text],
.comment-form .input-group-lg>input.input-group-addon[type=url],
.comment-form .input-group-lg>textarea.input-group-addon,
.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.search-form .input-group-lg>.input-group-addon.search-field,
.search-form .input-group-lg>.input-group-btn>.input-group-addon.search-submit {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.comment-form .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>input[type=submit],
.comment-form .input-group-btn:not(:first-child)>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group-btn:not(:last-child)>.btn-group>input[type=submit],
.comment-form .input-group-btn:not(:last-child)>input[type=submit],
.comment-form .input-group input[type=email]:not(:last-child),
.comment-form .input-group input[type=text]:not(:last-child),
.comment-form .input-group input[type=url]:not(:last-child),
.comment-form .input-group textarea:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group .comment-form input[type=email]:not(:last-child),
.input-group .comment-form input[type=text]:not(:last-child),
.input-group .comment-form input[type=url]:not(:last-child),
.input-group .comment-form textarea:not(:last-child),
.input-group .form-control:not(:last-child),
.input-group .search-form .search-field:not(:last-child),
.search-form .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.search-submit,
.search-form .input-group-btn:not(:first-child)>.search-submit:not(:last-child):not(.dropdown-toggle),
.search-form .input-group-btn:not(:last-child)>.btn-group>.search-submit,
.search-form .input-group-btn:not(:last-child)>.search-submit,
.search-form .input-group .search-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.comment-form .input-group-btn:not(:first-child)>.btn-group>input[type=submit],
.comment-form .input-group-btn:not(:first-child)>input[type=submit],
.comment-form .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>input[type=submit],
.comment-form .input-group-btn:not(:last-child)>input[type=submit]:not(:first-child),
.comment-form .input-group input[type=email]:not(:first-child),
.comment-form .input-group input[type=text]:not(:first-child),
.comment-form .input-group input[type=url]:not(:first-child),
.comment-form .input-group textarea:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group .comment-form input[type=email]:not(:first-child),
.input-group .comment-form input[type=text]:not(:first-child),
.input-group .comment-form input[type=url]:not(:first-child),
.input-group .comment-form textarea:not(:first-child),
.input-group .form-control:not(:first-child),
.input-group .search-form .search-field:not(:first-child),
.search-form .input-group-btn:not(:first-child)>.btn-group>.search-submit,
.search-form .input-group-btn:not(:first-child)>.search-submit,
.search-form .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.search-submit,
.search-form .input-group-btn:not(:last-child)>.search-submit:not(:first-child),
.search-form .input-group .search-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.comment-form input[type=email]+.input-group-addon:not(:first-child),
.comment-form input[type=text]+.input-group-addon:not(:first-child),
.comment-form input[type=url]+.input-group-addon:not(:first-child),
.comment-form textarea+.input-group-addon:not(:first-child),
.form-control+.input-group-addon:not(:first-child),
.search-form .search-field+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.comment-form .input-group-btn>input[type=submit],
.input-group-btn,
.input-group-btn>.btn,
.search-form .input-group-btn>.search-submit {
    position: relative
}

.comment-form .input-group-btn>.btn+input[type=submit],
.comment-form .input-group-btn>input[type=submit]+.btn,
.comment-form .input-group-btn>input[type=submit]+input[type=submit],
.comment-form .search-form .input-group-btn>.search-submit+input[type=submit],
.comment-form .search-form .input-group-btn>input[type=submit]+.search-submit,
.input-group-btn>.btn+.btn,
.search-form .comment-form .input-group-btn>.search-submit+input[type=submit],
.search-form .comment-form .input-group-btn>input[type=submit]+.search-submit,
.search-form .input-group-btn>.btn+.search-submit,
.search-form .input-group-btn>.search-submit+.btn,
.search-form .input-group-btn>.search-submit+.search-submit {
    margin-left: -1px
}

.comment-form .input-group-btn>input[type=submit]:active,
.comment-form .input-group-btn>input[type=submit]:focus,
.comment-form .input-group-btn>input[type=submit]:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover,
.search-form .input-group-btn>.search-submit:active,
.search-form .input-group-btn>.search-submit:focus,
.search-form .input-group-btn>.search-submit:hover {
    z-index: 3
}

.comment-form .input-group-btn:not(:last-child)>input[type=submit],
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group,
.search-form .input-group-btn:not(:last-child)>.search-submit {
    margin-right: -1px
}

.comment-form .input-group-btn:not(:first-child)>input[type=submit],
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group,
.search-form .input-group-btn:not(:first-child)>.search-submit {
    z-index: 2;
    margin-left: -1px
}

.comment-form .input-group-btn:not(:first-child)>input[type=submit]:active,
.comment-form .input-group-btn:not(:first-child)>input[type=submit]:focus,
.comment-form .input-group-btn:not(:first-child)>input[type=submit]:hover,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover,
.search-form .input-group-btn:not(:first-child)>.search-submit:active,
.search-form .input-group-btn:not(:first-child)>.search-submit:focus,
.search-form .input-group-btn:not(:first-child)>.search-submit:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.custom-file-control:lang(en):empty:after {
    content: "Choose file..."
}

.custom-file-control:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en):before {
    content: "Browse"
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck,
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child),
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb:after {
    display: block;
    clear: both;
    content: ""
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge,
.comment-form input[type=submit] .badge,
.search-form .search-submit .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #868e96
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

.alert-secondary hr {
    border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
    color: #2e3133
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

a.list-group-item-success,
button.list-group-item-success {
    color: #155724
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #721c24
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

a.list-group-item-light,
button.list-group-item-light {
    color: #818182
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6
}

a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px
}

.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-top {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=right],
.tooltip.bs-tooltip-right {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow {
    left: 0
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=bottom],
.tooltip.bs-tooltip-bottom {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
    top: 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=left],
.tooltip.bs-tooltip-left {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow {
    right: 0
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip .arrow:before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 10px;
    height: 5px
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid
}

.popover .arrow:after,
.popover .arrow:before {
    content: "";
    border-width: 11px
}

.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
    margin-bottom: 10px
}

.popover.bs-popover-auto[x-placement^=top] .arrow,
.popover.bs-popover-top .arrow {
    bottom: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow:after,
.popover.bs-popover-auto[x-placement^=top] .arrow:before,
.popover.bs-popover-top .arrow:after,
.popover.bs-popover-top .arrow:before {
    border-bottom-width: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow:before,
.popover.bs-popover-top .arrow:before {
    bottom: -11px;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=top] .arrow:after,
.popover.bs-popover-top .arrow:after {
    bottom: -10px;
    margin-left: -6px;
    border-top-color: #fff
}

.popover.bs-popover-auto[x-placement^=right],
.popover.bs-popover-right {
    margin-left: 10px
}

.popover.bs-popover-auto[x-placement^=right] .arrow,
.popover.bs-popover-right .arrow {
    left: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow:after,
.popover.bs-popover-auto[x-placement^=right] .arrow:before,
.popover.bs-popover-right .arrow:after,
.popover.bs-popover-right .arrow:before {
    margin-top: -8px;
    border-left-width: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow:before,
.popover.bs-popover-right .arrow:before {
    left: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=right] .arrow:after,
.popover.bs-popover-right .arrow:after {
    left: -10px;
    border-right-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
    margin-top: 10px
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow,
.popover.bs-popover-bottom .arrow {
    top: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow:before,
.popover.bs-popover-bottom .arrow:after,
.popover.bs-popover-bottom .arrow:before {
    margin-left: -7px;
    border-top-width: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow:before,
.popover.bs-popover-bottom .arrow:before {
    top: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover.bs-popover-bottom .arrow:after {
    top: -10px;
    border-bottom-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.popover.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-popover-auto[x-placement^=left],
.popover.bs-popover-left {
    margin-right: 10px
}

.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
    right: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow:after,
.popover.bs-popover-auto[x-placement^=left] .arrow:before,
.popover.bs-popover-left .arrow:after,
.popover.bs-popover-left .arrow:before {
    margin-top: -8px;
    border-right-width: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow:before,
.popover.bs-popover-left .arrow:before {
    right: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=left] .arrow:after,
.popover.bs-popover-left .arrow:after {
    right: -10px;
    border-left-color: #fff
}

.popover-header {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 9px 14px;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #868e96 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

.d-print-inline-block {
    display: none !important
}

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.screen-reader-text,
.sr-only {
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
    .mx-sm-auto {
        margin-right: auto !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .mx-md-0 {
        margin-right: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .px-md-0 {
        padding-right: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .px-md-1 {
        padding-right: .25rem !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
    .mx-md-auto {
        margin-right: auto !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .px-lg-0 {
        padding-right: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
    .mx-lg-auto {
        margin-right: auto !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .px-xl-0 {
        padding-right: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
    .mx-xl-auto {
        margin-right: auto !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: .25rem;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: .25rem;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: .25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    font-family: Roboto, sans-serif;
    line-height: 1.8;
    overflow-x: hidden
}

body.noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    body.noscroll {
        overflow: auto;
        overflow-x: hidden
    }
}

.site-container {
    position: relative;
    overflow-x: hidden
}

h2 {
    line-height: 1.4em;
    font-weight: 800;
    margin-bottom: 1em;
    font-size: 1.8em
}

@media (max-width:600px) {
    h2 {
        font-size: 1.5em
    }
}

h3 {
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: .8em
}

@media (max-width:600px) {
    h3 {
        font-size: 1.2em
    }
}

h4 {
    line-height: 1.4
}

@media (max-width:600px) {
    p {
        font-size: .9em
    }
}

@media (max-width:600px) {
    #wpadminbar {
        position: fixed
    }
}

#content-area {
    position: relative
}

button:focus {
    outline: 0
}

.btn,
.comment-form input[type=submit],
.search-form .search-submit,
button,
input[type=submit] {
    cursor: pointer
}

.mt {
    margin-top: 4em
}

.mb {
    margin-bottom: 4em
}

.dimmer {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .35)
}

.slideup-widgets {
    margin-top: 5.5em;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slideup-widgets .widget-image {
    position: relative
}

.slideup-widgets .widget-image img {
    margin-bottom: .5em;
    position: absolute;
    transition: bottom .5s ease
}

.slideup-widgets p {
    font-size: .85em;
    margin-bottom: .5em;
    line-height: 1.4em;
    opacity: 0;
    transition: opacity .5s ease;
    overflow: hidden
}

.slideup-widgets p .more-btn-cont {
    margin-top: 1em
}

@media (max-width:767px) {
    .slideup-widgets-mobile>div {
        margin-top: 3em
    }
    .slideup-widgets-mobile .widget-image {
        border-top: 2px solid #ed2327
    }
    .slideup-widgets-mobile .widget-image img {
        height: 35px;
        margin: 1em 0
    }
    .slideup-widgets-mobile .title {
        font-weight: 600;
        margin-bottom: .5em;
        text-transform: uppercase;
        letter-spacing: .5px
    }
    .slideup-widgets-mobile p span.more-btn-cont {
        margin-top: 1em
    }
}

.owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #e5e5e5;
    border: 1px solid #b8b8b8;
    width: 6px;
    height: 6px;
    margin: 6px
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #b8b8b8
}

.owl-carousel .owl-item img.dl-icon,
.owl-carousel .owl-item img.linkout-icon {
    display: inline-block;
    width: auto
}

.dl-icon {
    padding: 0 !important;
}

.main-wrapper section a .dl-icon {
    vertical-align: baseline;
    margin: 0 .2em;
    padding: 0
}

.main-wrapper section a .linkout-icon {
    margin: 0 0 0 .3em;
    vertical-align: baseline;
    padding: 0
}

.main-wrapper section ul {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.main-wrapper section ul.column-wrap {
    -webkit-column-count: 4;
    column-count: 4
}

@media (max-width:767px) {
    .main-wrapper section ul.column-wrap {
        -webkit-column-count: 2;
        column-count: 2
    }
}

.main-wrapper section ul.column-wrap li {
    padding-bottom: 0
}

.main-wrapper section ul li {
    color: #000;
    padding-bottom: .8em;
    margin-left: 1.5em
}

@media (max-width:600px) {
    .main-wrapper section ul li {
        font-size: .9em
    }
}

.main-wrapper section ul li:before {
    content: "\2022";
    color: #ed2327;
    font-size: 1.5em;
    vertical-align: middle;
    display: inline-block;
    margin-left: -1em;
    width: 1em;
    line-height: 1
}

.main-wrapper section ul li a {
    color: #000
}

.main-wrapper section ul li i.fa {
    margin-left: .5em
}

.main-wrapper section ol[type=a] {
    margin-left: 2em
}

.circle-loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.link-icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.owl-carousel .link-icon-btn {
    position: absolute;
    bottom: 0;
    margin-bottom: .5em
}

.link-icon-btn a {
    color: #000;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease
}

.link-icon-btn a img.icon {
    display: inline-block;
    width: 20px;
    height: 20px
}

.link-icon-btn a .svg-to-red {
    transition: all .3s ease
}

.link-icon-btn a:hover {
    color: #ed2327
}

.link-icon-btn a:hover .svg-to-red {
    stroke: #ed2327
}

.link-icon-btn span {
    font-size: 14px
}

.link-icon-btn svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
    margin-left: 8px
}

.content-wysiwig a:not(.shortcode-link) i.fa {
    margin-left: .5em
}

.content-wysiwig img {
    padding: 3em 0;
    max-width: 100%;
}

@media (min-width:768px) {
    .content-wysiwig img.extended {
        min-width: 124%;
        margin-left: -12%
    }
}

.content-wysiwig blockquote {
    font-size: 18px;
    margin: 0 0 1rem;
    border-left: 2px solid #ed2327;
    padding: 10px 10px 3px 50px
}

.content-wysiwig ol,
.content-wysiwig ul {
    padding-left: 18px
}

.content-wysiwig ol li,
.content-wysiwig ul li {
    margin-bottom: 1em
}

.zoom-effect-wrapper .zoom-effect-frame {
    position: relative;
    overflow: hidden
}

.zoom-effect-wrapper .zoom-effect-image {
    transition: all .2s ease
}

.zoom-effect-wrapper:hover .zoom-effect-image {
    -webkit-transform: perspective(1000px) translateZ(70px);
    transform: perspective(1000px) translateZ(70px)
}

.zoom-effect-wrapper:hover .zoom-effect-image.vjs-has-started {
    -webkit-transform: none;
    transform: none
}

.vjs-control-bar .vjs-button>.vjs-icon-placeholder:before {
    font-size: 18px
}

.single-video {
    cursor: pointer;
    position: relative;
    width: 100%
}

.single-video .video-js {
    width: 100% !important;
    max-width: 100%;
    height: 0
}

.single-video .video-js .vjs-big-play-button {
    display: none
}

@media (max-width:767px) {
    .single-video .video-js .vjs-big-play-button {
        bottom: 25px;
        left: 20px
    }
}

.single-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: ""
}

.vimg {
    width: 100%;
    height: 264px !important;
}

.singlevideo video {
    width: 100%;
    height: 264px;
}

.single-video .video-info {
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 1.5em;
    left: 1.5em;
    z-index: 1;
    pointer-events: none
}

@media (max-width:767px) {
    .single-video .video-info {
        bottom: 1em;
        left: 1em
    }
}

.single-video .video-info .video-play {
    height: 52px;
    width: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    margin-right: 15px
}

.single-video .video-info .video-info-detail .video-title {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.4
}

@media (max-width:767px) {
    .single-video .video-info .video-info-detail .video-title {
        font-size: 17px
    }
}

.single-video .video-info .video-info-detail .video-date-length {
    font-size: .9em;
    text-transform: uppercase
}

.single-video .video-dimmer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .3));
    pointer-events: none;
    z-index: 1
}

.single-video .video-js.vjs-has-started+.video-info {
    display: none
}

.award-item p {
    margin-bottom: 0;
    font-size: 14px
}

.award-item p strong {
    font-size: 18px
}

.dot-separator {
    color: #d4d4d4;
    font-size: 2em;
    line-height: 1em
}

.admin-bar .pswp {
    top: 32px
}

@media (max-width:767px) {
    .admin-bar .pswp {
        top: 32px
    }
}

@media (max-width:783px) {
    .admin-bar .pswp {
        top: 46px
    }
}

.main-wrapper .pswp-item-parent {
    position: relative;
    margin-left: 80px;
    margin-right: 80px
}

@media (max-width:767px) {
    .main-wrapper .pswp-item-parent {
        margin-left: 0;
        margin-right: 0
    }
}

.main-wrapper .pswp-item-parent .pswp-magnify {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 0;
    display: none;
}

.main-wrapper .pswp-item-parent .pswp-magnify .fa-search-plus {
    padding: 8px;
    background-color: #e5e5e5
}

.page-404 {
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.download-pdf-note {
    font-size: 14px
}

.download-pdf-note a {
    color: #000;
    font-weight: 600
}

.download-pdf-note a:hover {
    text-decoration: none
}

input[type=email]::-ms-clear,
input[type=search]::-ms-clear,
input[type=text]::-ms-clear {
    display: none
}

.graphic-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.graphic-animation>div {
    position: absolute
}

.graphic-animation .svg-graphics {
    width: 100%;
    position: relative;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.graphic-animation .svg-graphics .loop {
    width: 40%;
    height: 110%;
    top: -5%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

@media screen and (orientation:portrait) {
    .graphic-animation .svg-graphics .loop {
        width: 50vh
    }
}

@media (max-width:575px) {
    .graphic-animation .svg-graphics .loop {
        width: 100%
    }
}

.graphic-animation .svg-graphics .bottom_line,
.graphic-animation .svg-graphics .top_line {
    fill: none;
    stroke: #ed2327;
    stroke-width: 2;
    stroke-linecap: square;
    stroke-miterlimit: 10;
    stroke-dashoffset: 800;
    stroke-dasharray: 200
}

.graphic-animation .svg-graphics .line-group-bot {
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute
}

@media (max-width:575px) {
    .graphic-animation .svg-graphics .line-group-bot {
        width: 40%;
        bottom: -20%
    }
    .graphic-animation .svg-graphics .line-group-bot .line_B {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    .graphic-animation .svg-graphics .line-group-bot .line_A {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

.graphic-animation .svg-graphics .line-group-top {
    width: 50%;
    height: 100%;
    right: 0;
    left: unset;
    position: absolute
}

@media (max-width:575px) {
    .graphic-animation .svg-graphics .line-group-top {
        width: 40%;
        top: -20%
    }
    .graphic-animation .svg-graphics .line-group-top .line_B {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    .graphic-animation .svg-graphics .line-group-top .line_A {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }
}

.graphic-animation .svg-graphics .line_A {
    stroke-width: 2;
    stroke-dasharray: 400;
    stroke-dashoffset: 800
}

@media (max-width:575px) {
    .graphic-animation .svg-graphics .line_A {
        stroke-opacity: .6
    }
}

.graphic-animation .svg-graphics .line_B {
    stroke-width: 4;
    stroke-dasharray: 200;
    stroke-dashoffset: 400
}

.graphic-animation .svg-graphics .line_C {
    stroke-width: 8;
    stroke-dasharray: 100;
    stroke-dashoffset: 200
}

@media (max-width:575px) {
    .graphic-animation .svg-graphics .line_C {
        stroke-opacity: .6
    }
}

.graphic-animation .svg-graphics .line_A,
.graphic-animation .svg-graphics .line_B,
.graphic-animation .svg-graphics .line_C {
    fill: none;
    stroke: #ed2327;
    stroke-miterlimit: 10
}

@media (max-width:575px) {
    .graphic-animation .svg-graphics .line_A,
    .graphic-animation .svg-graphics .line_B,
    .graphic-animation .svg-graphics .line_C {
        stroke-width: 12
    }
}

a:hover {
    text-decoration: none
}

.content-wysiwig a:not(.shortcode-link) {
    color: #000;
    font-weight: 600;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease
}

.content-wysiwig a:not(.shortcode-link):hover {
    color: #000;
    border-color: red
}

.more-btn-cont {
    font-size: 1em
}

.more-btn-cont a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease
}

.more-btn-cont a img.icon {
    margin-left: .5em;
    width: 16px;
    vertical-align: middle;
    display: inline-block
}

.more-btn-cont a .svg-to-red {
    transition: all .3s ease
}

.more-btn-cont a:hover {
    color: #ed2327
}

.more-btn-cont a:hover .svg-to-red {
    stroke: #ed2327
}

.more-btn-cont a svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
    margin-left: 8px
}

.nav-icon {
    cursor: pointer
}

.btn-yellow-hollow {
    color: #ffd600;
    font-size: .9em;
    font-weight: 600;
    background: transparent;
    border: 1px solid rgba(255, 214, 0, .2);
    border-radius: 4px;
    padding: 1.3em;
    margin-bottom: 1em;
    transition: all .2s ease
}

.btn-yellow-hollow:hover {
    background-color: #ffd600;
    color: #3d3d3d
}

.btn-yellow {
    text-transform: uppercase;
    background-color: #ffd600;
    border-radius: 4px;
    border: none;
    width: 220px;
    height: 50px;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: .05em;
    transition: all .3s ease
}

@media (max-width:575px) {
    .btn-yellow {
        width: 100%
    }
}

.btn-yellow:hover {
    background-color: #f0c900
}

.btn-yellow.content-btn {
    display: block;
    text-align: center;
    border-color: transparent;
    padding-top: 12px
}

.btn-yellow.content-btn:hover {
    border-bottom: 0;
    border-color: transparent !important
}

.clickable-label {
    position: relative;
    padding-top: 1em;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px
}

.clickable-label .border-top,
.clickable-label .border-top-hover {
    position: absolute;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0
}

.clickable-label .border-top {
    background-color: rgba(237, 35, 39, .1)
}

.clickable-label .border-top-hover {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: all .5s ease;
    background-color: #ed2327
}

.clickable-label.active .border-top-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dropdown-nav .dropdown-toggle {
    width: 220px;
    text-align: left;
    padding: 14px;
    position: relative
}

.dropdown-nav .dropdown-toggle:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown-nav .dropdown-toggle:focus {
    box-shadow: none
}

.dropdown-nav .dropdown-menu {
    width: 220px
}

.dropdown-nav .dropdown-menu .dropdown-item {
    cursor: pointer;
    padding: .25rem 1rem
}

.dropdown-nav .dropdown-menu .dropdown-item.active {
    background-color: #d8d8d8
}

.dropdown-nav.border-yellow .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ffd600
}

.dropdown-nav.border-yellow .dropdown-menu {
    border: 1px solid #ffd600;
    max-height: 200px;
    overflow-y: auto
}

.dropdown-nav .ajax-loader {
    height: 35px;
    width: 35px;
    margin-left: 10px;
    display: none
}

.dropdown-nav .ajax-loader.loading {
    display: inline-block
}

select::-ms-expand {
    display: none
}

.layout-section-nav {
    padding: 35px 0;
    text-transform: uppercase;
    border-bottom: 0
}

@media (max-width:767px) {
    .layout-section-nav {
        padding: 0
    }
}

.layout-section-nav .nav-item {
    margin-bottom: 15px
}

@media (max-width:767px) {
    .layout-section-nav .nav-item {
        margin-bottom: 0
    }
}

.layout-section-nav .nav-link {
    color: #ccc;
    padding: 0;
    margin-right: 20px;
    border: 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    letter-spacing: .5px;
    transition: all .3s ease
}

.layout-section-nav .nav-link.active,
.layout-section-nav .nav-link:hover {
    border: 0;
    border-bottom: 2px solid #ffd600;
    color: #000
}

@media (max-width:767px) {
    .layout-section-nav .nav-link {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 8px
    }
}

.layout-section-nav .nav-link .fa {
    font-size: 18px;
    vertical-align: middle
}

@media (max-width:767px) {
    .layout-section-nav {
        display: block;
        margin: 20px 0
    }
}

.modal .modal-dialog {
    margin: 40px auto;
    max-width: 90%;
    width: 800px
}

.modal .modal-header {
    padding: 20px
}

.modal .modal-header .close {
    cursor: pointer
}

.modal .modal-body {
    padding: 20px
}

body.modal-backdrop-white .modal-backdrop {
    background-color: #fff;
    opacity: .8
}

.single-report-presentation-modal .modal-dialog {
    max-width: 90%;
    width: 700px
}

.single-report-presentation-modal .modal-body table {
    font-size: 14px;
    margin-bottom: 0
}

.single-report-presentation-modal .modal-body tbody tr:first-child th {
    background-color: #444
}

.single-report-presentation-modal .modal-body tbody tr:nth-child(2n) {
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.single-report-presentation-modal .modal-body tbody td {
    padding: 5px 15px
}

.single-report-presentation-modal .modal-body tbody td.file-name {
    width: 80%
}

.single-report-presentation-modal .modal-body tbody a {
    color: #f0c900
}

.single-report-presentation-modal .modal-body tbody a:hover {
    text-decoration: underline
}

.image-library-modal .modal-content {
    background: transparent;
    border: none
}

.image-library-modal .modal-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: none
}

.image-library-modal .modal-body .image-preview {
    margin-bottom: 1em
}

.image-library-modal .modal-body .image-dl {
    color: #000;
    display: inline-block
}

.image-library-modal .modal-body .image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image-library-modal .modal-body .image-content svg {
    margin-top: 4px;
    margin-right: .5em
}

.image-library-modal .modal-body .image-content .image-info {
    font-size: .9em
}

.image-library-modal .modal-body .image-content .image-info .image-title {
    font-weight: 600
}

.wechat-modal {
    text-align: center
}

.wechat-modal .modal-dialog {
    width: 600px
}

.wechat-modal .modal-header {
    border-bottom: 0
}

.wechat-modal .wechat-title {
    font-size: 28px
}

.wechat-modal .wechat-qr-code {
    width: 200px;
    height: auto
}

.wechat-modal .wechat-description {
    font-size: 22px
}

.custom-table-wrap {
    background-color: #fff;
    color: #000;
    font-weight: 300;
    line-height: 1.5em
}

.custom-table-wrap table {
    font-size: 14px
}

.custom-table-wrap table td,
.custom-table-wrap table th {
    padding: 12px
}

.custom-table-wrap table th {
    background-color: #ffd600;
    color: #000;
    border: 1px solid #fff
}

.tablepress em,
.tablepress i {
    font-style: italic
}

.tablepress strong {
    font-weight: 700
}

.tablepress.cell-center td,
.tablepress.cell-center th {
    text-align: center
}

.tablepress.cell-wider td {
    min-width: 200px
}

.tablepress.row-1-col-1-empty .row-1 .column-1 {
    background-color: transparent
}

.tablepress.equal-col-width {
    table-layout: fixed
}

.th-column-1-40 th.column-1 {
    width: 40%
}

.td-column-1-wider td.column-1 {
    min-width: 500px
}

.td-column-1-grey .row-hover tr:hover td.column-1 {
    background-color: #6d6d6d
}

.td-column-1-grey tbody tr td.column-1 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-1-yellow tr.row-1 {
    background-color: #ffd600
}

.tr-row-1-yellow tr.row-1 td,
.tr-row-1-yellow tr.row-1 th {
    border: 1px solid #fff
}

.tr-row-1-light-yellow tr.row-1 td,
.tr-row-1-light-yellow tr.row-1 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-1-center tr.row-1 td,
.tr-row-1-center tr.row-1 th {
    text-align: center
}

.th-column-2-40 th.column-2 {
    width: 40%
}

.td-column-2-wider td.column-2 {
    min-width: 500px
}

.td-column-2-grey .row-hover tr:hover td.column-2 {
    background-color: #6d6d6d
}

.td-column-2-grey tbody tr td.column-2 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-2-yellow tr.row-2 {
    background-color: #ffd600
}

.tr-row-2-yellow tr.row-2 td,
.tr-row-2-yellow tr.row-2 th {
    border: 1px solid #fff
}

.tr-row-2-light-yellow tr.row-2 td,
.tr-row-2-light-yellow tr.row-2 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-2-center tr.row-2 td,
.tr-row-2-center tr.row-2 th {
    text-align: center
}

.th-column-3-40 th.column-3 {
    width: 40%
}

.td-column-3-wider td.column-3 {
    min-width: 500px
}

.td-column-3-grey .row-hover tr:hover td.column-3 {
    background-color: #6d6d6d
}

.td-column-3-grey tbody tr td.column-3 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-3-yellow tr.row-3 {
    background-color: #ffd600
}

.tr-row-3-yellow tr.row-3 td,
.tr-row-3-yellow tr.row-3 th {
    border: 1px solid #fff
}

.tr-row-3-light-yellow tr.row-3 td,
.tr-row-3-light-yellow tr.row-3 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-3-center tr.row-3 td,
.tr-row-3-center tr.row-3 th {
    text-align: center
}

.th-column-4-40 th.column-4 {
    width: 40%
}

.td-column-4-wider td.column-4 {
    min-width: 500px
}

.td-column-4-grey .row-hover tr:hover td.column-4 {
    background-color: #6d6d6d
}

.td-column-4-grey tbody tr td.column-4 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-4-yellow tr.row-4 {
    background-color: #ffd600
}

.tr-row-4-yellow tr.row-4 td,
.tr-row-4-yellow tr.row-4 th {
    border: 1px solid #fff
}

.tr-row-4-light-yellow tr.row-4 td,
.tr-row-4-light-yellow tr.row-4 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-4-center tr.row-4 td,
.tr-row-4-center tr.row-4 th {
    text-align: center
}

.th-column-5-40 th.column-5 {
    width: 40%
}

.td-column-5-wider td.column-5 {
    min-width: 500px
}

.td-column-5-grey .row-hover tr:hover td.column-5 {
    background-color: #6d6d6d
}

.td-column-5-grey tbody tr td.column-5 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-5-yellow tr.row-5 {
    background-color: #ffd600
}

.tr-row-5-yellow tr.row-5 td,
.tr-row-5-yellow tr.row-5 th {
    border: 1px solid #fff
}

.tr-row-5-light-yellow tr.row-5 td,
.tr-row-5-light-yellow tr.row-5 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-5-center tr.row-5 td,
.tr-row-5-center tr.row-5 th {
    text-align: center
}

.th-column-6-40 th.column-6 {
    width: 40%
}

.td-column-6-wider td.column-6 {
    min-width: 500px
}

.td-column-6-grey .row-hover tr:hover td.column-6 {
    background-color: #6d6d6d
}

.td-column-6-grey tbody tr td.column-6 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-6-yellow tr.row-6 {
    background-color: #ffd600
}

.tr-row-6-yellow tr.row-6 td,
.tr-row-6-yellow tr.row-6 th {
    border: 1px solid #fff
}

.tr-row-6-light-yellow tr.row-6 td,
.tr-row-6-light-yellow tr.row-6 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-6-center tr.row-6 td,
.tr-row-6-center tr.row-6 th {
    text-align: center
}

.th-column-7-40 th.column-7 {
    width: 40%
}

.td-column-7-wider td.column-7 {
    min-width: 500px
}

.td-column-7-grey .row-hover tr:hover td.column-7 {
    background-color: #6d6d6d
}

.td-column-7-grey tbody tr td.column-7 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-7-yellow tr.row-7 {
    background-color: #ffd600
}

.tr-row-7-yellow tr.row-7 td,
.tr-row-7-yellow tr.row-7 th {
    border: 1px solid #fff
}

.tr-row-7-light-yellow tr.row-7 td,
.tr-row-7-light-yellow tr.row-7 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-7-center tr.row-7 td,
.tr-row-7-center tr.row-7 th {
    text-align: center
}

.th-column-8-40 th.column-8 {
    width: 40%
}

.td-column-8-wider td.column-8 {
    min-width: 500px
}

.td-column-8-grey .row-hover tr:hover td.column-8 {
    background-color: #6d6d6d
}

.td-column-8-grey tbody tr td.column-8 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-8-yellow tr.row-8 {
    background-color: #ffd600
}

.tr-row-8-yellow tr.row-8 td,
.tr-row-8-yellow tr.row-8 th {
    border: 1px solid #fff
}

.tr-row-8-light-yellow tr.row-8 td,
.tr-row-8-light-yellow tr.row-8 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-8-center tr.row-8 td,
.tr-row-8-center tr.row-8 th {
    text-align: center
}

.th-column-9-40 th.column-9 {
    width: 40%
}

.td-column-9-wider td.column-9 {
    min-width: 500px
}

.td-column-9-grey .row-hover tr:hover td.column-9 {
    background-color: #6d6d6d
}

.td-column-9-grey tbody tr td.column-9 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-9-yellow tr.row-9 {
    background-color: #ffd600
}

.tr-row-9-yellow tr.row-9 td,
.tr-row-9-yellow tr.row-9 th {
    border: 1px solid #fff
}

.tr-row-9-light-yellow tr.row-9 td,
.tr-row-9-light-yellow tr.row-9 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-9-center tr.row-9 td,
.tr-row-9-center tr.row-9 th {
    text-align: center
}

.th-column-10-40 th.column-10 {
    width: 40%
}

.td-column-10-wider td.column-10 {
    min-width: 500px
}

.td-column-10-grey .row-hover tr:hover td.column-10 {
    background-color: #6d6d6d
}

.td-column-10-grey tbody tr td.column-10 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-10-yellow tr.row-10 {
    background-color: #ffd600
}

.tr-row-10-yellow tr.row-10 td,
.tr-row-10-yellow tr.row-10 th {
    border: 1px solid #fff
}

.tr-row-10-light-yellow tr.row-10 td,
.tr-row-10-light-yellow tr.row-10 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-10-center tr.row-10 td,
.tr-row-10-center tr.row-10 th {
    text-align: center
}

.th-column-11-40 th.column-11 {
    width: 40%
}

.td-column-11-wider td.column-11 {
    min-width: 500px
}

.td-column-11-grey .row-hover tr:hover td.column-11 {
    background-color: #6d6d6d
}

.td-column-11-grey tbody tr td.column-11 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-11-yellow tr.row-11 {
    background-color: #ffd600
}

.tr-row-11-yellow tr.row-11 td,
.tr-row-11-yellow tr.row-11 th {
    border: 1px solid #fff
}

.tr-row-11-light-yellow tr.row-11 td,
.tr-row-11-light-yellow tr.row-11 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-11-center tr.row-11 td,
.tr-row-11-center tr.row-11 th {
    text-align: center
}

.th-column-12-40 th.column-12 {
    width: 40%
}

.td-column-12-wider td.column-12 {
    min-width: 500px
}

.td-column-12-grey .row-hover tr:hover td.column-12 {
    background-color: #6d6d6d
}

.td-column-12-grey tbody tr td.column-12 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-12-yellow tr.row-12 {
    background-color: #ffd600
}

.tr-row-12-yellow tr.row-12 td,
.tr-row-12-yellow tr.row-12 th {
    border: 1px solid #fff
}

.tr-row-12-light-yellow tr.row-12 td,
.tr-row-12-light-yellow tr.row-12 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-12-center tr.row-12 td,
.tr-row-12-center tr.row-12 th {
    text-align: center
}

.th-column-13-40 th.column-13 {
    width: 40%
}

.td-column-13-wider td.column-13 {
    min-width: 500px
}

.td-column-13-grey .row-hover tr:hover td.column-13 {
    background-color: #6d6d6d
}

.td-column-13-grey tbody tr td.column-13 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-13-yellow tr.row-13 {
    background-color: #ffd600
}

.tr-row-13-yellow tr.row-13 td,
.tr-row-13-yellow tr.row-13 th {
    border: 1px solid #fff
}

.tr-row-13-light-yellow tr.row-13 td,
.tr-row-13-light-yellow tr.row-13 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-13-center tr.row-13 td,
.tr-row-13-center tr.row-13 th {
    text-align: center
}

.th-column-14-40 th.column-14 {
    width: 40%
}

.td-column-14-wider td.column-14 {
    min-width: 500px
}

.td-column-14-grey .row-hover tr:hover td.column-14 {
    background-color: #6d6d6d
}

.td-column-14-grey tbody tr td.column-14 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-14-yellow tr.row-14 {
    background-color: #ffd600
}

.tr-row-14-yellow tr.row-14 td,
.tr-row-14-yellow tr.row-14 th {
    border: 1px solid #fff
}

.tr-row-14-light-yellow tr.row-14 td,
.tr-row-14-light-yellow tr.row-14 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-14-center tr.row-14 td,
.tr-row-14-center tr.row-14 th {
    text-align: center
}

.th-column-15-40 th.column-15 {
    width: 40%
}

.td-column-15-wider td.column-15 {
    min-width: 500px
}

.td-column-15-grey .row-hover tr:hover td.column-15 {
    background-color: #6d6d6d
}

.td-column-15-grey tbody tr td.column-15 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-15-yellow tr.row-15 {
    background-color: #ffd600
}

.tr-row-15-yellow tr.row-15 td,
.tr-row-15-yellow tr.row-15 th {
    border: 1px solid #fff
}

.tr-row-15-light-yellow tr.row-15 td,
.tr-row-15-light-yellow tr.row-15 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-15-center tr.row-15 td,
.tr-row-15-center tr.row-15 th {
    text-align: center
}

.th-column-16-40 th.column-16 {
    width: 40%
}

.td-column-16-wider td.column-16 {
    min-width: 500px
}

.td-column-16-grey .row-hover tr:hover td.column-16 {
    background-color: #6d6d6d
}

.td-column-16-grey tbody tr td.column-16 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-16-yellow tr.row-16 {
    background-color: #ffd600
}

.tr-row-16-yellow tr.row-16 td,
.tr-row-16-yellow tr.row-16 th {
    border: 1px solid #fff
}

.tr-row-16-light-yellow tr.row-16 td,
.tr-row-16-light-yellow tr.row-16 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-16-center tr.row-16 td,
.tr-row-16-center tr.row-16 th {
    text-align: center
}

.th-column-17-40 th.column-17 {
    width: 40%
}

.td-column-17-wider td.column-17 {
    min-width: 500px
}

.td-column-17-grey .row-hover tr:hover td.column-17 {
    background-color: #6d6d6d
}

.td-column-17-grey tbody tr td.column-17 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-17-yellow tr.row-17 {
    background-color: #ffd600
}

.tr-row-17-yellow tr.row-17 td,
.tr-row-17-yellow tr.row-17 th {
    border: 1px solid #fff
}

.tr-row-17-light-yellow tr.row-17 td,
.tr-row-17-light-yellow tr.row-17 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-17-center tr.row-17 td,
.tr-row-17-center tr.row-17 th {
    text-align: center
}

.th-column-18-40 th.column-18 {
    width: 40%
}

.td-column-18-wider td.column-18 {
    min-width: 500px
}

.td-column-18-grey .row-hover tr:hover td.column-18 {
    background-color: #6d6d6d
}

.td-column-18-grey tbody tr td.column-18 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-18-yellow tr.row-18 {
    background-color: #ffd600
}

.tr-row-18-yellow tr.row-18 td,
.tr-row-18-yellow tr.row-18 th {
    border: 1px solid #fff
}

.tr-row-18-light-yellow tr.row-18 td,
.tr-row-18-light-yellow tr.row-18 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-18-center tr.row-18 td,
.tr-row-18-center tr.row-18 th {
    text-align: center
}

.th-column-19-40 th.column-19 {
    width: 40%
}

.td-column-19-wider td.column-19 {
    min-width: 500px
}

.td-column-19-grey .row-hover tr:hover td.column-19 {
    background-color: #6d6d6d
}

.td-column-19-grey tbody tr td.column-19 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-19-yellow tr.row-19 {
    background-color: #ffd600
}

.tr-row-19-yellow tr.row-19 td,
.tr-row-19-yellow tr.row-19 th {
    border: 1px solid #fff
}

.tr-row-19-light-yellow tr.row-19 td,
.tr-row-19-light-yellow tr.row-19 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-19-center tr.row-19 td,
.tr-row-19-center tr.row-19 th {
    text-align: center
}

.th-column-20-40 th.column-20 {
    width: 40%
}

.td-column-20-wider td.column-20 {
    min-width: 500px
}

.td-column-20-grey .row-hover tr:hover td.column-20 {
    background-color: #6d6d6d
}

.td-column-20-grey tbody tr td.column-20 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-20-yellow tr.row-20 {
    background-color: #ffd600
}

.tr-row-20-yellow tr.row-20 td,
.tr-row-20-yellow tr.row-20 th {
    border: 1px solid #fff
}

.tr-row-20-light-yellow tr.row-20 td,
.tr-row-20-light-yellow tr.row-20 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-20-center tr.row-20 td,
.tr-row-20-center tr.row-20 th {
    text-align: center
}

.th-column-21-40 th.column-21 {
    width: 40%
}

.td-column-21-wider td.column-21 {
    min-width: 500px
}

.td-column-21-grey .row-hover tr:hover td.column-21 {
    background-color: #6d6d6d
}

.td-column-21-grey tbody tr td.column-21 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-21-yellow tr.row-21 {
    background-color: #ffd600
}

.tr-row-21-yellow tr.row-21 td,
.tr-row-21-yellow tr.row-21 th {
    border: 1px solid #fff
}

.tr-row-21-light-yellow tr.row-21 td,
.tr-row-21-light-yellow tr.row-21 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-21-center tr.row-21 td,
.tr-row-21-center tr.row-21 th {
    text-align: center
}

.th-column-22-40 th.column-22 {
    width: 40%
}

.td-column-22-wider td.column-22 {
    min-width: 500px
}

.td-column-22-grey .row-hover tr:hover td.column-22 {
    background-color: #6d6d6d
}

.td-column-22-grey tbody tr td.column-22 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-22-yellow tr.row-22 {
    background-color: #ffd600
}

.tr-row-22-yellow tr.row-22 td,
.tr-row-22-yellow tr.row-22 th {
    border: 1px solid #fff
}

.tr-row-22-light-yellow tr.row-22 td,
.tr-row-22-light-yellow tr.row-22 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-22-center tr.row-22 td,
.tr-row-22-center tr.row-22 th {
    text-align: center
}

.th-column-23-40 th.column-23 {
    width: 40%
}

.td-column-23-wider td.column-23 {
    min-width: 500px
}

.td-column-23-grey .row-hover tr:hover td.column-23 {
    background-color: #6d6d6d
}

.td-column-23-grey tbody tr td.column-23 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-23-yellow tr.row-23 {
    background-color: #ffd600
}

.tr-row-23-yellow tr.row-23 td,
.tr-row-23-yellow tr.row-23 th {
    border: 1px solid #fff
}

.tr-row-23-light-yellow tr.row-23 td,
.tr-row-23-light-yellow tr.row-23 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-23-center tr.row-23 td,
.tr-row-23-center tr.row-23 th {
    text-align: center
}

.th-column-24-40 th.column-24 {
    width: 40%
}

.td-column-24-wider td.column-24 {
    min-width: 500px
}

.td-column-24-grey .row-hover tr:hover td.column-24 {
    background-color: #6d6d6d
}

.td-column-24-grey tbody tr td.column-24 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-24-yellow tr.row-24 {
    background-color: #ffd600
}

.tr-row-24-yellow tr.row-24 td,
.tr-row-24-yellow tr.row-24 th {
    border: 1px solid #fff
}

.tr-row-24-light-yellow tr.row-24 td,
.tr-row-24-light-yellow tr.row-24 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-24-center tr.row-24 td,
.tr-row-24-center tr.row-24 th {
    text-align: center
}

.th-column-25-40 th.column-25 {
    width: 40%
}

.td-column-25-wider td.column-25 {
    min-width: 500px
}

.td-column-25-grey .row-hover tr:hover td.column-25 {
    background-color: #6d6d6d
}

.td-column-25-grey tbody tr td.column-25 {
    background-color: #6d6d6d;
    color: #fff;
    border: 1px solid #fff;
    min-width: 250px
}

.tr-row-25-yellow tr.row-25 {
    background-color: #ffd600
}

.tr-row-25-yellow tr.row-25 td,
.tr-row-25-yellow tr.row-25 th {
    border: 1px solid #fff
}

.tr-row-25-light-yellow tr.row-25 td,
.tr-row-25-light-yellow tr.row-25 th {
    border: 1px solid #fff;
    background-color: #fffad8
}

.tr-row-25-center tr.row-25 td,
.tr-row-25-center tr.row-25 th {
    text-align: center
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}

.comment-form p.required .form-label:after,
.form-group.required .form-label:after,
.search-form label.required .form-label:after {
    content: "*";
    color: #ed2327
}

.comment-form p .form-label .note,
.form-group .form-label .note,
.search-form label .form-label .note {
    color: #ed2327
}

.main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .sidebar-primary .main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
}

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width:576px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }
    .alignright {
        float: right;
        margin-left: .5rem
    }
}

.cptch-verify label {
    font-weight: 600
}

.cptch-verify .cptch_block .cptch_wrap {
    width: 100%;
    display: inline-block !important
}

.cptch-verify .cptch_block .cptch_wrap .cptch_label {
    width: 100%
}

.cptch-verify .cptch_block .cptch_wrap .cptch_label .cptch_input {
    width: 100% !important;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    transition: all .3s ease;
    padding: 1em;
    font-size: 1em !important
}

.cptch-verify .cptch_block .cptch_wrap .cptch_label .cptch_input:focus {
    background-color: transparent;
    border: 1px solid #000
}

.cptch-verify .cptch_block .cptch_wrap .cptch_reload_button_wrap {
    padding-bottom: 10px;
    vertical-align: bottom
}

.cptch-verify .cptch_block .cptch_images_wrap {
    margin-bottom: .5em
}

.cptch-verify .cptch_block .cptch_images_wrap .cptch_span img {
    padding: 0
}

@media (min-width:768px) {
    .iframeHeight-up-md-1000 {
        height: 1000px
    }
}

@media (min-width:576px) {
    .iframeHeight-up-sm-1300 {
        height: 1300px
    }
}

.privacy-wrapper {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background: rgba(51, 51, 51, .9);
    padding: 0 10%
}

.privacy-wrapper .privacy-container {
    background: #fff;
    color: #212529;
    border-radius: 4px;
    height: 84vh;
    padding: 5% 10% 100px;
    margin: 50px 0;
    overflow: hidden
}

.privacy-wrapper .privacy-container .privacy-content {
    height: 100%;
    overflow-y: scroll;
    padding-right: 10px
}

.privacy-wrapper .privacy-container .privacy-content::-webkit-scrollbar {
    width: 4px
}

.privacy-wrapper .privacy-container .privacy-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b8b8b8
}

.privacy-content-btn {
    margin: 25px 0
}

header.banner {
    background: linear-gradient(rgba(0, 0, 0, .5), transparent);
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 500
}

body.contact-us-thank-you header.banner,
body.contact-us header.banner,
body.error404 header.banner,
body.page-template-template-search header.banner,
body.single header.banner,
body.sitemap header.banner {
    background: none;
    height: auto
}

header.banner .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header.banner .row .nav-icon {
    padding: 1.2em 1em
}

header.banner .row .nav-brand-logo {
    padding: 15px 50px
}

header.banner .row .nav-brand-logo img {
    width: 220px;
    height: 36px
}

body.contact-us-thank-you header.banner .row .nav-brand-logo.header-logo,
body.contact-us header.banner .row .nav-brand-logo.header-logo,
body.error404 header.banner .row .nav-brand-logo.header-logo,
body.page-template-template-search header.banner .row .nav-brand-logo.header-logo,
body.single-cpt-leadership header.banner .row .nav-brand-logo.header-logo,
body.sitemap header.banner .row .nav-brand-logo.header-logo,
header.banner .row .nav-brand-logo.black-logo {
    display: none
}

body.contact-us-thank-you header.banner .row .nav-brand-logo.header-logo.black-logo,
body.contact-us header.banner .row .nav-brand-logo.header-logo.black-logo,
body.error404 header.banner .row .nav-brand-logo.header-logo.black-logo,
body.page-template-template-search header.banner .row .nav-brand-logo.header-logo.black-logo,
body.single-cpt-leadership header.banner .row .nav-brand-logo.header-logo.black-logo,
body.sitemap header.banner .row .nav-brand-logo.header-logo.black-logo {
    display: block
}

header.banner .row .um-profile {
    width: 48px;
    height: 48px;
    position: fixed;
    top: 2px;
    right: 55px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0;
    transition: all .5s ease
}

@media (min-width:576px) {
    header.banner .row .um-profile {
        top: 0;
        margin: 6px 0;
        right: 83px
    }
}

header.banner .row .um-profile span.profile-name {
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    padding: 6px 0;
    text-transform: capitalize
}

body.admin-bar header.banner .row .um-profile {
    top: 32px
}

@media screen and (max-width:782px) {
    body.admin-bar header.banner .row .um-profile {
        top: 46px
    }
}

@media (max-width:767px) {
    body.admin-bar header.banner .row .um-profile {
        top: 46px
    }
}

header.banner .row .um-profile:hover {
    background-color: #ffd600
}

header.banner .row .profile-info-wrap {
    display: none;
    position: absolute;
    top: 62px;
    right: 0;
    width: 260px;
    border-radius: 4px;
    background: linear-gradient(0deg, #fff, #fff);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    padding: 24px
}

header.banner .row .profile-info-wrap .profile-info__name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4
}

header.banner .row .profile-info-wrap .profile-info__email {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px
}

header.banner .row .profile-info-wrap a.profile-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 12px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-color: transparent;
    transition: all .3s ease
}

header.banner .row .profile-info-wrap a.profile-btn.profile-manage {
    margin-bottom: 16px
}

header.banner .row .profile-info-wrap a.profile-btn:hover {
    background-color: #ffd600;
    border: 1px solid #ffd600
}

header.banner .row .nav-icon {
    width: 64px;
    height: 62px;
    z-index: 3;
    background-color: #ed2327;
    position: fixed;
    top: 0;
    right: 0
}

body.admin-bar header.banner .row .nav-icon {
    top: 32px
}

@media screen and (max-width:782px) {
    body.admin-bar header.banner .row .nav-icon {
        top: 46px
    }
}

@media (max-width:767px) {
    body.admin-bar header.banner .row .nav-icon {
        top: 46px
    }
}

header.banner .row .nav-icon .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 8px;
    opacity: 1;
    transition: all .5s ease;
    -webkit-transform: traslate(0, 0) rotate(0);
    transform: traslate(0, 0) rotate(0)
}

header.banner .row .nav-icon .icon-bar:last-child {
    margin-bottom: 0
}

header.banner .row .nav-icon.opened .icon-bar:nth-child(2) {
    opacity: 0
}

header.banner .row .nav-icon.opened .icon-bar:first-child {
    width: 40px;
    -webkit-transform: translate(-4px, 10px) rotate(45deg);
    transform: translate(-4px, 10px) rotate(45deg)
}

header.banner .row .nav-icon.opened .icon-bar:last-child {
    width: 40px;
    -webkit-transform: translate(-4px, -10px) rotate(-45deg);
    transform: translate(-4px, -10px) rotate(-45deg)
}

@media (max-width:991px) {
    header.banner .row .nav-icon {
        padding: 1em;
        padding-top: 1.2em
    }
    header.banner .row .nav-brand-logo {
        padding: 1em
    }
    header.banner .row .nav-brand-logo img {
        width: auto;
        height: 26px
    }
}

@media (max-width:575px) {
    header.banner .row .nav-icon {
        width: 50px;
        height: 50px;
        padding: 11px;
        padding-top: 15px
    }
    header.banner .row .nav-icon .icon-bar {
        width: 29px;
        margin-bottom: 7px
    }
    header.banner .row .nav-icon.opened .icon-bar:first-child {
        width: 32px;
        -webkit-transform: translate(-2px, 9px) rotate(45deg);
        transform: translate(-2px, 9px) rotate(45deg)
    }
    header.banner .row .nav-icon.opened .icon-bar:last-child {
        width: 32px;
        -webkit-transform: translate(-2px, -9px) rotate(-45deg);
        transform: translate(-2px, -9px) rotate(-45deg)
    }
    header.banner .row .nav-brand-logo {
        padding: .8em 1em
    }
}

.sidebar-container {
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden
}

body.admin-bar .sidebar-container {
    top: 32px
}

@media (max-width:767px) {
    body.admin-bar .sidebar-container {
        top: 32px
    }
}

@media (max-width:783px) {
    body.admin-bar .sidebar-container {
        top: 46px
    }
}

.sidebar-container .sidebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0
}

.sidebar-container .sidebar-wrapper .content {
    padding: 4em 8em
}

@media (max-width:1199px) {
    .sidebar-container .sidebar-wrapper .content {
        padding: 3em 4em
    }
}

.sidebar-container .sidebar-wrapper .content .menu-accordion ul {
    list-style: none;
    margin-bottom: 0
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu {
    padding: 0
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li a {
    text-transform: unset
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li a.current-page {
    color: #ed2327
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li:not(:first-child)>a {
    border-top: 2px solid #e5e5e5
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li:last-child>a {
    border-bottom: 2px solid #e5e5e5
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5em 0;
    font-size: 1.6em;
    font-weight: 700
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    font-size: 15px;
    content: "\f077"
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li.menu-item-has-children>a.collapsed:after {
    content: "\f078"
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li>.sub-menu {
    padding: 0
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li>.sub-menu>li>a {
    font-weight: 700
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li>.sub-menu>li:last-child {
    padding-bottom: 1em
}

.sidebar-container .sidebar-wrapper .content .menu-accordion .menu>li>.sub-menu a {
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 1em
}

.sidebar-container .sidebar-wrapper .search-container {
    display: block
}

@media (max-width:991px) {
    .sidebar-container .sidebar-wrapper .search-container {
        display: none
    }
}

.sidebar-container .sidebar-wrapper .search-container-mobile {
    display: none;
    background: #fff;
    width: 100%;
    padding: 2em 1.5em 3.5em
}

@media (max-width:991px) {
    .sidebar-container .sidebar-wrapper .search-container-mobile {
        display: block
    }
}

.sidebar-container .sidebar-wrapper .search-container-mobile .search-form {
    margin: 0
}

.sidebar-container .sidebar-wrapper .search-form {
    margin-top: 2em;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative
}

.sidebar-container .sidebar-wrapper .search-form form {
    width: calc(100% - 40px)
}

.sidebar-container .sidebar-wrapper .search-form .search-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    font-size: 1.2em;
    opacity: .5;
    background: transparent;
    border: none
}

.sidebar-container .sidebar-wrapper .search-form input {
    width: 100%;
    min-height: 60px;
    padding: 1em;
    background: transparent;
    border: 0;
    outline: 0
}

.sidebar-container .sidebar-wrapper .social-icons {
    font-size: 1.4em
}

.sidebar-container .sidebar-wrapper .social-icons a {
    color: #a3a3a3;
    margin-right: 5px;
    transition: color .5s ease
}

.sidebar-container .sidebar-wrapper .social-icons a:hover {
    color: #000
}

.sidebar-container .left-wrapper {
    width: 60%;
    background-color: #fff
}

@media (min-width:992px) {
    .sidebar-container .left-wrapper {
        min-height: 100vh
    }
}

.sidebar-container .left-wrapper .nav-brand-logo {
    padding: 15px 50px;
    background-color: #fff
}

.sidebar-container .left-wrapper .nav-brand-logo img {
    width: 170px;
    height: 28px
}

.sidebar-container .left-wrapper .content .menu-accordion a {
    color: #000
}

.sidebar-container .left-wrapper .content .menu-accordion a:after {
    color: #ed2327
}

.sidebar-container .right-wrapper {
    width: 40%;
    background-color: #f5f5f5
}

@media (min-width:992px) {
    .sidebar-container .right-wrapper {
        min-height: 100vh
    }
}

.sidebar-container .right-wrapper .content {
    margin-top: 3.5em
}

.sidebar-container .right-wrapper .content .menu-accordion a {
    opacity: .7;
    color: #585858
}

.sidebar-container .right-wrapper .content .menu-accordion a:after {
    color: #585858
}

@media (max-width:991px) {
    .sidebar-container .sidebar-wrapper .content {
        padding: 2em 0;
        margin: 0
    }
    .sidebar-container .left-wrapper,
    .sidebar-container .right-wrapper {
        width: 100%
    }
    .sidebar-container .left-wrapper .menu-accordion .menu>li>a,
    .sidebar-container .right-wrapper .menu-accordion .menu>li>a {
        margin: 0 .8em
    }
    .sidebar-container .left-wrapper .content .menu-accordion .menu>li.menu-item>.sub-menu {
        background-color: #f2f2f2;
        padding: 0 1.4em
    }
    .sidebar-container .left-wrapper .content .menu-accordion .menu>li.menu-item>.sub-menu>.menu-item:first-child {
        padding-top: 1em
    }
    .sidebar-container .left-wrapper .content .menu-accordion .menu>li.menu-item>.sub-menu>.menu-item:last-child {
        padding-bottom: 1em
    }
    .sidebar-container .right-wrapper .menu-accordion .menu>li.menu-item>.sub-menu {
        background-color: #e3e3e3;
        padding: 0 1.4em
    }
    .sidebar-container .right-wrapper .menu-accordion .menu>li.menu-item>.sub-menu>.menu-item:first-child {
        padding-top: 1em
    }
    .sidebar-container .right-wrapper .menu-accordion .menu>li.menu-item>.sub-menu>.menu-item:last-child {
        padding-bottom: 1em
    }
}

.sidebar-container .sidebar-search-desktop {
    z-index: 2;
    right: 0;
    padding-bottom: 2em;
    background-color: #f5f5f5
}

.sidebar-container .sidebar-search-desktop .search-form form {
    width: 100%
}

.comment-form .sidebar-container .sidebar-search-desktop .search-form form p,
.sidebar-container .sidebar-search-desktop .search-form form .comment-form p,
.sidebar-container .sidebar-search-desktop .search-form form .form-group,
.sidebar-container .sidebar-search-desktop .search-form form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-form .sidebar-container .sidebar-search-desktop .search-form form p .search-button,
.comment-form .sidebar-container .sidebar-search-desktop .search-form form p input[type=search],
.sidebar-container .sidebar-search-desktop .search-form form .comment-form p .search-button,
.sidebar-container .sidebar-search-desktop .search-form form .comment-form p input[type=search],
.sidebar-container .sidebar-search-desktop .search-form form .form-group .search-button,
.sidebar-container .sidebar-search-desktop .search-form form .form-group input[type=search],
.sidebar-container .sidebar-search-desktop .search-form form label .search-button,
.sidebar-container .sidebar-search-desktop .search-form form label input[type=search] {
    border: 0;
    border-radius: 2px;
    background-color: #ededed;
    height: 56px
}

.comment-form .sidebar-container .sidebar-search-desktop .search-form form p input[type=search],
.sidebar-container .sidebar-search-desktop .search-form form .comment-form p input[type=search],
.sidebar-container .sidebar-search-desktop .search-form form .form-group input[type=search],
.sidebar-container .sidebar-search-desktop .search-form form label input[type=search] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 1em;
    margin-right: .5em;
    font-size: 14px
}

.comment-form .sidebar-container .sidebar-search-desktop .search-form form p .search-button,
.sidebar-container .sidebar-search-desktop .search-form form .comment-form p .search-button,
.sidebar-container .sidebar-search-desktop .search-form form .form-group .search-button,
.sidebar-container .sidebar-search-desktop .search-form form label .search-button {
    width: 56px
}

.sidebar-container .sidebar-wrapper-desktop {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%
}

.sidebar-container .sidebar-wrapper-desktop .white-dimmer {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: hsla(0, 0%, 100%, .8);
    opacity: 0;
    transition: all .5s ease
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper {
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .5);
    background-color: #f5f5f5;
    position: fixed;
    right: 0;
    width: 480px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .5s ease
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper.opened {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .sidebar-body {
    padding: 5.5em;
    padding-top: 6em;
    padding-bottom: 2em;
    max-height: 100vh;
    overflow: auto
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion ul {
    list-style: none;
    margin-bottom: 0
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu {
    padding: 0
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li a {
    text-transform: unset
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li a.current-page {
    color: #ed2327
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li:not(:first-child)>a {
    border-top: 2px solid #e5e5e5
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li:last-child>a {
    border-bottom: 2px solid #e5e5e5
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5em 0;
    font-size: 1.2em;
    font-weight: 700
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    font-size: 15px;
    content: "∧"
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li.menu-item-has-children>a.collapsed:after {
    content: "∨"
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li>.sub-menu {
    padding: 0
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li>.sub-menu>li>a {
    font-weight: 700
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li>.sub-menu>li:first-child {
    padding-top: 1em
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li>.sub-menu>li:last-child {
    padding-bottom: 1em
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-accordion .menu>li>.sub-menu a {
    font-size: 1em;
    display: inline-block;
    margin-bottom: 1em
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-left-set .menu-accordion a,
.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-right-set .menu-accordion a {
    color: #000
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-left-set .menu-accordion a:after,
.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-right-set .menu-accordion a:after {
    color: #ed2327
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .menu-right-set {
    margin-bottom: 2em
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .social-icons {
    padding-bottom: 2em;
    font-size: 1.3em
}

.sidebar-container .sidebar-wrapper-desktop .desktop-right-wrapper .social-icons a {
    opacity: .7;
    color: #585858;
    margin-right: .5em
}

.sidebar-container .sidebar-mobile {
    opacity: 0;
    transition: opacity .5s ease
}

footer {
    z-index: 5;
    position: relative;
    background-color: #3d3d3d;
    color: #fff
}

footer .row {
    max-width: 1500px;
    margin: 0 auto
}

footer.content-info {
    padding: 3em 0
}

footer .market-share {
    margin-bottom: 30px
}

footer .market-share .stock-link {
    text-decoration: underline;
    color: #fff
}

footer .contact-us h3,
footer .downloads h3,
footer .useful-links h3 {
    font-size: 1.3em;
    margin-bottom: .9em;
    font-weight: 700
}

footer .contact-us p,
footer .downloads p,
footer .useful-links p {
    font-size: .9em
}

footer .contact-us ul,
footer .downloads ul,
footer .useful-links ul {
    list-style-position: inside;
    list-style-type: none;
    padding: 0
}

footer .contact-us ul li,
footer .downloads ul li,
footer .useful-links ul li {
    font-size: .9em
}

footer .contact-us ul li .bullet,
footer .downloads ul li .bullet,
footer .useful-links ul li .bullet {
    margin-right: .5em
}

footer .contact-us ul li a,
footer .downloads ul li a,
footer .useful-links ul li a {
    color: #fff
}

footer .contact-us ul li a:hover,
footer .downloads ul li a:hover,
footer .useful-links ul li a:hover {
    text-decoration: underline
}

footer .useful-links ul li .lff-logo:hover {
    text-decoration: none
}

footer hr {
    border-color: #6d6d6d
}

footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .9em;
    opacity: .7;
    margin-top: .5em
}

footer .copyright ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

footer .copyright li {
    display: inline-block
}

footer .copyright li:after {
    content: "|";
    margin: 0 5px 0 10px
}

@media (max-width:991px) {
    footer .copyright li:last-child:after {
        content: none
    }
}

footer .copyright li a,
.span_a a {
    color: #fff
}

footer .copyright li a:hover {
    text-decoration: underline
}

footer .copyright span {
    margin: 0 .5em
}

@media (max-width:767px) {
    footer .copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    footer .copyright>div {
        margin-bottom: .5em
    }
}

.bg-fill {
    background-position: 50%;
    background-size: cover
}

.bg-darken-overlay,
.bg-fill {
    top: 0;
    z-index: -1;
    position: absolute;
    width: inherit;
    height: inherit
}

.bg-darken-overlay {
    background: rgba(0, 0, 0, .05)
}

.section-page-hero .container-fluid .row,
.section-page-submenu .container-fluid .row {
    max-width: 1500px;
    margin: 0 auto
}

@media (max-width:575px) {
    .section-page-hero .container-fluid .row .hero-copy,
    .section-page-submenu .container-fluid .row .hero-copy {
        padding-right: 0;
        padding-left: 0
    }
}

.section-page-hero .hero-container {
    width: 100%;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199px) {
    .section-page-hero .hero-container {
        height: 60vh
    }
}

@media (max-width:991px) {
    .section-page-hero .hero-container {
        height: 50vh
    }
}

@media (max-width:767px) {
    .section-page-hero .hero-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 40vh
    }
}

.section-page-hero .hero-container .hero-copy {
    color: #fff
}

.section-page-hero .hero-container .hero-copy p {
    margin: 0
}

.section-page-hero .hero-container .hero-copy h1 {
    font-weight: 900
}

@media (max-width:767px) {
    .section-page-hero .hero-container .hero-copy h1 {
        padding-bottom: 1em;
        font-size: 1.5em
    }
}

.section-page-hero .hero-nav {
    margin-top: 100px;
    margin-bottom: 20px
}

.section-page-hero .hero-nav hr {
    border-top: 2px solid #e5e5e5;
    margin-top: 30px;
    margin-bottom: 20px
}

.section-page-hero .hero-nav .back-button {
    text-transform: unset;
    color: #000;
    font-size: 20px;
    transition: all .3s ease
}

.section-page-hero .hero-nav .back-button svg {
    vertical-align: middle
}

.section-page-hero .hero-nav .back-button span {
    font-size: 16px;
    margin-left: .5em;
    font-weight: 600
}

.section-page-hero .hero-nav .back-button .svg-to-red {
    transition: all .3s ease
}

.section-page-hero .hero-nav .back-button:hover {
    color: #ed2327
}

.section-page-hero .hero-nav .back-button:hover .svg-to-red {
    stroke: #ed2327
}

.section-page-hero .hero-nav .dropdown-nav {
    position: relative
}

.section-page-hero .hero-nav .dropdown-nav .dropdown-toggle {
    width: 250px
}

@media (max-width:575px) {
    .section-page-hero .hero-nav .dropdown-nav .dropdown-toggle {
        width: 100%
    }
}

.section-page-hero .hero-nav .dropdown-nav .dropdown-menu {
    width: 250px
}

@media (max-width:575px) {
    .section-page-hero .hero-nav .dropdown-nav .dropdown-menu {
        width: 100%
    }
}

.section-page-submenu {
    margin-bottom: 2em
}

.section-page-submenu .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-page-submenu .submenu>a {
    cursor: pointer;
    padding: 1.5em 0;
    margin-right: 2em;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    color: #000;
    opacity: .6;
    line-height: 1.4em
}

.section-page-submenu .submenu>a .top-border {
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background-color: #7b7b7b;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all .5s ease
}

.section-page-submenu .submenu>a:hover {
    opacity: 1
}

.section-page-submenu .submenu>a:hover .top-border {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.section-page-submenu .submenu>a.dropdown:after {
    font-family: FontAwesome;
    content: "\f107"
}

.section-page-submenu .submenu>a.active {
    opacity: 1;
    font-weight: 600
}

.section-page-submenu .submenu>a.active .top-border {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    background-color: #ffd600
}

.section-page-submenu-mobile {
    margin-bottom: 1em
}

.section-page-submenu-mobile .content {
    padding: 2em 1em
}

@media (min-width:768px) {
    .section-page-submenu-mobile .content {
        padding: 1em
    }
}

.section-page-submenu-mobile .submenu {
    display: block;
    text-align: left;
    background: transparent;
    position: relative
}

.section-page-submenu-mobile .submenu img {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto
}

.section-page-submenu-mobile .submenu,
.section-page-submenu-mobile .submenu-dropdown a {
    padding: 1.5em 1em;
    font-size: .9em;
    border: 1px solid #ffd600;
    width: 100%
}

.section-page-submenu-mobile .submenu-dropdown a {
    color: #000;
    display: block;
    text-transform: none;
    font-size: .9em;
    border-top: none
}

.section-page-submenu-mobile .submenu-dropdown a.active {
    font-weight: 600
}

.no-submenu {
    margin-bottom: 5em
}

.no-submenu-mobile,
.section-page-actual-content,
.section-page-texts {
    margin-bottom: 2em
}

@media (max-width:767px) {
    .section-page-actual-content,
    .section-page-texts {
        margin-bottom: 2em
    }
}

@media (min-width:992px) {
    body:not(.our-people-and-culture) .main-wrapper.page-sidenav-left .section-page-actual-content .content,
    body:not(.our-people-and-culture) .main-wrapper.page-sidenav-left .section-page-texts .content {
        padding-left: 10em
    }
}

.section-page-actual-content .content h2,
.section-page-texts .content h2 {
    line-height: 1.4em;
    font-weight: 800;
    margin: 1em 0 .5em;
    font-size: 1.8em
}

.section-page-actual-content .content h2:first-child,
.section-page-texts .content h2:first-child {
    margin-top: 0
}

@media (max-width:600px) {
    .section-page-actual-content .content h2,
    .section-page-texts .content h2 {
        font-size: 1.5em
    }
}

.section-page-actual-content .content h3,
.section-page-texts .content h3 {
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: .8em
}

.section-page-actual-content .content h3:first-child,
.section-page-texts .content h3:first-child {
    margin-top: 0
}

@media (max-width:600px) {
    .section-page-actual-content .content h3,
    .section-page-texts .content h3 {
        font-size: 1.2em
    }
}

@media (max-width:600px) {
    .section-page-actual-content .content p,
    .section-page-texts .content p {
        font-size: .9em
    }
}

@media (min-width:992px) {
    .section-page-texts.reduce-img-maxwidth .content-wysiwig img {
        max-width: 720px
    }
}

.section-page-image-message .content {
    padding-bottom: 5em
}

.section-page-image-message .container.bg-image-cont {
    padding: 0;
    overflow: hidden
}

.section-page-image-message .container.bg-image-cont .bg-image {
    height: 60vh
}

.section-page-image-message .container.bg-image-cont .bg-image:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section-page-image-message .bg-image-cont .row {
    margin: 0
}

.section-page-image-message .bg-image-cont.container-fluid .row {
    max-width: 1500px;
    margin: 0 auto
}

.section-page-image-message .bg-image-cont.container-fluid .row .bg-image {
    margin: 0 15px;
    height: 65vh
}

.section-page-image-message .bg-image-cont .bg-image {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: 50%
}

@media screen and (min-width:1600px) {
    .section-page-image-message .bg-image-cont .bg-image {
        height: 45vw
    }
}

@media (max-width:767px) {
    .section-page-image-message .bg-image-cont .bg-image {
        height: 50vh
    }
}

@media (max-width:575px) {
    .section-page-image-message .bg-image-cont .bg-image {
        height: 30vh
    }
}

.section-page-image-message .textbox-cont .content-wysiwig {
    margin: 0;
    margin-top: -5em;
    padding: 3.5em 6em;
    background-color: #f5f5f5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

@media (min-width:1200px) {
    .section-page-image-message .textbox-cont .content-wysiwig {
        padding: 3.5em 5.5em
    }
}

.section-page-image-message .textbox-cont .content-wysiwig p:last-child {
    margin: 0
}

@media (max-width:767px) {
    .section-page-image-message .textbox-cont>div {
        padding: 0
    }
    .section-page-image-message .textbox-cont>div .content-wysiwig {
        margin-top: 0;
        padding: 2em
    }
}

.section-page-videos .content {
    padding-bottom: 5em
}

.section-page-videos .content-header {
    padding: 3.5em 0
}

@media (max-width:767px) {
    .section-page-videos .content-header {
        padding: 2em
    }
}

.section-page-videos .content-header h3 {
    font-weight: 800;
    margin-bottom: .8em
}

.section-page-videos .content-header h4 {
    line-height: 1.5em
}

.section-page-videos .video-row>div {
    padding: 0
}

.section-page-videos .video-row .video-cont {
    height: 300px;
    padding: 2em;
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .section-page-videos .video-row .video-cont {
        height: 200px;
        margin: 0 1.5em 1.5em;
        padding: 1em
    }
}

.section-page-videos .video-row .video-cont .video-preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.section-page-videos .video-row .video-cont .video-preview:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section-page-videos .video-row .video-cont .video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-page-videos .video-row .video-cont .video-caption .play-button {
    margin-right: 1em
}

.section-page-videos .video-row .video-cont .video-caption .play-button .fa-play-circle {
    font-size: 3.5em;
    color: #fff;
    opacity: .5
}

@media (max-width:767px) {
    .section-page-videos .video-row .video-cont .video-caption .play-button .fa-play-circle {
        font-size: 2.5em
    }
}

.section-page-videos .video-row .video-cont .video-caption .video-title {
    color: #fff
}

.section-page-videos .video-row .video-cont .video-caption .video-title .title {
    font-size: 1.2em;
    font-weight: 800
}

@media (max-width:767px) {
    .section-page-videos .video-row .video-cont .video-caption .video-title .title {
        font-size: 1em
    }
}

.section-page-videos .video-row .video-cont .video-caption .video-title .info {
    font-size: .8em
}

.section-page-sidenav-left {
    z-index: 3;
    position: relative
}

.section-page-sidenav-left .row {
    position: relative;
    max-width: 1500px;
    margin: 0 auto
}

.section-page-sidenav-left .side-nav {
    font-family: Roboto Condensed;
    overflow: hidden;
    position: absolute;
    padding-left: 15px;
    left: 0;
    max-width: 175px
}

.section-page-sidenav-left .side-nav a {
    color: #000;
    display: block;
    text-transform: none;
    margin-bottom: 1em;
    opacity: .6;
    line-height: normal
}

.section-page-sidenav-left .side-nav a.active {
    opacity: 1;
    font-weight: 700
}

.section-page-sidenav-right {
    z-index: 10;
    overflow: visible;
    position: absolute;
    right: -1px;
    margin-top: -2em;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.single-cpt-press-release .section-page-sidenav-right {
    padding-top: 8em
}

.section-page-sidenav-right.affix {
    position: fixed;
    top: 50%;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    z-index: 100
}

.section-page-sidenav-right .side-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-page-sidenav-right .side-nav .side-nav-item {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    background-color: #d8d8d8;
    border-radius: 4px 0 0 4px;
    margin-bottom: .5em;
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    position: relative;
    overflow: hidden
}

.section-page-sidenav-right .side-nav .side-nav-item.has-content:hover {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.section-page-sidenav-right .side-nav .side-nav-item .link-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000
}

.section-page-sidenav-right .side-nav .side-nav-item .link-tab .link-tab-content {
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease
}

.section-page-sidenav-right .side-nav .side-nav-item .link-tab .link-tab-content:hover {
    border-color: red
}

.section-page-sidenav-right .side-nav .side-nav-item .icon {
    padding: .5em 1em
}

.section-page-sidenav-right .side-nav .side-nav-item .content {
    max-width: 200px;
    margin-top: 2px;
    transition: height .5s ease;
    padding: .5em .9em .5em 0
}

.section-page-sidenav-right .side-nav .side-nav-item .content.social-widgets a {
    font-size: 1.2em;
    margin-right: .5em
}

.section-page-sidenav-right .side-nav .side-nav-item .content h2,
.section-page-sidenav-right .side-nav .side-nav-item .content p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: .2em;
    line-height: 1.4
}

.section-page-sidenav-right .side-nav .side-nav-item .content a {
    color: #000;
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease
}

.section-page-sidenav-right .side-nav .side-nav-item .content a:hover {
    border-color: red
}

.page-sidenav-right-mobile-section {
    background-color: #f9f9f9;
    padding: 25px 0
}

.page-sidenav-right-mobile-section .content .side-nav-item {
    padding: 12px 0
}

.page-sidenav-right-mobile-section .content .side-nav-item:not(:last-child) {
    margin-bottom: 1em
}

.page-sidenav-right-mobile-section .content .side-nav-item h2 {
    font-size: 1.5em;
    margin-bottom: .5em
}

.page-sidenav-right-mobile-section .content .side-nav-item p {
    margin-bottom: .5em
}

.page-sidenav-right-mobile-section .content .side-nav-item a {
    color: #000;
    font-weight: 600;
    font-size: .9em
}

.page-sidenav-right-mobile-section .content .side-nav-item .social-icons a {
    opacity: .6;
    font-size: 1.4em;
    margin-right: .5em
}

.page-sidenav-right-mobile-section .content .side-nav-item .side-nav-boxed {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em;
    line-height: normal;
    letter-spacing: 1px
}

.page-sidenav-right-mobile-section .content .side-nav-item .side-nav-boxed .boxed-content {
    width: 70%;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600
}

.page-sidenav-right-mobile-section .content .side-nav-item .side-nav-boxed p {
    margin-bottom: 0
}

.page-sidenav-right-mobile-section .content .side-nav-item .fa {
    font-size: 20px;
    margin: 0 3px
}

.section-page-sideimage-content {
    margin: 5em 0
}

.section-page-sideimage-content .dl-icon {
    display: none
}

@media (max-width:767px) {
    .section-page-sideimage-content {
        margin: 0;
        margin-bottom: 2em
    }
}

@media (max-width:767px) {
    .section-page-sideimage-content .container-fluid {
        max-width: 540px
    }
}

.section-page-sideimage-content .side-image {
    max-height: 80vh;
    background-size: contain;
    background-repeat: no-repeat
}

.section-page-sideimage-content .content-wrapper {
    padding-left: 10em;
    padding-right: 0
}

@media (max-width:991px) {
    .section-page-sideimage-content .content-wrapper {
        padding-left: 5em
    }
}

@media (max-width:767px) {
    .section-page-sideimage-content .content-wrapper {
        padding: 0
    }
}

.section-page-sideimage-content .content-wrapper .content {
    padding-right: 7em
}

@media (max-width:991px) {
    .section-page-sideimage-content .content-wrapper .content {
        padding-right: 5em
    }
}

@media (max-width:767px) {
    .section-page-sideimage-content .content-wrapper .content {
        padding: 0 1em
    }
}

.section-page-sideimage-content .content-wrapper .content h2 {
    line-height: 1.4em;
    font-weight: 800;
    margin-bottom: 1em;
    font-size: 1.8em
}

@media (max-width:600px) {
    .section-page-sideimage-content .content-wrapper .content h2 {
        font-size: 1.5em
    }
}

.section-page-sideimage-content .content-wrapper .content h3 {
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: .8em
}

@media (max-width:600px) {
    .section-page-sideimage-content .content-wrapper .content h3 {
        font-size: 1.2em
    }
}

@media (max-width:600px) {
    .section-page-sideimage-content .content-wrapper .content p {
        font-size: .9em
    }
}

.section-page-sideimage-content .content-wrapper .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    margin-bottom: 4em;
    background-color: #f5f5f5;
    padding: 4em 3em;
    border-bottom: 4px solid #ffd600
}

@media (max-width:767px) {
    .section-page-sideimage-content .content-wrapper .link {
        padding: 2em 1em;
        margin-top: 80px;
        margin-bottom: 3em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.section-page-sideimage-content .content-wrapper .link .image-thumb {
    position: relative;
    width: 150px
}

@media (max-width:767px) {
    .section-page-sideimage-content .content-wrapper .link .image-thumb {
        width: 100%;
        display: block
    }
}

.section-page-sideimage-content .content-wrapper .link .image-thumb img {
    position: absolute;
    left: 0;
    bottom: -1.5em
}

@media (max-width:767px) {
    .section-page-sideimage-content .content-wrapper .link .image-thumb img {
        width: 80px
    }
}

.section-page-sideimage-content .content-wrapper .link a {
    color: #000;
    font-weight: 600;
    margin-left: 2.5em;
    line-height: normal
}

.section-page-sideimage-content .content-wrapper .link a:hover .link-cont .label-cont {
    border-color: red
}

.section-page-sideimage-content .content-wrapper .link a .link-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-page-sideimage-content .content-wrapper .link a .link-cont .label-cont {
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease
}

.section-page-sideimage-content .content-wrapper .link a .link-cont .label-cont .fa {
    margin-left: .5em
}

.section-page-sideimage-content .content-wrapper .link a .link-cont .label-cont img {
    margin-left: 0;
    vertical-align: baseline
}

@media (max-width:767px) {
    .section-page-sideimage-content .content-wrapper .link a {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-transform: uppercase;
        margin: 0;
        margin-top: 3em
    }
}

.section-page-sideimage-content .content-wrapper .link a img {
    margin-left: 1em
}

.section-page-leadership {
    margin-bottom: 5em
}

@media (max-width:767px) {
    .section-page-leadership {
        margin-bottom: 2em
    }
}

@media (min-width:992px) {
    .main-wrapper.page-sidenav-left .section-page-leadership .content {
        padding-left: 10em
    }
}

.section-page-leadership .content h2 {
    line-height: 1.4em;
    font-weight: 800;
    margin-bottom: 1em;
    font-size: 1.8em
}

@media (max-width:600px) {
    .section-page-leadership .content h2 {
        font-size: 1.5em
    }
}

.section-page-leadership .content h3 {
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: .8em
}

@media (max-width:600px) {
    .section-page-leadership .content h3 {
        font-size: 1.2em
    }
}

@media (max-width:600px) {
    .section-page-leadership .content p {
        font-size: .9em
    }
}

.section-page-leadership .content .board-wrapper {
    width: 105%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-page-leadership .content .board-wrapper .single-board-member {
    width: 220px;
    margin-right: 1.5em;
    margin-bottom: 2.5em
}

@media (max-width:991px) {
    .section-page-leadership .content .board-wrapper .single-board-member {
        width: 210px
    }
}

.section-page-leadership .content .board-wrapper .single-board-member a {
    text-transform: none;
    color: #000
}

.section-page-leadership .content .board-wrapper .single-board-member a:hover .member-basic-info .border-left-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.section-page-leadership .content .board-wrapper .single-board-member a .member-image {
    width: 220px;
    height: 220px;
    background-size: cover;
    background-position: 50%
}

.section-page-leadership .content .board-wrapper .single-board-member a .member-basic-info {
    padding: 1em;
    position: relative
}

.section-page-leadership .content .board-wrapper .single-board-member a .member-basic-info .border-left,
.section-page-leadership .content .board-wrapper .single-board-member a .member-basic-info .border-left-hover {
    z-index: -1;
    height: 100%;
    background-color: #ffd600;
    position: absolute;
    left: 0;
    top: 0
}

.section-page-leadership .content .board-wrapper .single-board-member a .member-basic-info .border-left {
    width: 2px
}

.section-page-leadership .content .board-wrapper .single-board-member a .member-basic-info .border-left-hover {
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: all .5s ease
}

.section-page-leadership .content .board-wrapper .single-board-member a .member-basic-info .name {
    font-size: 1.1em;
    font-weight: 700
}

.section-page-leadership .content .board-wrapper .single-board-member a .member-basic-info .position {
    font-size: .9em
}

.section-page-leadership .content .board-wrapper .single-board-member a .member-basic-info .position p {
    margin: 0
}

.section-page-leadership .single-board-mobile-wrapper {
    width: 100%;
    padding: 0 1em
}

.section-page-leadership .single-board-mobile-wrapper .single-member-mobile {
    margin-bottom: 2em
}

.section-page-leadership .single-board-mobile-wrapper .single-member-mobile>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-page-leadership .single-board-mobile-wrapper .single-member-mobile .member-basic-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-page-leadership .single-board-mobile-wrapper .single-member-mobile .member-basic-info .member-image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: 50%
}

.section-page-leadership .single-board-mobile-wrapper .single-member-mobile .member-basic-info .basic-info {
    width: 220px;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 2px solid #ffd600;
    font-size: .9em
}

.section-page-leadership .single-board-mobile-wrapper .single-member-mobile .member-basic-info .basic-info .name,
.section-page-leadership .single-board-mobile-wrapper .single-member-mobile .member-basic-info .basic-info .position {
    color: #000
}

.section-page-leadership .single-board-mobile-wrapper .single-member-mobile .member-basic-info .basic-info .name {
    font-weight: 600
}

.section-page-leadership .single-board-mobile-wrapper .single-member-mobile .member-basic-info .basic-info .position p {
    margin-bottom: 0
}

.section-page-image-mosaic {
    margin-bottom: 2em
}

.section-page-image-mosaic .content {
    margin: 0 0 4em
}

@media (min-width:992px) {
    .main-wrapper.page-sidenav-left .section-page-image-mosaic .content {
        padding-left: 10em
    }
}

@media (max-width:767px) {
    .section-page-image-mosaic .content {
        padding: 2em
    }
}

.section-page-image-mosaic .container-fluid .image-collage-cont {
    max-width: 1500px;
    margin: 0 auto
}

.section-page-image-mosaic .container-fluid .image-collage-cont.image-items-3 .collage-item .collage .image-bg {
    height: 430px
}

.section-page-image-mosaic .container-fluid .image-collage-cont .collage-item {
    padding: 0;
    margin-bottom: 2em
}

.section-page-image-mosaic .container-fluid .image-collage-cont .collage-item .collage {
    margin: 0 1em;
    position: relative;
    overflow: hidden
}

.section-page-image-mosaic .container-fluid .image-collage-cont .collage-item .collage .image-bg {
    background-color: #f5f5f5;
    height: 320px
}

.section-page-image-mosaic .container-fluid .image-collage-cont .collage-item .collage .image-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%
}

.section-page-image-mosaic .container-fluid .image-collage-cont .collage-item .collage .image-slide:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section-page-image-mosaic .container-fluid .collage-carousel {
    width: 100%;
    margin-bottom: 3em
}

.section-page-image-mosaic .container-fluid .collage-carousel .owl-item {
    opacity: .5;
    transition: opacity .5s ease
}

.section-page-image-mosaic .container-fluid .collage-carousel .owl-item.active {
    opacity: 1
}

.section-page-image-mosaic .container-fluid .collage-carousel .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px
}

.section-page-image-mosaic .container-fluid .collage-carousel .image-slide {
    height: 320px;
    background-size: cover;
    background-position: 50%
}

@media (max-width:575px) {
    .section-page-image-mosaic .container-fluid .collage-carousel .image-slide {
        height: 210px
    }
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper {
    max-width: 1500px;
    margin: 0 auto
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:576px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic {
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic>div {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media (max-width:767px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic>div {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col1 {
    margin-right: 1em;
    width: 42%
}

@media (max-width:767px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em
    }
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%
}

@media (max-width:767px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 {
        width: 100%
    }
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2>div {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 .mosaic-col2-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em
}

@media (max-width:575px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 .mosaic-col2-row1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:575px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 .mosaic-col2-row1>div {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 .mosaic-col2-row1 .mosaic-col2-row1-col1 {
    margin-right: .5em
}

@media (max-width:575px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 .mosaic-col2-row1 .mosaic-col2-row1-col1 {
        margin-right: 0;
        margin-bottom: 1em
    }
}

.section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 .mosaic-col2-row1 .mosaic-col2-row1-col2 {
    margin-left: .5em
}

@media (max-width:575px) {
    .section-page-image-mosaic .container-fluid .custom-mosaic-wrapper .custom-four-layout-mosaic .mosaic-col2 .mosaic-col2-row1 .mosaic-col2-row1-col2 {
        margin-left: 0
    }
}

.section-page-nav {
    background-color: #e5e5e5;
    padding: 10px 20px
}

.section-page-nav a {
    color: #000;
    transition: all .3s ease
}

.section-page-nav .next-page-button svg {
    vertical-align: middle;
    margin-left: 10px
}

@media (min-width:576px) {
    .section-page-nav .next-page-button svg circle {
        opacity: 0;
        transition: all .3s ease
    }
}

.section-page-nav .next-page-button:hover {
    color: #ed2327
}

@media (min-width:576px) {
    .section-page-nav .next-page-button:hover svg circle {
        opacity: 1
    }
}

.business-timeline-section {
    padding: 3.5em 0;
    background-color: #fbfbfb
}

.section-page-reports-presentations {
    padding: 3.5em 0;
    background-color: #f9f9f9
}

.section-page-reports-presentations .report-carousel-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-page-reports-presentations .reports-carousel .owl-item {
    padding-right: 10em
}

@media (max-width:991px) {
    .section-page-reports-presentations .reports-carousel .owl-item {
        padding-right: 0
    }
}

@media (max-width:991px) {
    .section-page-reports-presentations .reports-carousel .owl-item .single-report-presentation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:991px) {
    .section-page-reports-presentations .reports-carousel .owl-item .single-report-presentation>img {
        width: 50%
    }
}

.section-page-reports-presentations .reports-carousel .owl-item .single-report-presentation .report-file-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 1.5em
}

.section-page-reports-presentations .reports-carousel .owl-item .single-report-presentation .report-file-info .fa {
    margin-right: .5em
}

.section-page-reports-presentations .reports-carousel .owl-item .single-report-presentation .report-file-info .title {
    font-size: 1.2em;
    font-weight: 600
}

.section-page-reports-presentations .reports-carousel .owl-item .single-report-presentation .report-file-info .file-type {
    font-size: .8em
}

.section-page-reports-presentations .reports-carousel .owl-dots {
    margin-top: 1.5em
}

.section-page-reports-presentations .reports-carousel-nav {
    height: 75px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.section-page-reports-presentations .reports-carousel-nav .owl-next,
.section-page-reports-presentations .reports-carousel-nav .owl-prev {
    cursor: pointer
}

.section-page-reports-presentations .reports-carousel-nav .owl-next.disabled,
.section-page-reports-presentations .reports-carousel-nav .owl-prev.disabled {
    opacity: .1
}

.section-page-investor-tools {
    padding: 3.5em 0
}

.section-page-investor-tools .link-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-page-investor-tools .link-blocks .link-block-wrapper {
    width: 100%;
    height: 195px;
    max-width: calc(50% - .5em);
    background-color: #f5f5f5;
    padding: 2em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em
}

@media (max-width:991px) {
    .section-page-investor-tools .link-blocks .link-block-wrapper {
        max-width: 100%
    }
}

.section-page-investor-tools .link-blocks .link-block-wrapper .link-block {
    color: #000
}

.section-page-investor-tools .link-blocks .link-block-wrapper .link-block .block-icon img {
    width: 32px;
    margin-bottom: 1em
}

.section-page-investor-tools .link-blocks .link-block-wrapper .link-block .block-title {
    font-weight: 600;
    font-size: 1.2em
}

.section-page-investor-tools .link-blocks .link-block-wrapper .link-block .link-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-page-investor-tools .link-blocks .link-block-wrapper .link-block .link-button .link-title {
    text-transform: uppercase
}

.section-page-investor-tools .link-blocks .link-block-wrapper .link-block .link-button .link-icon img {
    margin-left: .5em
}

.section-page-investor-tools .link-blocks .link-block-wrapper .border-top {
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #ffd600
}

.business-timeline-section .cd-horizontal-timeline {
    opacity: 0;
    transition: opacity .2s
}

.business-timeline-section .cd-horizontal-timeline:before {
    content: "mobile";
    display: none
}

.business-timeline-section .cd-horizontal-timeline.loaded {
    opacity: 1
}

.business-timeline-section .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto
}

.business-timeline-section .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden
}

.business-timeline-section .cd-horizontal-timeline .events-wrapper:after,
.business-timeline-section .cd-horizontal-timeline .events-wrapper:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px
}

.business-timeline-section .cd-horizontal-timeline .events-wrapper:before {
    left: 0;
    background-image: linear-gradient(270deg, hsla(0, 0%, 98%, 0), #fafafa)
}

.business-timeline-section .cd-horizontal-timeline .events-wrapper:after {
    right: 0;
    background-image: linear-gradient(90deg, hsla(0, 0%, 98%, 0), #fafafa)
}

.business-timeline-section .cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background: #dfdfdf;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.business-timeline-section .cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7b9d6f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.business-timeline-section .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.business-timeline-section .cd-horizontal-timeline .events a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    transition: background-color .3s, border-color .3s
}

.business-timeline-section .no-touch .cd-horizontal-timeline .events a:hover:after {
    background-color: #7b9d6f;
    border-color: #7b9d6f
}

.business-timeline-section .cd-horizontal-timeline .events a.selected {
    pointer-events: none
}

.business-timeline-section .cd-horizontal-timeline .events a.selected:after {
    background-color: #7b9d6f;
    border-color: #7b9d6f
}

.business-timeline-section .cd-horizontal-timeline .events a.older-event:after {
    border-color: #7b9d6f
}

@media only screen and (min-width:1100px) {
    .business-timeline-section .cd-horizontal-timeline:before {
        content: "desktop"
    }
}

.business-timeline-section .cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 33px;
    width: 33px;
    border-radius: 50%;
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    white-space: nowrap;
    transition: border-color .3s;
    opacity: .3
}

.business-timeline-section .cd-timeline-navigation a img {
    width: 18px
}

.business-timeline-section .cd-timeline-navigation a.prev {
    left: 0
}

.business-timeline-section .cd-timeline-navigation a.next {
    right: 0
}

.business-timeline-section .no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f
}

.business-timeline-section .cd-timeline-navigation a.inactive {
    cursor: not-allowed
}

.business-timeline-section .cd-timeline-navigation a.inactive:after {
    background-position: 0 -16px
}

.business-timeline-section .no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf
}

.business-timeline-section .cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin-top: 2em;
    overflow: hidden;
    transition: height .4s
}

.business-timeline-section .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 5%;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .4s ease-in-out
}

.business-timeline-section .cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.business-timeline-section .cd-horizontal-timeline .events-content li.enter-right,
.business-timeline-section .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right
}

.business-timeline-section .cd-horizontal-timeline .events-content li.enter-left,
.business-timeline-section .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left
}

.business-timeline-section .cd-horizontal-timeline .events-content li.leave-left,
.business-timeline-section .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.business-timeline-section .cd-horizontal-timeline .events-content li>* {
    max-width: 800px;
    margin: 0 auto
}

.business-timeline-section .cd-horizontal-timeline .events-content h2 {
    font-size: 2.6rem;
    font-family: Playfair Display, serif;
    font-weight: 700;
    line-height: 1.2
}

.business-timeline-section .cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto
}

.business-timeline-section .cd-horizontal-timeline .events-content em:before {
    content: "- "
}

.business-timeline-section .cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595
}

.business-timeline-section .cd-horizontal-timeline .events-content em,
.business-timeline-section .cd-horizontal-timeline .events-content p {
    line-height: 1.6
}

@media only screen and (min-width:768px) {
    .business-timeline-section .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem
    }
    .business-timeline-section .cd-horizontal-timeline .events-content em {
        font-size: 2rem
    }
    .business-timeline-section .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.business-timeline-section .timeline-container ol,
.business-timeline-section .timeline-container ul {
    list-style: none
}

.business-timeline-section .timeline-container ol li:before,
.business-timeline-section .timeline-container ul li:before {
    content: none
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .timeline {
    width: 100%;
    max-width: none;
    margin-top: 3em
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .timeline .events a {
    font-size: .8em;
    color: #a3a3a3
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .timeline .events a:after {
    background-color: #dfdfdf
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .timeline .events a.selected {
    -webkit-transform: translateY(-9px) scale(1.5);
    transform: translateY(-9px) scale(1.5);
    color: #ed2327;
    font-weight: 600
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .timeline .events a.selected:after {
    background-color: #ed2327;
    border-color: #ed2327
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .timeline .events a.older-event:after {
    border-color: #ed2327
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .timeline .events .filling-line {
    background-color: #ed2327
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content ol,
.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content ol li {
    padding: 0
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content ol li>* {
    margin: 0;
    max-width: none;
    font-weight: 600
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content ol li a {
    display: block;
    color: #000;
    font-size: 1.3em
}

@media (max-width:767px) {
    .business-timeline-section .timeline-container .cd-horizontal-timeline .events-content ol li a {
        font-size: 1em
    }
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content ol li a .fa-file-pdf-o {
    font-size: .8em;
    margin-left: 5px
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide>div {
    padding: 0
}

@media (max-width:991px) {
    .business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-image {
        margin-bottom: 1em
    }
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links {
    font-weight: 500
}

@media (min-width:992px) {
    .business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links.has-image {
        padding-left: 5em
    }
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links span.plain-text {
    font-size: 1.3em
}

@media (max-width:767px) {
    .business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links span.plain-text {
        font-size: 1em
    }
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links a {
    transition: all .3s ease
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links a:not(:first-child) {
    font-size: 1.1em
}

@media (max-width:767px) {
    .business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links a:not(:first-child) {
        font-size: .85em
    }
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links a:hover {
    color: #ed2327
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links a:hover .svg-to-red {
    stroke: #ed2327
}

.business-timeline-section .timeline-container .cd-horizontal-timeline .events-content .timeline-slide .timeline-links a .svg-to-red {
    transition: all .3s ease
}

.section-page-dropdown-downloads {
    padding: 3.5em 0
}

.section-page-dropdown-downloads .downloads-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4em
}

@media (min-width:992px) {
    .section-page-dropdown-downloads .downloads-cont .download-item:nth-child(odd) {
        padding-left: 0
    }
    .section-page-dropdown-downloads .downloads-cont .download-item:nth-child(2n) {
        padding-right: 0
    }
}

@media (max-width:991px) {
    .section-page-dropdown-downloads .downloads-cont .download-item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2em
    }
}

.section-page-dropdown-downloads .downloads-cont .download-item .dropdown-btn {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    font-size: 1.1em;
    font-weight: 800;
    text-align: left
}

@media (max-width:991px) {
    .section-page-dropdown-downloads .downloads-cont .download-item .dropdown-btn {
        padding-top: .5em;
        border-bottom: none;
        border-top: 2px solid #e5e5e5
    }
}

.section-page-dropdown-downloads .downloads-cont .download-item .dropdown-btn:after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 15px;
    color: #ed2327
}

.section-page-dropdown-downloads .downloads-cont .download-item .dropdown-btn.collapsed:after {
    content: "\f078"
}

.section-page-dropdown-downloads .downloads-cont .download-item .dropdown-content .dropdown-files {
    padding-top: 1.5em
}

.section-page-dropdown-downloads .downloads-cont .download-item .dropdown-content .dropdown-files .file-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-color: #f5f5f5;
    padding: 1em;
    margin-bottom: .5em;
    color: #000
}

.section-page-dropdown-downloads .downloads-cont .download-item .dropdown-content .dropdown-files .file-link .file-name {
    font-weight: 800
}

.section-page-language-download {
    padding-bottom: 5em
}

.section-page-language-download .language-download-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2em 3em;
    background-color: #f5f5f5;
    border-bottom: 4px solid #ffd600;
    position: relative;
    margin-top: 150px;
    margin-bottom: 2em;
    min-height: 150px
}

@media (max-width:767px) {
    .section-page-language-download .language-download-wrapper {
        padding: 15px 0
    }
}

@media (max-width:575px) {
    .section-page-language-download .language-download-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

.section-page-language-download .language-download-wrapper .img-thumb {
    width: 150px;
    position: absolute;
    top: -100px
}

@media (max-width:767px) {
    .section-page-language-download .language-download-wrapper .img-thumb {
        width: 80px;
        top: -75px;
        left: 1em
    }
}

.section-page-language-download .language-download-wrapper .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 90px 0 190px;
    font-size: .9em
}

.section-page-language-download .language-download-wrapper .languages a {
    white-space: nowrap;
    color: #000;
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease
}

.section-page-language-download .language-download-wrapper .languages a:hover {
    border-color: red
}

.section-page-language-download .language-download-wrapper .languages a .img-fluid,
.section-page-language-download .language-download-wrapper .languages a .wp-caption>img {
    width: 10px;
    vertical-align: baseline
}

@media (max-width:767px) {
    .section-page-language-download .language-download-wrapper .languages {
        margin: 0;
        padding-top: 3em
    }
}

.section-page-line-chart {
    padding-bottom: 5em
}

@media (min-width:992px) {
    .main-wrapper.page-sidenav-both .section-page-line-chart .content,
    .main-wrapper.page-sidenav-left .section-page-line-chart .content {
        padding-left: 9em
    }
}

.section-page-line-chart .chart-group {
    margin-bottom: 4em
}

@media (max-width:767px) {
    .section-page-line-chart .chart-group {
        font-size: .8em
    }
}

.section-page-line-chart .chart-group .chart-group-header {
    font-weight: 600;
    padding-left: 45px;
    color: #ed2327;
    margin-bottom: .5em
}

@media (max-width:575px) {
    .section-page-line-chart .chart-group .chart-group-header {
        padding-left: 35px
    }
}

.section-page-line-chart .chart-group .compare-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-page-line-chart .chart-group .compare-group .labels {
    padding: 2.5em 0;
    padding-right: .5em
}

@media (max-width:767px) {
    .section-page-line-chart .chart-group .compare-group .labels {
        padding: 1em 0;
        padding-right: .5em
    }
}

.section-page-line-chart .chart-group .compare-group .labels>div {
    margin-bottom: 1em;
    white-space: nowrap
}

.section-page-line-chart .chart-group .compare-group .line-charts {
    position: relative;
    width: 100%;
    padding: 2.5em 0;
    border-left: 1px solid #000
}

@media (max-width:767px) {
    .section-page-line-chart .chart-group .compare-group .line-charts {
        padding: 1em 0
    }
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data {
    margin-bottom: 1em
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data:nth-child(odd) .line {
    background-color: #ed2327
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data:nth-child(odd) .value {
    color: #ed2327
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data:nth-child(2n) .line {
    background-color: #6d6d6d
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data:nth-child(2n) .value {
    color: #6d6d6d
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data .line-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: width 1.5s ease .1s
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data .line-wrapper.init-line {
    width: 0 !important
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data .line-wrapper .line {
    height: 6px;
    width: 100%
}

.section-page-line-chart .chart-group .compare-group .line-charts .line-data .line-wrapper .value {
    white-space: nowrap;
    padding-left: .5em
}

.section-page-line-chart .chart-group .compare-group .line-charts .group-label {
    padding-left: .5em;
    position: absolute
}

.section-page-multitab-content {
    padding-bottom: 100px
}

@media (min-width:992px) {
    .main-wrapper.page-sidenav-both .section-page-multitab-content .multitab-content-wrapper,
    .main-wrapper.page-sidenav-left .section-page-multitab-content .multitab-content-wrapper {
        padding-left: 9em
    }
}

.section-page-multitab-content .multitab-content-wrapper .layout-section-nav {
    padding-bottom: 3em
}

@media (max-width:767px) {
    .section-page-multitab-content .multitab-content-wrapper .layout-section-nav {
        padding-bottom: 0
    }
}

.section-page-multitab-content .multitab-content-wrapper .layout-section-nav li {
    margin-left: 0
}

@media (max-width:767px) {
    .section-page-multitab-content .multitab-content-wrapper .layout-section-nav li {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.section-page-multitab-content .multitab-content-wrapper .layout-section-nav li:before {
    content: none
}

.section-page-multitab-content .multitab-content-wrapper .layout-section-nav li .nav-link {
    border-radius: 0
}

.section-page-multitab-content .multitab-content-wrapper .layout-section-nav li .nav-link.active {
    background-color: transparent;
    font-weight: 600
}

section[class^=section-post-]:first-child {
    padding-top: 10em
}

@media (max-width:767px) {
    section[class^=section-post-]:first-child {
        padding-top: 5.5em
    }
}

.section-post-leadership {
    padding-bottom: 7em
}

.section-post-leadership hr {
    border-width: 2px
}

.section-post-leadership .back-button {
    margin-bottom: 1.5em
}

.section-post-leadership .back-button a {
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    color: #000;
    font-weight: 600;
    transition: all .3s ease
}

.section-post-leadership .back-button a span {
    margin-left: .5em
}

.section-post-leadership .back-button a .svg-to-red {
    transition: all .3s ease
}

.section-post-leadership .back-button a:hover {
    color: #ed2327
}

.section-post-leadership .back-button a:hover .svg-to-red {
    stroke: #ed2327
}

.section-post-leadership .dropdown-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1.5em
}

@media (max-width:767px) {
    .section-post-leadership .dropdown-cont {
        margin-bottom: 2em
    }
}

.section-post-leadership .dropdown-cont .dropdown-wrapper {
    width: 200px
}

@media (max-width:767px) {
    .section-post-leadership .dropdown-cont .dropdown-wrapper {
        width: 100%
    }
}

.section-post-leadership .post-info-container .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 4em
}

@media (max-width:767px) {
    .section-post-leadership .post-info-container .heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 3em
    }
}

.section-post-leadership .post-info-container .heading img {
    width: 228px
}

.section-post-leadership .post-info-container .heading .name-plate {
    margin-left: 1.5em;
    border-left: 2px solid #ffd600;
    padding: .5em 1em
}

@media (max-width:767px) {
    .section-post-leadership .post-info-container .heading .name-plate {
        margin: 0;
        margin-top: 1em;
        font-size: .8em
    }
}

.section-post-leadership .post-info-container .heading .name-plate p {
    margin: 0
}

.section-post-leadership .post-info-container .heading .name-plate .name {
    font-weight: 800;
    font-size: 1.6em
}

.section-post-leadership .post-info-container .heading .name-plate .position {
    font-weight: 600;
    font-size: 1.1em
}

.section-post-leadership .post-info-container .body {
    font-size: 1.1em
}

@media (max-width:767px) {
    .select2-container--default {
        width: 100% !important
    }
}

.select2-container--default .selection .select2-selection {
    padding: .5em !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    border-color: #ffd600 !important
}

.select2-container--default .selection .select2-selection .select2-selection__rendered {
    font-size: 1rem;
    line-height: normal !important;
    padding: 0 !important
}

.select2-container--default .selection .select2-selection .select2-selection__arrow {
    position: relative !important;
    width: auto !important;
    height: 26px !important;
    top: 1px !important;
    right: 1px !important
}

.select2-container--default .selection .select2-selection .select2-selection__arrow:before {
    display: none
}

.select2-container--default .selection .select2-selection .select2-selection__arrow b[role=presentation] {
    display: block;
    border-width: 5px 4px 0
}

.select2-container--default .selection .select2-selection.select2-selection--single {
    border-radius: 4px !important
}

.select2-container--default.select2-container--open .selection .select2-selection {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.select2-container--default.select2-container--open .selection .select2-selection .select2-selection__arrow b[role=presentation] {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-dropdown .select2-results .select2-results__options li {
    font-size: 1rem;
    padding: 6px !important;
    margin: 0 !important
}

.select2-container--default .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb !important;
    color: #fff !important
}

.layout-section .section-title {
    line-height: 1.4
}

.layout-section .section-description {
    font-size: 18px;
    margin-bottom: 30px
}

.filters-section .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .filters-section .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.filters-section .filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.filters-section .filter-option .label {
    font-weight: 700;
    margin-right: 15px
}

@media (max-width:767px) {
    .filters-section .filter-option {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.filters-section .report-presentation-list {
    margin-bottom: 1em
}

.filters-section .adobe-dl-link a {
    color: #000;
    font-weight: 600
}

.filters-section .no-results {
    font-size: 30px;
    margin-bottom: 20px
}

.gallery-section {
    background-size: cover;
    padding: 50px 0 0
}

.gallery-section .article-block {
    padding-bottom: 3em
}

.gallery-section .slick-slider-for .image-wrapper {
    background-color: #3d3d3d
}

.gallery-section .slick-slider-for .image-wrapper .image-preview {
    width: 100%;
    background-size: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 500px
}

@media (max-width:767px) {
    .gallery-section .slick-slider-for .image-wrapper .image-preview {
        background-size: contain;
        height: 350px
    }
}

@media (max-width:575px) {
    .gallery-section .slick-slider-for .image-wrapper .image-preview {
        height: 220px
    }
}

.gallery-section .slick-slider-for .image-wrapper img {
    display: inline-block
}

.gallery-section .slick-slider-nav .image-thumb {
    background-size: cover;
    background-position: 50%;
    height: 120px
}

@media (max-width:575px) {
    .gallery-section .slick-slider-nav .image-thumb {
        height: 80px
    }
}

.gallery-section .slick-slider-nav img {
    height: 120px
}

.gallery-section .slick-slider-nav .slick-slide {
    margin: 0 2px
}

.gallery-section .slick-slider-nav .slick-list {
    margin: 0 -2px
}

.gallery-section .slick-slider-nav .slick-current .image-thumb-wrapper {
    position: relative
}

.gallery-section .slick-slider-nav .slick-current .image-thumb-wrapper:after {
    position: absolute;
    content: "";
    bottom: -8px;
    width: 100%;
    height: 3px;
    background-color: #ed2327
}

.stock-ticker-section {
    padding: 3.5em 0
}

.stock-ticker-section #overview-sq {
    height: auto
}

@media (max-width:767px) {
    .stock-ticker-section #overview-sq {
        height: 170px
    }
}

@media screen and (max-width:499px) and (min-width:100px) {
    .stock-ticker-section #overview-sq {
        height: auto
    }
}

.stock-ticker-section .stock-and-reports-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stock-ticker-section .stock-and-reports-container>div {
    padding: 0
}

.stock-ticker-section .stock-and-reports-container .vertical-rule {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background-color: #f5f5f5
}

.stock-ticker-section .stock-and-reports-container .report-row .stockticker-reports-carousel-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.stock-ticker-section .stock-and-reports-container .report-row .stockticker-reports-carousel-nav>div {
    cursor: pointer;
    display: inline-block;
    padding: .5em;
    margin: .5em
}

.stock-ticker-section .stock-and-reports-container .report-row .stockticker-reports-carousel-nav>div.disabled {
    opacity: .1
}

.stock-ticker-section .stock-and-reports-container .report-row .stockticker-reports-carousel-nav button {
    outline: none;
    background: transparent;
    border: 0;
    padding: .5em;
    margin: .5em
}

.stock-ticker-section .stock-and-reports-container .report-row .stockticker-reports-carousel-nav button.disabled {
    opacity: .1
}

.stock-ticker-section .stock-and-reports-container .report-row .more-btn-cont {
    margin-top: 1em
}

@media (max-width:991px) {
    .stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present:not(:last-child) .presentation-collapsible .collapsible-wrapper {
        padding-bottom: 2.5em
    }
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title {
    margin-bottom: 1.5em
}

@media (min-width:992px) {
    .stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title {
        border-bottom: 2px solid #e5e5e5
    }
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title .presentation-icon {
    display: inline-block;
    width: auto;
    vertical-align: bottom;
    margin-right: .5em
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title .to-collapse-toggle {
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #ddd;
    padding-top: .5em
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title .to-collapse-toggle h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

@media (max-width:991px) {
    .stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title .to-collapse-toggle h5 {
        font-size: 17px
    }
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title .to-collapse-toggle h5 img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title .to-collapse-toggle .dropdown-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .presentation-title .to-collapse-toggle.collapsed>.dropdown-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width:767px) {
    .stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .download-cover {
        margin-bottom: 2em
    }
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .download-item {
    cursor: pointer;
    background-color: #f5f5f5;
    color: #000;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px;
    margin-bottom: 10px;
    transition: all .2s ease-in-out
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .download-item:hover {
    background-color: #ffd600
}

.stock-ticker-section .stock-and-reports-container .single-stockticker-rep-present .download-item .download-title {
    font-weight: 600
}

.stock-ticker-section .stock-info {
    background-color: #f5f5f5;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:768px) {
    .stock-ticker-section .stock-info .left {
        border-right: 2px solid #ddd
    }
}

.stock-ticker-section .stock-info .stock-link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    display: inline-block
}

@media (min-width:768px) {
    .stock-ticker-section .stock-info .stock-link {
        margin-left: 3em;
        margin-bottom: 1em
    }
}

.videos-nav-section {
    padding: 3.5em 0;
    background-color: #fbfbfb
}

.videos-nav-section .videos-list {
    margin-top: 40px
}

.videos-nav-section .video-active {
    cursor: pointer;
    background-color: #000;
    height: 500px;
    position: relative;
    overflow: hidden
}

.videos-nav-section .video-active video {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.videos-nav-section .video-active .video-info {
    opacity: 1;
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s ease
}

.videos-nav-section .video-active .video-info .video-play-btn {
    margin-right: 30px
}

.videos-nav-section .video-active .video-info .video-title {
    font-size: 26px
}

.videos-nav-section .video-active.playing .video-info {
    opacity: 0
}

.videos-nav-section .videos-nav .video-item {
    cursor: pointer;
    border-bottom: 2px solid #e5e5e5;
    color: #a3a3a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.videos-nav-section .videos-nav .video-item.active {
    border-bottom: 2px solid #ffd600;
    color: #000
}

.videos-nav-section .videos-nav .video-item.active .video-play-btn svg circle {
    fill: #ffd600
}

.videos-nav-section .videos-nav .video-item .video-play-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.videos-nav-section .videos-nav .video-item .video-title {
    margin-bottom: 20px
}

.block-links-section {
    padding-bottom: 3.5em
}

.block-links-section.gray-bg {
    background-color: #f9f9f9;
    padding: 3.5em 0
}

@media (min-width:992px) {
    .main-wrapper.page-sidenav-both .block-links-section .content,
    .main-wrapper.page-sidenav-left .block-links-section .content {
        padding-left: 9em
    }
}

.block-links-section .block-item {
    transition: background-position .2s ease-in-out;
    background-size: 100% 200%;
    background-image: linear-gradient(180deg, #f5f5f5 50%, #ffd600 0);
    padding: 1.5em 2em;
    border-top: 4px solid #ffd600;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .1);
    margin: 15px 0
}

.block-links-section .block-item:hover {
    background-position: 0 -100%
}

.block-links-section .block-item a {
    color: #000
}

.block-links-section .block-item .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-links-section .block-item .block-content .block-text-wrapper {
    padding-left: 1.5em
}

.block-links-section .block-item .block-icon {
    margin-bottom: 15px
}

.block-links-section .block-item .block-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.block-links-section .block-item .link-list {
    line-height: 1.4
}

.block-links-section .block-item .link-icon-btn {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-right: .5em
}

.block-links-section .block-item .link-icon-btn span {
    font-size: 13px
}

.block-links-section .block-item .link-icon-btn svg {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-left: 0
}

.dropdown-downloads-section {
    padding: 3.5em 0
}

.dropdown-downloads-section .section-title {
    margin-bottom: 60px
}

.dropdown-downloads-section .downloads-list .hide {
    display: none
}

.dropdown-downloads-section .download-dropdown .dropdown-toggle {
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #e5e5e5;
    font-size: 18px;
    padding: 10px 3px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dropdown-downloads-section .download-dropdown .dropdown-toggle span {
    white-space: normal
}

.dropdown-downloads-section .download-dropdown .dropdown-toggle:after {
    display: none
}

.dropdown-downloads-section .download-dropdown .dropdown-toggle:focus {
    outline: none;
    box-shadow: none
}

.dropdown-downloads-section .download-dropdown .dropdown-toggle .caret {
    transition: all .3s linear
}

.dropdown-downloads-section .download-dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 2em;
    width: 100%
}

.dropdown-downloads-section .download-dropdown .dropdown-menu .dropdown-item {
    transition: all .3s ease;
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin-bottom: 5px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dropdown-downloads-section .download-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #e3e3e3
}

.dropdown-downloads-section .download-dropdown.show .dropdown-toggle .caret {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.dropdown-downloads-section .view-all-btn {
    margin-top: 50px
}

.single-video-section {
    padding: 15px 0 50px
}

.press-releases-section {
    padding: 3.5em 0
}

@media (min-width:768px) {
    .press-releases-section {
        padding-top: 0
    }
}

.press-releases-section .dropdown-nav {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .press-releases-section .dropdown-nav .dropdown-toggle {
        width: 100%
    }
}

.press-releases-section .press-release-carousel .single-press-release {
    position: relative;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 transparent;
    transition: all .5s ease
}

@media (max-width:991px) {
    .press-releases-section .press-release-carousel .single-press-release {
        border: 0;
        margin: 0;
        padding: 1em 0
    }
}

.press-releases-section .press-release-carousel .single-press-release h4 {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
    line-height: 1.3
}

.press-releases-section .press-release-carousel .single-press-release p {
    font-size: .85em;
    line-height: 1.6
}

.press-releases-section .press-release-carousel .single-press-release .date {
    font-size: .8em
}

.press-releases-section .press-release-carousel .single-press-release .border-bot,
.press-releases-section .press-release-carousel .single-press-release .border-bot-hover {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0
}

.press-releases-section .press-release-carousel .single-press-release .border-bot {
    background-color: rgba(255, 214, 0, .2)
}

.press-releases-section .press-release-carousel .single-press-release .border-bot-hover {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .5s ease;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-color: #ffd600
}

.press-releases-section .press-release-carousel .single-press-release .link-icon-btn {
    font-weight: 700
}

@media (min-width:768px) {
    .press-releases-section .press-release-carousel .single-press-release:hover {
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
    }
}

.press-releases-section .press-release-carousel .single-press-release:hover .border-bot-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media (max-width:991px) {
    .press-releases-section .owl-stage {
        margin-bottom: 2em
    }
}

.press-releases-section .press-release-carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.press-releases-section .press-release-carousel-nav>div {
    cursor: pointer;
    display: inline-block;
    padding: .5em;
    margin: .5em
}

.press-releases-section .press-release-carousel-nav>div.disabled {
    opacity: .1
}

.press-releases-section .press-release-carousel-nav button {
    outline: none;
    background: transparent;
    border: 0;
    padding: .5em;
    margin: .5em
}

.press-releases-section .press-release-carousel-nav button.disabled {
    opacity: .1
}

.image-library-section {
    padding: 3.5em 0
}

.image-library-section .gallery-wrapper {
    overflow-y: scroll;
    height: 910px
}

@media (max-width:767px) {
    .image-library-section .gallery-wrapper {
        overflow-y: auto;
        height: auto
    }
}

.image-library-section .gallery-wrapper::-webkit-scrollbar {
    width: 4px
}

.image-library-section .gallery-wrapper::-webkit-scrollbar-track {
    background: transparent
}

.image-library-section .gallery-wrapper::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    border-radius: 2px
}

.image-library-section .gallery-item {
    margin: 15px 0
}

.image-library-section .gallery-item a {
    color: #000
}

.image-library-section .gallery-item .image-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 200px;
    width: 100%
}

.image-library-section .gallery-item .image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 5px
}

.image-library-section .gallery-item .image-content svg {
    height: 18px;
    width: auto;
    margin-right: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 3px
}

.image-library-section .gallery-item .image-content .image-title {
    font-size: 14px;
    font-weight: 700
}

.image-library-section .gallery-item .image-content .image-size {
    font-size: 13px
}

.image-library-section .gallery-item:hover .image-thumbnail {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.image-library-section .gallery-item:hover .image-info span {
    text-decoration: underline
}

@media (max-width:767px) {
    .image-library-section .image-library-carousel .image-item .row {
        margin-left: 0;
        margin-right: 0
    }
    .image-library-section .image-library-carousel .image-item .row>div {
        padding: 1px
    }
}

.image-library-section .image-library-carousel .image-item .image-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 95px;
    width: 100%
}

.image-library-section .owl-nav.disabled {
    display: none
}

.image-library-section .layout-section-nav .nav-link {
    margin-bottom: 1em
}

.social-stream-section {
    padding: 3.5em 0;
    background-color: #fbfbfb
}

.social-stream-section .social-stream-content {
    min-height: 350px
}

.social-stream-section .social-stream-nav {
    margin: 35px 0;
    text-transform: uppercase
}

.social-stream-section .social-stream-nav .nav-link {
    color: #290506;
    padding: 0;
    margin-right: 20px
}

.social-stream-section .social-stream-nav .nav-link.active,
.social-stream-section .social-stream-nav .nav-link:hover {
    border-bottom: 2px solid #ffd600;
    color: #000
}

.social-stream-section .feed-link {
    color: #000;
    font-size: 14px;
    line-height: 1.6
}

.social-stream-section .feed-date {
    color: #a3a3a3;
    font-size: 13px;
    margin-top: 1em
}

.social-stream-section .single-social-feed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 350px;
    width: 100%;
    position: relative
}

.social-stream-section .single-social-feed.youtube {
    height: 230px;
    margin-bottom: 20px
}

.social-stream-section .single-social-feed .feed-caption {
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    line-height: 1.4;
    color: #fff;
    transition: all .3s ease
}

.social-stream-section .single-social-feed .feed-caption.visible,
.social-stream-section .single-social-feed:hover .feed-caption {
    opacity: 1
}

.social-stream-section .single-linkedin-post,
.social-stream-section .single-mainpage-news {
    position: relative;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 transparent;
    transition: all .5s ease
}

@media (max-width:991px) {
    .social-stream-section .single-linkedin-post,
    .social-stream-section .single-mainpage-news {
        border: 0;
        margin: 0;
        padding: 1em 0
    }
}

.social-stream-section .single-linkedin-post h4,
.social-stream-section .single-mainpage-news h4 {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
    line-height: 1.3
}

.social-stream-section .single-linkedin-post p,
.social-stream-section .single-mainpage-news p {
    font-size: .85em;
    line-height: 1.6
}

.social-stream-section .single-linkedin-post .date,
.social-stream-section .single-mainpage-news .date {
    font-size: .8em
}

.social-stream-section .single-linkedin-post .border-bot,
.social-stream-section .single-linkedin-post .border-bot-hover,
.social-stream-section .single-mainpage-news .border-bot,
.social-stream-section .single-mainpage-news .border-bot-hover {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0
}

.social-stream-section .single-linkedin-post .border-bot,
.social-stream-section .single-mainpage-news .border-bot {
    background-color: rgba(255, 214, 0, .2)
}

.social-stream-section .single-linkedin-post .border-bot-hover,
.social-stream-section .single-mainpage-news .border-bot-hover {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .5s ease;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-color: #ffd600
}

.social-stream-section .single-linkedin-post .link-icon-btn,
.social-stream-section .single-mainpage-news .link-icon-btn {
    font-weight: 700
}

@media (min-width:992px) {
    .social-stream-section .single-linkedin-post:hover,
    .social-stream-section .single-mainpage-news:hover {
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
    }
}

.social-stream-section .single-linkedin-post:hover .border-bot-hover,
.social-stream-section .single-mainpage-news:hover .border-bot-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.social-stream-section .social-stream-carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.social-stream-section .social-stream-carousel-nav>div {
    cursor: pointer;
    display: inline-block;
    padding: .5em;
    margin: .5em
}

.social-stream-section .social-stream-carousel-nav>div.disabled {
    opacity: .1
}

.social-stream-section .social-stream-carousel-nav button {
    outline: none;
    background: transparent;
    border: 0;
    padding: .5em;
    margin: .5em
}

.social-stream-section .social-stream-carousel-nav button.disabled {
    opacity: .1
}

.social-stream-section .wechat-qr-code {
    height: auto;
    width: 150px;
    margin: 15px 0
}

@media (max-width:991px) {
    .social-stream-section .owl-stage {
        margin-bottom: 2em
    }
}

.single-press-release-section {
    padding: 3.5em 0
}

.single-press-release-section .back-button {
    margin-bottom: 50px
}

.single-press-release-section .back-button a {
    text-transform: unset;
    color: #000;
    font-size: 20px;
    transition: all .3s ease
}

.single-press-release-section .back-button a:hover {
    color: #ed2327
}

.single-press-release-section .back-button a:hover .svg-to-red {
    stroke: #ed2327
}

.single-press-release-section .back-button a svg {
    vertical-align: middle
}

.single-press-release-section .back-button a svg .svg-to-red {
    transition: all .3s ease
}

.single-press-release-section .back-button a span {
    font-size: 16px;
    margin-left: .5em;
    font-weight: 600
}

.single-press-release-section .press-release-title {
    margin-bottom: 30px;
    line-height: 1.4
}

.table-section {
    padding: 80px 0
}

@media (min-width:992px) {
    .main-wrapper.page-sidenav-both .table-section .content,
    .main-wrapper.page-sidenav-left .table-section .content {
        padding-left: 9em
    }
}

.table-section .table-note {
    font-size: 14px
}

.table-section .table-note a {
    color: #000
}

.table-section .table-note a:hover {
    text-decoration: underline
}

.find-career-section .find-career-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.find-career-section .find-career-content h3 {
    margin-right: 20px
}

.find-career-section .find-career-content .find-career-btn {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all .2s ease;
    white-space: nowrap;
    text-transform: uppercase
}

.find-career-section .find-career-content .find-career-btn:hover {
    background-color: #ffd600;
    border-color: transparent
}

.find-career-section .find-career-content .find-career-btn .fa {
    font-size: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    padding-right: .5em
}

.find-career-section .find-career-content .find-career-btn span {
    white-space: normal
}

.connect-with-us-shortcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.connect-with-us-shortcode h3 {
    margin-right: 20px
}

.connect-with-us-shortcode a {
    margin-right: 10px;
    font-size: 20px
}

.connect-with-us-shortcode .fa {
    color: #ccc;
    transition: all .2s ease
}

.connect-with-us-shortcode .fa:hover {
    color: #ffd600
}

.video-grid-section {
    padding: 70px 0
}

.video-grid-section .video-grid-container {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:991px) {
    .video-grid-section .video-grid-container {
        padding: 0 15px
    }
}

.video-grid-section .single-video {
    margin-bottom: 20px
}

.video-grid-section .view-more-video-btn {
    font-size: 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px
}

.video-grid-section .view-more-video-btn:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #d8d8d8;
    width: 100%;
    left: 0;
    top: 12px;
    z-index: -1
}

.video-grid-section .view-more-video-btn .fa {
    display: block;
    transition: all .3s ease-in-out;
    font-size: 20px;
    font-weight: 700
}

.video-grid-section .view-more-video-btn a {
    color: #000
}

.video-grid-section .view-more-video-btn a[aria-expanded=true] .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.video-grid-section .view-more-video-btn span {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    z-index: 1
}

.multitab-content-section {
    padding-bottom: 5em
}

.multitab-content-section .layout-section-nav {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-top: 0
}

.announcements-section .announcement-list,
.announcements-section .statement-list,
.statement-section .announcement-list,
.statement-section .statement-list {
    padding: .5em 0;
    margin: 1.5em 0 3em;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5
}

.announcements-section .announcement-list .single-announcement,
.announcements-section .statement-list .single-announcement,
.statement-section .announcement-list .single-announcement,
.statement-section .statement-list .single-announcement {
    padding: 20px 0
}

.announcements-section .announcement-list .single-announcement:not(:last-child),
.announcements-section .statement-list .single-announcement:not(:last-child),
.statement-section .announcement-list .single-announcement:not(:last-child),
.statement-section .statement-list .single-announcement:not(:last-child) {
    border-bottom: 1px solid #f5f5f5
}

.announcements-section .announcement-list .date,
.announcements-section .statement-list .date,
.statement-section .announcement-list .date,
.statement-section .statement-list .date {
    font-size: 14px;
    margin-top: 0
}

.announcements-section .announcement-list .announcement-title,
.announcements-section .statement-list .announcement-title,
.statement-section .announcement-list .announcement-title,
.statement-section .statement-list .announcement-title {
    font-size: 1.1em
}

.announcements-section .announcement-list .announcement-title a,
.announcements-section .statement-list .announcement-title a,
.statement-section .announcement-list .announcement-title a,
.statement-section .statement-list .announcement-title a {
    color: #000
}

.announcements-section .announcement-list .announcement-title a:hover,
.announcements-section .statement-list .announcement-title a:hover,
.statement-section .announcement-list .announcement-title a:hover,
.statement-section .statement-list .announcement-title a:hover {
    text-decoration: underline
}

.statement-section {
    padding: 120px 0
}

.filters-section-wrapper {
    padding-left: 0
}

@media (min-width:992px) {
    .filters-section-wrapper {
        padding-left: 9em
    }
}

body#tinymce {
    margin: 12px !important
}

@media (max-width:767px) {
    section[class^=section-home-] .container {
        max-width: 767px;
        padding: 0 2em
    }
}

section[class^=section-home-] .section-wrapper {
    overflow: hidden
}

section[class^=section-home-] .content,
section[class^=section-home-] .content-next {
    padding: 6em 0
}

section[class^=section-home-] .content-next.fill-right,
section[class^=section-home-] .content.fill-right {
    padding-right: 0
}

section[class^=section-home-] .content-next h2 {
    font-size: 1.65em;
    font-weight: 800;
    margin-bottom: 1em
}

@media (max-width:767px) {
    section[class^=section-home-] .content-next h2 {
        font-size: 1.3em
    }
}

section[class^=section-home-] .content h2 {
    font-weight: 800;
    margin-bottom: 1em;
    font-size: 1.8em
}

section[class^=section-home-] .content h3 {
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: .8em
}

@media (max-width:767px) {
    section[class^=section-home-] .content h3 {
        font-size: 1.25em
    }
    section[class^=section-home-] .content h4 {
        font-size: 1.2em
    }
    section[class^=section-home-] .content p {
        font-size: .9em
    }
}

section[class^=section-home-] .content-side {
    min-width: 200px;
    margin-left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

section[class^=section-home-] .content-side>div {
    margin-bottom: 1em
}

section[class^=section-home-] .content-side a {
    font-size: .75em;
    color: #000
}

section[class^=section-home-] .content-side a.focused {
    font-weight: 600;
    border-bottom: 2px solid #ffd600
}

section[class^=section-home-] .bg-grey-1 {
    background-color: #fbfbfb
}

section[class^=section-home-] .bg-grey-2 {
    background-color: #f9f9f9
}

section[class^=section-home-] .bg-grey-3 {
    background-color: #f5f5f5
}

section[class^=section-home-] .bg-yellow {
    background-color: #fffbe6
}

.section-home-banner {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative
}

.section-home-banner .home-banner {
    background-color: #f5f5f5;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.section-home-banner .hero-video-wrapper video {
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 1s;
    z-index: -1
}

.section-home-banner .hero-banner {
    width: 100%;
    max-width: 1500px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.section-home-banner .hero-banner h1 {
    font-family: Roboto, sans-serif;
    font-size: 5em;
    font-weight: 900;
    color: #fff
}

@media (max-width:767px) {
    .section-home-banner .hero-banner h1 {
        font-size: 1.8em
    }
}

.section-home-banner .hero-nav-down {
    position: absolute;
    bottom: 5em;
    right: 0;
    margin-right: 50px;
    cursor: pointer
}

@media (max-width:767px) {
    .section-home-banner .hero-nav-down {
        bottom: 2em
    }
}

.section-home-sidenav {
    z-index: 10;
    position: absolute;
    width: 100%
}

.section-home-sidenav.scrolled-passed {
    position: fixed;
    top: 0
}

.section-home-sidenav .side-nav-wrapper {
    position: absolute;
    right: 0;
    margin-right: 50px
}

.section-home-sidenav .side-nav-wrapper .side-nav {
    margin-top: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

.section-home-sidenav .side-nav-wrapper .side-nav>div {
    margin-bottom: 1em
}

.section-home-sidenav .side-nav-wrapper .side-nav a {
    text-transform: uppercase;
    cursor: pointer;
    font-size: .75em;
    color: #000;
    border-bottom: 2px solid transparent;
    transition: all .5s ease;
    letter-spacing: .5px
}

.section-home-sidenav .side-nav-wrapper .side-nav a.focused {
    border-bottom: 2px solid #ffd600
}

.section-home-about,
.section-home-strategy {
    border-left: 6px solid #ed2327
}

.section-home-news-revised,
.section-home-supply-chain {
    border-left: 6px solid #ffd600
}

@media (max-width:767px) {
    .section-home-about,
    .section-home-strategy,
    .section-home-supply-chain {
        border-left-width: 4px
    }
}

.section-home-news {
    opacity: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #f2f2f2;
    overflow: visible;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.section-home-news.to-relative {
    position: relative
}

@media (max-width:767px) {
    .section-home-news {
        position: relative;
        box-shadow: none
    }
}

.section-home-news .home-news-container {
    transition: all .5s ease
}

.section-home-news .home-news-container .content {
    padding: 4em 0
}

@media (min-width:768px) {
    .section-home-news .home-news-container.hidden {
        height: 0
    }
}

.section-home-news .news-show-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    transition: top .5s ease
}

.section-home-news .news-show-button.show-news {
    top: -51px
}

.section-home-news .news-show-button button {
    outline: none;
    cursor: pointer;
    margin-right: 50px;
    background-color: #d8d8d8;
    border: 0;
    padding: .8em 4em;
    border-radius: 4px 4px 0 0
}

.section-home-news .news-show-button button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: .9em;
    letter-spacing: .8px
}

.section-home-news .news-show-button button span:after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: .5em;
    margin-left: 5px;
    margin-bottom: 2px
}

.section-home-news .news-show-button button span .icon {
    margin-right: .7em;
    vertical-align: middle
}

.section-home-news .news-show-button button.shown span:after {
    content: "\f078"
}

.section-home-news .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-home-news .news-carousel .single-news {
    position: relative;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    margin: .5em 2em 0 0;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 transparent;
    transition: all .5s ease
}

@media (max-width:991px) {
    .section-home-news .news-carousel .single-news {
        margin: 0
    }
}

.section-home-news .news-carousel .single-news .news-content {
    padding-bottom: 1em
}

.section-home-news .news-carousel .single-news h4 {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
    line-height: 1.3
}

.section-home-news .news-carousel .single-news p {
    font-size: .85em;
    line-height: 1.6
}

.section-home-news .news-carousel .single-news .date {
    font-size: .8em
}

.section-home-news .news-carousel .single-news .border-bot,
.section-home-news .news-carousel .single-news .border-bot-hover {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0
}

.section-home-news .news-carousel .single-news .border-bot {
    background-color: rgba(237, 35, 39, .1)
}

.section-home-news .news-carousel .single-news .border-bot-hover {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: all .5s ease;
    background-color: #ed2327
}

.section-home-news .news-carousel .single-news:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.section-home-news .news-carousel .single-news:hover .border-bot-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.section-home-news .news-carousel .single-news .more-btn-cont {
    position: absolute;
    bottom: 0;
    margin-bottom: 1em
}

.section-home-news .news-carousel .single-news .more-btn-cont a {
    font-size: 14px
}

.section-home-news .news-carousel .single-news .more-btn-cont a img.icon {
    display: inline-block;
    width: 20px;
    height: 20px
}

@media (max-width:991px) {
    .section-home-news .owl-stage {
        margin-bottom: 2em
    }
}

.section-home-news .news-carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-home-news .news-carousel-nav>div {
    cursor: pointer;
    display: inline-block;
    padding: .5em;
    margin: .5em
}

.section-home-news .news-carousel-nav>div.disabled {
    opacity: .1
}

.section-home-news .news-carousel-nav button {
    outline: none;
    background: transparent;
    border: 0;
    padding: .5em;
    margin: .5em
}

.section-home-news .news-carousel-nav button.disabled {
    opacity: .1
}

.section-home-news-mock {
    transition: all .5s ease
}

.section-home-news-mock.to-absolute {
    display: none
}

.section-home-news-revised .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-home-news-revised .news-carousel .single-news {
    position: relative;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 transparent;
    transition: all .5s ease
}

@media (max-width:991px) {
    .section-home-news-revised .news-carousel .single-news {
        margin: 0
    }
}

.section-home-news-revised .news-carousel .single-news .news-content {
    padding-bottom: 1em
}

.section-home-news-revised .news-carousel .single-news h4 {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
    line-height: 1.3
}

.section-home-news-revised .news-carousel .single-news p {
    font-size: .85em;
    line-height: 1.6
}

.section-home-news-revised .news-carousel .single-news .date {
    font-size: .8em
}

.section-home-news-revised .news-carousel .single-news .border-bot,
.section-home-news-revised .news-carousel .single-news .border-bot-hover {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0
}

.section-home-news-revised .news-carousel .single-news .border-bot {
    background-color: rgba(237, 35, 39, .1)
}

.section-home-news-revised .news-carousel .single-news .border-bot-hover {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: all .5s ease;
    background-color: #ed2327
}

.section-home-news-revised .news-carousel .single-news:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.section-home-news-revised .news-carousel .single-news:hover .border-bot-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.section-home-news-revised .news-carousel .single-news .more-btn-cont {
    position: absolute;
    bottom: 0;
    margin-bottom: 1em
}

.section-home-news-revised .news-carousel .single-news .more-btn-cont a {
    font-size: 14px
}

.section-home-news-revised .news-carousel .single-news .more-btn-cont a img.icon {
    display: inline-block;
    width: 20px;
    height: 20px
}

@media (max-width:991px) {
    .section-home-news-revised .owl-stage {
        margin-bottom: 2em
    }
}

.section-home-news-revised .news-carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-home-news-revised .news-carousel-nav>div {
    cursor: pointer;
    display: inline-block;
    padding: .5em;
    margin: .5em
}

.section-home-news-revised .news-carousel-nav>div.disabled {
    opacity: .1
}

.section-home-news-revised .news-carousel-nav button {
    outline: none;
    background: transparent;
    border: 0;
    padding: .5em;
    margin: .5em
}

.section-home-news-revised .news-carousel-nav button.disabled {
    opacity: .1
}

.section-home-supply-chain .section-wrapper .content-next {
    padding-top: 0
}

.section-home-supply-chain .supply-chain-dropdown {
    width: 100%;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .9em;
    font-weight: 600;
    padding-top: .8em;
    padding-bottom: 1em;
    border-top: 2px solid #ed2327;
    text-transform: uppercase;
    letter-spacing: .5px
}

.section-home-supply-chain .supply-chain-dropdown:after {
    font-family: FontAwesome;
    content: "\f077";
    color: #ed2327
}

.section-home-supply-chain .supply-chain-dropdown.collapsed:after {
    content: "\f078"
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-dropdown {
        padding-left: 0
    }
}

@media (min-width:768px) {
    .section-home-supply-chain .supply-chain-diagram-wrapper {
        min-height: 500px
    }
}

@media (min-width:992px) {
    .section-home-supply-chain .supply-chain-diagram-wrapper {
        min-height: 570px
    }
}

.section-home-supply-chain .supply-chain-cont {
    position: absolute;
    width: 100%;
    margin: 1em 0;
    opacity: 1;
    transition: all .5s ease
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-cont {
        position: static;
        margin: 0
    }
    .section-home-supply-chain .supply-chain-cont .supply-chain-wrapper {
        margin-bottom: 2em
    }
}

.section-home-supply-chain .supply-chain-cont.tab-invisible {
    z-index: -1;
    opacity: 0
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-cont.tab-invisible {
        opacity: 1;
        z-index: 0
    }
}

.section-home-supply-chain .supply-chain-cont.collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-cont.collapse {
        display: none
    }
}

.section-home-supply-chain .supply-chain-cont.collapse.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-cont.collapse.show {
        display: block
    }
}

.section-home-supply-chain .supply-chain-cont h4 {
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 3em;
    margin-top: .5em
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-cont h4 {
        font-size: 1em;
        margin: 2em 0
    }
}

.section-home-supply-chain .supply-chain-tab1-cont .supply-chain-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-home-supply-chain .supply-chain-tab1-cont .supply-chain-wrapper .content-wysiwig {
    padding: 0
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-tab1-cont .supply-chain-wrapper>* {
        padding: 0
    }
}

@media (min-width:768px) {
    .section-home-supply-chain .supply-chain-tab1-cont .supply-chain-wrapper .diagram-wrapper {
        padding-left: 0
    }
}

.section-home-supply-chain .supply-chain-tab1-cont>div {
    padding: 0
}

.section-home-supply-chain .supply-chain-tab1-cont .diagram canvas {
    margin: 0 auto;
    display: block
}

.section-home-supply-chain .supply-chain-tab1-cont .diagram .chainHover {
    z-index: 50;
    position: absolute;
    width: 220px;
    font-size: 14px;
    padding: 1em;
    background-color: #fbd3c2;
    border: 1px solid #f0bebf;
    opacity: 0;
    transition: opacity .5s ease
}

.section-home-supply-chain .supply-chain-tab1-cont .diagram .chainHover.show {
    opacity: 1
}

.section-home-supply-chain .supply-chain-tab1-cont .diagram-descriptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-tab1-cont .diagram-descriptions {
        display: none
    }
}

.section-home-supply-chain .supply-chain-tab1-cont .diagram-descriptions .description {
    position: absolute;
    top: 50%;
    padding: 1.5em 0 1.5em 2em;
    border-left: 2px solid #ffd600;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    transition: all .5s ease;
    pointer-events: none
}

.section-home-supply-chain .supply-chain-tab1-cont .diagram-descriptions .description.selected {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: auto
}

.section-home-supply-chain .supply-chain-tab1-cont .diagram-descriptions .description h3 {
    margin-bottom: 0
}

.section-home-supply-chain .supply-chain-tab1-cont .diagram-description-carousel .owl-dots {
    margin-top: 1.5em
}

.section-home-supply-chain .supply-chain-tab1-cont .description h4 {
    font-size: 1.2em;
    font-weight: 800
}

.section-home-supply-chain .supply-chain-tab2-cont .video-wrapper {
    width: 800px;
    max-width: 100%;
    margin-bottom: 1em
}

@media (max-width:1199px) {
    .section-home-supply-chain .supply-chain-tab2-cont .video-wrapper {
        max-width: 85%
    }
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-tab2-cont .video-wrapper {
        max-width: 100%
    }
}

.section-home-supply-chain .supply-chain-tab2-cont .video-wrapper .video-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 93%
}

.section-home-supply-chain .supply-chain-tab2-cont .video-wrapper .video-info .video-desc {
    font-size: .9em
}

.section-home-supply-chain .supply-chain-tab3-cont {
    padding-right: 5em
}

@media (max-width:767px) {
    .section-home-supply-chain .supply-chain-tab3-cont {
        padding-right: 0
    }
}

.section-home-supply-chain .supply-chain-tab3-cont .line-diagram p {
    font-weight: 800;
    font-size: 1.3em
}

.section-home-supply-chain .supply-chain-tab3-cont .line-diagram .line-item {
    display: inline-block;
    position: relative;
    text-align: right;
    margin-bottom: 2em
}

.section-home-supply-chain .supply-chain-tab3-cont .line-diagram .line-item p {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: .5em
}

.section-home-supply-chain .supply-chain-tab3-cont .line-diagram .line-item .line {
    position: absolute;
    height: 7px;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
}

.section-home-supply-chain .supply-chain-tab3-cont.collapse.show .line-diagram .line-item .line,
.section-home-supply-chain .supply-chain-tab3-cont .line-diagram .line-item .line.animate-line {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all 1s ease .5s
}

.section-home-supply-chain .supply-chain-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 2em
}

.section-home-supply-chain .supply-chain-tab>div {
    padding: 0;
    padding-right: 30px;
    position: relative;
    cursor: pointer
}

.section-home-supply-chain .supply-chain-tab>div .label {
    position: relative;
    padding-top: .5em;
    letter-spacing: .5px;
    text-transform: uppercase
}

.section-home-supply-chain .supply-chain-tab>div .border-top,
.section-home-supply-chain .supply-chain-tab>div .border-top-hover {
    position: absolute;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0
}

.section-home-supply-chain .supply-chain-tab>div .border-top {
    background-color: rgba(237, 35, 39, .1)
}

.section-home-supply-chain .supply-chain-tab>div .border-top-hover {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background-color: #585858
}

.section-home-supply-chain .supply-chain-tab>div:hover .border-top-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.section-home-supply-chain .supply-chain-tab>div .border-top-hover.active {
    background-color: #ed2327;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.section-contactus-layout {
    padding: 3em 0
}

.section-contactus-layout .contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .section-contactus-layout .contact-wrapper .content-wysiwig {
        margin-bottom: 5em
    }
}

.section-contactus-layout .contact-wrapper .contact-info h3 {
    font-weight: 800;
    font-size: 1.25em;
    margin-bottom: 1.5em
}

.section-contactus-layout .contact-wrapper .contact-info h4 {
    font-size: 1.1em;
    font-weight: 600
}

.section-contactus-layout .contact-wrapper .contact-info p {
    font-size: 1.1em;
    margin-bottom: 2em
}

.section-contactus-layout .contact-wrapper .contact-info a {
    color: #000;
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease
}

.section-contactus-layout .contact-wrapper .contact-info a:hover {
    border-color: red
}

.form-radio-layout1 {
    padding-top: 2em;
    padding-bottom: 1em
}

.form-radio-layout1 .radioButtonWrapper {
    margin-bottom: .5em
}

.form-radio-layout1 .radioButtonWrapper>label {
    position: relative;
    padding-left: 2em;
    margin-right: 1.5em;
    margin-bottom: 0
}

.form-radio-layout1 .radioButtonWrapper>label input[type=radio] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.form-radio-layout1 .radioButtonWrapper>label .checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8
}

.form-radio-layout1 .radioButtonWrapper>label .checkmark:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.form-radio-layout1 .radioButtonWrapper>label input[type=radio]:checked~.checkmark:after {
    background-color: #ccc
}

.fl_form .form-control-wrap {
    width: 100%;
    display: inline-block;
    z-index: 4
}

.fl_form .fl_wrap {
    position: relative;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    transition: all .3s ease
}

.fl_form .fl_wrap.service-interest {
    height: 65px;
    cursor: pointer
}

.fl_form .fl_wrap.service-interest.populated {
    height: auto
}

.fl_form .fl_wrap.service-interest .fl_textarea {
    padding-top: 2em
}

.fl_form .fl_wrap.service-interest .fl_textarea .fl_input {
    padding: 0 1em;
    height: 170px
}

.fl_form .fl_wrap.focused .fl_label,
.fl_form .fl_wrap.notvalid .fl_label,
.fl_form .fl_wrap.populated .fl_label {
    opacity: 1;
    top: 0;
    -webkit-transform: translate3d(0, 20%, 0) scale(.6);
    transform: translate3d(0, 20%, 0) scale(.6);
    font-weight: 600
}

.fl_form .fl_wrap.focused .fl_label.required:after,
.fl_form .fl_wrap.notvalid .fl_label.required:after,
.fl_form .fl_wrap.populated .fl_label.required:after {
    content: " *"
}

.fl_form .fl_wrap.focused {
    border-radius: 4px;
    border: 1px solid #000;
    background-color: transparent
}

.fl_form .fl_wrap.notvalid {
    border: 1px solid #ed2327;
    background-color: rgba(237, 35, 39, .12);
    margin-bottom: 2.5em
}

.fl_form .fl_wrap.notvalid .fl_label {
    color: #ed2327
}

.fl_form .fl_wrap .fa {
    position: absolute;
    right: 20px;
    top: 24px
}

.fl_form .fl_input {
    height: 65px;
    width: 100%;
    padding: 1em 3em 0 1em;
    outline: 0;
    border: none;
    background: transparent;
    transition: all .3s ease
}

.fl_form .fl_input.select-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.fl_form .fl_label {
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1);
    color: #000;
    opacity: .6;
    transition: all .3s ease;
    pointer-events: none
}

.fl_form .fl_label.required:after {
    content: " (required)"
}

.fl_form .fl_textarea .fl_input {
    padding: 2em 1em;
    height: 300px
}

.fl_form .fl_textarea .fl_label {
    top: 10%
}

.fl_form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px
}

.section-contactus-interest-modal .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.section-contactus-interest-modal .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none
}

.section-contactus-interest-modal .modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    padding: 3em
}

.admin-bar .section-contactus-interest-modal .modal-content {
    margin-top: 32px
}

@media (max-width:767px) {
    .admin-bar .section-contactus-interest-modal .modal-content {
        margin-top: 32px
    }
}

@media (max-width:783px) {
    .admin-bar .section-contactus-interest-modal .modal-content {
        margin-top: 46px
    }
}

.section-contactus-interest-modal .modal-content .header {
    text-align: center
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col:not(:last-child) {
    padding-right: 1em
}

@media (max-width:1199px) {
    .section-contactus-interest-modal .modal-content .services-list-cont .service-col:not(:last-child) {
        padding-right: 0;
        margin-bottom: 1em
    }
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group {
    padding: 1em;
    border: 1px solid #e5e5e5
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group:not(:last-child) {
    margin-bottom: 1em
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group .heading {
    text-align: center
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group .heading span {
    display: inline-block;
    width: 150px;
    line-height: 1.5em;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: .8em
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group .input-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: normal
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group .input-group label:last-child {
    margin-bottom: 0
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group .input-group label input {
    margin-right: 1em
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group .input-group label .textbox {
    margin-top: .5em
}

.section-contactus-interest-modal .modal-content .services-list-cont .service-col .service-group .input-group label .smaller {
    font-size: .8em
}

.section-contactus-interest-modal .modal-content .close-btn {
    position: absolute;
    top: .5em;
    right: .5em
}

.section-contactus-interest-modal .modal-content .close-btn button {
    background: none;
    border: none;
    font-size: 2em;
    line-height: 0;
    height: 30px
}

.section-contactus-interest-modal .modal-content .confirm-btn {
    text-align: center;
    margin-top: 2em
}

@media (max-width:575px) {
    .section-contactus-interest-modal .modal-content .confirm-btn button {
        width: 100%
    }
}

.section-contactus-interest-modal .modal-dialog.modal-xl {
    width: 100%;
    max-width: 90%
}

@media (min-width:992px) {
    .section-contactus-interest-modal .modal-dialog.modal-xl {
        width: 60%;
        max-width: 1200px
    }
}

.error404 .search-wrapper,
.section-search-layout .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error404 .search-wrapper .search-form-cont,
.section-search-layout .search-wrapper .search-form-cont {
    margin-bottom: 4em
}

.error404 .search-wrapper .search-form-cont .search-form,
.section-search-layout .search-wrapper .search-form-cont .search-form {
    width: 100%;
    max-width: 750px
}

.error404 .search-wrapper .search-form-cont .search-form input,
.section-search-layout .search-wrapper .search-form-cont .search-form input {
    outline: 0;
    width: 80%;
    min-height: 52px;
    padding: .7em 1.5em;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.error404 .search-wrapper .search-form-cont .search-form .submit-button,
.section-search-layout .search-wrapper .search-form-cont .search-form .submit-button {
    width: 20%;
    padding-left: .5em
}

.error404 .search-wrapper .search-form-cont .search-form .submit-button button,
.section-search-layout .search-wrapper .search-form-cont .search-form .submit-button button {
    width: 100%;
    border: 0;
    background: #ffd600;
    border-radius: 4px;
    height: 51px;
    font-size: 1.5em
}

.section-search-layout {
    padding: 10em 0;
    min-height: 70vh
}

.section-search-layout .gcsc-branding,
.section-search-layout .gsc-above-wrapper-area,
.section-search-layout .gsc-branding {
    display: none
}

.section-search-layout .gsc-control-cse {
    font-family: Roboto, sans-serif;
    padding: 0
}

.section-search-layout .gsc-results .gsc-result {
    margin-bottom: 1em
}

.section-search-layout .gsc-results .gsc-result .gsc-thumbnail-inside,
.section-search-layout .gsc-results .gsc-result .gsc-url-top {
    padding: 0
}

.section-search-layout .gsc-results .gsc-result .gs-title {
    height: auto;
    text-decoration: none
}

.section-search-layout .gsc-results .gsc-result .gs-title a.gs-title,
.section-search-layout .gsc-results .gsc-result .gs-title a.gs-title b {
    font-size: 1.1em;
    color: #000;
    font-weight: 600;
    text-decoration: none
}

.section-search-layout .gsc-results .gsc-result .gsc-url-top {
    line-height: 1em
}

.section-search-layout .gsc-results .gsc-result .gsc-url-top div.gs-visibleUrl {
    color: #000;
    opacity: .5;
    font-weight: 500
}

.section-search-layout .gsc-results .gsc-result .gsc-url-top div.gs-visibleUrl b {
    font-weight: 500
}

.section-search-layout .gsc-results .gsc-cursor-box {
    margin: 5em 0 0
}

.section-search-layout .gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #000;
    opacity: .5;
    font-weight: 500;
    margin-right: 1.5em
}

.section-search-layout .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    opacity: 1
}

body.page-template-template-subscribe .section-page-actual-content {
    margin-top: 5em
}

.section-subscribe-layout {
    margin-bottom: 4em
}

.section-subscribe-layout .radio-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-subscribe-layout .radio-input input[type=radio] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.section-subscribe-layout .radio-input label {
    position: relative;
    padding-left: 2em;
    margin-right: 1.5em;
    margin-bottom: 0
}

.section-subscribe-layout .radio-input .checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8
}

.section-subscribe-layout .radio-input .checkmark:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.section-subscribe-layout .radio-input input[type=radio]:checked~.checkmark:after {
    background-color: #ccc
}

.section-subscribe-layout .checkbox-input input[type=checkbox] {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.section-subscribe-layout .checkbox-input label {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0
}

.section-subscribe-layout .checkbox-input .checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8
}

.section-subscribe-layout .checkbox-input .checkmark:after {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    opacity: 0
}

.section-subscribe-layout .checkbox-input input[type=checkbox]:checked~.checkmark {
    background-color: #ccc
}

.section-subscribe-layout .checkbox-input input[type=checkbox]:checked~.checkmark:after {
    opacity: 1
}

.section-subscribe-layout .subscribe-form {
    padding: 2em 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.comment-form .section-subscribe-layout .subscribe-form p,
.search-form .section-subscribe-layout .subscribe-form label,
.section-subscribe-layout .subscribe-form .comment-form p,
.section-subscribe-layout .subscribe-form .form-group,
.section-subscribe-layout .subscribe-form .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.comment-form .section-subscribe-layout .subscribe-form p .form-label label,
.search-form .section-subscribe-layout .subscribe-form label .form-label label,
.section-subscribe-layout .subscribe-form .comment-form p .form-label label,
.section-subscribe-layout .subscribe-form .form-group .form-label label,
.section-subscribe-layout .subscribe-form .search-form label .form-label label {
    margin-top: .5em;
    font-weight: 500
}

.comment-form .section-subscribe-layout .subscribe-form p .form-input input[type=email],
.comment-form .section-subscribe-layout .subscribe-form p .form-input input[type=number],
.comment-form .section-subscribe-layout .subscribe-form p .form-input input[type=text],
.comment-form .section-subscribe-layout .subscribe-form p .form-input textarea,
.search-form .section-subscribe-layout .subscribe-form label .form-input input[type=email],
.search-form .section-subscribe-layout .subscribe-form label .form-input input[type=number],
.search-form .section-subscribe-layout .subscribe-form label .form-input input[type=text],
.search-form .section-subscribe-layout .subscribe-form label .form-input textarea,
.section-subscribe-layout .subscribe-form .comment-form p .form-input input[type=email],
.section-subscribe-layout .subscribe-form .comment-form p .form-input input[type=number],
.section-subscribe-layout .subscribe-form .comment-form p .form-input input[type=text],
.section-subscribe-layout .subscribe-form .comment-form p .form-input textarea,
.section-subscribe-layout .subscribe-form .form-group .form-input input[type=email],
.section-subscribe-layout .subscribe-form .form-group .form-input input[type=number],
.section-subscribe-layout .subscribe-form .form-group .form-input input[type=text],
.section-subscribe-layout .subscribe-form .form-group .form-input textarea,
.section-subscribe-layout .subscribe-form .search-form label .form-input input[type=email],
.section-subscribe-layout .subscribe-form .search-form label .form-input input[type=number],
.section-subscribe-layout .subscribe-form .search-form label .form-input input[type=text],
.section-subscribe-layout .subscribe-form .search-form label .form-input textarea {
    outline: 0;
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: .5em 1em
}

.comment-form .section-subscribe-layout .subscribe-form p .form-input .select2-container,
.search-form .section-subscribe-layout .subscribe-form label .form-input .select2-container,
.section-subscribe-layout .subscribe-form .comment-form p .form-input .select2-container,
.section-subscribe-layout .subscribe-form .form-group .form-input .select2-container,
.section-subscribe-layout .subscribe-form .search-form label .form-input .select2-container {
    width: 100%
}

.section-subscribe-layout .subscribe-form .select2-container--default .select2-selection {
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: .5em 1em
}

.section-subscribe-layout .terms-conditions {
    padding: 4em 0;
    font-size: .9em
}

.section-subscribe-layout .terms-conditions ol {
    padding-left: 15px
}

.section-subscribe-layout .terms-conditions li {
    margin-bottom: 15px
}

.section-subscribe-layout button[type=submit]:disabled {
    background-color: #ccc;
    color: #000;
    cursor: unset
}

.news-archives-section {
    padding: 120px 0
}

.news-archives-section .press-release-list {
    margin-bottom: 3em
}

.news-archives-section .press-release-list .single-press-release {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0
}

.news-archives-section .press-release-list .single-press-release .link-icon-btn {
    font-weight: 700
}

.news-archives-section .press-release-list .single-press-release .press-release-content .date {
    font-size: .85em
}

.news-archives-section .press-release-list .single-press-release .press-release-content .press-release-title {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600
}

.news-archives-section .press-release-list .single-press-release .press-release-content .content-wysiwig {
    line-height: 20px
}

.news-archives-section .press-release-list .single-press-release .press-release-content .content-wysiwig p {
    font-size: .9em
}

.press-release-content .content-wysiwig {
    margin-bottom: 20px;
}

.news-archives-section .press-release-list .press-release-title a {
    color: #000
}

.news-archives-section .press-release-list .press-release-title a:hover {
    text-decoration: underline
}

.latest-press-release-section {
    padding: 3.5em 0
}

@media (min-width:768px) {
    .latest-press-release-section {
        padding-top: 0
    }
}

.latest-press-release-section .press-release-title {
    margin-bottom: 30px
}

.reports-presentations-section {
    padding: 120px 0
}

.reports-presentations-section .report-presentation-content {
    margin-bottom: 70px
}

.reports-presentations-section .single-report-presentation {
    padding: 50px 0;
    border-bottom: 1px solid #f5f5f5
}

.reports-presentations-section .single-report-presentation h5 {
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 1.5em
}

.reports-presentations-section .single-report-presentation .download-cover {
    box-shadow: 1px 7px 14px 2px rgba(0, 0, 0, .1)
}

@media (max-width:991px) {
    .reports-presentations-section .single-report-presentation .download-cover {
        margin-bottom: 20px
    }
}

.reports-presentations-section .single-report-presentation .download-cover img {
    width: 100%
}

.reports-presentations-section .single-report-presentation .download-item {
    cursor: pointer;
    background-color: #f5f5f5;
    color: #000;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px;
    margin-bottom: 10px;
    transition: all .2s ease-in-out
}

.reports-presentations-section .single-report-presentation .download-item .download-title {
    font-weight: 700
}

.reports-presentations-section .single-report-presentation .download-item .file-info {
    font-size: 14px;
    text-transform: uppercase
}

.reports-presentations-section .single-report-presentation .download-item .file-info svg {
    vertical-align: middle;
    margin-left: 5px
}

.reports-presentations-section .single-report-presentation .download-item:hover {
    background-color: #ffd600
}

.main-wrapper .section-sitemap-layout {
    padding: 10em 0
}

.main-wrapper .section-sitemap-layout .sitemap-wrapper>ul:not(:last-child) {
    margin-bottom: 0
}

.main-wrapper .section-sitemap-layout .sitemap-wrapper>ul>li {
    margin-left: 0
}

.main-wrapper .section-sitemap-layout .sitemap-wrapper>ul>li:before {
    content: none
}

.main-wrapper .section-sitemap-layout .sitemap-wrapper>ul ul {
    margin-left: 1em
}

.main-wrapper .section-sitemap-layout .sitemap-wrapper ul li {
    padding-bottom: 0
}

.main-wrapper .section-sitemap-layout .sitemap-wrapper ul li:before {
    color: #000
}

.main-wrapper .section-sitemap-layout .sitemap-wrapper a {
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease
}

.main-wrapper .section-sitemap-layout .sitemap-wrapper a:hover {
    border-color: red
}

.um a.um-button.um-alt,
.um input.um-button {
    color: #290506;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    opacity: 1;
    box-shadow: none;
    background: transparent;
    border: 1px solid #e8e8e8 !important
}

.um input[type=submit].um-button {
    background: #ffd600;
    border: 1px solid #ffd600 !important
}

.um input[type=submit].um-button:active,
.um input[type=submit].um-button:focus,
.um input[type=submit].um-button:hover {
    background: #f0c900
}

.um input[type=password].um-form-field,
.um input[type=text].um-form-field {
    height: 48px !important;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin-bottom: 15px
}

.um input[type=password].um-form-field.um-error,
.um input[type=text].um-form-field.um-error {
    border: 1px solid #ed2327 !important;
    background-color: #fde5e5
}

.um .um-field-select .select2-container--default .selection .select2-selection {
    height: 48px !important;
    background-color: #f2f2f2 !important;
    border: 1px solid #d8d8d8 !important
}

.um .um-field-select .select2-container--default .selection .select2-selection .select2-selection__clear {
    display: none
}

.um textarea.um-form-field {
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin-bottom: 15px
}

.um .um-field-block {
    color: #160202;
    font-size: 20px;
    font-weight: 700
}

.um .um-field-label {
    font-size: 16px;
    color: #160202;
    opacity: .8;
    margin-bottom: 2px
}

.um .um-field-checkbox-state i,
.um .um-field-radio-state i {
    color: #d8d8d8
}

.um span.um-req {
    font-size: 16px;
    color: #ed2327;
    margin: 0 0 0 3px
}

.um .um-field-area {
    margin-bottom: 20px
}

.um .um-field-area select.um-error~span.select2-container .select2-selection {
    border: 1px solid #ed2327 !important;
    background-color: #fde5e5 !important
}

.um .um-field-area select.um-error~span.select2-container .select2-selection .select2-selection__arrow b {
    border-color: #ed2327 transparent transparent !important
}

.um .um-field-error {
    margin: -8px 0 0;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), #ed2327
}

.um .um-field-error .um-field-arrow {
    color: #f35756
}

.um p.um-notice {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), #ed2327
}

.um p.um-notice.success {
    background-color: #37891b
}

.um a.um-link-alt {
    color: #160202 !important;
    text-align: left;
    text-decoration: underline !important;
    opacity: .8
}

.um .um-field-checkbox-option,
.um .um-field-radio-option {
    color: #160202 !important;
    font-size: 16px;
    margin-top: 55px;
    margin-bottom: 40px
}

.um .um-col-alt-b {
    padding-top: 40px
}

.um .um-field .g-recaptcha {
    margin-left: 0
}

.um.um-login #um-submit-btn {
    float: left
}

.um.um-login .um-login-regi {
    font-weight: 400;
    color: #000;
    margin-top: 20px
}

.um.um-login .um-login-regi a {
    text-decoration: underline
}

.um.um-login .um-login-regi a:focus,
.um.um-login .um-login-regi a:hover {
    border-color: transparent
}

.um.um-register .um-postmessage {
    color: #160202;
    font-size: 20px;
    font-weight: 700
}

.um.um-register .um-field-block {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400
}

.um.um-register .um-field-block a:hover {
    border-bottom: transparent
}

.um.um-register .um-field-block:last-child {
    margin-bottom: 60px
}

.um.um-register #um-submit-btn {
    float: left
}

.um.um-register .form_after_login {
    margin-top: 30px;
    color: #160202
}

.um.um-register .form_after_login a {
    text-decoration: underline
}

.um.um-register .form_after_login a:hover {
    border-color: transparent
}

.um.um-account .um-account-side {
    width: 25%
}

.um.um-account .um-account-side ul li {
    line-height: 0;
    background: transparent;
    border-bottom: 0
}

.um.um-account .um-account-side ul li:before {
    display: none
}

.um.um-account .um-account-side ul li .um-account-title {
    padding-left: 0;
    height: auto;
    line-height: 1.3;
    font-weight: 400;
    color: #160202
}

.um.um-account .um-account-side a.um-account-link,
.um.um-account .um-account-side a.um-account-link-logout {
    display: inline-block;
    color: #160202;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 0
}

.um.um-account .um-account-side a.um-account-link-logout:hover,
.um.um-account .um-account-side a.um-account-link:hover {
    background: transparent;
    border-bottom: 0
}

.um.um-account .um-account-side a.um-account-link-logout.current .um-account-title,
.um.um-account .um-account-side a.um-account-link.current .um-account-title {
    font-weight: 700
}

.um.um-account .um-account-main p.um-account-main-header {
    color: #212529;
    font-size: 20px;
    margin-bottom: 40px !important
}

.um.um-account .um-account-main .um-account-nav a {
    position: relative;
    padding-left: 0;
    font-size: 20px;
    color: #160202 !important;
    font-weight: 400
}

.um.um-account .um-account-main .um-account-nav a .arr {
    display: none
}

.um.um-account .um-account-main .um-account-nav a:before {
    display: block;
    position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    color: #ed2327;
    right: 0
}

.um.um-account .um-account-main .um-account-nav a.current {
    border-bottom: 1px solid transparent !important
}

.um.um-account .um-account-main .um-account-nav a.current:before {
    content: "\f077"
}

.um.um-account .um-account-main .um-account-tab {
    margin-bottom: 60px
}

.um.um-account .um-account-main .um-account-nav-logout {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #160202;
    margin-top: 40px
}

.um.um-password .um-field-block {
    margin-bottom: 60px
}

.um.um-password .um-field-block h3 {
    color: #212529;
    font-size: 20px;
    line-height: 32px
}

.um.um-password .um-field-block p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400
}