.cms-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cms-content__menu {
    margin-bottom: 50px;
}
.cms-menu__title {
    padding-top: 5px;
    padding-bottom: 17.5px;
}
@media (min-width: 769px) {
    .cms-menu__title {
        padding-bottom: 30px;
    }
}
.cms-menu__title h4 {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    position: relative;
    cursor: pointer;
}
@media (min-width: 469px) {
    .cms-menu__title h4 {
        font-size: 14px;
        cursor: auto;
    }
}
@media (min-width: 769px) {
    .cms-menu__title h4 {
        font-size: 18px;
    }
}
.cms-menu__block.opened .cms-menu__title h4 {
    color: #ed284f;
}
.cms-menu__title h4 span {
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 469px) {
    .cms-menu__title h4 span {
        display: none;
    }
}
.cms-menu__title h4 span.plus {
    
}
.cms-menu__title h4 span.minus {
    visibility: hidden;
    opacity: 0;
}
.cms-menu__block.opened .cms-menu__title h4 span {
    fill: #ed284f;
}
.cms-menu__block.opened .cms-menu__title h4 span.plus {
    visibility: hidden;
    opacity: 0;
}
.cms-menu__block.opened .cms-menu__title h4 span.minus {
    visibility: visible;
    opacity: 1;
}
.cms-menu__list {
    max-height: 0px;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
@media (min-width: 469px) {
    .cms-menu__list {
        display: block;
        max-height: none;
        padding-bottom: 0px;
    }
}
.cms-menu__list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-left: 2px solid #ed284f;
}
.cms-menu__list li {
    
}
.cms-menu__list li:last-child {
    
}
.cms-menu__list a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    padding: 12px 10px 12px 18px;
}
@media (min-width: 469px) {
    .cms-menu__list a {
        font-size: 14px;
    }
}
@media (min-width: 769px) {
    .cms-menu__list a {
        font-size: 16px;
    }
}
.cms-menu__list a:hover,
.cms-menu__list a:focus,
.cms-menu__list a:active {
    text-decoration: underline;
    color: #ee3d60;
}
.cms-content__title {
    margin-bottom: 30px;
}
.cms-content__title h2 {
    margin: 0px;
}
.cms-content__text {
    margin-bottom: 30px;
    line-height: 24px;
}
.cms-content label {
    font-size: 14px;
    color: #333;
}
.cms-content input.form-control {
    border: 2px solid rgba(183, 183, 183, 0.4);
    height: 41px;
    padding: 10px;
}
.cms-content textarea.form-control {
    border: 2px solid rgba(183, 183, 183, 0.4);
    padding: 10px;
}
.cms-content__item {
    border-bottom: 1px solid rgba(183, 183, 183, 0.4);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cms-content__item:last-child {
    border-bottom: none;
}
.cms-item__content-title {
    padding-bottom: 20px;
}
.cms-item__content-title h3 {
    margin: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.cms-item__content-title h3 a {
    color: #333333;
    text-decoration: none;
}
.cms-item__content-abstract {
    padding-bottom: 20px;
}
.cms-item__content-abstract p:last-child {
    margin-bottom: 0px;
}
.product-connections {
    margin-top: 50px;
}
.product-connections__title {
    
}
.product-connections__title h2 {
    text-align: center;
}
.product-connections__carousel {
    position: relative;
}
.product-connections .owl-carousel .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-connections__item {
    border-top: 2px solid #f9f9f9;
    border-bottom: 2px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
    text-align: center;
    position: relative;
}
.product-connections__item:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    z-index: 10;
}
.product-connections__carousel .dots {
    text-align: center;
    padding-top: 5px;
    line-height: 0px;
    font-size: 0px;
}
.product-connections__carousel .owl-dot {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.product-connections__carousel .owl-dot:last-child {
    margin-right: 0px;
}
.product-connections__carousel .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #eeeeee;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.product-connections__carousel .owl-dot.active span {
    background-color: #ed284f;
}
.product-connections__carousel .prev,
.product-connections__carousel .next {
    z-index: 2;
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    background-color: transparent;
    top: 50%;
    margin-top: -20.5px;
    color: #777777;
    line-height: 41px;
    cursor: pointer;
    text-align: center;
    font-size: 55px;
    display: none;
}
.product-connections__carousel .prev {
    left: -55px;
}
.product-connections__carousel .next {
    right: -55px;
}
.product-connections__carousel .prev:hover,
.product-connections__carousel .next:hover,
.product-connections__carousel .prev:active,
.product-connections__carousel .next:active,
.product-connections__carousel .prev:focus,
.product-connections__carousel .next:focus {
    
}
@media (min-width: 1270px) {
    .product-connections__carousel .prev,
    .product-connections__carousel .next {
        display: block;
    }
}
.cms-documents {
    margin-top: 50px;
}
.cms-documents__title {
    
}
.cms-documents__title h3 {
    
}
.cms-documents__documents {
    
}
.cms-documents__documents .document {
    padding-bottom: 10px;
}
.cms-documents__documents .document a {
    display: inline-block;
    padding-right: 15px;
}
.cms-photogallery {
    
}
.cms-photogallery ul {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: -5px;
    margin-top: -5px;
}
.cms-photogallery li {
    float: left;
    padding: 5px;
    width: 160px;
    height: 160px;
}
.cms-photogallery li a {
    height: 100%;
    border: 1px solid rgba(183, 183, 183, 0.4);
    padding: 5px;
    display: block;
    text-align: center;
    padding-top: 5px;
}
.cms-photogallery li a:hover {
    border-color: #000;
}
.cms-photogallery li a img {
    
}