html {
}
.grecaptcha-badge {
    z-index: 9;
}
.photo-right {
    float: right;
    width: calc(50% - 30px);
    margin: 0 0 15px 30px;
    padding: 0;
}
.photo-left {
    float: left;
    width: calc(50% - 30px);
    margin: 0 30px 15px 0;
    padding: 0;
}
.photo-center {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
}

.video-block {
    margin-bottom: 30px;
}
.par-video {
    width: 100%;
}
.par-video-inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 56.25%;
    position: relative;
}
.par-video .par-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.par-video-caption {
    width: 100%;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #383838;
    padding: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.14px;
    border-bottom: 3px solid #e04b40;
    line-height: 1.6;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
h1.beta {
    margin-left: 5px;
}

/* submenu */
.menu-list-sub {
    position: absolute;
    z-index: 1001;
    top: 100%;
    left: -999em;
    min-width: 175px;
    transform: translateX(-50%);
    display: block;
    background-color: #fff;
    border: none;
    border-top: solid 2px #406826;
}

.menu-list-sub:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #406826 transparent;
    display: block;
    position: absolute;
    top: -7px;
    transform: translateX(-50%);
    left: 50%;
}
.menu-list-sub > li {
    line-height: 36px;
}
.menu-list-sub > li a {
    display: block;
    height: 100%;
    line-height: 36px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    text-decoration: none;
}
.menu-list-sub > li:hover {
    background-color: #eee;
}
.menu-list-sub > li:hover a {
    color: #406826;
}
.menu-list-item:focus > ul,
.menu-list-item:hover > ul,
.menu-list-item > ul:hover,
.menu-list-item > ul:focus {
    left: 50%;
}
.section-menu-links .btn-item-shadow {
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
}
.section-menu-links {
    padding-bottom: 0;
}
.section-menu-links .btn-item-block:after {
    clear: both;
    content: "";
    display: table;
}
.section-menu-links .btn-item {
    float: left;
    margin-bottom: 20px;
}
.offer-icon .img-responsive,
.offer-flex .img-responsive {
    max-height: 71px;
}
.offer-content {
    width: 100%;
}
.email-fix {
    float: left;
}