.margin-bottom-xs {
    margin-bottom: 1.5rem;
}

.margin-bottom-xxs {
    margin-bottom: 1rem;
}

.margin-bottom-xxxs {
    margin-bottom: 0.5rem;
}

.margin-bottom-m {
    margin-bottom: 2rem;
}

.full-width {
    width: 100%;
}

.sixteen-nine {
    position: relative;
}

.sixteen-nine > .aspect-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.square-ratio {
    position: relative;
}

.square-ratio > .aspect-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.square-ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.seven-five {
    position: relative;
}

.seven-five:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 71.42857%;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.xl-hide {
    display: inline-block;
}

.xs-hide {
    display: none;
}

#cboxWrapper .help-navigation { 
    display:none
}

.readmore-reset-position {
    position: relative;
}

.text-right {
    text-align: right;
}

.margin-bottom-xl {
    margin-bottom: 3.5rem;
}

.vertical-align-bottom {
    position: absolute;
    bottom: 0;
}

.block-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.1);
}

.two-one {
    position: relative;
}

.two-one:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider {
    border: solid 1px rgba(102, 102, 102, 0.5);
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    background-color: rgba(102, 102, 102, 0.5);
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    position: absolute;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00A78E;
    border-color: #00A78E;
}

.badging {
    height: 1rem;
    margin-top: -1px;
}
.margin-bottom-xl {
    margin-bottom: 3.5rem !important;
}

.margin-bottom-xxl {
    margin-bottom: 4rem !important;
}

.bg-white {
    background-color: #fff;
}

.caret-down{
    display: inline-block;
    width: 12px;
    height: 13px;
    background-image: url(./../images/plus-icon.png);
    background-position: center center;
    position: absolute;
    top: 17px;
    right: 3rem;
    position: relative;
    top: 1px;
    right: -15px;
}
.margin-bottom-l {
    margin-bottom: 3rem !important;
}

.nine-four {
    position: relative;
}

.nine-four:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 44.44444%;
}

.node-type-panopoly-landing-page .page-header {
    display: none;
}

.js-no-transform {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-perspective: none !important;
    perspective: none !important;
}

@media only screen and (min-width: 768px) {
    .margin-bottom-m {
        margin-bottom: 2.5rem;
    }
    .margin-bottom-xxl {
        margin-bottom: 4.5rem !important;
    }
    .xl-hide {
        display: none;
    }
    .xs-hide {
        display: inline-block;
    }
    .caret-down{
        position: relative;
        top: 1px;
        right: -15px;
    }
    .badging {
        height: 1.5rem;
        margin-top: -1px;
    }
}