@font-face {
    font-family: "PFSquareSansPro-Regular";
    src: url("../fonts/PFSquareSansPro-Regular.woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: "PFSquareSansPro-Bold";
    src: url("../fonts/PFSquareSansPro-Bold.woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: "PFSquareSansPro-BoldItalic";
    src: url("../fonts/PFSquareSansPro-BoldItalic.woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: "PFSquareSansPro-Light";
    src: url("../fonts/PFSquareSansPro-Light.woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: "PFSquareSansPro-Medium";
    src: url("../fonts/PFSquareSansPro-Medium.woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: "PFSquareSansPro-ExtraBlack";
    src: url("../fonts/PFSquareSansPro-ExtraBlack.woff");
    font-weight: normal;
    font-style: normal; }

.button {
    outline: none !important; }

.primaryButton {
    font-family: "PFSquareSansPro-Medium";
    color: #ffffff !important;
    font-size: 16px;
    line-height: 16px;
    background: linear-gradient(to right, #97d700, #509e2f);
    background-repeat: no-repeat;
    background-color: #97d700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 0 #509e2f;
    -moz-box-shadow: 0 1px 0 0 #509e2f;
    box-shadow: 0 1px 0 0 #509e2f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.primaryButton:hover, .primaryButton:focus {
    background: linear-gradient(to right, transparent, transparent);
    background-color: #97d700; }
.primaryButton.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: linear-gradient(to right, #97d700, #509e2f) !important; }
.primaryButton.primaryButtonNormal {
    padding: 12px;
    min-width: 160px;
    box-sizing: border-box;
    min-height: 40px; }
@media only screen and (max-width: 767px) {
    .primaryButton.primaryButtonNormal {
        min-width: 136px; } }
.primaryButton.primaryButtonSmall {
    padding: 8px;
    min-height: 32px; }
.primaryButton.primaryButtonSmall em {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    display: inline-block; }
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.cancelButton,
.cancelFamily,
.cancelGiftSubmit,
.cancelError {
    font-family: "PFSquareSansPro-Medium";
    color: #ffffff;
    background-color: #b1b1b3;
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    min-width: 136px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 0 #7f7f7f;
    -moz-box-shadow: 0 1px 0 0 #7f7f7f;
    box-shadow: 0 1px 0 0 #7f7f7f; }

.inlineButtons a:first-child {
    margin-right: 8px; }

.gradientButton {
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-repeat: no-repeat;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 24px;
    min-width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    text-align: center;
    font-size: 12px;
    font-family: "PFSquareSansPro-Medium";
    color: #ffffff !important; }

.greyButton {
    background-color: #d8d8d8;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 24px;
    min-width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    text-align: center;
    font-size: 12px;
    font-family: "PFSquareSansPro-Medium";
    color: #3d5265 !important; }

.blueButton {
    height: 40px;
    min-width: 160px;
    background-color: #3d5265;
    border: 1px solid #3d5265;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.secondaryButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    font-size: 14px;
    font-family: "PFSquareSansPro-Medium";
    color: #509e2f;
    padding: 6px;
    background-color: #ffffff;
    border: 1px solid #509e2f;
    margin-top: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.secondaryButton:hover, .secondaryButton:focus {
    background-color: #509e2f;
    color: #ffffff; }

.md-radio {
    margin: 8px 0; }
.md-radio.md-radio-inline {
    display: inline-block; }
.md-radio input[type="radio"] {
    display: none; }
.md-radio input[type="radio"]:checked + label:before {
    border-color: #3d5265; }
.md-radio input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
.md-radio label {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium"; }
.md-radio label.flexColumn {
    padding-right: 0; }
.md-radio label.flexColumn:before {
    top: 0 !important; }
.md-radio label.flexColumn:after {
    top: 5px !important; }
.md-radio label span {
    display: block;
    width: 100%;
    font-family: "PFSquareSansPro-Light"; }
.md-radio label:before, .md-radio label:after {
    position: absolute;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-property: transform, border-color;
    box-sizing: border-box; }
.md-radio label:before {
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    border: 2px solid #3d5265; }
.md-radio label:after {
    top: 2px;
    left: 5px;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    background: #3d5265; }

.md-checkbox {
    position: relative;
    margin: 8px 0;
    text-align: left; }
.md-checkbox.md-checkbox-inline {
    display: inline-block; }
.md-checkbox label {
    cursor: pointer; }
.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box; }
.md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #3d5265;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease; }
.md-checkbox input[type="checkbox"] {
    outline: 0;
    margin-right: 10px;
    visibility: hidden; }
.md-checkbox input[type="checkbox"]:checked + label:before {
    background: transparent; }
.md-checkbox input[type="checkbox"]:checked + label:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #3d5265;
    border-top-style: none;
    border-right-style: none; }
.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: #f3f3f3; }
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: #f3f3f3; }

.flexLabel input[type="checkbox"] {
    margin-right: 15px; }

.switch {
    display: inline-block;
    height: 23px;
    position: relative;
    width: 48px; }
.switch input {
    display: none; }
.switch input:checked + .slider {
    background-color: #509e2f; }
.switch input:checked + .slider:before {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    transform: translateX(25px); }
.switch input:disabled + .slider {
    cursor: not-allowed;
    opacity: 0.5; }
.switch .slider {
    background-color: #9b9b9b;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.switch .slider.round {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px; }
.switch .slider.round:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.switch .slider:before {
    background-color: #ffffff;
    bottom: 5px;
    content: "";
    height: 13px;
    left: 5px;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 13px; }

.group {
    position: relative;
    width: 100%; }
.group input:focus,
.group textarea:focus {
    outline: none; }
.group input:focus ~ label,
.group input:valid ~ label,
.group input:not([value='']) ~ label,
.group textarea:focus ~ label,
.group textarea:valid ~ label,
.group textarea:not([value='']) ~ label {
    bottom: 26px;
    font-family: "PFSquareSansPro-Light";
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.group label {
    font-size: 16px;
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Medium";
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.toggleButtonInput {
    padding-right: 36px !important; }

.toggleButtonInput ~ i {
    display: none;
    cursor: pointer; }

.plainInput {
    display: inline-flex;
    border: none;
    outline: none;
    font-family: "PFSquareSansPro-Bold";
    font-size: 36px;
    line-height: 44px;
    color: #3d5265;
    width: auto;
    min-width: 0;
    background-color: transparent;
    text-align: right;
    overflow-x: visible; }

.error .plainInput {
    color: #ae2f2f; }

body #simple-popup {
    overflow-y: auto; }

body .simple-popup-backdrop-content {
    background-color: rgba(55, 71, 79, 0.3) !important; }

body .simple-popup-content {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: visible;
    padding: 0;
    max-height: 96%; }
@media only screen and (max-width: 767px) {
    body .simple-popup-content {
        max-width: 344px; } }
body .simple-popup-content .close:before {
    display: inline-block;
    text-align: center;
    color: #ffffff !important;
    width: 30px;
    font-size: 30px;
    line-height: 34px; }
body .simple-popup-content .close.dark:before {
    color: #3d5265 !important; }

body .modalDetails.withOverflow {
    overflow-y: visible; }

body .modalDetails.withBgWhite {
    background-color: #ffffff; }

body .modalDetails.withPadding {
    padding: 0 32px 32px; }

body .modalContainer {
    display: none; }

body .modalTabs {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 16px; }
body .modalTabs li {
    display: inline-block;
    margin-right: 16px;
    min-width: 48px; }
body .modalTabs li:last-child {
    margin-right: 0; }
body .modalTabs li a {
    width: auto;
    display: block;
    position: relative;
    color: #3d5265;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px; }
body .modalTabs li.active a {
    font-family: "PFSquareSansPro-Medium"; }
body .modalTabs li.active a:after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: linear-gradient(to right, #97d700, #509e2f);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -8px;
    left: 0; }
body .modalTabs span {
    margin-left: auto;
    align-self: flex-start;
    cursor: pointer; }

body .minimize {
    width: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
body .minimize:before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: #ffffff; }

body .modalContent {
    padding: 0px 16px 16px 16px;
    height: 370px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    flex-flow: column; }
body .modalContent .modalList {
    display: none;
    flex-flow: column;
    width: 100%; }
body .modalContent .modalList .emptyNotifications {
    margin-top: 8px;
    padding-left: 16px; }
body .modalContent .modalList.active {
    display: flex; }
body .modalContent .modalList .modalListItem {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 0;
    padding-right: 32px;
    display: block;
    position: relative; }
body .modalContent .modalList .modalListItem:before {
    content: '';
    display: block;
    position: absolute;
    left: 16px;
    bottom: -1px;
    width: calc(100% - 32px);
    height: 2px;
    background-color: #f3f3f3; }
body .modalContent .modalList .modalListItem:hover i {
    display: block; }
body .modalContent .modalList .modalListItem:hover .mark {
    display: block; }
body .modalContent .modalList .modalListItem .mark {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    display: none;
    position: absolute;
    right: 16px;
    top: 34px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(65, 65, 64, 0.33);
    -moz-box-shadow: inset 0 0 2px 0 rgba(65, 65, 64, 0.33);
    box-shadow: inset 0 0 2px 0 rgba(65, 65, 64, 0.33);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
body .modalContent .modalList .modalListItem i {
    color: #7f7f7f;
    position: absolute;
    right: 12px;
    top: 6px;
    cursor: pointer;
    display: none; }
body .modalContent .modalList .modalListItem.newNotification:after {
    content: '';
    width: 100%;
    background-color: #f7f7f7;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%; }
body .modalContent .modalList .modalListItem.newNotification .mark {
    background-color: rgba(65, 65, 64, 0.33); }
body .modalContent .modalList .modalListItem.notificationWithImage {
    padding-left: 46px; }
body .modalContent .modalList .modalListItem.notificationWithImage .notificationIcon {
    position: absolute;
    left: 16px;
    top: 10px; }
body .modalContent .modalList .modalListItem span {
    width: 100%;
    display: block; }
body .modalContent .modalList .modalListItem span.modalListItemTitleDate {
    color: #7f7f7f;
    font-size: 14px; }

body .modalTitle {
    color: #ffffff;
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 18px;
    padding: 7px 32px;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    width: 100%;
    min-height: 32px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
body .modalTitle .goBack {
    position: absolute;
    left: 6px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 18px;
    display: block;
    cursor: pointer; }
body .modalTitle .goBack.hidden {
    display: none; }
body .modalTitle .goBack.backToFLow {
    display: block !important; }

.modalIcon.withPadding {
    padding: 32px;
    height: auto; }
.modalIcon.withPadding img {
    height: 170px; }

.modalText.largeText {
    font-size: 18px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Medium"; }

body .firstElement,
body .paymentSteps {
    margin-top: 0 !important; }

body .arrow:after {
    background: #ffffff;
    border: 1px solid #3d5265; }

body .ui-tooltip {
    position: absolute;
    padding: 8px;
    color: #3d5265;
    font-family: "PFSquareSansPro-Light";
    font-size: 16px;
    line-height: 18px;
    max-width: 220px;
    background: #ffffff;
    border: 1px solid #3d5265 !important;
    z-index: 999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
body .ui-tooltip img {
    width: 200px;
    height: auto;
    object-fit: contain;
    object-position: center; }

body .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -16px; }
@media only screen and (max-width: 480px) {
    body .arrow {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0); } }

@media only screen and (max-width: 767px) {
    body.manageOnboarding .arrow {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0); } }

body .arrow.top {
    top: -16px;
    bottom: auto; }

body .arrow.left {
    left: 20%; }
@media only screen and (max-width: 480px) {
    body .arrow.left {
        left: unset;
        right: 14px; } }

body .arrow:after {
    content: '';
    position: absolute;
    left: 22px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

body .arrow.top:after {
    bottom: -20px;
    top: auto; }

#slider-range.ui-slider-horizontal {
    height: 6px;
    border: none;
    outline: none;
    background-color: #3d5265;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
#slider-range.ui-slider-horizontal .ui-slider-range {
    background-color: #509e2f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
#slider-range.ui-slider-horizontal .ui-state-default {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 2px solid #509e2f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    outline: none; }
#slider-range.ui-slider-horizontal .ui-state-default.ui-state-hover {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 2px solid #509e2f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    outline: none; }

.limitSliderInput .ui-slider-horizontal {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }

.mobileContentNavigation {
    display: none;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 16px 0; }
@media only screen and (max-width: 1024px) {
    .mobileContentNavigation {
        display: flex; } }
@media only screen and (max-width: 767px) {
    .mobileContentNavigation {
        margin: 12px 0; } }
.mobileContentNavigation li {
    flex: 1;
    position: relative; }
.mobileContentNavigation li:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    z-index: 2;
    background-color: #eaeaea; }
.mobileContentNavigation li:last-child, .mobileContentNavigation li.active {
    border-right: none; }
.mobileContentNavigation li:last-child:after, .mobileContentNavigation li.active:after {
    display: none; }
.mobileContentNavigation li a {
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 24px;
    padding: 4px 8px;
    background-color: #ffffff;
    color: #3d5265;
    width: 100%;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
@media only screen and (max-width: 767px) {
    .mobileContentNavigation li a {
        padding: 4px 0; } }
.mobileContentNavigation li.active a {
    background-color: #3d5265;
    color: #ffffff; }

.paginationOuter .pagination {
    left: 0; }

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 42px;
    background-color: #ffffff;
    padding: 12px 24px;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    left: -18px; }
@media only screen and (max-width: 767px) {
    .pagination {
        left: 0;
        margin-bottom: 60px; } }
@media only screen and (max-width: 767px) {
    .pagination .arrowText {
        display: none; } }
.pagination .pageItem.active .pageLink {
    color: #509e2f;
    font-family: "PFSquareSansPro-Medium"; }
.pagination .pageItem .pageLink {
    color: #3d5265;
    font-family: "PFSquareSansPro-Light";
    margin: 0 8px;
    min-width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px; }
.pagination .pageItem.paginationBtn .pageLink {
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 18px;
    color: #509e2f;
    margin: 0; }
.pagination .pageItem.paginationBtn .pageLink.disabled {
    opacity: 0.5;
    pointer-events: none; }
.pagination .pageItem.paginationBtn:first-child {
    margin-left: 0;
    margin-right: 16px; }
.pagination .pageItem.paginationBtn:first-child .arrowText {
    padding-left: 4px; }
.pagination .pageItem.paginationBtn:last-child {
    margin-left: 16px;
    margin-right: 0; }
.pagination .pageItem.paginationBtn:last-child .arrowText {
    padding-right: 4px; }

.pager {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    background-color: #ffffff;
    padding: 12px 24px;
    margin: 20px auto 10px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
@media only screen and (max-width: 767px) {
    .pager {
        left: 0;
        margin-bottom: 60px; } }
.pager .page-number {
    color: #3d5265;
    font-family: "PFSquareSansPro-Light";
    margin: 0 8px;
    min-width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer; }
.pager .page-number.active {
    color: #509e2f;
    font-family: "PFSquareSansPro-Medium";
    cursor: default; }

.paginator {
    display: flex;
    flex-flow: row !important;
    margin-top: 20px; }
.paginator ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    background-color: #ffffff;
    padding: 12px 24px;
    margin: auto;
    margin-bottom: 30px;
    position: relative; }
.paginator ul li.active span {
    color: #509e2f;
    font-family: "PFSquareSansPro-Medium"; }
.paginator ul li.disabled span {
    cursor: default;
    opacity: 0.5;
    pointer-events: none; }
@media only screen and (max-width: 480px) {
    .paginator ul li:first-child {
        display: none; } }
.paginator ul li:first-child span {
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 18px;
    color: #509e2f;
    margin: 0;
    margin-left: 0;
    margin-right: 16px; }
@media only screen and (max-width: 480px) {
    .paginator ul li:last-child {
        display: none; } }
.paginator ul li:last-child span {
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 18px;
    color: #509e2f;
    margin: 0;
    margin-left: 16px;
    margin-right: 0; }
.paginator ul li span {
    color: #3d5265;
    font-family: "PFSquareSansPro-Light";
    margin: 0 8px;
    min-width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer; }
.paginator ul li.paginationBtn .next,
.paginator ul li.paginationBtn .prev {
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 18px;
    color: #509e2f;
    margin: 0; }
.paginator ul li.paginationBtn.disabled span {
    opacity: 0.5;
    pointer-events: none; }

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0; }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1; }
    to {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0; } }

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0; }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1; }
    to {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0; } }

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0; }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1; }
    to {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0; } }

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0; }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1; }
    to {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0; } }

.uil-ripple-css-box-center {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 320px;
    height: 270px;
    z-index: 9999999; }

.uil-ripple-css-box-center p {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px; }

.uil-ripple-css-box-center .uil-ripple-css {
    background: 0 0;
    width: 300px;
    height: 300px;
    margin: auto;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3); }

.uil-ripple-css-box-center .uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 8px;
    border-style: solid;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite; }

.uil-ripple-css-box-center .uil-ripple-css div:nth-of-type(1) {
    border-color: #97d700; }

.uil-ripple-css-box-center .uil-ripple-css div:nth-of-type(2) {
    border-color: #00a0dc;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

.uil-ripple-css-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    display: block !important; }

.uil-ripple-css-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    display: block !important; }

.loaderParent {
    position: fixed;
    z-index: 999999999999999;
    width: 100%;
    height: 100%; }

/* Mixin for circles */
.header {
    background-color: #fff;
    height: 86px;
    height: 5.375rem; }

.header-title {
    display: flex;
    align-items: center; }

.header-logo {
    display: block;
    width: 301px;
    width: 18.8125rem;
    height: 37px;
    height: 2.3125rem;
    margin-right: 10px;
    margin-right: 0.625rem; }

.header-logo-image {
    width: 100%;
    height: auto; }

.header-title-text {
    font-family: "PFSquareSansPro-ExtraBlack", Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #3b61a6;
    margin-left: 10px;
    margin-left: 0.625rem;
    padding-top: 10px;
    padding-top: 0.625rem;
    font-size: 32px;
    font-size: 2rem; }

.header-user-details {
    display: flex;
    align-items: center;
    position: relative; }
.header-user-details .header-user-welcome {
    color: #7f7f7f;
    margin-right: 8px;
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 16px; }
@media only screen and (max-width: 767px) {
    .header-user-details .header-user-welcome {
        display: none; } }

.header-user-avatar {
    width: 46px;
    width: 2.875rem;
    height: 46px;
    height: 2.875rem;
    line-height: 46px;
    line-height: 2.875rem;
    color: inherit;
    border-radius: 100%;
    border: 1px solid #3d5265;
    margin-right: 8px;
    margin-right: 0.5rem; }

.header-unknown-avatar {
    width: 46px;
    width: 2.875rem;
    height: 46px;
    height: 2.875rem;
    margin-right: 8px;
    margin-right: 0.5rem; }
@media only screen and (max-width: 767px) {
    .header-unknown-avatar {
        margin-right: 0; } }

.header-user {
    margin-top: 26px;
    cursor: pointer; }
@media only screen and (max-width: 1024px) {
    .header-user {
        margin-top: 0; } }

.header-user-name {
    font-family: "PFSquareSansPro-Medium", Arial, Helvetica, sans-serif;
    text-align: left;
    display: block; }

.header-user-options {
    text-align: left;
    display: block;
    color: #3d5265;
    cursor: pointer;
    font-family: "PFSquareSansPro-Medium";
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 2px; }

.header-user-options-my-account {
    font-family: "PFSquareSansPro-Light";
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    display: block;
    color: #509e2f;
    cursor: pointer; }

.headerContainer {
    background-color: #fff; }
@media only screen and (max-width: 767px) {
    .headerContainer {
        position: fixed;
        width: 100%;
        height: 62px;
        z-index: 800;
        left: 0;
        top: 0;
        display: block;
        pointer-events: all; } }

.header-elements-container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    max-width: 80rem;
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    align-items: center;
    margin: 0 auto;
    position: relative; }
@media only screen and (max-width: 767px) {
    .header-elements-container {
        height: 62px;
        padding: 8px 12px;
        padding: 0.5rem 0.75rem; } }

.topButtons {
    position: absolute;
    right: 18px;
    top: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 4px; }
@media only screen and (max-width: 1024px) {
    .topButtons {
        display: none; } }
.topButtons a {
    margin: 0 6px; }

.languageSelect {
    background-color: #3d5265;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Medium";
    color: #fff !important;
    flex-flow: column;
    position: relative;
    top: -4px; }
.languageSelect i {
    font-size: 10px;
    position: absolute;
    right: 11px;
    top: 10px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.languageSelect i.opened {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.languageSelect .langText {
    min-width: 55px;
    display: block; }
.languageSelect .langSelected {
    padding-right: 20px; }
.languageSelect .langInactive {
    color: #d8d8d8;
    padding-top: 2px;
    margin-top: 2px;
    border-top: 1px solid #979797;
    width: 100%;
    display: none;
    padding-right: 20px; }

.header-title {
    display: flex;
    align-items: center; }

.header-logo {
    display: block;
    width: 180px;
    width: 11.25rem;
    height: 56px;
    height: 3.5rem;
    margin-right: 10px;
    margin-right: 0.625rem; }
@media only screen and (max-width: 767px) {
    .header-logo {
        width: 150px;
        width: 9.375rem;
        height: 45px;
        height: 2.8125rem;
        margin-right: 0; } }
.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.burgerIcon {
    display: none;
    cursor: pointer;
    width: 24px;
    height: 16px;
    position: relative;
    z-index: 30; }
@media only screen and (max-width: 767px) {
    .burgerIcon {
        display: flex; } }

.navbar-container {
    width: 100%;
    background: #3d5265;
    height: 64px; }
@media only screen and (max-width: 767px) {
    .navbar-container {
        position: fixed;
        left: 0;
        top: -1000px;
        z-index: 900;
        height: auto;
        width: 100%;
        -webkit-transition: top 0.2s ease;
        -moz-transition: top 0.2s ease;
        transition: top 0.2s ease; } }
.navbar-container.active {
    top: 0;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease; }

.navbar {
    max-width: 1280px;
    max-width: 80rem;
    padding: 0 32px;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center; }
@media only screen and (max-width: 767px) {
    .navbar {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-top: 48px;
        align-items: flex-start;
        flex-flow: column; } }

.indication {
    margin-left: auto;
    position: relative;
    background: linear-gradient(to right, #97d700, #509e2f);
    background-color: #97d700;
    background-repeat: no-repeat;
    padding: 4px 8px;
    color: #fff !important;
    font-size: 14px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-transform: uppercase;
    font-family: "PFSquareSansPro-Medium";
    display: flex;
    align-items: center; }
@media only screen and (max-width: 767px) {
    .indication {
        margin-left: 0;
        margin-top: 24px; } }
.indication:hover, .indication:focus {
    background: none;
    background-color: #97d700; }
.indication i {
    padding-right: 8px; }

.closeMobile {
    display: none;
    color: #fff;
    position: absolute;
    left: 12px;
    top: 12px; }
@media only screen and (max-width: 767px) {
    .closeMobile {
        display: block; } }

.navbar-item {
    position: relative;
    font-family: "PFSquareSansPro-Medium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff !important;
    white-space: nowrap;
    padding: 0 16px;
    padding: 0 1rem;
    height: 64px;
    line-height: 68px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-item {
        padding: 0 12px;
        padding: 0 0.75rem; } }
@media only screen and (max-width: 767px) {
    .navbar-item {
        height: 40px;
        line-height: 40px;
        padding: 0;
        padding-left: 32px;
        background-color: transparent;
        width: 100%; } }
.navbar-item .subMenu {
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 4;
    display: none;
    width: auto;
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-repeat: no-repeat;
    min-width: 192px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
.navbar-item .subMenu .subMenuList {
    margin: 1px;
    padding: 16px;
    background-color: #f7f7f7;
    color: #3d5265;
    display: flex;
    flex-flow: column;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
.navbar-item .subMenu .subMenuList li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    cursor: pointer; }
.navbar-item .subMenu .subMenuList li:last-child {
    margin-bottom: 0; }
.navbar-item .subMenu .subMenuList li img {
    margin-right: 6px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-item .hideOnTablet {
        display: none; } }
.navbar-item.withNotification span, .navbar-item.withNotificationBadge span {
    background: linear-gradient(to bottom, #97d700, #509e2f);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-family: "PFSquareSansPro-Bold";
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.navbar-item:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 767px) {
    .navbar-item:hover {
        background-color: transparent; } }
.navbar-item:first-child {
    margin-left: -1rem; }
@media only screen and (max-width: 767px) {
    .navbar-item:first-child {
        margin-left: 0; } }
.navbar-item.active {
    color: #97d700 !important; }
.navbar-item.active::before {
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-bottom: 0.5rem solid #97d700;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
@media only screen and (max-width: 767px) {
    .navbar-item.active::before {
        display: none; } }
.navbar-item.active .home-icon {
    fill: #97d700; }

.my-account.dropdown div {
    display: flex;
    align-items: center; }

#cosid_md_login.my-account.dropdown .cosid_modal-dialog div {
    display: grid; }

.home-icon {
    fill: #fff;
    margin-right: 4px;
    margin-right: 0.25rem;
    transition: all ease 0.3s;
    vertical-align: sub; }

@media only screen and (max-width: 767px) {
    .header-user-text {
        display: none; } }

.gradient-line {
    height: 4px;
    background-image: linear-gradient(45deg, #97d700, #00a0dc); }
@media only screen and (max-width: 767px) {
    .gradient-line {
        display: none; } }

.breadcrumb {
    margin: 16px 0 24px; }
@media only screen and (max-width: 1024px) {
    .breadcrumb {
        display: none; } }
.breadcrumb li {
    color: #3d5265;
    font-family: "PFSquareSansPro-Medium";
    font-size: 18px;
    line-height: 24px;
    padding: 4px 12px 4px 12px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 26px;
    left: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); }
.breadcrumb li:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 12px solid black;
    border-color: transparent transparent #fff #fff;
    top: 4px;
    right: -11px;
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.breadcrumb li.active {
    background-color: rgba(80, 158, 47, 0.2);
    z-index: -1;
    padding-left: 32px;
    left: -14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.breadcrumb li.active:after {
    display: none; }
.breadcrumb li:first-child {
    padding: 4px 4px 4px 12px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding-left: 12px;
    left: 0; }
.breadcrumb li:first-child:after {
    display: block;
    border-color: transparent transparent #fff #fff; }
.breadcrumb li:first-child.active {
    background-color: rgba(80, 158, 47, 0.2);
    padding-left: 12px;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.breadcrumb li:first-child.active:after {
    display: block;
    border-color: transparent transparent rgba(80, 158, 47, 0.2) rgba(80, 158, 47, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    right: -12px; }
.breadcrumb li a {
    color: #3d5265; }

.quickActions {
    flex-flow: column;
    background-color: #3d5265;
    padding: 12px 16px 16px; }
.quickActions .sectionTitle {
    padding: 0 0 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
.quickActions ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-family: "PFSquareSansPro-Medium"; }
.quickActions ul li a.withNotification span {
    margin-left: 12px;
    background: linear-gradient(to bottom, #97d700, #509e2f);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-family: "PFSquareSansPro-Bold";
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.rightSidebarBox {
    background-color: #fff;
    flex-flow: column; }
.rightSidebarBox .slick-next {
    right: 0;
    opacity: 1;
    line-height: 0;
    width: auto;
    height: auto; }
.rightSidebarBox .slick-next:before {
    font-family: "icomoon";
    content: "\e901";
    color: #3d5265;
    opacity: 1;
    font-size: 34px; }
.rightSidebarBox .slick-prev {
    display: none !important;
    left: 0;
    opacity: 1;
    line-height: 0;
    width: auto;
    height: auto; }
.rightSidebarBox .slick-prev.active {
    display: inline-block !important; }
.rightSidebarBox .slick-prev:before {
    font-family: "icomoon";
    content: "\e900";
    color: #3d5265;
    opacity: 1;
    font-size: 34px; }
.rightSidebarBox .gradientContent {
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(to right, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat; }
.rightSidebarBox .rightSidebarBoxContent {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 16px 12px;
    background-color: #fff; }
.rightSidebarBox .rightSidebarBoxContent .borderedTitle {
    color: #3d5265;
    font-family: "PFSquareSansPro-Medium";
    font-size: 16px;
    line-height: 18px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 2px solid #f3f3f3; }
.rightSidebarBox .rightSidebarBoxContent .borderedTitle.withoutBorder {
    border-bottom: none;
    padding-bottom: 0; }
.rightSidebarBox .rightSidebarBoxContent .borderedTitle.withIcon img {
    margin-right: 10px;
    max-width: 40px;
    width: 100%; }
.rightSidebarBox .rightSidebarBoxContent .simpleContent {
    padding: 0; }
.rightSidebarBox .rightSidebarBoxContent .simpleContent p {
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Regular";
    margin: 4px 0; }
.rightSidebarBox .rightSidebarBoxContent .sliderCols {
    padding: 0 30px; }
.rightSidebarBox .rightSidebarBoxContent .sliderCols .sliderCol {
    display: flex !important;
    flex-flow: column;
    align-items: center;
    text-align: center;
    border: none;
    outline: none; }
.rightSidebarBox .rightSidebarBoxContent .sliderCols .sliderCol .sliderColIcon {
    height: 80px;
    width: 100%;
    max-width: 100px;
    position: relative;
    display: flex;
    align-items: center; }
.rightSidebarBox .rightSidebarBoxContent .sliderCols .sliderCol .sliderColIcon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }
.rightSidebarBox .rightSidebarBoxContent .sliderCols .sliderCol .sliderColIcon span {
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    padding: 6px 10px;
    background-color: #509e2f;
    position: absolute;
    right: 0;
    bottom: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.rightSidebarBox .rightSidebarBoxContent .sliderCols .sliderCol .sliderColIcon span em {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal; }
.rightSidebarBox .rightSidebarBoxContent .sliderCols .sliderCol .sliderColTitle {
    display: block;
    width: 100%;
    line-height: 12px;
    font-size: 12px;
    margin-top: 6px;
    color: #3d5265; }

.detailsBox {
    padding: 16px;
    flex-flow: column;
    background-color: #fff; }
.detailsBox.requestsBox {
    padding: 12px 16px; }
.detailsBox.boxWithTabs {
    padding-bottom: 0; }
.detailsBox.boxWithTabs .detailsContent .detailsContentRight {
    min-width: 25%; }
@media only screen and (max-width: 767px) {
    .detailsBox.boxWithTabs .detailsContent .detailsContentRight {
        min-width: 35%; } }
.detailsBox.boxWithTabs .detailsContent .detailsContentRight .dataRemaining {
    margin-top: 30px; }
.detailsBox.boxWithTabs .detailsContent .detailsContentLeft .detailsContentText {
    margin-top: 56px; }
.detailsBox.boxWithAlert .detailsContent .detailsContentRight {
    min-width: 25%; }
@media only screen and (max-width: 767px) {
    .detailsBox.boxWithAlert .detailsContent .detailsContentRight {
        min-width: 35%; } }
.detailsBox.boxWithOffer .detailsIcon {
    width: 100%; }
.detailsBox.boxWithOffer .boxOfferContent {
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center; }
.detailsBox.boxWithOffer .boxOfferContent .boxPrice {
    background-color: #e2e2e2;
    padding: 8px 2px;
    min-width: 80px;
    font-family: "PFSquareSansPro-Bold";
    font-size: 18px;
    height: 100%;
    text-align: center; }
.detailsBox.boxWithOffer .boxOfferContent .button {
    min-width: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
.detailsBox.boxWithOffer .boxOfferContent .button img {
    height: 18px;
    position: relative;
    top: 2px; }
.detailsBox .detailsIcon {
    padding: 6px 14px 6px 4px;
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    color: #3d5265;
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Light";
    display: flex;
    align-items: center;
    min-width: 80px;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0; }
.detailsBox .detailsIcon.withoutIcon {
    padding: 6px 8px;
    font-family: "PFSquareSansPro-Medium";
    height: 32px; }
.detailsBox .detailsIcon img {
    margin-right: 4px; }
.detailsBox .detailsContent {
    display: flex;
    flex-flow: row;
    margin-bottom: 8px; }
.detailsBox .detailsContent.withPadding {
    padding: 16px; }
.detailsBox .detailsContent.routerSpeed {
    justify-content: space-evenly; }
.detailsBox .detailsContent.routerSpeed .detailsContentRight .dataRemaining {
    margin-bottom: 0;
    min-width: 100px; }
.detailsBox .detailsContent.fullContent {
    margin-top: 28px;
    display: flex;
    flex-flow: column; }
.detailsBox .detailsContent.fullContent .detailsContentPlain {
    display: flex;
    flex-flow: column;
    font-family: "PFSquareSansPro-Light"; }
.detailsBox .detailsContent.fullContent .detailsContentPlain.withBorder {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
.detailsBox .detailsContent.fullContent .detailsContentPlain span {
    font-family: "PFSquareSansPro-Medium"; }
.detailsBox .detailsContent.multipleDetails {
    flex-flow: column; }
.detailsBox .detailsContent.multipleDetails .multipleDetailsCol {
    display: flex;
    flex-flow: row; }
.detailsBox .detailsContent.multipleDetails .multipleDetailsCol.wrap {
    flex-wrap: wrap; }
.detailsBox .detailsContent.multipleDetails .multipleDetailsCol.withBorder {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(61, 82, 101, 0.1); }
.detailsBox .detailsContent.multipleDetails .multipleDetailsCol.withBottomBorder {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(61, 82, 101, 0.1); }
.detailsBox .detailsContent.multipleDetails .multipleDetailsCol.withSimpleText {
    font-size: 18px;
    line-height: 20px; }
.detailsBox .detailsContent.multipleDetails .multipleDetailsCol.withButton {
    margin-top: 16px; }
.detailsBox .detailsContent.multipleDetails .multipleDetailsCol .detailsContentRight .dataRemaining {
    margin-bottom: 0; }
.detailsBox .detailsContent.tabbedContent {
    display: none; }
.detailsBox .detailsContent.tabbedContent.active {
    display: flex; }
.detailsBox .detailsContent .detailsContentRight {
    text-align: center; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining {
    display: flex;
    flex-flow: column;
    position: relative;
    margin: 24px 0 10px;
    height: 94px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .donut {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    transform: rotate(125deg); }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .donut .donutBackground {
    transform-origin: center; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .donut .donutColor {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform-origin: center; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataRemainingNumber {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 32px;
    line-height: 34px;
    margin-top: 36px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataRemainingNumber.withImage {
    margin-top: 28px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataRemainingNumber.smallText {
    font-size: 26px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataRemainingNumber.unlimmited {
    font-family: "PFSquareSansPro-Bold";
    font-size: 12px;
    line-height: 14px;
    margin-top: 26px;
    margin-bottom: 3px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataRemainingNumber.unlimmited i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 4px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataRemainingNumber.withAlert {
    font-size: 26px;
    line-height: 22px;
    margin-top: 32px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataRemainingNumber.withAlert span {
    font-family: "PFSquareSansPro-Medium";
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 4px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataRemainingNumber.withSpeed {
    font-size: 26px; }
.detailsBox .detailsContent .detailsContentRight .dataRemaining .dataSymbolContainer .dataSymbol {
    display: inline-block;
    margin: auto;
    width: auto;
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 12px;
    line-height: 14px;
    background-color: #f3f3f3;
    padding: 1px 1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.detailsBox .detailsContent .detailsContentRight .toPay {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 26px;
    margin-bottom: -6px;
    padding-left: 20px;
    white-space: nowrap; }
@media only screen and (max-width: 767px) {
    .detailsBox .detailsContent .detailsContentRight .toPay {
        margin-top: 46px;
        padding-left: 0; } }
.detailsBox .detailsContent .detailsContentRight .toPay.withOldPrice {
    margin-top: 50px; }
.detailsBox .detailsContent .detailsContentRight .toPay.withOldPrice .oldPrice {
    position: absolute;
    top: -24px;
    right: 0;
    font-size: 14px;
    line-height: 17px; }
.detailsBox .detailsContent .detailsContentRight .toPay .euros {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    position: relative; }
@media only screen and (max-width: 767px) {
    .detailsBox .detailsContent .detailsContentRight .toPay .euros {
        font-size: 44px;
        line-height: 44px; } }
.detailsBox .detailsContent .detailsContentRight .toPay .euros .imgEuro {
    position: absolute;
    left: -3px;
    top: -8px;
    z-index: 2;
    display: block;
    margin: auto;
    width: auto;
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 14px;
    line-height: 13px;
    background-color: #f3f3f3;
    padding: 3px 5px 0px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.detailsBox .detailsContent .detailsContentRight .toPay .cents {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding-left: 2px;
    bottom: 2px; }
.detailsBox .detailsContent .detailsContentRight .toPay .cents .imgTooltip {
    position: relative;
    bottom: 3px;
    left: 4px;
    display: inline-block;
    margin: auto;
    width: 16px;
    height: 16px;
    font-family: "PFSquareSansPro-Medium";
    font-size: 12px;
    line-height: 16px;
    background-color: #f3f3f3;
    color: #3d5265;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
.detailsBox .detailsContent .detailsContentRight .toPay .percentage {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding-left: 2px;
    bottom: -4px; }
.detailsBox .detailsContent .detailsContentRight .paymentDeadline {
    font-family: "PFSquareSansPro-Light";
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    display: block;
    margin: 6px 0; }
.detailsBox .detailsContent .detailsContentRight .visitLink {
    margin: 6px 0;
    position: relative;
    z-index: 4; }
.detailsBox .detailsContent .detailsContentLeft {
    flex: 2; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .detailsBox .detailsContent .detailsContentLeft {
        padding-right: 10%; } }
@media only screen and (max-width: 767px) {
    .detailsBox .detailsContent .detailsContentLeft {
        padding-right: 4%; } }
.detailsBox .detailsContent .detailsContentLeft .detailsContentText {
    font-size: 18px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Medium";
    display: block;
    width: 100%;
    margin: 40px 0 16px; }
@media only screen and (max-width: 767px) {
    .detailsBox .detailsContent .detailsContentLeft .detailsContentText {
        font-size: 16px;
        line-height: 18px; } }
.detailsBox .detailsContent .detailsContentLeft .detailsContentText a {
    color: #3d5265;
    font-size: 18px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Medium";
    display: inline-block; }
.detailsBox .detailsBottom {
    font-family: "PFSquareSansPro-Regular";
    font-size: 14px;
    line-height: 16px;
    margin-top: -12px;
    margin-bottom: 16px;
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    word-wrap: break-all; }
@supports (-webkit-line-clamp: 2) {
    .detailsBox .detailsBottom {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
@media only screen and (max-width: 480px) {
    .detailsBox .detailsBottom {
        -webkit-line-clamp: 4;
        height: 64px; } }
.detailsBox .detailsBottom.reverse {
    font-family: "PFSquareSansPro-Medium"; }
.detailsBox .detailsBottom.reverse span {
    font-family: "PFSquareSansPro-Regular"; }
.detailsBox .detailsBottom.reverse span.connectionsTotal {
    font-family: "PFSquareSansPro-Medium"; }
.detailsBox .detailsBottom.margined {
    margin: 40px 0 0; }
.detailsBox .detailsBottom.withTooltip {
    padding-right: 40px; }
.detailsBox .detailsBottom span {
    font-family: "PFSquareSansPro-Medium"; }
.detailsBox .detailsBottom .imgTooltip {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    margin: auto;
    width: 16px;
    height: 16px;
    font-family: "PFSquareSansPro-Medium";
    font-size: 12px;
    line-height: 16px;
    background-color: #f3f3f3;
    color: #3d5265;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
@media only screen and (max-width: 480px) {
    .detailsBox .detailsBottom .imgTooltip {
        top: 70%; } }
.detailsBox .boxTabs {
    display: flex;
    align-items: stretch;
    margin-top: 24px;
    width: calc(100% + 32px);
    margin-left: -16px; }
.detailsBox .boxTabs li {
    flex: 1;
    text-align: center;
    position: relative; }
.detailsBox .boxTabs li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    z-index: 2;
    background-color: #eaeaea; }
.detailsBox .boxTabs li:last-child {
    border-right: none; }
.detailsBox .boxTabs li:last-child:after {
    display: none; }
.detailsBox .boxTabs li.active:after {
    display: none; }
.detailsBox .boxTabs li.active a {
    color: #eaeaea;
    background-color: #3d5265;
    border-color: transparent; }
.detailsBox .boxTabs li a {
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 24px;
    color: #3d5265;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    border-top: 2px solid #f3f3f3;
    white-space: nowrap;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
@media only screen and (max-width: 767px) {
    .detailsBox .boxTabs li a {
        line-height: 20px; } }
.detailsBox .boxTabs li a span {
    font-size: 18px;
    line-height: 0;
    padding-right: 4px;
    position: relative;
    top: -2px; }
@media only screen and (max-width: 767px) {
    .detailsBox .boxTabs li a span {
        font-size: 16px; } }
.detailsBox .boxTabs li a span.icon-phone {
    font-size: 20px; }
@media only screen and (max-width: 767px) {
    .detailsBox .boxTabs li a span.icon-phone {
        font-size: 18px; } }
.detailsBox .boxTabs li a span.icon-sms {
    font-size: 14px;
    top: -1px; }
@media only screen and (max-width: 767px) {
    .detailsBox .boxTabs li a span.icon-sms {
        font-size: 12px; } }

.withErrorState {
    position: relative; }
.withErrorState .box {
    z-index: 2; }

.errorState {
    display: flex;
    align-items: center;
    background-color: #e6d712;
    position: relative;
    z-index: 0;
    margin-top: -2px;
    padding: 12px 8px 8px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
@media only screen and (max-width: 480px) {
    .errorState span {
        font-size: 14px;
        padding-right: 24px; } }
.errorState .refresh {
    margin-left: auto;
    cursor: pointer; }

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0; }
    100% {
        background-position: 468px 0; } }

.animated-background, .loadingBox.packageListItem .packageListImage, .loadingBox.packageListItem .packageListContent .emptyLineShop, .loadingBox.packageListItem .packageListContent .emptySmallLineShop, .loadingBox .emptyButtonFixed, .loadingBox .emptyBox, .loadingBox .emptyLine, .loadingBox .emptyLineSmall, .loadingBox .emptyLine90, .loadingBox .emptyLineXLarge, .loadingBox .emptyLineMedium, .loadingBox .emptyLineLarge, .emptyOfferBox .leftBox .leftBoxContent .leftBoxImage, .emptyOfferBox .leftBox .leftBoxContent .leftBoxButton, .emptyOfferBox .leftBox .leftBoxContent .leftBoxLine, .emptyOfferBox .leftBox .leftBoxContent .leftBoxLineSmall {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative; }

.animated-background-white, .loadingBox.greyBg .emptyBox, .loadingBox.greyBg .emptyLine, .loadingBox.greyBg .emptyLine90, .emptyOfferBox .rightBox .rightBoxContent .rightBoxLine, .emptyOfferBox .rightBox .rightBoxContent .rightBoxLineSmall, .emptyOfferBox .rightBox .rightBoxContent .rightBoxButton {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #fff;
    background: linear-gradient(to right, #fff 8%, #fbfbfb 18%, #fff 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative; }

.loadingBox .detailsContent {
    margin-bottom: 0;
    align-items: center; }
.loadingBox .detailsContent.withBorder {
    border-bottom: 2px solid rgba(61, 82, 101, 0.1); }
.loadingBox .detailsContent.smallMarginTop {
    margin-top: -20px; }
.loadingBox .detailsContent .detailsContentLeft {
    padding-right: 14%; }
.loadingBox .detailsContent .detailsContentLeft.withFixedMargin {
    margin-top: 10px; }
.loadingBox .detailsContent .detailsContentRight.withRelativeMargin {
    position: relative;
    top: -14px; }

.loadingBox.greyBg {
    background-color: #f3f3f3; }
.loadingBox.greyBg .emptyBox {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
.loadingBox.greyBg .emptyLine {
    width: 100%;
    height: 12px;
    background-color: #fff;
    display: flex;
    margin: 8px 0; }
.loadingBox.greyBg .emptyLine90 {
    width: 90%;
    height: 12px;
    background-color: #fff;
    display: flex;
    margin: 8px 0; }

.loadingBox.packageListItem {
    width: 148px;
    min-height: 192px;
    display: flex;
    flex-flow: column;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 1px;
    margin: 0 6px;
    flex: 0 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.loadingBox.packageListItem:first-child {
    margin-left: 0; }
.loadingBox.packageListItem:last-child {
    margin-right: 0; }
.loadingBox.packageListItem:not(.loadingBox) {
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2); }
.loadingBox.packageListItem .packageListImage {
    width: 100%;
    height: 98px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center; }
.loadingBox.packageListItem .packageListImage img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain; }
.loadingBox.packageListItem .packageListContent {
    height: 93px !important;
    display: flex;
    flex-flow: column;
    padding: 24px !important;
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Medium"; }
.loadingBox.packageListItem .packageListContent .emptyLineShop {
    width: 100%;
    height: 8px;
    background-color: #f3f3f3;
    display: flex;
    margin: 4px 0; }
.loadingBox.packageListItem .packageListContent .emptySmallLineShop {
    width: 50%;
    height: 8px;
    background-color: #f3f3f3;
    display: flex;
    margin: 4px 0; }

.loadingBox .emptyButtonFixed {
    width: 120px;
    height: 24px;
    background-color: #f3f3f3;
    display: flex;
    margin: 26px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.loadingBox .emptyBox {
    width: 80px;
    height: 80px;
    background-color: #f3f3f3;
    display: flex;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.loadingBox .emptyLine {
    width: 100%;
    height: 12px;
    background-color: #f3f3f3;
    display: flex;
    margin: 8px 0; }

.loadingBox .emptyLineSmall {
    width: 25%;
    height: 12px;
    background-color: #f3f3f3;
    display: flex;
    margin: 8px 0; }

.loadingBox .emptyLine90 {
    width: 90%;
    height: 12px;
    background-color: #f3f3f3;
    display: flex;
    margin: 8px 0; }

.loadingBox .emptyLineXLarge {
    width: 183px;
    height: 16px;
    background-color: #f3f3f3;
    display: flex;
    margin: 12px 0; }

.loadingBox .emptyLineMedium {
    width: 127px;
    height: 12px;
    background-color: #f3f3f3;
    display: flex;
    margin: 12px 0; }

.loadingBox .emptyLineLarge {
    width: 140px;
    height: 12px;
    background-color: #f3f3f3;
    display: flex;
    margin: 12px 0; }

.searchFilterContainer {
    position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .searchFilterContainer {
        margin-bottom: 16px; } }
@media only screen and (max-width: 767px) {
    .searchFilterContainer {
        margin-bottom: 12px; } }
.searchFilterContainer .searchFilter {
    padding: 16px;
    background-color: #fff;
    display: flex;
    flex-flow: row; }
.searchFilterContainer .searchFilter .searchFilterContent {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    flex: 1; }
.searchFilterContainer .searchFilter .searchFilterContent span {
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    display: inline-block;
    margin-right: 0;
    margin-bottom: 4px;
    width: 100%; }
.searchFilterContainer .searchFilter .searchFilterContent span.smallText {
    font-family: "PFSquareSansPro-Light";
    font-size: 14px;
    margin-bottom: 2px; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer {
    position: relative;
    width: 100%; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer .searchFilterInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    -moz-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    box-shadow: inset 0 -1px 0 0 #7f7f7f;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    background-color: transparent; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer .searchFilterInput.mediumText {
    font-size: 20px;
    line-height: 24px; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer :-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer ::-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer :-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer i {
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    line-height: 0; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer i.icon-lens {
    font-size: 18px; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer i.closeIcon {
    cursor: pointer;
    pointer-events: all; }
.searchFilterContainer .searchFilter .searchFilterContent .searchFilterInputContainer .visitLink {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 32px;
    display: inline-block;
    width: auto; }
.searchFilterContainer .searchFilterResultsContainer {
    padding: 16px 24px;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 32px);
    bottom: 14px;
    left: 16px;
    z-index: 4;
    display: none;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
.searchFilterContainer .searchFilterResultsContainer .searchFilterResults {
    display: none;
    margin-bottom: 24px; }
.searchFilterContainer .searchFilterResultsContainer .searchFilterResults a {
    width: 100%;
    display: block;
    color: #3d5265;
    font-size: 16px;
    line-height: 16px;
    font-weight: "PFSquareSansPro-Regular";
    padding: 8px 0; }
.searchFilterContainer .searchFilterResultsContainer .searchFilterResults a span {
    font-family: "PFSquareSansPro-Medium"; }
.searchFilterContainer .searchFilterResultsContainer .searchFilterSuggestions a {
    width: 100%;
    display: flex;
    align-items: center;
    color: #3d5265;
    font-size: 16px;
    line-height: 16px;
    font-weight: "PFSquareSansPro-Medium";
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f3f3f3; }
.searchFilterContainer .searchFilterResultsContainer .searchFilterSuggestions a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
.searchFilterContainer .searchFilterResultsContainer .searchFilterSuggestions a .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    margin-right: 16px; }
.searchFilterContainer .searchFilterResultsContainer .searchFilterSuggestions a .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(to right, #97d700, #509e2f);
    background-repeat: no-repeat;
    z-index: -1; }

.genericFilterInput,
.textFilterInput {
    cursor: auto !important; }

.resetFilters,
.resetTextFilters {
    pointer-events: all !important; }

.packageInfo {
    margin: 30px 0 16px; }
.packageInfo.packageInfoWithOffer {
    padding-right: 4%; }
.packageInfo .packageInfoTitle {
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    width: 100%;
    display: block; }
.packageInfo .packageInfoTitleOffer {
    font-size: 18px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Medium";
    width: 100%;
    display: block; }
.packageInfo .packageInfoContent {
    display: flex;
    flex-flow: column;
    margin: 8px 0; }
.packageInfo .packageInfoContent.plainText {
    line-height: 18px;
    font-family: "PFSquareSansPro-Light"; }
.packageInfo .packageInfoContent.plainTextOffer {
    line-height: 18px; }
.packageInfo .packageInfoContent .packageInfoCol {
    display: flex;
    margin: 6px 0; }
.packageInfo .packageInfoContent .packageInfoCol i {
    padding-right: 8px; }
.packageInfo .packageInfoContent .packageInfoCol i.icon-phone {
    font-size: 20px; }
.packageInfo .packageInfoContent .packageInfoCol i.icon-sms {
    font-size: 14px;
    position: relative;
    top: 2px; }
.packageInfo .packageInfoContent .packageInfoCol .euroSymbol {
    padding-right: 12px;
    font-family: "PFSquareSansPro-Bold";
    font-size: 18px;
    line-height: 20px;
    margin-left: 4px; }
.packageInfo .packageInfoContent .packageInfoCol li {
    font-family: "PFSquareSansPro-Light"; }
.packageInfo .packageInfoBox {
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Light"; }
.packageInfo .packageInfoBox.large {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 14px; }

.settings .packageInfo .packageInfoBox {
    font-style: italic; }

.offerImage {
    margin-top: 22px;
    width: 116px;
    height: 116px;
    object-fit: contain;
    object-position: center; }

.switchSetting {
    display: flex;
    flex-flow: row;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    padding: 22px 0;
    align-items: flex-start; }
@media only screen and (max-width: 480px) {
    .switchSetting {
        padding: 30px 0 22px; } }
.switchSetting.withoutBorder {
    border: none; }
.switchSetting .switchSettingContent {
    padding-right: 120px; }
@media only screen and (max-width: 480px) {
    .switchSetting .switchSettingContent {
        padding-right: 10px; } }
.switchSetting .switchSettingContent .switchSettingTitle {
    line-height: 22px;
    font-family: "PFSquareSansPro-Medium"; }
.switchSetting .switchSettingContent .switchSettingBottom {
    display: none;
    line-height: 19px;
    font-family: "PFSquareSansPro-Light";
    margin: 8px 0 -12px;
    width: calc(100% + 100px); }
@media only screen and (max-width: 480px) {
    .switchSetting .switchSettingContent .switchSettingBottom {
        width: 100%; } }
.switchSetting .switchSettingContent .switchSettingBottom.largeSetting {
    width: calc(100% + 76px); }
.switchSetting .switchSettingContent .switchSettingBottom.large {
    margin-top: 22px; }
.switchSetting .tvGoSeeMore {
    font-size: 14px;
    left: -80px;
    position: absolute; }
.switchSetting .tvGoModalDetails {
    padding: 16px 24px 24px 24px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
.switchSetting .switchSettingAction {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative; }
.switchSetting .switchSettingAction .switchSettingActionPrice {
    line-height: 18px;
    position: absolute;
    z-index: 2;
    left: -12px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); }
@media only screen and (max-width: 480px) {
    .switchSetting .switchSettingAction .switchSettingActionPrice {
        font-size: 14px;
        left: 0;
        width: 100%;
        text-align: center;
        top: -2px;
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        transform: translate(0, -100%); } }
.switchSetting .switchSettingAction .toggleSettingDescription {
    color: #3d5265;
    margin-left: 12px;
    line-height: 0;
    font-size: 12px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.switchSetting .switchSettingAction .toggleSettingDescription.active {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }

.borderedBox {
    padding: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-repeat: no-repeat; }
.borderedBox .borderedBoxContent {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 16px; }

.label {
    font-family: "PFSquareSansPro-Regular" !important;
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-image: none;
    color: #3d5265;
    background-color: #fff;
    border: 1px solid #b1b1b3;
    width: auto;
    height: 24px;
    padding: 4px 8px;
    margin-left: 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
.label.active {
    background: linear-gradient(45deg, #97d700, #00a0dc);
    border-color: transparent;
    color: #fff; }

.modalDetails .packageDetailsActivation.withoutBorder {
    border: none; }

.settingsSuggestions {
    display: flex;
    flex-flow: column;
    margin: 24px 0 0; }
.settingsSuggestions .settingsSuggestionsTitle {
    margin-bottom: -4px;
    font-size: 18px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Bold";
    color: #509e2f; }
.settingsSuggestions .settingsSuggestionsContent {
    display: flex;
    flex-flow: row;
    margin-top: 12px; }
.settingsSuggestions .settingsSuggestionsContent .settingsSuggestionsContentLeft.withPadding {
    padding-right: 6%; }
.settingsSuggestions .settingsSuggestionsContent .settingsSuggestionsContentLeft .settingsSuggestionsContentLeftTitle {
    line-height: 22px;
    font-family: "PFSquareSansPro-Medium"; }
.settingsSuggestions .settingsSuggestionsContent .settingsSuggestionsContentLeft .settingsSuggestionsContentLeftDescription {
    line-height: 18px;
    font-family: "PFSquareSansPro-Light"; }
.settingsSuggestions .settingsSuggestionsContent .settingsSuggestionsContentRight {
    margin-left: auto; }
.settingsSuggestions .settingsSuggestionsContent .settingsSuggestionsContentRight.withButton {
    min-width: 28%;
    text-align: right; }
.settingsSuggestions .settingsSuggestionsContent .settingsSuggestionsContentRight.withButton .button {
    min-width: 80px; }
.settingsSuggestions .settingsSuggestionsContent .settingsSuggestionsContentRight.withSwitch {
    min-width: 75px; }
.settingsSuggestions .settingsSuggestionsContent .settingsSuggestionsContentRight.withSwitch .switch {
    top: 12px; }
.settingsSuggestions .buttonOuter {
    margin-top: 24px; }

.noPackages {
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium"; }

.speedIndication {
    font-size: 14px;
    font-family: "PFSquareSansPro-Medium"; }

.requestsBoxContent {
    display: flex;
    flex-flow: column; }
.requestsBoxContent.withTopBorder {
    border-top: 1px solid rgba(151, 151, 151, 0.5);
    padding-top: 12px;
    margin-top: 12px; }
.requestsBoxContent.multipleRequests .requestsBoxCol {
    margin-bottom: 10px;
    padding: 0px 10px 10px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
.requestsBoxContent.multipleRequests .requestsBoxCol:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
.requestsBoxContent .requestsBoxCol {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    cursor: pointer; }
.requestsBoxContent .requestsBoxCol.active {
    position: relative; }
.requestsBoxContent .requestsBoxCol.active:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 12px);
    top: -12px;
    left: -12px;
    background-color: rgba(61, 82, 101, 0.1); }
.requestsBoxContent .requestsBoxCol.active:last-child:before {
    height: calc(100% + 24px); }
.requestsBoxContent .requestsBoxCol img {
    margin-right: 12px;
    width: 38px; }
.requestsBoxContent .requestsBoxCol img.simImg {
    height: 40px; }
.requestsBoxContent .requestsBoxCol .requestsBoxText {
    display: flex;
    flex-flow: column;
    align-self: center; }
.requestsBoxContent .requestsBoxCol .requestsBoxText span {
    width: 100%;
    display: block; }
.requestsBoxContent .requestsBoxCol .requestsBoxText span.requestsBoxTitle {
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium"; }
.requestsBoxContent .requestsBoxCol .requestsBoxText span.requestsBoxDescription {
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Light"; }

.signatureText {
    margin: 6px 0 12px;
    font-family: "PFSquareSansPro-Light"; }
.signatureText span {
    font-family: "PFSquareSansPro-Medium"; }

.tvTitle {
    margin-bottom: 12px;
    font-size: 18px;
    font-family: "PFSquareSansPro-Medium"; }

.settingstv .paymentSelectContainer {
    max-width: 100% !important; }

.settingstv .paymentSteps .paymentStepsContainer {
    padding: 16px 48px 78px; }
@media only screen and (max-width: 767px) {
    .settingstv .paymentSteps .paymentStepsContainer {
        padding: 16px 16px 78px; } }

.settingstv .paymentMethod .renewSelectContainer {
    width: 100%; }

.settingstv .inlineInputs .smallInput {
    flex: none;
    margin-left: 16px;
    max-width: 100px; }
@media only screen and (max-width: 767px) {
    .settingstv .inlineInputs .smallInput {
        margin-left: 0;
        max-width: 100%;
        width: 100%; } }

.fullWidthBorder {
    width: calc(100% + 48px);
    position: relative;
    left: -24px;
    height: 1px;
    display: block;
    margin: 24px 0;
    background-color: #979797;
    opacity: 0.5; }

.orderNumber {
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
    font-family: "PFSquareSansPro-Bold"; }

.tvSection {
    margin-top: 24px;
    display: flex;
    flex-flow: column; }
.tvSection .tvOption {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(61, 82, 101, 0.12); }
.tvSection .tvOption:last-child {
    border: none; }
.tvSection .tvOption .md-radio label span {
    font-family: "PFSquareSansPro-Regular"; }
.tvSection .tvOption .radioLabel {
    margin-left: auto;
    font-family: "PFSquareSansPro-Medium"; }

.tvSmallText {
    margin-top: 8px;
    display: block;
    font-size: 14px; }
.tvSmallText .visitLink {
    display: inline-block;
    width: auto; }

.deleteInput {
    position: absolute;
    right: 6px;
    top: 0px;
    cursor: pointer; }

.leftSidebarBoxDetails .badge {
    margin-right: -4px;
    margin-left: auto;
    padding: 0 !important; }

.detailsIcon .badge .badgeText {
    background-color: #f7f7f7; }

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .family .leftSidebarBox .leftSidebarBoxContent .leftSidebarBoxDetails a .toHide {
        display: none; } }

@media only screen and (max-width: 480px) {
    .family .mobileFirstContent {
        margin-top: 2px;
        margin-bottom: 12px; } }

@media only screen and (max-width: 767px) {
    .family .flexRow {
        flex-flow: column !important;
        width: 100%; } }

@media only screen and (max-width: 767px) {
    .family .megaFilterContainer .megaFilter .megaFilterContent:first-child {
        margin-right: 0;
        margin-bottom: 12px; } }

@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .family .megaFilterContainer .megaFilter .megaFilterContent {
        flex: auto; } }

.family .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput.smallInput {
    max-width: 120px; }
@media only screen and (max-width: 767px) {
    .family .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput.smallInput {
        max-width: 100%; } }

.detailsContentRight .badge {
    margin: 2px auto 0; }

.badge {
    font-family: "PFSquareSansPro-BoldItalic" !important;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-repeat: no-repeat;
    width: 56px;
    height: 20px;
    color: #fff;
    margin-left: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
.badge .badgeText {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #3d5265;
    font-family: "PFSquareSansPro-BoldItalic" !important;
    background-color: #fff;
    width: 54px;
    height: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }

.controlBox {
    display: flex;
    flex-flow: column;
    width: calc(100% + 32px);
    position: relative;
    margin-left: -16px;
    margin-top: 24px; }
.controlBox .coltrolBoxContent {
    padding: 14px 24px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center; }
.controlBox .coltrolBoxContent .controlBoxLeft {
    flex: 2;
    font-family: "PFSquareSansPro-Medium";
    line-height: 18px;
    margin-right: 16px; }
.controlBox .coltrolBoxContent .controlBoxRight {
    margin-left: auto;
    flex: 1; }

.limitBox {
    margin-top: 16px;
    background-color: #fff;
    display: flex;
    flex-flow: column; }
.limitBox .limitText {
    padding: 16px;
    font-size: 18px;
    line-height: 20px; }
.limitBox .limitLeader {
    display: flex;
    flex-flow: column;
    padding: 8px;
    background-color: #f7f7f7; }
.limitBox .limitLeader .limitLeaderTitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-family: "PFSquareSansPro-Bold";
    padding: 0 8px; }
.limitBox .limitLeader .limitLeaderContent {
    display: flex;
    align-items: center; }
.limitBox .limitLeader .limitLeaderContent .limitLeaderContentCol {
    margin: 0 8px;
    font-family: "PFSquareSansPro-Medium";
    display: flex;
    flex-flow: column; }
.limitBox .limitLeader .limitLeaderContent .limitLeaderContentCol:first-child {
    width: 55%; }
.limitBox .limitLeader .limitLeaderContent .limitLeaderContentCol .maxLimit {
    font-size: 42px;
    line-height: 46px;
    display: flex;
    align-items: flex-end;
    font-family: "PFSquareSansPro-ExtraBlack"; }
.limitBox .limitLeader .limitLeaderContent .limitLeaderContentCol .maxLimit span {
    font-size: 14px;
    line-height: 36px;
    font-family: "PFSquareSansPro-Bold"; }
.limitBox .limitLeader .limitLeaderContent .limitLeaderContentCol .maxLimitText {
    font-size: 12px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Light";
    text-align: center;
    margin-bottom: 8px;
    margin-top: -4px; }
.limitBox .limitSlider {
    padding: 16px;
    display: flex;
    flex-flow: column; }
.limitBox .limitSlider .buttonOuter {
    margin-bottom: 8px;
    margin-top: 24px; }
.limitBox .limitSlider .limitSliderBox {
    display: flex;
    padding-bottom: 20px;
    margin-top: 16px;
    border-bottom: 2px solid rgba(61, 82, 101, 0.1);
    align-items: center; }
.limitBox .limitSlider .limitSliderBox:first-child {
    margin-top: 0; }
.limitBox .limitSlider .limitSliderBox:last-child {
    border-bottom: none;
    padding-bottom: 0; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol {
    display: flex;
    flex-flow: column; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol.limitSliderBoxColLeft {
    width: 100%;
    position: relative;
    z-index: 0;
    border-right: 1px solid #d8d8d8; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol.limitSliderBoxColLeft.disabled {
    opacity: 0.38;
    pointer-events: none; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol.limitSliderBoxColLeft.disabled:before {
    content: '';
    position: absolute;
    left: -16px;
    top: -16px;
    width: calc(100% + 16px);
    height: calc(100% + 26px);
    z-index: -1;
    background-color: #d8d8d8;
    opacity: 0.2; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol.limitSliderBoxColLeft.inactive {
    pointer-events: none; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol.limitSliderBoxColLeft.inactive:before {
    content: '';
    display: block;
    width: calc(100% + 12px);
    height: calc(100% + 26px);
    background-color: rgba(216, 216, 216, 0.2);
    position: absolute;
    z-index: -1;
    left: -16px;
    top: -16px; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol.limitSliderBoxColRight {
    margin-left: auto;
    text-align: center;
    align-items: center;
    min-width: 100px;
    padding-left: 10px; }
@media only screen and (max-width: 480px) {
    .limitBox .limitSlider .limitSliderBox .limitSliderBoxCol.limitSliderBoxColRight {
        justify-content: center; } }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxTitle {
    font-size: 18px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Bold"; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxText {
    font-size: 14px;
    margin: 16px 0 0;
    padding-right: 10px; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxText .familyIndication {
    font-size: 14px;
    font-family: "PFSquareSansPro-Medium";
    width: 100%;
    display: block;
    margin-top: 8px; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxText .errorTextFamily {
    display: block;
    width: 100%;
    margin-top: 6px; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxInput {
    margin: 8px 0 0;
    display: flex;
    align-items: flex-start; }
@media only screen and (max-width: 480px) {
    .limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxInput {
        flex-flow: column-reverse; } }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxInput .leftLimit {
    flex: 2;
    display: flex;
    flex-flow: column; }
@media only screen and (max-width: 480px) {
    .limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxInput .leftLimit {
        width: 80%; } }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxInput .leftLimit .limitSliderInput {
    display: block;
    margin: 22px 0; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxInput .rightLimit {
    flex: 1;
    display: flex;
    align-items: flex-end;
    max-width: 144px;
    height: 48px;
    justify-content: center;
    font-size: 14px;
    line-height: 36px;
    font-family: "PFSquareSansPro-Bold";
    margin: 0 16px;
    padding: 0 6px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 2px rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 480px) {
    .limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxInput .rightLimit {
        margin: 16px;
        width: 120px; } }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxInput .rightLimit span {
    font-size: 36px;
    line-height: 44px; }
.limitBox .limitSlider .limitSliderBox .limitSliderBoxCol .limitSliderBoxSimpleText {
    font-size: 14px;
    line-height: 14px;
    margin-top: 16px; }

.familyContainer {
    margin-bottom: 26px; }
.familyContainer:last-child {
    margin-bottom: 0; }
.familyContainer .familyContainerTitle {
    font-size: 16px;
    line-height: 26px;
    font-family: "PFSquareSansPro-Bold";
    width: 100%;
    display: block;
    margin-bottom: -6px; }

.limitSliderInput .ui-slider {
    border: none !important;
    height: 4px;
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-repeat: no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.limitSliderInput .ui-widget-header {
    border: none !important;
    background: #d0d0ce; }

.limitSliderInput .ui-slider-handle,
.limitSliderInput .ui-state-default,
.limitSliderInput .ui-state-focus,
.limitSliderInput .ui-state-hover {
    height: 16px !important;
    width: 16px !important;
    background: linear-gradient(to right, #97d700, #509e2f) !important;
    background-repeat: no-repeat !important;
    border: none !important;
    outline: none !important;
    top: 2px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.notAvailable .limitSliderBoxColRight,
.notAvailable .limitSliderBoxInput {
    opacity: 0.2;
    pointer-events: none; }

.notAvailable .limitSliderBoxText div:not(.paymentDue) {
    opacity: 0.2;
    pointer-events: none; }

.badgeOne {
    font-family: "PFSquareSansPro-Medium" !important;
    font-size: 9px;
    line-height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #509e2f, #3b61a6);
    background-repeat: no-repeat;
    width: 64px;
    height: 20px;
    color: #fff;
    margin-left: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

.badgeOneFamily {
    margin-left: 6px; }

.leftSidebarBoxDetails .badgeOne {
    margin-right: -4px;
    margin-left: auto;
    padding: 0 !important; }

.oneText {
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: "PFSquareSansPro-Regular" !important; }

.oneSelection {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0; }
@media only screen and (max-width: 767px) {
    .oneSelection {
        flex-flow: column; } }
.oneSelection .packageListItem {
    width: 148px;
    min-height: 192px;
    display: flex;
    flex-flow: column;
    background-color: #f5f6f7;
    overflow: hidden;
    padding-bottom: 1px;
    margin: 0 12px;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
@media only screen and (max-width: 767px) {
    .oneSelection .packageListItem:first-child {
        margin-bottom: 12px; } }
.oneSelection .packageListItem.active {
    min-height: 230px;
    width: 178px; }
.oneSelection .packageListItem.active .packageListImage {
    min-height: 94px; }
.oneSelection .packageListItem.active .packageListContent {
    font-size: 16px;
    line-height: 16px; }
.oneSelection .packageListItem .packageListImage {
    height: 75px;
    background-color: #fff;
    display: flex;
    align-items: center; }
.oneSelection .packageListItem .packageListImage img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.oneSelection .packageListItem .linearGradient {
    height: 2px;
    width: 100%;
    display: block;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat; }
.oneSelection .packageListItem .packageListContent {
    height: 73px;
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Medium";
    padding: 6px; }
.oneSelection .packageListItem .packageListPrice {
    background: linear-gradient(to right, #97d700, #509e2f);
    background-color: #97d700;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "PFSquareSansPro-Medium";
    font-size: 18px;
    display: flex;
    padding: 12px;
    height: 42px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 0 0 #202e3b;
    -moz-box-shadow: 0 1px 0 0 #202e3b;
    box-shadow: 0 1px 0 0 #202e3b;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.oneSelection .packageListItem .packageListPrice:hover, .oneSelection .packageListItem .packageListPrice:focus {
    background: linear-gradient(to right, transparent, transparent);
    background-color: #97d700; }
.oneSelection .packageListItem .packageListPrice span {
    width: 100%;
    text-align: right; }
.oneSelection .packageListItem .packageListPrice span em {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding-left: 4px; }

.onePro {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
    font-size: 16px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Regular";
    margin-top: 16px; }
.onePro:first-child {
    margin-top: 0; }
.onePro img {
    width: 100%;
    max-width: 24px;
    height: 100%;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
    margin-right: 8px; }

.oneLabels {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 30px; }
.oneLabels .oneLabel {
    border-bottom: 1px solid rgba(61, 82, 101, 0.1);
    padding-bottom: 4px;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center; }
.oneLabels .oneLabel .oneFamilyBadge {
    margin-left: auto; }
.oneLabels .md-checkbox span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Light"; }
.oneLabels .md-checkbox strong {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Medium"; }
.oneLabels .md-checkbox label {
    display: inline-flex;
    flex-flow: column; }

.selectedLabels {
    display: flex;
    flex-flow: column;
    align-items: flex-start; }
.selectedLabels .selectedLabel {
    border-bottom: 1px solid rgba(61, 82, 101, 0.1);
    padding-bottom: 8px;
    margin-bottom: 8px;
    width: 100%; }
.selectedLabels .selectedLabel span {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Light"; }
.selectedLabels .selectedLabel strong {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Medium"; }

.giftSelectionElement,
.familySelectionElement,
.giftSubmitionElement,
.errorElement,
.maximumElement {
    display: none;
    position: absolute;
    top: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 88%;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.withoutLeftMargin {
    margin-left: 0 !important; }

.overlayed:after {
    content: '';
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3d5265;
    opacity: 0.3; }

.oneContact {
    position: relative;
    margin-top: 30px;
    padding-top: 12px;
    margin-bottom: 24px; }
.oneContact .oneContainer i {
    margin-right: 8px; }
.oneContact:before {
    position: absolute;
    width: calc(100% + 48px);
    height: 1px;
    content: '';
    left: -24px;
    top: 0px;
    background-color: #979797; }

.withFamilyBadge {
    display: flex !important;
    align-items: center; }
.withFamilyBadge .familyBadge {
    margin-left: 12px; }

.smallModalHeader {
    text-align: center;
    margin-top: -16px;
    margin-bottom: 16px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
.smallModalHeader .smallModalTitlte {
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 18px;
    color: #3d5265; }
.smallModalHeader .smallHeaderClose {
    position: absolute;
    right: -16px;
    top: 50%;
    color: #3d5265;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.detailsBottomBox {
    font-family: "PFSquareSansPro-Regular";
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 0;
    display: block;
    height: 16px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    word-wrap: break-all; }
@supports (-webkit-line-clamp: 1) {
    .detailsBottomBox {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; } }
@media only screen and (max-width: 480px) {
    .detailsBottomBox {
        -webkit-line-clamp: 4;
        height: 64px; } }
.detailsBottomBox.reverse {
    font-family: "PFSquareSansPro-Medium"; }
.detailsBottomBox.reverse span {
    font-family: "PFSquareSansPro-Regular"; }
.detailsBottomBox.reverse span.connectionsTotal {
    font-family: "PFSquareSansPro-Medium"; }
.detailsBottomBox.margined {
    margin: 40px 0 0; }
.detailsBottomBox.withTooltip {
    padding-right: 40px; }
.detailsBottomBox span {
    font-family: "PFSquareSansPro-Medium"; }
.detailsBottomBox .imgTooltip {
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    margin: auto;
    width: 16px;
    height: 16px;
    font-family: "PFSquareSansPro-Medium";
    font-size: 12px;
    line-height: 16px;
    background-color: #f3f3f3;
    color: #3d5265;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
@media only screen and (max-width: 480px) {
    .detailsBottomBox .imgTooltip {
        top: 70%; } }

.greyIndication {
    background-color: #f7f7f7;
    padding: 8px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
    flex: 0 1 100%; }
.greyIndication strong {
    font-family: "PFSquareSansPro-Medium";
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 18px !important;
    width: auto !important; }

.flexLabel {
    display: flex !important;
    width: 100%; }

.multipleLabel {
    width: 100%; }

.mainLabel {
    margin-bottom: 16px; }

.subLabel {
    border-bottom: 1px solid rgba(61, 82, 101, 0.1);
    padding-bottom: 4px;
    margin-bottom: 8px; }
.subLabel:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.mainLabel strong,
.subLabel strong {
    display: flex !important;
    align-items: center; }
.mainLabel strong .oneFamilyBadge,
.subLabel strong .oneFamilyBadge {
    margin-left: 10px !important; }

.errorImage {
    margin-bottom: 20px; }
.errorImage img {
    width: 48px; }

.onboardingTop {
    display: flex;
    background-color: #f7f7f7;
    margin-top: 32px;
    padding: 16px 28px 120px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    align-items: flex-start; }
.onboardingTop .onboardingBg {
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1; }
@media only screen and (max-width: 767px) {
    .onboardingTop .onboardingBg {
        top: 40px; } }
.onboardingTop .onboardingLeft {
    width: 100px;
    padding-right: 12px; }

.onboardingBottom {
    background-color: #fff;
    padding: 24px;
    padding-bottom: 16px;
    position: relative; }
.onboardingBottom .onboardingContent {
    margin-top: -50px; }
.onboardingBottom .onboardingMedium {
    padding: 0 48px; }
.onboardingBottom .buttonOuter {
    margin: 16px 0 24px; }

.dark .simple-popup-content {
    background-color: #f7f7f7 !important; }

.onboardingLarge {
    font-size: 18px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Bold";
    margin-bottom: 4px;
    display: block; }

.onboardingMedium {
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium";
    display: block; }

.onboardingSmall {
    font-size: 14px;
    display: block; }

.paymentContentTitle p {
    font-size: 14px; }
.paymentContentTitle p:first-child {
    margin-top: 0; }
.paymentContentTitle p a {
    color: #509e2f; }
.paymentContentTitle p a:hover, .paymentContentTitle p a:focus {
    color: #97d700; }

.onboarding .acceptTerms label {
    font-size: 14px;
    font-family: "PFSquareSansPro-Regular"; }

@media only screen and (max-width: 767px) {
    .onboarding .inputWithButton {
        flex-flow: column; } }

@media only screen and (max-width: 767px) {
    .onboarding .inputWithButton a {
        margin-left: 0;
        margin-top: 16px;
        width: 100%; } }

.onboarding .paymentInputTitle {
    margin-bottom: 2px;
    display: block;
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Light"; }

.onboarding .relativeBox {
    width: 100%; }

#guide {
    display: none; }

.inputWithButton .icon-send {
    position: absolute;
    right: 0;
    bottom: 6px;
    color: #509e2f;
    font-size: 22px; }

.genericTooltip {
    position: absolute;
    width: 256px;
    max-width: 100% !important;
    z-index: 200 !important; }
.genericTooltip.right.bottom {
    bottom: 0;
    right: -16px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%); }
@media only screen and (max-width: 767px) {
    .genericTooltip.right {
        right: 0; } }
.genericTooltip.eyeTooltip {
    right: -70px;
    bottom: -20px;
    width: 280px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .genericTooltip.eyeTooltip {
        right: -60px;
        width: 260px; } }
@media only screen and (max-width: 767px) {
    .genericTooltip.eyeTooltip {
        right: 0; } }
.genericTooltip.editInnerTooltip {
    left: 50%;
    bottom: -16px;
    width: 280px;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
.genericTooltip.editTooltip {
    left: 0;
    bottom: -20px;
    width: 280px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
.genericTooltip.arrowTooltip {
    right: -106px;
    bottom: -20px;
    width: 270px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .genericTooltip.arrowTooltip {
        right: -66px;
        width: 200px; } }
@media only screen and (max-width: 767px) {
    .genericTooltip.arrowTooltip {
        right: 0; } }
.genericTooltip.saveTooltip {
    right: -45px;
    bottom: -16px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
@media only screen and (max-width: 767px) {
    .genericTooltip.saveTooltip {
        right: 0; } }
.genericTooltip.switchTooltip {
    bottom: 0;
    right: -70px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
@media only screen and (max-width: 767px) {
    .genericTooltip.switchTooltip {
        right: 0; } }
.genericTooltip.sortTooltip {
    bottom: 0;
    right: -110px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
@media only screen and (max-width: 767px) {
    .genericTooltip.sortTooltip {
        right: 0; } }
.genericTooltip.storesTooltip {
    right: -104px;
    bottom: -20px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
@media only screen and (max-width: 767px) {
    .genericTooltip.storesTooltip {
        right: 0; } }
.genericTooltip.connectionsBoxTooltip {
    left: 50%;
    width: 270px;
    top: -20px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }
@media only screen and (max-width: 767px) {
    .genericTooltip.connectionsBoxTooltip {
        left: 20%;
        top: -50px;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%); } }
@media only screen and (max-width: 767px) {
    .genericTooltip.connectionsBoxTooltip .arrow {
        display: none; } }
.genericTooltip.connectionsBoxColTooltip {
    right: -20px;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%); }
@media only screen and (max-width: 767px) {
    .genericTooltip.connectionsBoxColTooltip {
        right: 0;
        bottom: -100px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0); } }
@media only screen and (max-width: 767px) {
    .genericTooltip.connectionsBoxColTooltip .arrow {
        display: none; } }
.genericTooltip .visitLink {
    color: #509e2f;
    margin-top: 8px; }

.boxWithTooltip {
    position: relative; }

body .arrow.middle.leftCorner {
    left: -43px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

body .arrow.middle.rightCorner {
    right: -43px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg); }

.tutorialBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px; }
.tutorialBox .tutorialBoxCol {
    cursor: pointer;
    display: flex;
    flex-flow: column;
    background-color: #c7c7c7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 1px;
    width: 130px;
    height: 80px; }
@media only screen and (max-width: 767px) {
    .tutorialBox .tutorialBoxCol {
        width: 90px;
        height: 140px; } }
.tutorialBox .tutorialBoxCol.active {
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-color: transparent;
    background-repeat: no-repeat; }
.tutorialBox .tutorialBoxCol .tutorialBoxColContent {
    display: flex;
    flex-flow: column;
    padding: 6px;
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
.tutorialBox .tutorialBoxCol .tutorialBoxColContent i {
    font-size: 12px;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
.tutorialBox .tutorialBoxCol .tutorialBoxColContent i.icon-switch {
    position: relative;
    left: 4px; }
.tutorialBox .tutorialBoxCol .tutorialBoxColContent .simpleText {
    margin-top: 4px;
    font-size: 12px;
    line-height: 12px; }

.manageOnboarding .paymentStepsBar {
    max-width: 350px;
    margin: 8px auto; }

.manageOnboarding .paymentSteps .paymentStepsContainer {
    padding: 16px 24px 24px; }

.manageOnboarding .genericTooltip:not(.homeTooltip) {
    display: none; }

@media only screen and (max-width: 1024px) {
    .manageOnboarding .homeTooltip {
        display: none !important; } }

@media only screen and (max-width: 767px) {
    .manageOnboarding .paymentSteps {
        margin-top: 52px; } }

.indicationBlue.disabled {
    background-color: rgba(61, 82, 101, 0.4);
    pointer-events: none; }

.simpleContent {
    padding: 12px 16px 16px;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
.simpleContent .simpleContentTitle {
    font-size: 14px; }

.tutorialShadow {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5) !important; }

.editInput {
    display: none; }
.editInput i {
    color: #509e2f;
    position: absolute;
    right: 0;
    bottom: 2px;
    pointer-events: none; }
.editInput .simpleInput {
    line-height: 26px !important;
    font-family: "PFSquareSansPro-Bold" !important;
    max-width: 240px; }

.editInputInner {
    display: none; }
.editInputInner i {
    color: #509e2f;
    position: absolute;
    right: 0;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
.editInputInner i.icon-send {
    font-size: 12px;
    pointer-events: all;
    cursor: pointer; }
.editInputInner .simpleInput {
    line-height: 18px !important;
    height: 18px !important;
    font-family: "PFSquareSansPro-Bold" !important;
    font-size: 14px !important;
    max-width: 200px; }
@media only screen and (max-width: 767px) {
    .editInputInner .simpleInput {
        max-width: 160px; } }
.editInputInner .simpleInput.largeFonts {
    line-height: 26px !important;
    height: 26px !important;
    font-size: 16px !important; }

.paymentSteps {
    margin-top: 32px;
    background-color: #f7f7f7; }
.paymentSteps .paymentStepsContainer {
    padding: 16px 48px 58px; }
@media only screen and (max-width: 767px) {
    .paymentSteps .paymentStepsContainer {
        padding: 16px 28px 78px; } }
.paymentSteps .paymentStepsContainer .paymentStepsBar {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 8px;
    position: relative; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol {
    height: 2px;
    width: 100%;
    display: block;
    background-color: rgba(127, 127, 127, 0.4);
    position: relative; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol .stepText {
    color: #b1b1b3;
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Light";
    display: block;
    position: absolute;
    bottom: -13px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
@media only screen and (max-width: 767px) {
    .paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol .stepText {
        width: 80px; } }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.firstStep .stepText {
    left: -8px;
    text-align: left; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.middleStep .stepText {
    left: 0;
    text-align: center;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.lastStep .stepText {
    right: -8px;
    text-align: right; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.completed:after {
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 2px;
    width: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.completed.halfCompleted:after {
    width: 100%; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.completed.allCompleted:after {
    width: 200%; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.completed.fullCompleted:after {
    width: 300%; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.completed.largeCompleted:after {
    width: 400%; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol:last-child {
    width: 0; }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(127, 127, 127, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(127, 127, 127, 0.4);
    box-shadow: inset 0px 0px 0px 2px rgba(127, 127, 127, 0.4);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.active:before {
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 0px 0px 0 rgba(127, 127, 127, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 0 rgba(127, 127, 127, 0.4);
    box-shadow: inset 0px 0px 0px 0 rgba(127, 127, 127, 0.4); }
.paymentSteps .paymentStepsContainer .paymentStepsBar .stepCol.active .stepText {
    color: #509e2f; }

.paymentContent {
    padding: 24px;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
@media only screen and (max-width: 767px) {
    .paymentContent {
        padding: 24px 12px; } }
.paymentContent.offerContent {
    background-color: #f7f7f7; }
.paymentContent.firstElement {
    margin-top: 32px; }
.paymentContent .buttonOuter {
    margin-top: 16px; }
.paymentContent .buttonOuter.withPadding {
    padding-left: 30px;
    max-width: 434px;
    margin: -12px 0 12px; }
.paymentContent .paymentContentTitle {
    margin-bottom: 12px; }
.paymentContent .imgTooltip {
    position: relative;
    left: 30px;
    width: 20px;
    height: 20px;
    font-family: "PFSquareSansPro-Bold";
    font-size: 14px;
    line-height: 18px;
    margin-left: auto;
    background-color: #3d5265;
    color: #fff;
    padding: 0;
    text-align: center;
    border: 1px solid #3d5265;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
@media only screen and (max-width: 767px) {
    .paymentContent .imgTooltip {
        width: 14px;
        height: 14px;
        font-size: 12px;
        line-height: 14px;
        position: relative;
        top: 3px;
        font-family: "PFSquareSansPro-Medium"; } }
.paymentContent .billActions {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 24px; }
@media only screen and (max-width: 767px) {
    .paymentContent .billActions {
        flex-flow: column;
        align-items: left; } }
.paymentContent .billActions.flexRight {
    margin-left: auto; }
@media only screen and (max-width: 767px) {
    .paymentContent .billActions.flexRight {
        align-items: flex-start;
        margin-left: 0; } }
.paymentContent .billActions.flexRight .billAction {
    padding-right: 24px; }
.paymentContent .billActions.flexRight .billAction:last-child {
    padding-right: 0; }
.paymentContent .billActions .billAction {
    color: #3b61a6;
    font-family: "PFSquareSansPro-Medium";
    display: flex;
    align-items: center; }
@media only screen and (max-width: 767px) {
    .paymentContent .billActions .billAction {
        margin: 4px 0; } }
.paymentContent .billActions .billAction i {
    margin-right: 6px; }
.paymentContent .billActions .billAction i.icon-mail {
    font-size: 14px; }
.paymentContent .paymentWithIcon {
    position: relative;
    padding-left: 48px;
    display: flex;
    flex-flow: column;
    margin-bottom: 16px; }
.paymentContent .paymentWithIcon img {
    position: absolute;
    left: 0;
    top: 0; }
.paymentContent .paymentWithIcon .paymentWithIconTitle {
    font-family: "PFSquareSansPro-Medium";
    margin-bottom: 4px; }
.paymentContent .paymentWithIcon .paymentWithIconDescription {
    font-family: "PFSquareSansPro-Light"; }
.paymentContent .paymentDetails {
    display: flex;
    flex-flow: column;
    padding-right: 30px; }
.paymentContent .paymentDetails.chooseOption {
    padding-right: 0; }
.paymentContent .paymentDetails.chooseOption .paymentDetailsCol {
    padding: 12px 0;
    cursor: pointer; }
.paymentContent .paymentDetails.chooseOption .paymentDetailsCol i {
    margin-left: auto;
    position: relative;
    top: 4px; }
.paymentContent .paymentDetails.chooseOption .paymentDetailsCol span {
    min-width: 100%;
    font-family: "PFSquareSansPro-Regular"; }
.paymentContent .paymentDetails.chooseOption .smallText {
    font-size: 14px;
    font-family: "PFSquareSansPro-Light";
    padding-right: 20px; }
.paymentContent .paymentDetails .paymentDue {
    padding-left: 32px;
    position: relative;
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px; }
.paymentContent .paymentDetails .paymentDue img {
    position: absolute;
    left: 0;
    top: 0; }
.paymentContent .paymentDetails .paymentBox .paymentDue {
    margin-top: 12px; }
.paymentContent .paymentDetails .paymentDetailsCol {
    display: flex;
    flex-flow: row;
    padding: 16px 0;
    position: relative;
    border-bottom: 1px solid rgba(61, 82, 101, 0.12);
    color: #3d5265; }
.paymentContent .paymentDetails .paymentDetailsCol.withoutBorder {
    border: none; }
.paymentContent .paymentDetails .paymentDetailsCol span {
    font-family: "PFSquareSansPro-Light";
    min-width: 40%; }
@media only screen and (max-width: 767px) {
    .paymentContent .paymentDetails .paymentDetailsCol span {
        min-width: 50%; } }
.paymentContent .paymentDetails .paymentDetailsCol strong {
    font-weight: normal;
    font-family: "PFSquareSansPro-Medium";
    overflow: hidden;
    text-overflow: ellipsis; }
.paymentContent .primaryButtonNormal {
    min-width: 122px; }

.paymentBox {
    padding: 16px 20px 16px 16px;
    background-color: #f7f7f7;
    display: flex;
    flex-flow: column;
    margin-top: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
.paymentBox.plainBox {
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.paymentBox.withPadding {
    margin-top: 12px;
    padding-right: 44px; }
.paymentBox.withPadding .inputContainer {
    position: relative; }
.paymentBox.withPadding .inputContainer .imgTooltip {
    position: absolute;
    left: inherit;
    right: -30px;
    top: 0; }
.paymentBox.withMultipleInputs .inputContainer {
    margin-top: 16px; }
.paymentBox.withMultipleInputs .inputContainer:last-child {
    margin-top: 24px; }
.paymentBox.withNumbersOnly {
    padding: 24px 34px; }
@media only screen and (max-width: 767px) {
    .paymentBox.withNumbersOnly {
        padding: 24px 8px; } }
.paymentBox .numbersRow {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
.paymentBox .numbersRow li {
    font-size: 26px;
    line-height: 28px;
    color: #3d5265;
    font-family: "PFSquareSansPro-Medium";
    position: relative;
    width: 60px;
    text-align: center;
    z-index: 0;
    cursor: pointer; }
.paymentBox .numbersRow li.active {
    color: #fff; }
.paymentBox .numbersRow li.active:before {
    width: 60px;
    height: 60px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    background: linear-gradient(to right, #97d700, #509e2f);
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.paymentBox .numbersRow li span {
    font-size: 11px;
    line-height: 11px;
    font-family: "PFSquareSansPro-Regular";
    width: 100%;
    display: block; }
.paymentBox .paymentBoxTitle {
    margin-bottom: 12px; }
.paymentBox .paymentInputTitle {
    margin-bottom: 2px;
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Light"; }

.acceptTerms {
    margin-top: 16px; }
.acceptTerms label {
    color: #3d5265;
    font-family: "PFSquareSansPro-Medium";
    line-height: 20px; }

.paymentMethod .md-radio label:before {
    top: 0; }

.paymentMethod .md-radio label:after {
    top: 5px; }

.paymentMethod .paymentMethodCol.withBorder {
    position: relative;
    display: flex;
    flex-flow: row;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #f3f3f3; }
.paymentMethod .paymentMethodCol.withBorder:last-child, .paymentMethod .paymentMethodCol.withBorder.withInfoText {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }
.paymentMethod .paymentMethodCol.withBorder img {
    margin-left: auto; }

.paymentMethod .methodWithRadios {
    padding-left: 30px; }
.paymentMethod .methodWithRadios .md-radio {
    margin-top: 16px; }

.paymentMethod .paymentSelectContainer {
    position: relative;
    display: flex;
    flex-flow: column;
    margin: 16px 0 32px;
    padding-left: 30px;
    max-width: 434px; }
.paymentMethod .paymentSelectContainer .paymentSelectTitle {
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Light";
    margin-bottom: 4px; }

.orSeparator {
    margin: 32px 0;
    position: relative;
    z-index: 0;
    height: 1px;
    background-color: #979797; }
.orSeparator span {
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Bold";
    width: 52px;
    height: 16px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.paymentPopupContent {
    margin-bottom: 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }

.paymentMethod .inlineRadios {
    display: flex;
    align-items: center; }
.paymentMethod .inlineRadios .md-radio label:before {
    top: -3px; }
.paymentMethod .inlineRadios .md-radio label:after {
    top: 2px; }
.paymentMethod .inlineRadios.fullWidth {
    justify-content: space-between; }

.paymentMethod .transferSelectContainer {
    position: relative;
    display: flex;
    flex-flow: column;
    margin: 16px 0 32px;
    max-width: 384px; }
.paymentMethod .transferSelectContainer.transferInput {
    margin-top: 32px;
    margin-bottom: 8px;
    max-width: 414px; }
.paymentMethod .transferSelectContainer .transferSelectTitle {
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Light";
    margin-bottom: 4px; }

.renewals .megaFilterContainer {
    max-width: 634px; }
.renewals .megaFilterContainer .megaFilterTop {
    display: flex;
    flex-flow: row; }
@media only screen and (max-width: 480px) {
    .renewals .megaFilterContainer .megaFilterTop {
        flex-flow: column; } }
@media only screen and (max-width: 480px) {
    .renewals .megaFilterContainer .megaFilter .megaFilterContent:first-child {
        margin-right: 0;
        margin-bottom: 12px; } }
.renewals .megaFilterContainer .megaFilterBottom {
    display: block;
    margin-top: 20px; }
.renewals .megaFilterContainer .megaFilterBottom a {
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    color: #3d5265;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -4px; }
.renewals .megaFilterContainer .megaFilterBottom a i {
    padding-left: 8px;
    font-size: 12px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.renewals .megaFilterContainer .megaFilterBottom a i.active {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }

.renewals .megaFilterExpanded .resultsGroupContainer {
    max-height: 110px !important; }
.renewals .megaFilterExpanded .resultsGroupContainer.withoutShadow {
    margin-bottom: 0; }
.renewals .megaFilterExpanded .resultsGroupContainer.withoutShadow:before {
    display: none; }

@media only screen and (max-width: 767px) {
    .paymentMethod .inlineRadios.giftSelectionRadios {
        flex-flow: column;
        align-items: flex-start; } }

@media only screen and (max-width: 767px) {
    .renewals .paymentSteps .paymentStepsContainer {
        padding: 36px 28px 78px; } }

.offerListComponent {
    z-index: 2; }
.offerListComponent .offerList .slick-prev {
    display: none !important;
    left: -12px;
    top: calc(50% - 10px);
    opacity: 1;
    line-height: 0;
    width: 44px;
    height: calc(100% - 18px);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%); }
@media only screen and (max-width: 480px) {
    .offerListComponent .offerList .slick-prev {
        display: none !important; } }
.offerListComponent .offerList .slick-prev.active {
    display: inline-block !important; }
@media only screen and (max-width: 767px) {
    .offerListComponent .offerList .slick-prev.active {
        display: none !important; } }
.offerListComponent .offerList .slick-prev.active.slick-disabled {
    display: none !important; }
.offerListComponent .offerList .slick-prev:before {
    font-family: "icomoon";
    content: "\e900";
    color: #3d5265;
    opacity: 1;
    font-size: 34px; }
.offerListComponent .offerList .slick-next {
    right: 0;
    top: calc(50% - 10px);
    opacity: 1;
    line-height: 0;
    width: 44px;
    height: calc(100% - 18px);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%); }
@media only screen and (max-width: 767px) {
    .offerListComponent .offerList .slick-next {
        display: none !important; } }
.offerListComponent .offerList .slick-next:before {
    font-family: "icomoon";
    content: "\e901";
    color: #3d5265;
    opacity: 1;
    font-size: 34px; }
.offerListComponent .offerList .slick-list {
    padding: 32px 5% 32px 12px;
    margin-left: -12px; }
@media only screen and (max-width: 480px) {
    .offerListComponent .offerList .slick-list {
        padding: 0;
        margin-left: 0; } }
.offerListComponent .offerList .slick-list .slick-track {
    margin: 0; }
.offerListComponent .offerList .slick-list .slick-track .slick-slide {
    margin: 0 16px 5px 0;
    border: none;
    outline: none; }
@media only screen and (max-width: 480px) {
    .offerListComponent .offerList .slick-list .slick-track .slick-slide {
        margin: 0 4px 5px 0; } }
.offerListComponent .offerListTitle {
    font-size: 18px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium";
    width: 100%;
    display: block;
    margin-bottom: 12px; }

.comparedDetails {
    height: 56vh;
    overflow-y: auto; }

.offerListItem {
    display: flex;
    flex-flow: column;
    position: relative;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.offerListItem:before {
    content: "";
    display: none;
    height: calc(100% + 50px);
    position: absolute;
    left: -8px;
    top: -32px;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat;
    opacity: 0.08;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
@media only screen and (max-width: 767px) {
    .offerListItem:before {
        display: none !important; } }
.offerListItem.oneOffer:before {
    display: block;
    width: calc(100% + 16px); }
.offerListItem.twoOffer:before {
    display: block;
    width: calc(200% + 32px); }
.offerListItem.threeOffer:before {
    display: block;
    width: calc(300% + 48px); }
.offerListItem.fourOffer:before {
    display: block;
    width: calc(400% + 64px); }
.offerListItem.fiveOffer:before {
    display: block;
    width: calc(500% + 80px); }
.offerListItem a {
    outline: none !important;
    border: none !important; }
.offerListItem .offerListItemHeader {
    min-height: 24px;
    padding: 4px;
    background-color: #97d700;
    position: relative;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
.offerListItem .offerListItemHeader.withImage {
    padding-left: 120px;
    padding-right: 120px; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemHeader.withImage {
        padding-left: 0; } }
.offerListItem .offerListItemHeader .titleImg {
    position: absolute;
    left: 16px;
    top: 20px;
    z-index: 2;
    width: 98px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemHeader .titleImg {
        display: none; } }
.offerListItem .offerListItemHeader .offerListItemTitle {
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    font-family: "PFSquareSansPro-Bold";
    width: 100%;
    display: block;
    text-align: center; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemHeader .offerListItemTitle {
        text-align: left;
        padding-left: 12px; } }
.offerListItem .offerListItemHeader .offerBadge {
    background-color: #e89529;
    height: 100%;
    padding: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium";
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0; }
.offerListItem .offerListItemHeader .offerBadge img {
    margin: 0 4px 0 2px;
    height: 16px;
    width: 16px; }
.offerListItem .offerListItemContent {
    display: flex;
    flex-flow: row; }
.offerListItem .offerListItemContent .offerListItemContentLeft {
    display: flex;
    flex-flow: column;
    width: 70%; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft {
        width: 60%; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails {
    display: flex;
    flex-flow: column;
    background: linear-gradient(to right, #2e4d7e, #0fb1d8);
    background-repeat: no-repeat;
    height: 200px;
    padding: 12px;
    justify-content: space-between; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails {
        height: 240px; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop {
    display: flex;
    flex-flow: row;
    position: relative;
    margin: 50px 0 16px !important; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop {
        top: 0;
        flex-flow: column;
        margin-top: 30px !important; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop div {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-family: "PFSquareSansPro-Light";
    display: flex;
    padding-right: 4%; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop div {
        padding-right: 0;
        align-items: center;
        margin: 2px 0; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop div:last-child {
    padding-right: 0; }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop div i {
    color: #3d5265;
    background-color: #fff;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 18px;
    margin-right: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop div i {
        align-self: flex-start; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop div i.icon-sms {
    font-size: 14px; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsTop div i.icon-sms {
        font-size: 12px; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsBottom .giftBox {
    display: inline-flex;
    -webkit-box-shadow: inset 0 0 0 1px #f7f7f7;
    -moz-box-shadow: inset 0 0 0 1px #f7f7f7;
    box-shadow: inset 0 0 0 1px #f7f7f7;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 6px 20px 6px 6px;
    flex-flow: row;
    align-items: center; }
@media only screen and (max-width: 767px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsBottom .giftBox {
        padding: 6px 12px 6px 6px; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsBottom .giftBox i {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #97d700, #00a0dc);
    background-repeat: no-repeat;
    color: #fff;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsBottom .giftBox .giftTitle {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Light"; }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsBottom .giftBox .giftChange {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium"; }
@media only screen and (max-width: 767px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemDetails .offerListItemDetailsBottom .giftBox .giftChange {
        font-size: 12px; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemCompare {
    background-color: #f7f7f7;
    padding: 12px;
    display: flex;
    flex-flow: column;
    height: 126px;
    justify-content: space-between;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px; }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemCompare.businessCompare {
    height: 40px; }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemCompare .offerListItemCompareDescription {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    max-width: 350px;
    display: flex;
    flex-flow: row;
    align-items: flex-start; }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemCompare .offerListItemCompareDescription img {
    margin-right: 4px; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemCompare .offerListItemCompareDescription img {
        display: none; } }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemCompare .offerDetails {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    color: #3d5265;
    display: flex;
    align-items: center;
    justify-content: center; }
.offerListItem .offerListItemContent .offerListItemContentLeft .offerListItemCompare .offerDetails i {
    padding-left: 12px;
    font-size: 12px; }
.offerListItem .offerListItemContent .offerListItemContentRight {
    display: flex;
    flex-flow: column;
    width: 30%;
    height: 326px;
    justify-content: space-between;
    background-color: #fff;
    padding: 12px 6px 24px 7px;
    position: relative;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentRight {
        width: 40%;
        height: 366px; } }
.offerListItem .offerListItemContent .offerListItemContentRight.businessContentRight {
    height: 240px; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentRight.businessContentRight {
        height: 280px; } }
.offerListItem .offerListItemContent .offerListItemContentRight:before {
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #97d700, #509e2f);
    background-repeat: no-repeat;
    z-index: 2; }
.offerListItem .offerListItemContent .offerListItemContentRight .detailsContentRight {
    text-align: center; }
.offerListItem .offerListItemContent .offerListItemContentRight .detailsContentRight .toPay {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 18px;
    margin-bottom: -6px;
    padding-left: 20px; }
.offerListItem .offerListItemContent .offerListItemContentRight .detailsContentRight .toPay .euros {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    position: relative; }
@media only screen and (max-width: 767px) {
    .offerListItem .offerListItemContent .offerListItemContentRight .detailsContentRight .toPay .euros {
        font-size: 44px;
        line-height: 44px; } }
.offerListItem .offerListItemContent .offerListItemContentRight .detailsContentRight .toPay .euros .imgEuro {
    position: absolute;
    left: -3px;
    top: -8px;
    z-index: 2;
    display: block;
    margin: auto;
    width: auto;
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 14px;
    line-height: 13px;
    background-color: #f3f3f3;
    padding: 3px 5px 0px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.offerListItem .offerListItemContent .offerListItemContentRight .detailsContentRight .toPay .cents {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding-left: 2px;
    bottom: 2px; }
.offerListItem .offerListItemContent .offerListItemContentRight .detailsContentRight .toPay .oldPrice {
    position: absolute;
    top: -18px;
    right: 6px;
    font-size: 14px;
    line-height: 17px; }
.offerListItem .offerListItemContent .offerListItemContentRight .detailsContentRight .paymentDeadline {
    font-family: "PFSquareSansPro-Light";
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    display: block;
    margin: 6px 0; }
.offerListItem .offerListItemContent .offerListItemContentRight .offerDiscount {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
.offerListItem .offerListItemContent .offerListItemContentRight .offerDiscount span {
    width: 100%;
    display: block; }
.offerListItem .offerListItemContent .offerListItemContentRight .offerDiscount span.discountTitle {
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Medium"; }
.offerListItem .offerListItemContent .offerListItemContentRight .offerDiscount span.discountNumber {
    font-size: 24px;
    line-height: 24px;
    font-family: "PFSquareSansPro-Medium";
    color: #97d700;
    padding-bottom: 10px;
    margin-bottom: 14px;
    margin-top: 2px;
    border-bottom: 1px solid rgba(61, 82, 101, 0.12); }
.offerListItem .offerListItemContent .offerListItemContentRight .offerDiscount span.discountDescription {
    font-size: 14px;
    line-height: 14px; }
@media only screen and (max-width: 480px) {
    .offerListItem .offerListItemContent .offerListItemContentRight .offerDiscount span.discountDescription {
        font-size: 12px; } }
.offerListItem .offerListItemContent .offerListItemContentRight .buttonOuter {
    text-align: center; }
.offerListItem .offerListItemContent .offerListItemContentRight .buttonOuter .primaryButtonNormal {
    width: 100%;
    max-width: 136px;
    min-width: 0; }

.rateplan .offerListItem .offerListItemContent .offerListItemContentRight .buttonOuter .primaryButtonNormal {
    max-width: 100%;
    font-size: 14px;
    line-height: 14px; }

.rateplan .offerListComponent .offerList .slick-list {
    padding: 32px 5% 18px 12px; }
@media only screen and (max-width: 480px) {
    .rateplan .offerListComponent .offerList .slick-list {
        padding: 0; } }

.fixedHeight .offerListComponent .offerList .slick-next,
.fixedHeight .offerListComponent .offerList .slick-prev {
    top: 193px;
    height: 388px; }

.fixedHeight.renewals .toggleContent {
    top: -4px;
    margin-bottom: -4px; }

.fixedHeightBusiness .offerListComponent .offerList .slick-next,
.fixedHeightBusiness .offerListComponent .offerList .slick-prev {
    top: 153px;
    height: 310px; }

.fixedHeightBusiness.renewals .toggleContent {
    top: -4px;
    margin-bottom: -4px; }

.renewalsRelativeBox {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.renewalsRelativeBox .offerDetails i {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.renewalsRelativeBox .offerDetails i.active {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }

.giftSelection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0; }
@media only screen and (max-width: 767px) {
    .giftSelection {
        display: none; } }
.giftSelection .packageListItem {
    width: 148px;
    min-height: 192px;
    display: flex;
    flex-flow: column;
    background-color: #f5f6f7;
    overflow: hidden;
    padding-bottom: 1px;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.giftSelection .packageListItem.active {
    min-height: 230px;
    width: 178px; }
.giftSelection .packageListItem.active .packageListImage {
    min-height: 94px; }
.giftSelection .packageListItem.active .packageListContent {
    font-size: 16px;
    line-height: 16px; }
.giftSelection .packageListItem .packageListImage {
    height: 75px;
    background-color: #fff;
    display: flex;
    align-items: center; }
.giftSelection .packageListItem .packageListImage img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.giftSelection .packageListItem .linearGradient {
    height: 2px;
    width: 100%;
    display: block;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat; }
.giftSelection .packageListItem .packageListContent {
    height: 73px;
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Medium";
    padding: 6px; }

.compareContent {
    display: flex;
    flex-flow: column;
    margin-top: 32px; }
.compareContent .comparedPrograms {
    padding: 17px;
    display: flex;
    justify-content: space-between; }
.compareContent .comparedPrograms .program {
    display: flex;
    flex-flow: column;
    text-align: center; }
.compareContent .comparedPrograms .program img {
    padding: 8px; }
.compareContent .comparedPrograms .program .programName {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 6px; }
.compareContent .linearGradient {
    height: 2px;
    width: 100%;
    display: block;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat; }
.compareContent .comparedCol {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    position: relative; }
.compareContent .comparedCol:nth-child(2n) {
    background-color: #f3f3f3; }
.compareContent .comparedCol .comparedColTitle {
    line-height: 20px;
    font-family: "PFSquareSansPro-Bold";
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    display: block;
    text-align: center; }
.compareContent .comparedCol .detailsContentRight {
    text-align: center; }
.compareContent .comparedCol .detailsContentRight .toPay {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 18px;
    margin-bottom: -6px;
    padding-left: 20px; }
@media only screen and (max-width: 767px) {
    .compareContent .comparedCol .detailsContentRight .toPay {
        margin-top: 46px;
        padding-left: 0; } }
.compareContent .comparedCol .detailsContentRight .toPay .euros {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    position: relative; }
@media only screen and (max-width: 767px) {
    .compareContent .comparedCol .detailsContentRight .toPay .euros {
        font-size: 44px;
        line-height: 44px; } }
.compareContent .comparedCol .detailsContentRight .toPay .euros .imgEuro {
    position: absolute;
    left: -3px;
    top: -8px;
    z-index: 2;
    display: block;
    margin: auto;
    width: auto;
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 14px;
    line-height: 13px;
    background-color: #f3f3f3;
    padding: 3px 5px 0px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.compareContent .comparedCol .detailsContentRight .toPay .cents {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding-left: 2px;
    bottom: 2px; }
.compareContent .comparedCol .detailsContentRight .toPay .oldPrice {
    position: absolute;
    top: -18px;
    right: 6px;
    font-size: 14px;
    line-height: 17px; }
.compareContent .comparedCol .detailsContentRight .paymentDeadline {
    font-family: "PFSquareSansPro-Light";
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    display: block;
    margin: 6px 0; }
.compareContent .comparedCol .detailsContentRight .dataRemaining {
    display: flex;
    flex-flow: column;
    position: relative;
    margin: 24px 0 10px;
    height: 94px;
    width: 120px; }
.compareContent .comparedCol .detailsContentRight .dataRemaining .donut {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%; }
.compareContent .comparedCol .detailsContentRight .dataRemaining .donut .donutBackground {
    -webkit-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    transform: rotate(125deg);
    transform-origin: center; }
.compareContent .comparedCol .detailsContentRight .dataRemaining .donut .donutColor {
    -webkit-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    transform: rotate(125deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform-origin: center; }
.compareContent .comparedCol .detailsContentRight .dataRemaining .dataRemainingNumber {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 32px;
    line-height: 34px;
    margin-top: 36px; }
.compareContent .comparedCol .detailsContentRight .dataRemaining .dataRemainingNumber.withAlert {
    font-size: 26px;
    line-height: 22px;
    margin-top: 32px; }
.compareContent .comparedCol .detailsContentRight .dataRemaining .dataRemainingNumber.withAlert span {
    font-family: "PFSquareSansPro-Medium";
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 4px; }
.compareContent .comparedCol .detailsContentRight .dataRemaining .dataRemainingNumber.withSpeed {
    font-size: 26px; }
.compareContent .comparedCol .detailsContentRight .dataRemaining .dataSymbolContainer .dataSymbol {
    display: inline-block;
    margin: auto;
    width: auto;
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 12px;
    line-height: 14px;
    background-color: #f3f3f3;
    padding: 1px 1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.paymentMethod .renewSelectContainer {
    position: relative;
    display: flex;
    flex-flow: column;
    margin: 6px 0;
    max-width: 100%; }
.paymentMethod .renewSelectContainer .renewSelectTitle {
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Light";
    margin-bottom: 4px; }

.boldTitle {
    width: 100%;
    display: block;
    font-family: "PFSquareSansPro-Bold";
    margin-bottom: 12px; }
.boldTitle.withIcon {
    position: relative;
    padding-left: 24px;
    margin-bottom: 4px; }
.boldTitle.withIcon i {
    position: absolute;
    left: 0;
    top: 0; }
.boldTitle.withIcon i.icon-euros {
    font-size: 20px; }

.programDetails {
    display: flex;
    flex-flow: column;
    padding-bottom: 16px;
    border-bottom: 1px solid #979797;
    padding-left: 8px; }
.programDetails.withLeftPadding {
    padding-left: 24px; }
.programDetails .programDetailsTitle {
    font-family: "PFSquareSansPro-Medium";
    margin-bottom: 3px; }
.programDetails .programDetailsCol {
    display: flex;
    align-items: center;
    margin: 3px 0; }
.programDetails .programDetailsCol .programDetailsColRight {
    margin-left: auto;
    font-family: "PFSquareSansPro-Medium";
    padding-right: 24px;
    position: relative; }
@media only screen and (max-width: 767px) {
    .programDetails .programDetailsCol .programDetailsColRight {
        padding-right: 0; } }
.programDetails .programDetailsCol .programDetailsColRight .imgTooltip {
    position: absolute;
    right: 0;
    top: 2px;
    display: inline-block;
    margin: 0;
    margin-left: auto;
    width: 16px;
    height: 16px;
    font-family: "PFSquareSansPro-Medium";
    font-size: 12px;
    line-height: 16px;
    background-color: #f3f3f3;
    border: none;
    color: #3d5265;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
@media only screen and (max-width: 767px) {
    .programDetails .programDetailsCol .programDetailsColRight .imgTooltip {
        width: 14px;
        height: 14px;
        font-size: 12px;
        line-height: 14px;
        position: relative;
        left: 8px;
        top: 0;
        font-family: "PFSquareSansPro-Medium"; } }

.detailsBox.popupDetails {
    padding: 0 24px;
    border-bottom: 1px solid rgba(61, 82, 101, 0.12); }
.detailsBox.popupDetails .packageInfo {
    margin: 20px 0 0px; }

@media only screen and (max-width: 767px) {
    .stepText {
        font-size: 12px !important; } }

.inlineCol {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(61, 82, 101, 0.12);
    padding-bottom: 8px;
    margin-bottom: 9px;
    align-items: flex-end; }
@media only screen and (max-width: 767px) {
    .inlineCol {
        align-items: center; } }
.inlineCol.noBorder {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: -8px; }
.inlineCol .boldTitle {
    font-family: "PFSquareSansPro-Medium"; }
.inlineCol .tableCol {
    flex: 1;
    text-align: left; }
.inlineCol .tableCol.multiText {
    display: flex;
    flex-flow: column;
    font-family: "PFSquareSansPro-Regular";
    font-size: 14px;
    line-height: 16px; }
.inlineCol .tableCol.multiText strong {
    font-family: "PFSquareSansPro-Medium";
    font-size: 16px;
    font-weight: normal; }

.deviceComponent {
    display: flex;
    flex-wrap: wrap; }
.deviceComponent .deviceBox {
    margin-right: 24px;
    margin-bottom: 24px;
    width: 30%;
    display: flex;
    flex-flow: column;
    background-color: #fff; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .deviceComponent .deviceBox {
        width: 44%; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .deviceComponent .deviceBox {
        width: calc(50% - 12px);
        margin-right: 0; } }
@media only screen and (max-width: 767px) {
    .deviceComponent .deviceBox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .deviceComponent .deviceBox:nth-of-type(odd) {
        margin-right: 24px; } }
.deviceComponent .deviceBox .deviceImage img {
    width: 202px;
    height: 202px;
    object-fit: contain;
    object-position: center; }
.deviceComponent .deviceBox .deviceContent {
    padding: 12px 16px 16px;
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
.deviceComponent .deviceBox .deviceContent .deviceTitle {
    font-family: "PFSquareSansPro-Medium";
    margin-bottom: 4px;
    min-height: 32px; }
.deviceComponent .deviceBox .deviceContent .deviceDescription {
    margin-bottom: 24px;
    color: #3d5265;
    height: 60px;
    overflow: hidden; }
.deviceComponent .deviceBox .deviceContent .detailsContentRight {
    text-align: center;
    margin-bottom: 24px; }
.deviceComponent .deviceBox .deviceContent .detailsContentRight .toPay {
    display: inline-flex;
    position: relative;
    margin-top: 18px;
    margin-bottom: -6px;
    align-items: baseline; }
.deviceComponent .deviceBox .deviceContent .detailsContentRight .toPay .euros {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    position: relative; }
@media only screen and (max-width: 767px) {
    .deviceComponent .deviceBox .deviceContent .detailsContentRight .toPay .euros {
        font-size: 44px;
        line-height: 44px; } }
.deviceComponent .deviceBox .deviceContent .detailsContentRight .toPay .euros .imgEuro {
    position: absolute;
    left: -3px;
    top: -8px;
    z-index: 2;
    display: block;
    margin: auto;
    width: auto;
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 14px;
    line-height: 13px;
    background-color: #f3f3f3;
    padding: 3px 5px 0px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.deviceComponent .deviceBox .deviceContent .detailsContentRight .toPay .cents {
    font-family: "PFSquareSansPro-ExtraBlack";
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding-left: 6px;
    bottom: 2px; }
.deviceComponent .deviceBox .deviceContent .detailsContentRight .toPay .oldPrice {
    position: absolute;
    top: -18px;
    right: 0;
    font-size: 14px;
    line-height: 17px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%); }
.deviceComponent .deviceBox .deviceContent .detailsContentRight .paymentDeadline {
    font-family: "PFSquareSansPro-Light";
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    display: block;
    margin: 6px 0; }

.linearGradient {
    height: 2px;
    width: 100%;
    display: block;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat; }

.rangeSliderContainer {
    display: block;
    margin: 22px 0;
    position: relative; }
.rangeSliderContainer .rangeValue {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Medium";
    bottom: -10px;
    display: block;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
.rangeSliderContainer .rangeValue.fromValue {
    left: 0; }
.rangeSliderContainer .rangeValue.toValue {
    right: 0; }

.sideFilters {
    padding: 12px;
    background-color: #fff;
    display: flex;
    flex-flow: column; }
.sideFilters .filterGroup {
    border-bottom: 1px solid #f3f3f3;
    margin: 4px 0 8px; }
.sideFilters .filterGroup:last-child {
    border: none; }
.sideFilters .filterGroup .filterGroupTitle {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "PFSquareSansPro-Medium";
    margin-bottom: 4px;
    cursor: pointer; }
.sideFilters .filterGroup .filterGroupTitle i {
    margin-left: auto;
    font-size: 12px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.sideFilters .filterGroup .filterGroupTitle i.opened {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.sideFilters .filterGroup .filterGroupContent .businessConnections {
    max-width: 100%;
    padding-left: 12px; }
.sideFilters .filterGroup .filterGroupContent .businessConnections.withoutShadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-height: 100%; }
.sideFilters .filterGroup .filterGroupContent .businessToggle {
    background-color: transparent; }
.sideFilters .filterGroup .filterGroupContent .businessToggle .businessContentSearch {
    max-width: 260px;
    margin: 8px auto 0px; }
.sideFilters .filterGroup .filterGroupContent .businessToggle a {
    display: block;
    width: 100%;
    margin: 12px 0;
    color: #3d5265;
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 16px; }

.devices .component.active {
    display: flex; }

@media only screen and (max-width: 1024px) {
    .devices .component .box.withContent {
        width: 100%; } }

@media only screen and (max-width: 767px) {
    .devicesRenew .paymentSteps {
        margin-top: 50px; } }

.selectDevice {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 86%;
    max-width: 1200px;
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    padding: 8px 16px 0;
    border-top: 1px solid #97d700;
    border-left: 1px solid #97d700;
    z-index: 10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .selectDevice {
        width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .selectDevice {
        width: 100%; } }
@media only screen and (max-width: 767px) {
    .selectDevice {
        width: 100%;
        flex-flow: column;
        align-items: center; } }
.selectDevice.opened {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .selectDevice .button {
        min-width: 0; } }
.selectDevice .toggleDevice {
    padding: 10px 8px;
    font-family: "PFSquareSansPro-Medium";
    color: #3d5265;
    background-color: #fff;
    border-top: 1px solid #97d700;
    border-left: 1px solid #97d700;
    border-right: 1px solid #97d700;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
    mix-blend-mode: screen;
    display: flex;
    align-items: center; }
@media only screen and (max-width: 767px) {
    .selectDevice .toggleDevice {
        right: 12px; } }
.selectDevice .toggleDevice i {
    font-size: 12px;
    padding-left: 8px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.selectDevice .toggleDevice i.opened {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.selectDevice .selectDeviceLeft {
    display: flex;
    align-items: center;
    padding-bottom: 12px; }
@media only screen and (max-width: 767px) {
    .selectDevice .selectDeviceLeft {
        margin-bottom: 16px; } }
@media only screen and (max-width: 320px) {
    .selectDevice .selectDeviceLeft {
        flex-flow: column; } }
.selectDevice .selectDeviceLeft .selectedOfferImage {
    width: 420px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    top: 4px; }
@media only screen and (max-width: 1366px) {
    .selectDevice .selectDeviceLeft .selectedOfferImage {
        width: 414px; } }
@media only screen and (max-width: 768px) {
    .selectDevice .selectDeviceLeft .selectedOfferImage {
        width: 285px; } }
.selectDevice .selectDeviceLeft .plusIcon {
    margin: 0 24px; }
@media only screen and (max-width: 767px) {
    .selectDevice .selectDeviceLeft .plusIcon {
        margin: 12px; } }
@media only screen and (max-width: 767px) {
    .selectDevice .selectDeviceLeft img {
        max-width: 200px; } }
.selectDevice .selectDeviceLeft .slectedDevice {
    position: relative;
    margin-top: 10px;
    width: 182px;
    height: 300px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
@media only screen and (max-width: 767px) {
    .selectDevice .selectDeviceLeft .slectedDevice {
        width: 100px;
        height: 160px; } }
.selectDevice .selectDeviceLeft .slectedDevice canvas {
    width: 182px !important;
    height: 300px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
@media only screen and (max-width: 767px) {
    .selectDevice .selectDeviceLeft .slectedDevice canvas {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center; } }
.selectDevice .selectDeviceLeft .slectedDevice.empty {
    border: 1px dashed #509e2f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.selectDevice .selectDeviceLeft .slectedDevice .selectedDeviceImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
.selectDevice .selectDeviceLeft .slectedDevice .selectedDeviceText {
    padding: 16px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium";
    color: #509e2f;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    text-align: center; }
@media only screen and (max-width: 767px) {
    .selectDevice .selectDeviceLeft .slectedDevice .selectedDeviceText {
        padding: 12px; } }
.selectDevice .selectDeviceLeft .slectedDevice .removeDevice {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-color: #3d5265;
    display: flex;
    line-height: 0;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
.selectDevice .selectDeviceRight {
    margin-left: auto;
    padding-bottom: 16px; }
@media only screen and (max-width: 767px) {
    .selectDevice .selectDeviceRight {
        margin-left: 0; } }
@media only screen and (max-width: 320px) {
    .selectDevice .selectDeviceRight {
        text-align: center; } }
@media only screen and (max-width: 320px) {
    .selectDevice .selectDeviceRight .blueButton {
        min-width: 138px; } }

.requests {
    padding: 12px;
    background-color: #fff; }

.billSection .dropDownContentBox.small .dropDownCol span {
    line-height: 32px; }

.billSection .dropDownContentBox.smallFonts .dropDownCol span {
    line-height: 28px;
    font-size: 14px; }

@media only screen and (max-width: 480px) {
    body .exportBox .flexRow {
        align-items: flex-end; } }

body .dueBill {
    padding-right: 20px;
    margin-bottom: 8px; }

@media only screen and (max-width: 480px) {
    .billStatistics .megaFilter {
        flex-flow: column !important; } }

@media only screen and (max-width: 480px) {
    .billStatistics .megaFilter .megaFilterContent.openMenu {
        margin-bottom: 12px; } }

@media only screen and (max-width: 480px) {
    .billStatistics .megaFilter .megaFilterContent .mediumDrop {
        max-width: 100% !important; } }

@media only screen and (max-width: 480px) {
    .billStatistics .relativeBox {
        width: 100%;
        padding-right: 16px; } }

@media only screen and (max-width: 1230px) {
    .billSection .megaFilterContainer .megaFilter .megaFilterContent {
        align-items: flex-start; } }

.exportBox {
    background-color: #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 16px; }
.exportBox .exportBoxTitle {
    margin-bottom: 16px;
    display: block;
    width: 100%; }
.exportBox .buttonOuter {
    margin-left: auto; }
.exportBox .inlineRadios {
    padding-left: 16px; }
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .exportBox .inlineRadios {
        padding-left: 0;
        flex-flow: row !important; } }
@media only screen and (max-width: 480px) {
    .exportBox .inlineRadios {
        padding-left: 16px;
        flex-flow: column !important; } }

@media only screen and (max-width: 480px) {
    .billSection .inlineContent {
        flex-flow: column !important; } }

@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .billSection .megaFilterContent .relativeBox {
        width: 100%;
        padding-right: 16px; } }

@media only screen and (max-width: 767px) {
    .billSection .megaFilterContent .relativeBox {
        width: 100%;
        padding-right: 16px; } }

@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .billSection .megaFilterContent .relativeBox .mediumDrop,
    .billSection .megaFilterContent .relativeBox .smallDrop {
        max-width: 100%; } }

@media only screen and (max-width: 767px) {
    .billSection .megaFilterContent .relativeBox .mediumDrop,
    .billSection .megaFilterContent .relativeBox .smallDrop {
        max-width: 100%; } }

.inlineContentLeft {
    margin-right: 48px; }
@media only screen and (max-width: 480px) {
    .inlineContentLeft {
        margin-right: 0; } }
.inlineContentLeft .megaFilterContent {
    padding-left: 30px; }

.inlineContentRight .megaFilterContent {
    padding-left: 30px; }
@media only screen and (max-width: 480px) {
    .inlineContentRight .megaFilterContent .smallDrop {
        max-width: 100%; } }

.megaFilterContent.iddle {
    pointer-events: none;
    opacity: 0.5; }

@media only screen and (max-width: 1024px) {
    .billSection:not(.billMain) .leftSidebar {
        width: 100%; } }

.billSection:not(.billMain) .paymentContent .paymentDetails .paymentDetailsCol span {
    min-width: 60%; }

.furtherInfoBox{
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.detailsTable {
    margin-top: 40px;
    text-align: left;
    height: auto;
    max-height: 340px;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.detailsTable.notStripped {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(61, 82, 101, 0.12); }
.detailsTable.notStripped table th,
.detailsTable.notStripped table td {
    padding-left: 0;
    padding-right: 24px; }
.detailsTable.notStripped table tr {
    border-bottom: 1px solid rgba(61, 82, 101, 0.12); }
.detailsTable.notStripped table tr:nth-of-type(odd) {
    background-color: transparent; }
.detailsTable.notStripped table tr:last-child {
    border-bottom: none; }
.detailsTable.withoutHeader table tr {
    border-bottom: none; }

.detailsTable.withoutHeader table tr:last-child {
    border-bottom: none; }
.detailsTable.withoutShadow:before {
    display: none; }
.detailsTable.opened {
    max-height: 2000px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.detailsTable:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15); }

.simpleBorder {
    width: 100%;
    height: 1px;
    background-color: rgba(151, 151, 151, 0.5); }

.borderedToggleContainer {
    position: relative;
    z-index: 0; }
.borderedToggleContainer.withBackground {
    margin-top: 4px; }
.borderedToggleContainer.withBackground:after {
    background-color: #f7f7f7;
    content: '';
    width: calc(100% + 32px);
    height: calc(100% + 10px);
    left: -16px;
    top: 2px;
    display: block;
    position: absolute;
    z-index: -1; }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
table.withoutStripes tr:nth-of-type(odd) {
    background-color: transparent; }
table.withoutStripes tr:nth-of-type(even) {
    background-color: transparent; }
table.withoutStripes tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
table.withoutStripes tr th,
table.withoutStripes tr td {
    padding: 12px 0;
    padding-right: 16px; }
table tr {
    border-bottom: 1px solid rgba(61, 82, 101, 0.12); }

table tr:first-child {
    background-color: #fff;
    border-bottom: none; }
table th {
   /* font-weight: normal;
    font-family: "PFSquareSansPro-Medium";
    font-size: 16px;
    line-height: 16px;
    */
    font-family: 'TeleNeo', sans-serif;
    font-size: 16px;
    font-weight: 655;
    line-height: 125%;

    vertical-align: text-top;
    min-height: 45px;
    padding: 12px 16px;
    border: none; }
table th.xlarge {
    min-width: 100px; }
table th.large {
    min-width: 200px; }
table th.small {
    min-width: 140px; }
table td {
   /* font-weight: normal;
    font-family: "PFSquareSansPro-Regular";
    font-size: 16px;
    line-height: 16px;

    */
    font-family: 'TeleNeo', sans-serif;
    font-size: 16px;
    font-weight: 112;
    line-height: 125%;


    border: 1px solid #b6b6b6!important;
    min-height: 45px;
    padding: 12px 16px;
    border: none;
    min-width: 100px;}
.left {
    text-align: left;}
.right {
    text-align: left;}
.center {
    text-align: center;
    background-color: #f7f7f7;
}
table td i {
    margin-left: 24px;
    color: #3b61a6;
    cursor: pointer; }
table td span {
    margin-right: 4px;
    width: 20px;
    display: inline-block; }
table td span.icon-card {
    font-size: 11px; }

.paginated tr:first-child {
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(61, 82, 101, 0.12); }

.paginated tr.tableHead {
    background-color: #fff;
    border-bottom: none; }

.lessMore {
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    color: #3d5265;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px; }
.lessMore i {
    padding-left: 12px;
    font-size: 12px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.lessMore.opened i {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }

.programEdit {
    display: flex;
    flex-flow: column;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #979797;
    font-family: "PFSquareSansPro-Light"; }
.programEdit.withPadding {
    padding: 8px; }
.programEdit.noBorder {
    padding-top: 0;
    margin-top: 0;
    border: none; }
.programEdit .programEditTitle {
    margin-bottom: 8px;
    width: 100%;
    display: block; }
.programEdit .programEditFlex {
    display: flex;
    flex-wrap: wrap; }
.programEdit .programEditFlex .programEditRow {
    min-width: 36%;
    margin-right: 14%;
    padding-right: 12px; }
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .programEdit .programEditFlex .programEditRow {
        min-width: 40%;
        margin-right: 10%; } }
@media only screen and (max-width: 480px) {
    .programEdit .programEditFlex .programEditRow {
        margin-right: 0; } }
.programEdit .programEditRow {
    padding: 16px 0;
    display: flex;
    border-bottom: 1px solid #f3f3f3;
    align-items: center; }
@media only screen and (max-width: 480px) {
    .programEdit .programEditRow {
        flex-flow: column;
        align-items: flex-start;
        width: 100%; } }
.programEdit .programEditRow.withoutIcon strong {
    padding-right: 24px; }
.programEdit .programEditRow strong {
    font-weight: normal;
    font-family: "PFSquareSansPro-Medium";
    margin-left: auto; }
@media only screen and (max-width: 480px) {
    .programEdit .programEditRow strong {
        margin-top: 4px;
        margin-left: 0; } }
.programEdit .programEditRow strong i {
    cursor: pointer;
    padding-left: 8px; }

.billSection .inlineInputs .smallInput {
    margin-left: 12px; }
@media only screen and (max-width: 767px) {
    .billSection .inlineInputs .smallInput {
        margin-left: 0; } }

.billSection .inlineInputs .regularInput {
    margin-left: 12px; }
@media only screen and (max-width: 767px) {
    .billSection .inlineInputs .regularInput {
        margin-left: 0; } }

.billSection .detailsBox .detailsBottom.margined {
    margin: 30px 0 0; }

.paddingContent {
    padding: 12px 16px;
    display: flex;
    flex-flow: column;
    background-color: #fff; }
.paddingContent.firstContent {
    margin-top: 34px; }
.paddingContent.noPaddingTop .borderedToggle .borderedToggleHeader {
    font-size: 16px;
    line-height: 18px; }
.paddingContent .borderedToggle {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    display: flex;
    flex-flow: column; }
.paddingContent .borderedToggle.withoutBorder {
    border: none;
    padding-bottom: 0; }
.paddingContent .borderedToggle .borderedToggleHeader {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Medium"; }
@media only screen and (max-width: 480px) {
    .paddingContent .borderedToggle .borderedToggleHeader {
        font-size: 16px;
        line-height: 16px; } }
.paddingContent .borderedToggle .borderedToggleHeader .borderedToggleRight {
    margin-left: auto;
    position: relative;
    padding-right: 24px;
    font-size: 16px;
    line-height: 16px;
    min-height: 16px; }
@media only screen and (max-width: 480px) {
    .paddingContent .borderedToggle .borderedToggleHeader .borderedToggleRight {
        padding-left: 8px; } }
.paddingContent .borderedToggle .borderedToggleHeader .borderedToggleRight i {
    font-size: 12px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 1px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.paddingContent .borderedToggle .borderedToggleHeader .borderedToggleRight i.opened {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.paddingContent .borderedToggle .borderedToggleContent {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    line-height: 20px;
    font-family: "PFSquareSansPro-Regular";
    margin-top: 8px;
    padding-left: 12px; }
@media only screen and (max-width: 480px) {
    .paddingContent .borderedToggle .borderedToggleContent {
        font-size: 16px;
        line-height: 16px;
        padding-left: 0; } }
.paddingContent .borderedToggle .borderedToggleContent .borderedToggleLeft em {
    font-style: normal;
    font-size: 14px; }
.paddingContent .borderedToggle .borderedToggleContent .borderedToggleRight {
    margin-left: auto;
    position: relative;
    padding-right: 24px;
    font-size: 16px;
    line-height: 16px; }
@media only screen and (max-width: 480px) {
    .paddingContent .borderedToggle .borderedToggleContent .borderedToggleRight {
        padding-left: 8px; } }

.flexTable {
    display: flex;
    flex-flow: column;
    margin-top: 40px;
    overflow-x: auto; }
.flexTable .flexTableContentRowContainer,
.flexTable .flexTableRowContainer {
    display: flex;
    padding: 0 8px;
    width: 100%;
    min-width: 800px; }
.flexTable .flexTableRowContainer {
    background-color: #fff;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
.flexTable .flexTableRowContainer .flexTableRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
.flexTable .flexTableRowContainer .flexTableRow .flexTableTitle {
    flex: 1;
    padding: 8px;
    min-width: 110px;
    font-family: "PFSquareSansPro-Medium";
    min-height: 48px; }
.flexTable .flexTableRowContainer .flexTableRow .flexTableTitle.large {
    flex: 2;
    min-width: 350px; }
.flexTable .flexTableContentRowContainer {
    background-color: #f7f7f7; }
.flexTable .flexTableContentRowContainer .flexTableContentRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(61, 82, 101, 0.12);
    width: 100%; }
.flexTable .flexTableContentRowContainer .flexTableContentRow .flexTableTitle {
    flex: 1;
    padding: 12px 8px;
    min-width: 110px; }
.flexTable .flexTableContentRowContainer .flexTableContentRow .flexTableTitle.large {
    flex: 2;
    min-width: 350px; }
.flexTable .flexTableContentRowContainer:last-child .flexTableContentRow {
    border: none; }

.simpleTable {
    margin-top: 60px;
    text-align: left;
    padding: 0 16px; }
.simpleTable th:first-child {
    padding-left: 0; }
.simpleTable td:first-child {
    padding-left: 0; }

.multiTable {
    text-align: left;
    margin: 0 16px;
    position: relative;
    min-height: 40px;
    margin-top: 12px;
    border-bottom: 1px solid #7f7f7f; }
.multiTable th {
    position: relative; }
.multiTable th:first-child {
    padding-left: 0; }
.multiTable th td:first-child {
    padding-left: 0; }
.multiTable th.regularText {
    font-family: "PFSquareSansPro-Regular";
    font-size: 16px;
    line-height: 16px; }
.multiTable th .tableArrow {
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    font-size: 12px;
    cursor: pointer; }
.multiTable th .tableArrow.opened {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }

.fullWidthTable {
    font-size: 16px;
    line-height: 16px;
    padding-right: 20px;
    margin-top: 12px;
    position: relative; }
.fullWidthTable:after {
    content: '';
    width: calc(100% + 32px);
    left: -16px;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: rgba(151, 151, 151, 0.5);
    display: block; }
.fullWidthTable:last-child:after, .fullWidthTable.withoutBorder:after {
    display: none; }
.fullWidthTable .flexRow {
    padding: 8px 0; }
.fullWidthTable .flexRow span {
    font-family: "PFSquareSansPro-Bold"; }
.fullWidthTable .flexRow span.fullWidthTitle {
    margin-left: auto; }
.fullWidthTable .bgDark {
    position: relative;
    z-index: 0; }
.fullWidthTable .bgDark:before {
    position: absolute;
    content: '';
    width: calc(100% + 52px);
    left: -16px;
    height: 100%;
    background-color: #f7f7f7;
    top: 0;
    z-index: -1; }
.fullWidthTable .bgDark .flexRow.totalRow span {
    font-family: "PFSquareSansPro-Medium"; }
.fullWidthTable .bgDark .flexRow.totalRow span.fullWidthTitle {
    margin-left: auto; }
.fullWidthTable .bgDark .flexRow span {
    font-family: "PFSquareSansPro-Regular"; }
.fullWidthTable .bgDark .flexRow span.fullWidthTitle {
    margin-left: auto; }

body .ui-widget.ui-widget-content {
    z-index: 9999999;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
body .ui-widget.ui-widget-content.ui-menu .ui-menu-item {
    background-color: #fff;
    border-color: transparent !important;
    box-sizing: border-box; }
body .ui-widget.ui-widget-content.ui-menu .ui-menu-item:hover {
    background-color: #f3f3f3 !important; }
body .ui-widget.ui-widget-content.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    box-sizing: border-box;
    font-family: "PFSquareSansPro-Medium";
    line-height: 32px !important;
    display: flex;
    flex-flow: row;
    padding: 0 40px 0px 16px !important;
    background-color: transparent;
    cursor: pointer;
    color: #7f7f7f;
    border-color: transparent !important; }

.radioTarget {
    visibility: hidden; }

.connectionsBox {
    background-color: #f7f7f7;
    display: flex;
    flex-flow: column;
    margin-bottom: 24px; }
.connectionsBox:first-of-type .moveUpIcon {
    pointer-events: none;
    opacity: 0.6; }
.connectionsBox:last-of-type .moveDownIcon {
    pointer-events: none;
    opacity: 0.6; }
.connectionsBox .connectionsBoxHeader {
    display: flex;
    align-items: center;
    padding: 8px;
    height: 32px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
.connectionsBox .connectionsBoxHeader .connectionsBoxHeaderTitle {
    line-height: 26px;
    font-family: "PFSquareSansPro-Bold";
    display: flex;
    align-items: center; }
.connectionsBox .connectionsBoxHeader .connectionsBoxHeaderTitle i {
    margin-left: 16px;
    font-size: 16px;
    cursor: pointer; }
.connectionsBox .connectionsBoxHeader .connectionsBoxActions {
    margin-left: auto;
    display: flex;
    align-items: center; }
.connectionsBox .connectionsBoxHeader .connectionsBoxActions i {
    margin-left: 8px;
    cursor: pointer; }
.connectionsBox .connectionsBoxHeader .connectionsBoxActions i.hideIcon {
    font-size: 20px; }
.connectionsBox .connectionsBoxHeader .connectionsBoxActions i.hideIcon.icon-visible {
    font-size: 16px; }
.connectionsBox .connectionsBoxHeader .connectionsBoxActions i.moveUpIcon, .connectionsBox .connectionsBoxHeader .connectionsBoxActions i.moveDownIcon {
    font-size: 10px; }
.connectionsBox .connectionsBoxHeader .connectionsBoxActions i.inactive {
    pointer-events: none;
    opacity: 0.6; }
.connectionsBox .connectionsBoxContent {
    display: flex;
    flex-flow: column;
    padding: 8px 8px 16px; }
.connectionsBox .connectionsBoxContent.withStores {
    padding-top: 58px;
    min-height: 350px; }
.connectionsBox .connectionsBoxContent.withStores .businessStores {
    left: 16px;
    position: absolute;
    top: 32px;
    width: calc(100% / 3 - 20px); }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .connectionsBox .connectionsBoxContent.withStores .businessStores {
        width: calc(100% / 2 - 24px); } }
@media only screen and (max-width: 767px) {
    .connectionsBox .connectionsBoxContent.withStores .businessStores {
        width: calc(100% - 32px); } }
.connectionsBox .connectionsBoxContent.withStores .businessStores.inactive {
    pointer-events: none;
    opacity: 0.5; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow {
    display: flex;
    align-items: flex-start; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow {
        flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow {
        flex-wrap: wrap; } }
.connectionsBox .connectionsBoxContent .connectionsBoxRow.inactive {
    pointer-events: none;
    opacity: 0.5; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol {
    background-color: #fff;
    margin: 8px;
    display: flex;
    flex-flow: column;
    width: calc(100% / 3 - 16px);
    overflow: visible;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol {
        width: calc(100% / 2 - 16px); } }
@media only screen and (max-width: 767px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol {
        width: calc(100% - 16px); } }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol.single {
    width: 100%; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .connectionsBoxColTitle {
    color: #3b61a6;
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding: 16px 20px 0; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .connectionsBoxColTitle img {
    padding-right: 4px; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableListContainerLarge {
    max-height: 652px;
    overflow-y: auto; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList {
    display: flex;
    flex-flow: column;
    padding: 0 16px 16px; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    margin-top: 12px;
    padding: 8px;
    min-height: 52px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft {
    display: flex;
    flex-flow: column;
    align-self: flex-start;
    font-size: 14px;
    font-family: "PFSquareSansPro-Light";
    position: relative; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft span {
    font-family: "PFSquareSansPro-Bold";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 200px; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft span {
        max-width: 140px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft span {
        max-width: 160px; } }
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft span {
        max-width: 240px; } }
@media only screen and (max-width: 480px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft span {
        max-width: 170px; } }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft span.wrappedText {
    white-space: normal; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft.large span {
    max-width: 300px; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft.large span {
        max-width: 280px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft.large span {
        max-width: 100%; } }
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft.large span {
        max-width: 260px; } }
@media only screen and (max-width: 480px) {
    .connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableLeft.large span {
        max-width: 170px; } }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableRight {
    display: flex;
    align-items: center;
    margin-left: auto; }
.connectionsBox .connectionsBoxContent .connectionsBoxRow .connectionsBoxCol .sortableList li .sortableRight .sortIcon {
    color: #a0a09f;
    margin-left: 8px;
    cursor: move; }
.connectionsBox .connectionsBoxContent .buttonOuter {
    margin-right: 8px;
    margin-top: 8px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .manageStores .mainComponent {
        margin-top: 16px; } }

@media only screen and (max-width: 767px) {
    .manageStores .mainComponent {
        margin-top: 12px; } }

.servicePrice {
    display: flex;
    align-items: center;
    margin-top: 8px; }
.servicePrice .servicePriceLabel {
    margin-right: 12px; }

.chatBox {
    padding: 24px;
    background-color: #f7f7f7;
    height: 336px;
    overflow-y: auto;
    display: flex;
    flex-flow: column; }
@media only screen and (max-width: 767px) {
    .chatBox {
        padding: 12px; } }
.chatBox .withAvatar {
    padding-left: 40px;
    position: relative; }
.chatBox .withAvatar img {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
.chatBox .chatMessageLeft {
    background-color: #fff;
    line-height: 18px;
    font-size: 16px;
    padding: 8px 12px;
    min-height: 32px;
    display: inline-flex;
    margin-bottom: 12px;
    max-width: 400px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px 8px 8px 0;
    -moz-border-radius: 8px 8px 8px 0;
    border-radius: 8px 8px 8px 0; }
@media only screen and (max-width: 767px) {
    .chatBox .chatMessageLeft {
        max-width: 300px; } }
.chatBox .chatMessageLeft a {
    font-family: "PFSquareSansPro-Medium";
    min-width: 360px;
    display: flex;
    align-items: center;
    color: #3d5265; }
@media only screen and (max-width: 767px) {
    .chatBox .chatMessageLeft a {
        min-width: 276px; } }
.chatBox .chatMessageLeft a i {
    margin-left: auto;
    padding-left: 20px; }
.chatBox .chatMessageRight {
    background-color: #3d5265;
    color: #fff;
    line-height: 18px;
    font-size: 16px;
    padding: 8px 12px;
    min-height: 32px;
    display: inline-flex;
    margin-bottom: 12px;
    float: right;
    text-align: right;
    max-width: 400px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px; }
@media only screen and (max-width: 767px) {
    .chatBox .chatMessageRight {
        max-width: 300px; } }

.chatBoxInput {
    height: 56px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    position: relative;
    border-top: 1px solid #979797;
    padding: 8px 12px 12px 12px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
.chatBoxInput input {
    font-size: 16px;
    line-height: 18px;
    color: #3d5265;
    width: 100%;
    padding-right: 40px !important; }
.chatBoxInput ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    color: #b1b1b3; }
.chatBoxInput :-moz-placeholder {
    font-size: 16px;
    line-height: 18px;
    color: #b1b1b3; }
.chatBoxInput ::-moz-placeholder {
    font-size: 16px;
    line-height: 18px;
    color: #b1b1b3; }
.chatBoxInput :-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    color: #b1b1b3; }
.chatBoxInput i {
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 22px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
.chatBoxInput i.inactive {
    pointer-events: none;
    opacity: 0.5; }

.toggleChat {
    padding: 10px 8px;
    padding-right: 30px;
    min-width: 140px;
    height: 38px;
    text-align: center;
    font-family: "PFSquareSansPro-Medium";
    color: #fff;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 4;
    display: none; }
@media only screen and (max-width: 767px) {
    .toggleChat {
        right: 12px; } }
.toggleChat i {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.orders .ddFilterWrapper {
    margin-bottom: 16px; }

.orderBox {
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.orderBox.emptyOrders {
    padding: 24px;
    text-align: center; }
@media only screen and (max-width: 1024px) {
    .orderBox.emptyOrders.firstComponent {
        margin-top: 16px; } }
.orderBox.emptyOrders .emptyStateImage {
    margin-bottom: 16px; }
.orderBox.emptyOrders .emptyStateTitle {
    font-family: "PFSquareSansPro-Bold";
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px; }
.orderBox.emptyOrders .emptyStateSubTitle {
    font-family: "PFSquareSansPro-Medium";
    font-size: 18px;
    line-height: 20px;
    max-width: 624px;
    margin: auto; }
.orderBox .orderBoxHeader {
    background-color: #f7f7f7;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    height: 60px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
.orderBox .orderBoxHeader .orderBoxHeaderCol {
    padding-right: 48px;
    flex: 0 0 auto; }
.orderBox .orderBoxHeader .orderBoxHeaderCol.conditionCol {
    margin-left: auto;
    padding-right: 0;
    text-align: right; }
@media only screen and (max-width: 1024px) {
    .orderBox .orderBoxHeader .orderBoxHeaderCol.conditionCol {
        padding-right: 12px; } }
.orderBox .orderBoxHeader .orderBoxHeaderCol.incomplete {
    color: #509e2f; }
.orderBox .orderBoxHeader .orderBoxHeaderCol span {
    font-family: "PFSquareSansPro-Medium";
    width: 100%;
    display: block;
    color: #3d5265; }
.orderBox .orderBoxContent .paymentSteps .paymentStepsContainer {
    max-width: 800px;
    margin: auto; }
.orderBox .orderBoxContent .orderBoxContentDetails {
    display: none; }
.orderBox .orderBoxContent .orderDetails {
    padding: 16px 48px; }
@media only screen and (max-width: 1024px) {
    .orderBox .orderBoxContent .orderDetails {
        padding: 16px; } }
.orderBox .orderBoxContent .orderDetails .orderProducts {
    display: flex;
    flex-flow: column;
    margin-top: 8px; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsLeft {
    display: flex;
    flex-flow: column;
    flex: 0 0 auto;
    width: 400px; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsLeft .orderProductsDetailsTitle {
    line-height: 18px;
    margin-bottom: 8px;
    font-family: "PFSquareSansPro-Medium"; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsLeft .orderProductTitle {
    margin-bottom: 4px;
    color: #3d5265; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsLeft .orderProductInfo .orderProductList {
    margin: 16px 0;
    padding-left: 16px;
    border-left: 1px solid #979797;
    margin-left: 16px; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsLeft .orderProductInfo .orderProductList li {
    font-size: 16px;
    line-height: 22px; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsLeft .orderProductInfo .orderProductDuration {
    width: 100%;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsLeft .orderProductInfo .orderProductActivationType {
    width: 100%;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsRight {
    margin-left: auto;
    display: flex;
    flex: 0 0 auto; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsRight .orderProductsDetailsRightCol {
    display: flex;
    flex-flow: column;
    padding-left: 64px;
    width: 200px; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsRight .orderProductsDetailsRightCol .orderProductsDetailsRightColTitle {
    line-height: 18px;
    margin-bottom: 4px;
    font-family: "PFSquareSansPro-Medium"; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsDetails .orderProductsDetailsRight .orderProductsDetailsRightCol .orderGenericText {
    margin-bottom: 4px; }
.orderBox .orderBoxContent .orderDetails .orderProducts .orderProductsPrice {
    font-family: "PFSquareSansPro-Medium";
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px; }
.orderBox .orderBoxContent .orderDetails .orderContact {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin: 24px 0 16px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 16px 0; }
@media only screen and (max-width: 767px) {
    .orderBox .orderBoxContent .orderDetails .orderContact {
        flex-flow: column;
        padding: 16px; } }
.orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol {
    padding-left: 22px;
    padding-top: 4px;
    display: flex;
    align-items: flex-start;
    border-left: 1px solid #979797;
    flex: 1; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol {
        padding-left: 16px; } }
@media only screen and (max-width: 767px) {
    .orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol {
        padding-left: 0;
        margin-bottom: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #979797;
        border-left: none; } }
.orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol:first-child {
    border-left: none; }
@media only screen and (max-width: 767px) {
    .orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }
@media only screen and (max-width: 1024px) {
    .orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol i {
        display: none; } }
.orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol .orderContactDetails {
    display: flex;
    flex-flow: column;
    padding-left: 6px; }
.orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol .orderContactDetails .orderContactTitle {
    line-height: 18px;
    margin-bottom: 6px;
    font-family: "PFSquareSansPro-Medium"; }
.orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol .orderContactDetails .orderContactText {
    margin-bottom: 4px; }
.orderBox .orderBoxContent .orderDetails .orderContact .orderContactCol .orderContactDetails .orderContactText a {
    color: #3d5265; }

.orderProductsDetailsContainer {
    overflow-x: auto;
    border-bottom: 1px solid rgba(61, 82, 101, 0.1);
    margin-bottom: 6px;
    padding-bottom: 4px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .orders .mainComponent {
        margin-top: 16px; } }

@media only screen and (max-width: 767px) {
    .orders .mainComponent {
        margin-top: 12px; } }

@media only screen and (max-width: 480px) {
    .orders .megaFilter {
        flex-flow: column !important; } }

@media only screen and (max-width: 480px) {
    .orders .megaFilter .megaFilterContent:first-child {
        margin-right: 0 !important;
        margin-bottom: 12px; } }

.offerBox {
    margin: 36px 0 !important;
    position: relative;
    z-index: 2; }
.offerBox .offerListItemDetails {
    height: auto !important; }
.offerBox .offerListItemDetails .offerListItemDetailsTop {
    margin: 50px 0 16px !important; }
@media only screen and (max-width: 480px) {
    .offerBox .offerListItemDetails .offerListItemDetailsTop {
        margin-top: 30px !important; } }
.offerBox .offerListItemDetails .offerListItemDetailsTop div {
    padding-right: 16px !important; }
.offerBox .offerListItemDetails .giftBox {
    margin-bottom: 4px;
    padding: 0 !important;
    padding-left: 4px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
.offerBox .offerDetails i {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.offerBox .offerDetails i.active {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.offerBox .offerListItemCompare {
    height: auto !important;
    min-height: 160px; }
.offerBox .offerListItemCompare .offerDetails {
    margin-top: 16px !important; }
.offerBox .offerListItemContentRight {
    height: auto !important;
    padding: 12px 12px 16px 12px !important;
    justify-content: space-evenly !important; }
.offerBox .offerListItemContentRight .paymentDeadline {
    border-bottom: 1px solid rgba(61, 82, 101, 0.12);
    padding-bottom: 6px;
    margin-bottom: 16px !important; }
.offerBox .offerListItemContentRight .buttonOuter {
    margin-top: 16px !important; }
.offerBox .offerListItemContentRight .buttonOuter .primaryButtonNormal {
    max-width: 100% !important; }
.offerBox .offerListItemContentRight .buttonOuter .blueButton {
    background-color: #fff;
    color: #3d5265;
    border: 1px solid #3d5265 !important;
    margin-top: 12px;
    width: 100%;
    min-width: 0;
    height: auto;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5); }
.offerBox .offerListItemContentRight .buttonOuter .blueButton:hover, .offerBox .offerListItemContentRight .buttonOuter .blueButton:focus {
    background-color: #3d5265;
    color: #fff; }
.offerBox .visitLink {
    margin-bottom: 12px; }

.offerBoxContainer {
    position: relative; }

.contentBox .contentBoxTitle {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
    font-family: "PFSquareSansPro-Bold"; }

.contentBox p {
    margin: 8px 0;
    font-size: 12px;
    line-height: 16px; }
.contentBox p a {
    color: #3d5265; }
.contentBox p strong {
    font-weight: normal;
    font-family: "PFSquareSansPro-Medium"; }

.renewals .toggleContent {
    display: none;
    top: -40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 0; }

.offerListItemDetails {
    position: relative; }

.offerDue {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3d5265;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 8px;
    height: 24px;
    display: flex;
    align-items: center;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px; }
.offerDue i {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    font-style: normal;
    margin-right: 6px;
    -webkit-box-shadow: 0 0 0 1px #fff;
    -moz-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

.toggleProgram {
    display: none; }

.emptyOfferBoxParent {
    display: flex;
    flex-flow: row;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 20px; }
.emptyOfferBoxParent .emptyOfferBox {
    width: 100%;
    flex: 1;
    margin: 0 16px; }
@media only screen and (max-width: 1024px) {
    .emptyOfferBoxParent .emptyOfferBox {
        flex: 0 0 auto;
        overflow-y: hidden; } }
.emptyOfferBoxParent .emptyOfferBox:first-child {
    margin-left: 0; }
.emptyOfferBoxParent .emptyOfferBox:last-child {
    margin-right: 0; }
.emptyOfferBoxParent .emptyOfferBox .rightBox {
    padding: 70px 28px 28px; }

.emptyOfferBox {
    display: flex;
    flex-flow: row;
    margin-top: 42px !important; }
.emptyOfferBox .leftBox {
    padding: 32px;
    display: flex;
    flex-flow: column;
    width: 70%;
    align-items: center; }
.emptyOfferBox .leftBox .leftBoxContent {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    top: -20px;
    margin-top: -30px; }
.emptyOfferBox .leftBox .leftBoxContent .leftBoxImage {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f3f3f3;
    width: 68px;
    height: 68px;
    margin-bottom: 32px; }
.emptyOfferBox .leftBox .leftBoxContent .leftBoxButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f3f3f3;
    width: 70%;
    height: 24px;
    margin-bottom: 30px;
    margin-top: 30px; }
.emptyOfferBox .leftBox .leftBoxContent .leftBoxLine {
    width: 100%;
    height: 12px;
    background-color: #f3f3f3;
    display: flex;
    margin: 4px 0; }
.emptyOfferBox .leftBox .leftBoxContent .leftBoxLineSmall {
    width: 25%;
    height: 12px;
    background-color: #f3f3f3;
    display: flex;
    margin: 4px 0; }
.emptyOfferBox .rightBox {
    display: flex;
    flex-flow: column;
    width: 30%;
    background-color: #f3f3f3;
    padding: 50px 28px 28px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
.emptyOfferBox .rightBox .rightBoxContent {
    display: flex;
    flex-flow: column; }
.emptyOfferBox .rightBox .rightBoxContent .rightBoxLine {
    width: 100%;
    height: 8px;
    background-color: #fff;
    display: flex;
    margin: 4px 0; }
.emptyOfferBox .rightBox .rightBoxContent .rightBoxLineSmall {
    width: 50%;
    height: 8px;
    background-color: #fff;
    display: flex;
    margin: 4px 0; }
.emptyOfferBox .rightBox .rightBoxContent .rightBoxButton {
    width: 80%;
    height: 24px;
    background-color: #fff;
    display: flex;
    margin: 44px auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.leftSidebarBox {
    background-color: none;
    flex-flow: column; }

.leftSidebarBoxSub {
    background-color: #fff;
    flex-flow: column;
    margin-top: 10px
}

.leftSidebarBox .sidebarTitle {
    display: flex;
    cursor: pointer;
    background-color: #f7f7f7;
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 16px;
    padding: 8px;
    position: relative;
    z-index: 2;
    padding-right: 24px;
    margin-top: 6px;}
.leftSidebarBox .sidebarSubTitle {
    display: flex;
    cursor: pointer;
    background-color: #f7f7f7!important;
    color: #3d5265 !important;
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 16px;
    padding: 8px;
    position: relative;
    z-index: 2;
    padding-right: 24px;
    box-shadow: 0px 14px 2px -14px #606060;}
.leftSidebarBox .sidebarTitle .hometooltip {
    border-radius: 50%;
    width: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    border: 1px solid #3d5265;
    font-size: 12px; }
.leftSidebarBox .sidebarSubTitle .hometooltip {
    border-radius: 50%;
    width: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    border: 1px solid #3d5265;
    font-size: 12px; }
.leftSidebarBox .sidebarTitle .withOverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.leftSidebarBox .sidebarSubTitle .withOverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.leftSidebarBox .sidebarTitle .textDetails {
    font-size: 14px;
    font-family: "PFSquareSansPro-Light";
    color: #3d5265 !important; }
.leftSidebarBox .sidebarSubTitle .textDetails {
    font-size: 14px;
    font-family: "PFSquareSansPro-Light";
    color: #3d5265 !important; }
.leftSidebarBox .sidebarTitle img {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }
.leftSidebarBox .sidebarSubTitle img {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }

.leftSidebarBox .sidebarTitle img.openedSidebar {
    display: block; }
.leftSidebarBox .sidebarSubTitle img.openedSidebar {
    display: block; }
.leftSidebarBox .leftSidebarBoxContent {
    display: none; }
.leftSidebarBox .secondLevel {
    display: none;
    padding: 10px;
}

.leftSidebarBox .leftSidebarBoxContent.active {
    display: block; }
.leftSidebarBox .leftSidebarBoxContent .borderedTitle {
    color: #3b61a6;
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 2px solid #f3f3f3; }
.leftSidebarBox .leftSidebarBoxContent .borderedTitle img {
    padding-right: 4px; }
.leftSidebarBox .leftSidebarBoxContent .leftSidebarBoxDetails {
    margin-bottom: -5px;
    position: relative; }
.leftSidebarBox .leftSidebarBoxContent .leftSidebarBoxDetails a:not(.secondaryButton) {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 12px 0;
    color: #3d5265;
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 16px;
    position: relative; }
.leftSidebarBox .leftSidebarBoxContent .leftSidebarBoxDetails a:not(.secondaryButton).activeConnection:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    background-color: #509e2f;
    opacity: 0.14;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;}
.leftSidebarBox .leftSidebarBoxContent .leftSidebarBoxDetails a:not(.secondaryButton).activeConnection:before {
    content: '';
    display: block;
    position: absolute;
    left: -13px;
    top: -6px;
    background: linear-gradient(to top, #97d700, #509e2f);
    background-repeat: no-repeat;
    z-index: 0;
    width: 3px;
    height: calc(100% + 12px); }
.leftSidebarBox .leftSidebarBoxContent .leftSidebarBoxDetails a:not(.secondaryButton) span {
    font-family: "PFSquareSansPro-Bold";
    padding: 0 4px;
    border-radius: 4px;}
.leftSidebarBox.textBox {
    padding: 16px; }
.leftSidebarBox.textBox.emptyBox {
    padding: 47px 16px; }
.leftSidebarBox.textBox.emptyBox .emptyBoxTitle {
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    text-align: center; }
.leftSidebarBox.textBox.emptyBox .emptyBoxSubTitle {
    font-size: 14px;
    line-height: 16px;
    text-align: center; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .leftSidebarBox.textBox:first-child {
        margin-top: 0; } }
.leftSidebarBox.textBox .borderedContent {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #f3f3f3; }
.leftSidebarBox.textBox .borderedContent:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
.leftSidebarBox.textBox .borderedContent p {
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Regular";
    margin: 4px 0; }

.withMultipleBadges span {
    flex: 0 0 auto; }
.withMultipleBadges span.withMultipleBadgesLeft {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    padding: 0 !important; }
.withMultipleBadges spana.withMultipleBadges span {
    flex: 0 0 auto; }
.withMultipleBadges span.withMultipleBadgesRight {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: right; }

.businessConnections {
    max-height: 135px;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-shadow: inset 0px -8px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px -8px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px -8px 10px -4px rgba(0, 0, 0, 0.15);
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out; }
.businessConnections.opened {
    max-height: 283px;
    overflow-y: auto;
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out; }

.businessToggle {
    background-color: #fff;
    max-width: 95%; }
.businessToggle .businessContentSearch {
    position: relative;
    margin-top: 8px;
    display: none; }
.businessToggle .businessContentSearch .businessInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    -moz-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    box-shadow: inset 0 -1px 0 0 #7f7f7f;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    background-color: transparent; }
.businessToggle .businessContentSearch ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.businessToggle .businessContentSearch :-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.businessToggle .businessContentSearch ::-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.businessToggle .businessContentSearch :-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.businessToggle .businessContentSearch i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    line-height: 0; }
.businessToggle .businessContentSearch i.icon-lens {
    font-size: 18px; }
.businessToggle .toggleContent {
    text-align: center; }
.businessToggle .toggleContent .toggleText {
    display: none !important;
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium"; }
.businessToggle .toggleContent .toggleText.active {
    display: block !important; }
.businessToggle .toggleContent .toggleText.arrowUp i {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.businessToggle .toggleContent .toggleText i {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    font-size: 12px;
    position: relative;
    left: 10px;
    top: 2px;
    display: inline-block; }

.emptyConnectionsMessage {
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 12px 0 22px; }

.businessStores {
    background-color: #f7f7f7;
    position: relative;
    width: 100%;
    left: 0;
    top: -15px;
    z-index: 1;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
.businessStores.withSmallMargin {
    margin-bottom: -15px; }
.businessStores.active {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
.businessStores .subStores {
    display: none;
    padding: 0 12px;
    border-top: 1px solid rgba(61, 82, 101, 0.5);
    max-height: 240px;
    overflow-y: auto;
    padding-top: 8px; }
.businessStores .subStores.showElement {
    display: block; }
.businessStores .subStores .store {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(61, 82, 101, 0.5);
    position: relative;
    z-index: 2; }
.businessStores .subStores .store:hover:before {
    background-color: #eee;
    position: absolute;
    content: '';
    left: -12px;
    top: -8px;
    width: calc(100% + 24px);
    height: calc(100% + 8px);
    z-index: -1; }
.businessStores .subStores .store:first-child:hover:before {
    background-color: rgba(127, 127, 127, 0.1);
    position: absolute;
    content: '';
    left: -12px;
    top: 0;
    width: calc(100% + 24px);
    height: 100%;
    z-index: -1; }
.businessStores .subStores .store:last-child, .businessStores .subStores .store.withoutBorder {
    border: none;
    margin-bottom: 0; }
.businessStores .subStores .storeLink {
    height: 32px;
    align-items: center;
    display: flex;
    background-color: rgba(127, 127, 127, 0.1);
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
    padding-left: 12px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
.businessStores i {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    font-size: 12px;
    position: relative;
    right: 16px;
    top: 14px;
    display: block;
    position: absolute;
    pointer-events: none; }
.businessStores i.active {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.businessStores .store {
    cursor: pointer; }
.businessStores .store.mainStore {
    padding: 10px 36px 8px 12px; }
.businessStores .store.mainStore.withoutSubstores {
    cursor: default; }
.businessStores .store.withTooltip {
    padding-right: 20px; }
.businessStores .store span {
    width: 100%;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.businessStores .store span.storeTooltip {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    border: 1px solid #3d5265;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium"; }
.businessStores .store span.wrapText {
    white-space: normal; }
.businessStores .store span.storeName {
    line-height: 16px;
    font-family: "PFSquareSansPro-Bold"; }
.businessStores .store span.storeAddress {
    line-height: 14px;
    font-family: "PFSquareSansPro-Light"; }

.storesContentSearch {
    position: relative;
    padding: 12px;
    background-color: #fff; }
.storesContentSearch .storesInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    -moz-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    box-shadow: inset 0 -1px 0 0 #7f7f7f;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    background-color: transparent; }
.storesContentSearch ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.storesContentSearch :-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.storesContentSearch ::-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.storesContentSearch :-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.storesContentSearch i {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleY(1) !important;
    -moz-transform: translateY(-50%) scaleY(1) !important;
    transform: translateY(-50%) scaleY(1) !important;
    z-index: 1;
    pointer-events: none;
    line-height: 0; }
.storesContentSearch i.icon-lens {
    font-size: 18px; }

.closeStoresInputIcon {
    cursor: pointer;
    pointer-events: all !important; }

.packageListComponent {
    z-index: 2; }
.packageListComponent.withGradient {
    padding: 12px 0px 12px 12px;
    position: relative; }
@media only screen and (max-width: 480px) {
    .packageListComponent.withGradient {
        padding: 12px 0px 12px 0; } }
.packageListComponent.withGradient:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat;
    opacity: 0.08;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
@media only screen and (max-width: 480px) {
    .packageListComponent.withGradient .packageListTitle {
        padding-left: 12px; } }
.packageListComponent.withGradient .packageList .slick-prev {
    left: -12px; }
.packageListComponent .packageList.loadingList {
    display: flex;
    flex-flow: row;
    overflow: hidden; }
.packageListComponent .packageList .slick-prev {
    display: none !important;
    left: 0;
    opacity: 1;
    line-height: 0;
    width: 44px;
    height: 198px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%); }
@media only screen and (max-width: 480px) {
    .packageListComponent .packageList .slick-prev {
        display: none !important; } }
.packageListComponent .packageList .slick-prev.active {
    display: block !important; }
.packageListComponent .packageList .slick-prev:before {
    font-family: 'icomoon';
    content: '\e900';
    color: #3d5265;
    opacity: 1;
    font-size: 34px; }
.packageListComponent .packageList .slick-next {
    right: 0;
    opacity: 1;
    line-height: 0;
    width: 44px;
    height: 198px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%); }
@media only screen and (max-width: 480px) {
    .packageListComponent .packageList .slick-next {
        display: none !important; } }
.packageListComponent .packageList .slick-next:before {
    font-family: 'icomoon';
    content: '\e901';
    color: #3d5265;
    opacity: 1;
    font-size: 34px; }
.packageListComponent .packageList .slick-list {
    padding: 0 20% 0 0; }
@media only screen and (max-width: 480px) {
    .packageListComponent .packageList .slick-list {
        padding: 0 0 0 0; } }
.packageListComponent .packageList .slick-list .slick-track {
    margin: 0; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide {
    margin: 0 12px 5px 0;
    border: none;
    outline: none; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem {
    width: 148px;
    min-height: 192px;
    display: flex;
    flex-flow: column;
    background-color: #f5f6f7;
    overflow: hidden;
    padding-bottom: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem:not(.loadingBox) {
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2); }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .packageListImage {
    height: 75px;
    background-color: #fff;
    display: flex;
    align-items: center; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .packageListImage img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .linearGradient {
    height: 2px;
    width: 100%;
    display: block;
    background: linear-gradient(45deg, #97d700, #509e2f, #3b61a6, #00a0dc);
    background-repeat: no-repeat; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .packageListContent {
    height: 73px;
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Medium";
    padding: 6px; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .packageListPrice {
    background: linear-gradient(to right, #97d700, #509e2f);
    background-color: #97d700;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "PFSquareSansPro-Medium";
    font-size: 18px;
    display: flex;
    padding: 12px;
    height: 42px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 0 0 #202e3b;
    -moz-box-shadow: 0 1px 0 0 #202e3b;
    box-shadow: 0 1px 0 0 #202e3b;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .packageListPrice:hover, .packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .packageListPrice:focus {
    background: linear-gradient(to right, transparent, transparent);
    background-color: #97d700; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .packageListPrice span {
    width: 100%;
    text-align: right; }
.packageListComponent .packageList .slick-list .slick-track .slick-slide.packageListItem .packageListPrice span em {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding-left: 4px; }
.packageListComponent .packageListTitle {
    font-size: 18px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium";
    width: 100%;
    display: block;
    margin-bottom: 12px; }

.modalIcon {
    background-color: #f7f7f7; }
.modalIcon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center; }

.modalDetails {
    padding: 16px 24px 24px 24px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
.modalDetails .businessConnections {
    -webkit-box-shadow: inset 0px -8px 10px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px -8px 10px -6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px -8px 10px -6px rgba(0, 0, 0, 0.15); }
.modalDetails .imgTooltip {
    position: relative;
    left: 10px;
    display: inline-block;
    margin: auto;
    width: 16px;
    height: 16px;
    font-family: "PFSquareSansPro-Medium";
    font-size: 12px;
    line-height: 16px;
    background-color: transparent;
    color: #3d5265;
    padding: 0;
    text-align: center;
    border: 1px solid #3d5265;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
.modalDetails.firstElement {
    max-height: 80%; }
.modalDetails .modalText {
    font-size: 16px;
    margin-bottom: 24px;
    max-height: 300px;
    min-height: 60px;
    overflow-y: auto; }
.modalDetails .modalText p {
    line-height: 16px; }
.modalDetails .modalText.withoutMargin {
    margin-bottom: 0; }
.modalDetails .modalText .modalTextWithIcon {
    font-family: "PFSquareSansPro-Medium";
    position: relative;
    padding-left: 42px; }
.modalDetails .modalText .modalTextWithIcon img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
.modalDetails .packageDetailsList .packageDetailsListItem {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 2px solid #f3f3f3; }
.modalDetails .packageDetailsList .packageDetailsListItem:last-child {
    border-color: transparent; }
.modalDetails .packageDetailsList .packageDetailsListItem .packageDetailsListItemText {
    font-family: "PFSquareSansPro-Medium";
    font-size: 16px;
    line-height: 16px;
    flex-grow: 2;
    padding-right: 5%; }
.modalDetails .packageDetailsList .packageDetailsListItem .packageDetailsListItemPrice {
    text-align: right; }
.modalDetails .packageDetailsList .packageDetailsListItem .packageDetailsListItemPrice .primaryButtonSmall {
    min-width: 80px; }
.modalDetails .packageDetailsActivation {
    padding-top: 16px;
    border-top: 2px solid #f3f3f3;
    margin-top: -8px;
    margin-bottom: 24px; }
.modalDetails .packageDetailsActivation .packageDetailsActivationText {
    font-family: "PFSquareSansPro-Medium";
    margin-bottom: 24px; }
.modalDetails .multipleUsers {
    margin-bottom: 24px; }
.modalDetails .multipleUsers .businessConnections {
    margin: auto;
    padding-left: 12px; }
.modalDetails .multipleUsers .businessConnections label {
    width: 100%;
    margin: 12px 0;
    color: #3d5265;
    font-family: "PFSquareSansPro-Medium";
    font-size: 16px;
    line-height: 16px; }
.modalDetails .multipleUsers .opened {
    max-height: 228px;
    margin: 0;
    padding-left: 50px;
    max-width: 100%; }
.modalDetails .multipleUsers .businessToggle {
    background-color: transparent; }
.modalDetails .multipleUsers .businessToggle .businessContentSearch {
    margin: 8px auto 0px;
    display: block; }
.modalDetails .multipleUsers .businessToggle a {
    display: block;
    width: 100%;
    margin: 12px 0;
    color: #3d5265;
    font-family: "PFSquareSansPro-Medium";
    font-size: 14px;
    line-height: 16px; }

.groupedRadios {
    padding-left: 28px;
    margin-top: 14px; }

.megaFilterContainer {
    position: relative;
    z-index: 4; }
.megaFilterContainer .megaFilter {
    padding: 16px;
    background-color: #fff;
    display: flex;
    flex-flow: row; }
.megaFilterContainer .megaFilter .megaFilterContent {
    position: relative;
    display: flex;
    align-items: center; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .megaFilterContainer .megaFilter .megaFilterContent {
        flex-flow: column;
        flex: 1; } }
@media only screen and (max-width: 767px) {
    .megaFilterContainer .megaFilter .megaFilterContent {
        flex-flow: column;
        flex: 1; } }
.megaFilterContainer .megaFilter .megaFilterContent:first-child {
    margin-right: 16px; }
@media only screen and (max-width: 480px) {
    .megaFilterContainer .megaFilter .megaFilterContent:first-child {
        margin-right: 0;
        margin-bottom: 16px; } }
.megaFilterContainer .megaFilter .megaFilterContent span {
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    display: inline-block;
    margin-right: 8px; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .megaFilterContainer .megaFilter .megaFilterContent span {
        margin-right: 0;
        margin-bottom: 4px;
        width: 100%; } }
@media only screen and (max-width: 767px) {
    .megaFilterContainer .megaFilter .megaFilterContent span {
        margin-right: 0;
        margin-bottom: 4px;
        width: 100%; } }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer {
    position: relative; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer {
        width: 100%; } }
@media only screen and (max-width: 767px) {
    .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer {
        width: 100%; } }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    max-width: 190px;
    -webkit-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    -moz-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    box-shadow: inset 0 -1px 0 0 #7f7f7f;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    background-color: transparent; }
@media only screen and (min-width: 1230px) and (max-width: 1280px) {
    .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput {
        max-width: 160px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput {
        max-width: 100%; } }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput {
        max-width: 100%; } }
@media only screen and (max-width: 767px) {
    .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput {
        max-width: 100%; } }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput.smallInput {
    max-width: 144px; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput.smallInput {
        max-width: 100%; } }
@media only screen and (max-width: 767px) {
    .megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer .megaFilterInput.smallInput {
        max-width: 100%; } }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer :-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer ::-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer :-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer i {
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    line-height: 0; }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer i.icon-arrowDown {
    font-size: 12px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer i.icon-arrowDown.opened {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.megaFilterContainer .megaFilter .megaFilterContent .megaFilterInputContainer i.icon-lens {
    font-size: 18px; }
.megaFilterContainer .megaFilterExpanded {
    background-color: #fff;
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer {
    max-height: 200px;
    overflow-y: auto;
    margin: 26px 0px 41px 16px;
    padding-bottom: 12px;
    position: relative; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: fixed;
    bottom: 41px;
    left: 0;
    -webkit-box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15); }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer.simpleResults {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 26px 16px 16px 16px;
    padding-bottom: 0; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer .resultsTitle {
    margin-bottom: 4px; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer .resultsTitle span {
    font-size: 16px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium";
    padding-bottom: 2px;
    border-bottom: 1px solid #979797;
    width: auto;
    display: inline-block; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer .resultsGroup {
    margin-bottom: 12px; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer .resultsGroup:last-child {
    margin-bottom: 0; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer .resultsGroup .resultsContent {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-left: -4px; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer .resultsGroup .resultsContent a {
    box-sizing: border-box;
    padding: 6px 8px;
    line-height: 20px;
    font-size: 16px;
    color: #3d5265;
    background-color: #f7f7f7;
    font-family: "PFSquareSansPro-Medium";
    border: 0.5px inset rgba(61, 82, 101, 0.2);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 4px;
    display: flex;
    align-items: center; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer .resultsGroup .resultsContent a.active {
    color: #fff;
    background-color: #3d5265; }
.megaFilterContainer .megaFilterExpanded .resultsGroupContainer .resultsGroup .resultsContent a i {
    padding: 0 8px 0 0; }
.megaFilterContainer .megaFilterExpanded .megaFilterContentSearch {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    padding: 8px 26px 9px 16px;
    box-sizing: border-box; }
@media only screen and (max-width: 767px) {
    .megaFilterContainer .megaFilterExpanded .megaFilterContentSearch {
        padding: 8px 16px 9px 16px; } }
.megaFilterContainer .megaFilterExpanded .megaFilterContentSearch .megaFilterInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    -moz-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    box-shadow: inset 0 -1px 0 0 #7f7f7f;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    background-color: transparent; }
.megaFilterContainer .megaFilterExpanded .megaFilterContentSearch ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.megaFilterContainer .megaFilterExpanded .megaFilterContentSearch :-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.megaFilterContainer .megaFilterExpanded .megaFilterContentSearch ::-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.megaFilterContainer .megaFilterExpanded .megaFilterContentSearch :-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.megaFilterContainer .megaFilterExpanded .megaFilterContentSearch i {
    position: absolute;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    line-height: 0; }
@media only screen and (max-width: 767px) {
    .megaFilterContainer .megaFilterExpanded .megaFilterContentSearch i {
        right: 18px; } }
.megaFilterContainer .megaFilterExpanded .megaFilterContentSearch i.icon-lens {
    font-size: 18px; }

.ddFilterWrapper {
    position: relative;
    z-index: 4;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.ddFilterWrapper .box {
    overflow: visible; }
.blueSec{
    background-color: rgba(61, 82, 101, 0.12);
    padding: 15px;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    text-align: center;
}
.ddFilterWrapper .ddFilter {
    padding: 16px;
    background-color: #fff;
    flex-flow: row;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
@media only screen and (max-width: 480px) {
    .ddFilterWrapper .ddFilter {
        flex-flow: column; } }
.ddFilterWrapper .ddFilter.transparentBg {
    background-color: transparent; }
.ddFilterWrapper .ddFilter .ddFilterContent {
    position: relative;
    display: flex;
    align-items: center; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .ddFilterWrapper .ddFilter .ddFilterContent {
        flex-flow: column;
        flex: 1; } }
@media only screen and (max-width: 767px) {
    .ddFilterWrapper .ddFilter .ddFilterContent {
        flex-flow: column;
        flex: 1; } }
.ddFilterWrapper .ddFilter .ddFilterContent:first-child {
    margin-right: 16px; }
@media only screen and (max-width: 480px) {
    .ddFilterWrapper .ddFilter .ddFilterContent:first-child {
        margin-right: 0;
        margin-bottom: 16px; } }
.ddFilterWrapper .ddFilter .ddFilterContent span {
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    display: inline-block;
    margin-right: 8px; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .ddFilterWrapper .ddFilter .ddFilterContent span {
        margin-right: 0;
        margin-bottom: 4px;
        width: 100%; } }
@media only screen and (max-width: 767px) {
    .ddFilterWrapper .ddFilter .ddFilterContent span {
        margin-right: 0;
        margin-bottom: 4px;
        width: 100%; } }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer {
    position: relative;
    cursor: pointer; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer {
        width: 100%; } }
@media only screen and (max-width: 767px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer {
        width: 100%; } }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .imgTooltip {
    position: absolute;
    left: inherit;
    right: -40px;
    top: 0; }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    -moz-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    box-shadow: inset 0 -1px 0 0 #7f7f7f;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    background-color: transparent; }
@media only screen and (min-width: 1230px) and (max-width: 1280px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput {
        max-width: 160px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput {
        max-width: 100%; } }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput {
        max-width: 100%; } }
@media only screen and (max-width: 767px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput {
        max-width: 100%; } }
@media only screen and (min-width: 1230px) and (max-width: 1280px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput.fullInput {
        max-width: 100%; } }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput.smallInput {
    max-width: 144px; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput.smallInput {
        max-width: 100%; } }
@media only screen and (max-width: 767px) {
    .ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer .ddFilterInput.smallInput {
        max-width: 100%; } }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer :-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer ::-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer :-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer i {
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    line-height: 0; }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer i.icon-arrowDown {
    font-size: 12px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer i.icon-arrowDown.opened {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
.ddFilterWrapper .ddFilter .ddFilterContent .ddFilterInputContainer i.icon-lens {
    font-size: 18px; }


.ddFilterWrapper .ddFilterExpanded {
    background-color: #fff;
    display: none;
    position: absolute;
    bottom: -4px;
    left: 175px;
    min-width: 220px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
* .ddFilterWrapper .ddFilterExpanded.bigFilter {
    min-width: 280px;
    max-width: 400px; }
@media only screen and (max-width: 480px) {
    * .ddFilterWrapper .ddFilterExpanded.bigFilter {
        max-width: 110%; } }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper {
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper.withoutSearch:after {
    display: none; }

.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper.simpleResults {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 26px 16px 16px 16px;
    padding-bottom: 0; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterNoResults {
    padding: 10px 0 10px 16px;
    color: #3d5265;
    display: none; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup {
    margin-bottom: 12px; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup:last-child {
    margin-bottom: 0; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsTitle {
    margin: 0 8px 4px;
    border-bottom: 2px solid #c7c7c7; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsTitle.largeLabelTitle {
    border-bottom: none; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsTitle.largeLabelTitle span {
    font-family: "PFSquareSansPro-Bold"; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsTitle span {
    font-size: 16px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Medium";
    padding-bottom: 2px;
    width: auto;
    display: inline-block; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsTitle span.small {
    font-family: "PFSquareSansPro-Light";
    color: #3d5265;
    margin: 0;
    font-size: 13px; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent {
    flex-flow: row;
    flex-wrap: wrap; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent a {
    box-sizing: border-box;
    padding: 7px 16px;
    line-height: 20px;
    font-size: 16px;
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Medium";
    display: flex;
    align-items: center;
    width: 100%;
    transition: 0.2s ease-in-out; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent a div {
    display: flex; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent a.largeLabel {
    font-family: "PFSquareSansPro-Bold";
    color: #3d5265;
    display: block !important;
    padding-left: 8px; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent a:hover, .ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent a.active {
    color: #3d5265;
    background-color: rgba(80, 158, 47, 0.2); }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent a i {
    padding: 0 8px 0 0; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContentWithIcon a {
    flex-direction: column;
    align-items: flex-start; }
.ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContentWithIcon a span.small {
    font-size: 12px;
    margin-left: 24px;
    font-family: "PFSquareSansPro-Regular";
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden; }
.ddFilterWrapper .ddFilterContentSearch {
    position: relative;
    display: flex;
    margin-right: 0;
    padding: 8px;
    z-index: 2;
    box-sizing: border-box;
    height: 40px; }
.ddFilterWrapper .ddFilterContentSearch .ddFilterInput {
    width: 100%;
    padding-right: 24px;
    font-size: 15px;
    font-family: "PFSquareSansPro-Regular";
    -webkit-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    -moz-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    box-shadow: inset 0 -1px 0 0 #7f7f7f; }
.ddFilterWrapper .ddFilterContentSearch i {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    line-height: 0; }
.ddFilterWrapper .ddFilterContentSearch i.icon-close {
    cursor: pointer; }

.wrapper {
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto; }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem; }

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 14px;
    margin-left: 14px; }

.row.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.col.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

.col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

.col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

.col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

.col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

.col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

.col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

.col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

.col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

.col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

.col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

.col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

.col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }


.col-xs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 0; }

.col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 8.33333%; }

.col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 16.66667%; }

.col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 25%; }

.col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 33.33333%; }

.col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 41.66667%; }

.col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 50%; }

.col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 58.33333%; }

.col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 66.66667%; }

.col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 75%; }

.col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 83.33333%; }

.col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 91.66667%; }

.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 100%; }

.col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

.around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

.first-xs {
    order: -1; }

.last-xs {
    order: 1; }

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem; }
    .col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .col-sm-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%; }
    .col-sm-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%; }
    .col-sm-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
    .col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
    .col-sm-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%; }
    .col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
    .col-sm-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%; }
    .col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%; }
    .col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
    .col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%; }
    .col-sm-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%; }
    .col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
    .col-sm-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 0; }
    .col-sm-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 8.33333%; }
    .col-sm-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 16.66667%; }
    .col-sm-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 25%; }
    .col-sm-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 33.33333%; }
    .col-sm-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 41.66667%; }
    .col-sm-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 50%; }
    .col-sm-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 58.33333%; }
    .col-sm-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 66.66667%; }
    .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 75%; }
    .col-sm-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 83.33333%; }
    .col-sm-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 91.66667%; }
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 100%; }
    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%; }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left; }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center; }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right; }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end; }
    .around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around; }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
    .first-sm {
        order: -1; }
    .last-sm {
        order: 1; } }

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem; }
    .col-md {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .col-md-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
    .col-md-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
    .col-md-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%; }
    .col-md-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
    .col-md-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
    .col-md-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 0; }
    .col-md-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 8.33333%; }
    .col-md-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 16.66667%; }
    .col-md-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 25%; }
    .col-md-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 33.33333%; }
    .col-md-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 41.66667%; }
    .col-md-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 50%; }
    .col-md-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 58.33333%; }
    .col-md-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 66.66667%; }
    .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 75%; }
    .col-md-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 83.33333%; }
    .col-md-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 91.66667%; }
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 100%; }
    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%; }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left; }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center; }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right; }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end; }
    .around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around; }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
    .first-md {
        order: -1; }
    .last-md {
        order: 1; } }

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem; }
    .col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .col-lg-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%; }
    .col-lg-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%; }
    .col-lg-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
    .col-lg-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
    .col-lg-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%; }
    .col-lg-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
    .col-lg-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%; }
    .col-lg-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%; }
    .col-lg-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
    .col-lg-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%; }
    .col-lg-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%; }
    .col-lg-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
    .col-lg-offset-0 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 0; }
    .col-lg-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 8.33333%; }
    .col-lg-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 16.66667%; }
    .col-lg-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 25%; }
    .col-lg-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 33.33333%; }
    .col-lg-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 41.66667%; }
    .col-lg-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 50%; }
    .col-lg-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 58.33333%; }
    .col-lg-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 66.66667%; }
    .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 75%; }
    .col-lg-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 83.33333%; }
    .col-lg-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 91.66667%; }
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 100%; }
    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%; }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left; }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center; }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right; }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end; }
    .around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around; }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
    .first-lg {
        order: -1; }
    .last-lg {
        order: 1; } }

* {
    box-sizing: border-box; }

a {
    color: #509e2f;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
a:visited, a:hover, a:focus, a:active {
    color: #e20074; }

.button {
    color: #fff; }

.goBack {
    color: #fff !important; }
table {
    width: 100%;
    border-collapse: collapse;
}
body {
    margin: 0;
    padding: 0;
    color: #3d5265;
    }


body .button {
    color: #fff; }
body .connectionsBox:first-child {
    z-index: 2; }
body .inlineText {
    white-space: nowrap !important; }
body #pageContent {
    padding-bottom: 30px; }
body .slick-disabled {
    display: none !important; }
body .small {
    max-width: 356px; }
body .detailsBox.hidden {
    display: none; }
body.showElement {
    display: block; }
body.withModal {
    overflow: hidden; }
body .pad-0 {
    padding: 0px !important; }
body .mar-0 {
    margin: 0px !important;
    overflow: auto;}
body .mt-10 {
    margin-top: 10px !important; }
body .mt-20 {
    margin-top: 20px !important;
    -webkit-box-shadow: 0px 7px 4px -4px #c1c1c1;
    -moz-box-shadow: 0px 7px 4px -4px #c1c1c1;
    -ms-box-shadow: 0px 7px 4px -4px #c1c1c1;
    -o-box-shadow: 0px 7px 4px -4px #c1c1c1;
    box-shadow: 0px 7px 4px -4px #c1c1c1;
}
body .pt-10 {
    padding-top: 10px !important; }
body .mt-40 {
    margin-top: 40px !important; }
body .borderBottom {
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    padding-bottom: 7px; }
body .flexAuto {
    flex: 0 0 auto; }
body .flexEqual {
    flex: 1; }
body .tvGoBox {
    padding: 6px 8px;
    background-color: #f7f7f7;
    left: 0;
    top: 0;
    width: 115px;
    color: #3d5265;
    font-size: 16px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    align-items: center;
    min-width: 80px;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0; }
body .flatpickr-day.selected,
body .flatpickr-day.startRange,
body .flatpickr-day.endRange,
body .flatpickr-day.selected.inRange,
body .flatpickr-day.startRange.inRange,
body .flatpickr-day.endRange.inRange,
body .flatpickr-day.selected:focus,
body .flatpickr-day.startRange:focus,
body .flatpickr-day.endRange:focus,
body .flatpickr-day.selected:hover,
body .flatpickr-day.startRange:hover,
body .flatpickr-day.endRange:hover,
body .flatpickr-day.selected.prevMonthDay,
body .flatpickr-day.startRange.prevMonthDay,
body .flatpickr-day.endRange.prevMonthDay,
body .flatpickr-day.selected.nextMonthDay,
body .flatpickr-day.startRange.nextMonthDay,
body .flatpickr-day.endRange.nextMonthDay {
    background-color: #509e2f;
    border-color: #509e2f; }
body .noPaddingTop {
    padding-top: 16px !important;
    margin-bottom: -34px;
    display: none; }
body .errorRed {
    color: #ae2f2f !important; }
body .errorText {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    line-height: 11px;
    font-family: "PFSquareSansPro-Light";
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
body .paymentMethod .paymentSelectContainer.hidden {
    display: none; }
body ul {
    list-style: none;
    margin: 0;
    padding: 0; }
body .hidden {
    display: none; }
body .mediumTitle {
    font-family: "PFSquareSansPro-Medium" !important; }
body .smallLeftPadding {
    padding-left: 8px; }
body .paddingTop-12 {
    padding-top: 12px; }
body .paddingTop-32 {
    padding-top: 32px; }
body .lightText {
    font-size: 14px;
    font-family: "PFSquareSansPro-Light";
    margin-top: 4px; }
body .paymentDue {
    padding-left: 32px;
    position: relative;
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px; }
body .paymentDue img {
    position: absolute;
    left: 0;
    top: 0; }
body .ui-helper-hidden-accessible {
    display: none; }
body .leftMargin {
    margin-left: 30px; }
body .flexRightAligned {
    margin-left: auto; }
body .leftPadding {
    margin-left: 12px;
    margin-right: 12px; }
body .flexLarge {
    flex: 2; }
body .textRight {
    text-align: right; }
body .smallRightPadding {
    padding-right: 6px !important; }
body .mediumRightPadding {
    padding-right: 16px !important; }
body .flexColumn {
    display: flex;
    flex-flow: column !important; }
body .flexRow {
    display: flex;
    flex-flow: row !important; }
body .smallPadding {
    padding: 0 12px; }
body .alignCenter {
    align-items: center; }
body .bold {
    font-weight: bold!important;
}
body .old {
    text-decoration: line-through;
    color: red;
}
body .new {
    color: green;
}
body .boldText {
    font-family: "PFSquareSansPro-Bold" !important; }
body .boldText.withEdit {
    display: flex;
    align-items: flex-start; }
body .boldText.withEdit i {
    margin-left: 16px;
    cursor: pointer; }
body .mediumText {
    font-family: "PFSquareSansPro-Medium" !important; }
body .withEdit {
    display: flex;
    align-items: flex-start; }
body .withEdit i {
    margin-left: 16px;
    cursor: pointer; }
body .mediumText {
    font-family: "PFSquareSansPro-Medium" !important; }
body .fullWidth {
    max-width: 100% !important;
    width: 100% !important; }
body .largeTopPadding {
    padding-top: 50px !important; }
body .ribbonTitle {
    font-size: 14px;
    font-family: "PFSquareSansPro-Medium";
    color: #fff;
    padding: 5px 8px;
    -webkit-border-radius: 2px 2px 2px 0;
    -moz-border-radius: 2px 2px 2px 0;
    border-radius: 2px 2px 2px 0;
    background: linear-gradient(45deg, #00a0dc, #3b61a6, #509e2f, #97d700);
    background-repeat: no-repeat;
    height: 24px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
    left: -24px; }
@media only screen and (max-width: 480px) {
    body .ribbonTitle {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 180px;
        font-size: 13px; } }
body .ribbonTitle:before {
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-bottom: 6px solid #3d5265;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
body .ribbonTitle i {
    margin-right: 8px; }
body .infoText {
    font-size: 12px;
    line-height: 12px;
    font-family: "PFSquareSansPro-Light";
    margin-top: 12px;
    width: 100%;
    display: block; }
body .marked {
    position: relative; }
body .marked:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #509e2f;
    opacity: 0.14;
    z-index: 0;
    width: 100%;
    height: 100%; }
body .moreDetails {
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    color: #3d5265;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px; }
body .moreDetails i {
    padding-left: 12px;
    font-size: 12px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
body .moreDetails.active i {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1); }
@media only screen and (max-width: 1024px) {
    body #pageContent {
        max-width: 700px;
        margin: auto; } }
@media only screen and (max-width: 767px) {
    body #pageContent {
        margin-top: 62px; } }
@media only screen and (max-width: 1024px) {
    body .component {
        display: none;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%; }
    body .component.active {
        display: block; } }
@media only screen and (max-width: 767px) {
    body .component {
        padding-left: 12px;
        padding-right: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .component.leftSidebarComponent.active {
        display: flex;
        flex-flow: row; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .component.leftSidebarComponent.active .separatedBox {
        flex: 1; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .component.leftSidebarComponent.active .separatedBox.largeSeparatedBox {
        margin-right: 16px; } }
@media only screen and (max-width: 767px) {
    body .col-xs-12 {
        padding-left: 12px;
        padding-right: 12px; } }
@media only screen and (max-width: 767px) {
    body .row {
        margin-left: 0;
        margin-right: 0; } }
body .relativeBox {
    position: relative; }
body .box {
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1; }
body .box.withBackground {
    position: relative; }
body .box.withBackground:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(-45deg, #0fb1d8, #2e4d7e);
    background-repeat: no-repeat; }
body .box.withBackground.withBackgroundSimple:before {
    display: none; }
body .box.withBackground .largeBgImage {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    opacity: 0.15;
    -webkit-transform: scaleX(-1) translate(10%, -50%);
    -moz-transform: scaleX(-1) translate(10%, -50%);
    transform: scaleX(-1) translate(10%, -50%); }
body .box.withBackground .largeBgImageFull {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100%; }
body .box.withBackground .withParentBackground {
    position: relative;
    z-index: 4;
    margin-top: 38px; }
body .box.withBackground .withParentBackground.withoutLabel {
    margin-top: 16px; }
body .box.withBackground .withParentBackground .packageInfoTitleOffer {
    line-height: 18px;
    color: #fff;
    font-family: "PFSquareSansPro-Bold"; }
body .box.withBackground .withParentBackground .plainTextOffer {
    color: #fff;
    margin-top: 4px;
    font-family: "PFSquareSansPro-Medium"; }
body .box.withBackground .withParentBackground .offerImage {
    margin-top: -16px; }
body .box.withBackground .withParentBackground .oneImage {
    width: 116px;
    height: 116px;
    object-fit: contain;
    object-position: center;
    padding: 10px 20px; }
body .box .simpleText {
    font-size: 14px;
    line-height: 18px;
    margin-top: 38px; }
body .box.withOverflow {
    overflow: visible; }
body .box.withOverflow .sectionTitle {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
body .box.withOverflow .megaFilter {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
body .box.withContent {
    flex-flow: column;
    z-index: 3; }
@media only screen and (max-width: 1024px) {
    body .box.topBox:not(.withContent) {
        display: none; } }
body .withoutRightMargin {
    margin-right: 0 !important; }
body .withMargin {
    margin: 16px 0; }
@media only screen and (max-width: 767px) {
    body .withMargin {
        margin: 12px 0; } }
@media only screen and (max-width: 1024px) {
    body .withMargin.withoutTopMargin {
        margin-top: 0; } }
body .noPadding {
    padding: 0 !important; }
body .rightAligned {
    text-align: right; }
body .withoutMargin {
    margin: 0; }
body .withNegativeTopMargin {
    margin-top: -12px; }
body .withoutRightMargin {
    margin-right: -30px !important; }
@media only screen and (max-width: 480px) {
    body .withoutRightMargin {
        margin-right: 0 !important; } }
@media only screen and (max-width: 767px) {
    body .mobileFirstContent {
        margin-top: 12px;
        margin-bottom: 24px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .mobileFirstContent {
        margin-top: 16px;
        margin-bottom: 24px; } }
body .error {
    color: #b64343; }
body .withoutBottomMargin {
    margin-bottom: 0 !important; }
body .marginBottom-16 {
    margin-bottom: -16px; }
body .withBottomMargin {
    margin-bottom: 24px; }
body .withoutTopMarginText {
    margin-top: 0 !important; }
body .smallTopMargin {
    margin-top: 12px !important; }
body .mediumTopMargin {
    margin-top: 16px !important; }
body .largeTopMargin {
    margin-top: 24px !important; }
body .xlTopMargin {
    margin-top: 48px !important; }
body .lgTopMargin {
    margin-top: 32px !important; }
body .smallBottomMargin {
    margin-bottom: 8px !important; }
body .mediumBottomMargin {
    margin-bottom: 16px !important; }
body .largeBottomMargin {
    margin-bottom: 24px !important; }
body .mediumText {
    font-family: "PFSquareSansPro-Medium" !important;
    margin-bottom: 12px;
    width: 100%;
    display: block; }
body .firstText {
    margin-bottom: 6px !important;
    margin-top: 40px !important; }
body .withLargeMargin {
    margin: 24px 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .withLargeMargin {
        margin: 16px 0; } }
@media only screen and (max-width: 767px) {
    body .withLargeMargin {
        margin: 12px 0; } }
body .textCenter {
    text-align: center; }
body .textRight {
    text-align: right; }
body .textLeft {
    text-align: left; }
body .visitLink {
    color: #509e2f;
    font-size: 14px;
    line-height: 16px;
    font-family: "PFSquareSansPro-Medium";
    width: 100%;
    display: block; }
body .visitLink.inline {
    display: inline-block;
    width: auto; }
body .visitLink.blue {
    color: #3d5265 !important;
    line-height: 20px;
    font-size: 16px; }
body .visitLink:hover, body .visitLink:focus {
    color: #97d700; }

.marginBottom-4 {
    margin-bottom: 4px !important; }

.padding-16 {
    padding: 16px !important; }

.relativeDue {
    padding-left: 0 !important; }
.relativeDue img {
    position: relative !important;
    margin-right: 8px; }

.flex {
    display: flex;
    align-items: center; }

.simpleDivider {
    width: 100%;
    margin: 24px 0 0;
    height: 1px;
    background-color: #979797; }

.fullWidthSection {
    width: calc(100% + 146px); }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fullWidthSection {
        width: calc(100% + 206px); } }

.plainTextElement {
    font-size: 18px;
    line-height: 20px; }
.plainTextElement strong {
    font-weight: 300;
    font-family: "PFSquareSansPro-Medium"; }

.labelNumber {
    color: #3d5265 !important; }

.indicationBlue {
    margin-left: auto;
    position: relative;
    background-color: #3d5265;
    padding: 4px 12px;
    color: #fff !important;
    font-size: 14px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-family: "PFSquareSansPro-Medium";
    display: flex;
    align-items: center; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .indicationBlue {
        margin-top: 16px;
        margin-bottom: 16px; } }
@media only screen and (max-width: 767px) {
    .indicationBlue {
        margin-top: 12px;
        margin-bottom: 12px; } }
.indicationBlue i {
    padding-right: 8px; }

.simpleText {
    font-size: 14px;
    line-height: 14px; }

.inputTitle {
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Light";
    margin-bottom: 4px;
    display: block;
    width: 100%; }

.sectionTitle {
  /*  font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 16px;

   */

    font-family: 'TeleNeo', sans-serif !important;
    font-weight: 655 !important;
    line-height: 125% !important;
    font-size: 16px !important;

    color: #fff;
    /*background-color: #3d5265 !important;*/
    background-color: #000000 !important;
    padding: 8px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.sectionSubTitle {
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 16px;
    background-color: #3d5265 !important;
    margin-top: 20px;
    padding: 8px;
    width: 100%;
    display: block;
    box-sizing: border-box; }

input[type="text"],
input[type="password"] {
    border: none;
    outline: none;
    background-color: transparent;
    padding-right: 24px; }
input[type="text"].borderedInput,
input[type="password"].borderedInput {
    border-bottom: 2px solid #97d700;
    width: 180px;
    font-size: 22px;
    line-height: 22px;
    font-family: "PFSquareSansPro-Bold";
    color: #3d5265; }
input[type="text"].simpleInput,
input[type="password"].simpleInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #3d5265;
    -moz-box-shadow: inset 0 -1px 0 0 #3d5265;
    box-shadow: inset 0 -1px 0 0 #3d5265;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    font-family: "PFSquareSansPro-Medium";
    background-color: transparent; }
input[type="text"].simpleInput.small,
input[type="password"].simpleInput.small {
    max-width: 356px; }
input[type="text"] .megaFilterInputContainer,
input[type="password"] .megaFilterInputContainer {
    position: relative; }
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
    input[type="text"] .megaFilterInputContainer,
    input[type="password"] .megaFilterInputContainer {
        width: 100%; } }
@media only screen and (max-width: 767px) {
    input[type="text"] .megaFilterInputContainer,
    input[type="password"] .megaFilterInputContainer {
        width: 100%; } }

.inputContainer {
    position: relative; }
.inputContainer i {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.dropdownContainer {
    position: relative; }
.dropdownContainer ::-webkit-input-placeholder {
    font-size: 16px;
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Medium"; }
.dropdownContainer :-moz-placeholder {
    font-size: 16px;
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Medium"; }
.dropdownContainer ::-moz-placeholder {
    font-size: 16px;
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Medium"; }
.dropdownContainer :-ms-input-placeholder {
    font-size: 16px;
    color: #7f7f7f;
    font-family: "PFSquareSansPro-Medium"; }
.dropdownContainer .blueButton {
    position: absolute;
    right: 0;
    bottom: 6px;
    min-width: 0; }
@media only screen and (max-width: 480px) {
    .dropdownContainer .blueButton {
        position: relative;
        margin-top: 6px;
        bottom: 0;
        float: right; } }
.dropdownContainer i {
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    line-height: 0; }
.dropdownContainer i.icon-arrowDown {
    font-size: 12px;
    -webkit-transform: translateY(-50%) scaleY(1);
    -moz-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1); }
.dropdownContainer i.icon-arrowDown.opened {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -moz-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1); }
.dropdownContainer .imgTooltip {
    position: absolute;
    left: inherit;
    right: -40px;
    top: 0; }
.dropdownContainer img {
    position: absolute;
    right: 26px;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
.dropdownContainer .dropdownInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #3d5265;
    -moz-box-shadow: inset 0 -1px 0 0 #3d5265;
    box-shadow: inset 0 -1px 0 0 #3d5265;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    font-family: "PFSquareSansPro-Medium";
    background-color: transparent;
    cursor: pointer; }

.closeInputIcon {
    cursor: pointer;
    pointer-events: all !important; }

.dropDownContentBox {
    position: absolute;
    left: 15px;
    bottom: -2px;
    z-index: 2;
    width: 100%;
    display: none;
    flex-flow: column;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
.dropDownContentBox.overlap {
    min-width: 300px; }
.dropDownContentBox.overlap.rightAligned {
    left: inherit !important;
    right: 0; }
.dropDownContentBox.overlap.leftAligned {
    left: 0 !important; }
.dropDownContentBox.fullContent {
    width: auto; }
.dropDownContentBox .businessDropdown {
    max-height: 200px;
    overflow-y: auto;
    margin: 0 0 41px 0;
    position: relative; }
.dropDownContentBox .businessDropdown:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: fixed;
    bottom: 41px;
    left: 0;
    -webkit-box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -8px 10px -4px rgba(0, 0, 0, 0.15); }
.dropDownContentBox .megaFilterContentSearch {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    padding: 8px 16px 9px 12px;
    box-sizing: border-box; }
.dropDownContentBox .megaFilterContentSearch .megaFilterInput {
    box-sizing: border-box;
    height: 24px;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    -moz-box-shadow: inset 0 -1px 0 0 #7f7f7f;
    box-shadow: inset 0 -1px 0 0 #7f7f7f;
    font-size: 16px;
    line-height: 16px;
    color: #3d5265;
    display: inline-block;
    background-color: transparent; }
.dropDownContentBox .megaFilterContentSearch ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.dropDownContentBox .megaFilterContentSearch :-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.dropDownContentBox .megaFilterContentSearch ::-moz-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.dropDownContentBox .megaFilterContentSearch :-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b3;
    font-family: "PFSquareSansPro-Medium"; }
.dropDownContentBox .megaFilterContentSearch i {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    line-height: 0; }
@media only screen and (max-width: 767px) {
    .dropDownContentBox .megaFilterContentSearch i {
        right: 18px; } }
.dropDownContentBox .megaFilterContentSearch i.icon-lens {
    font-size: 18px; }
.dropDownContentBox.small {
    left: 0;
    max-height: 180px;
    overflow-y: auto; }
.dropDownContentBox.small.businessSmall {
    max-height: none; }
.dropDownContentBox.small .dropDownCol {
    color: #7f7f7f;
    padding: 0 16px 0px 12px;
    display: flex;
    align-items: baseline;
    margin-top: 8px; }
.dropDownContentBox.small .dropDownCol span {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    position: relative;
    line-height: 22px !important;
    padding: 6px 0 4px;
    justify-content: flex-start;
    text-align: left; }
.dropDownContentBox.small .dropDownCol span em {
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Regular";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -4px; }
.dropDownContentBox.small .dropDownCol:first-child {
    margin-top: 8px; }
.dropDownContentBox.small .dropDownCol.selected {
    background-color: #fff;
    color: #3d5265; }
.dropDownContentBox.small .dropDownCol i {
    margin-right: 4px; }
.dropDownContentBox.small .dropdownLabel {
    font-family: "PFSquareSansPro-Medium";
    padding: 0 12px;
    margin: 12px 0; }
.dropDownContentBox.small .dropdownLabel span {
    padding-bottom: 2px;
    border-bottom: 1px solid #3d5265; }
.dropDownContentBox.small .dropdownLabel span.boldText {
    border-bottom: none;
    padding-bottom: 0; }
.dropDownContentBox.opened {
    display: block; }
.dropDownContentBox .dropDownCol {
    font-family: "PFSquareSansPro-Medium";
    line-height: 32px;
    display: flex;
    flex-flow: row;
    padding: 0 40px 0px 16px;
    background-color: #fff;
    cursor: pointer;
    margin-top: 4px; }
.dropDownContentBox .dropDownCol.selected {
    background-color: #f3f3f3; }
.dropDownContentBox .dropDownCol:first-child {
    margin-top: 12px; }
.dropDownContentBox .dropDownCol:last-child {
    margin-bottom: 12px; }
.dropDownContentBox .dropDownCol:hover {
    background-color: #f3f3f3; }
.dropDownContentBox .dropDownCol img {
    margin-left: auto; }

.inlineInputs {
    display: flex;
    flex-flow: row; }
@media only screen and (max-width: 767px) {
    .inlineInputs {
        flex-flow: column; } }
.inlineInputs .smallInput {
    flex: 1;
    margin-left: 50px; }
@media only screen and (max-width: 767px) {
    .inlineInputs .smallInput {
        margin-left: 0; } }
.inlineInputs .rightInput {
    margin-left: 16px; }
.inlineInputs .rightInput.halfInput {
    width: 50%; }

.smallMarginLeft {
    margin-left: 16px; }
@media only screen and (max-width: 480px) {
    .smallMarginLeft {
        margin-left: 0;
        margin-top: 12px; } }
.priceTable th{
    background-color: #3d5265;
    color: #fff;
    border: 1px solid #b6b6b6!important;
}
.white{
    background-color: #fff !important;
}

.tablePadding {
    padding: 0 16px; }

.smallDrop {
    max-width: 190px;
    font-family: "PFSquareSansPro-Regular" !important; }

.singleDrop {
    max-width: 108px;
    font-family: "PFSquareSansPro-Regular" !important; }
@media only screen and (max-width: 1230px) {
    .singleDrop {
        max-width: 100%; } }

.smallBottomPadding {
    padding-bottom: 20px !important; }

.mediumDrop {
    max-width: 230px;
    font-family: "PFSquareSansPro-Regular" !important; }

.largeInput {
    min-width: 230px; }

.mediumInput {
    min-width: 190px; }

tr.withBgWhite {
    background-color: #fff !important; }

.plainTextCol {
    display: flex;
    flex-flow: column; }
.plainTextCol .plainTextColTitle {
    font-family: "PFSquareSansPro-Medium";
    margin-bottom: 8px; }
.plainTextCol .plainTextColDescription {
    font-family: "PFSquareSansPro-Light"; }

.alertText {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    font-family: "PFSquareSansPro-Regular" !important;
    margin-top: 8px;
    margin-bottom: -12px; }
.alertText img {
    width: 18px;
    padding-right: 4px; }

.inputWithButton {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end; }
@media only screen and (max-width: 480px) {
    .inputWithButton {
        flex-flow: column; } }
.inputWithButton a {
    margin-left: 24px; }
@media only screen and (max-width: 480px) {
    .inputWithButton a {
        margin-left: 0;
        margin-top: 12px;
        width: 100%; } }

.marginTop-16 {
    margin-top: 16px; }

.billTable .megaFilterContainer {
    display: inline-table; }

.withIconNumber {
    min-width: 100px;
    display: flex;
    align-items: center; }
.withIconNumber .icon-pdf {
    margin-left: auto; }

body .ui-widget.ui-widget-content.ui-menu .ui-menu-item {
    line-height: 0; }

body .minRow {
    min-width: 800px; }

body .scrollableBox {
    overflow-x: auto; }

body .slick-slider:not(.sliderCols) .slick-next,
body .slick-slider:not(.sliderCols) .slick-prev {
    opacity: 0 !important;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

body .slick-slider:not(.sliderCols):hover .slick-next,
body .slick-slider:not(.sliderCols):hover .slick-prev {
    opacity: 1 !important;
    pointer-events: all;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

.fullWidthInput {
    max-width: 100% !important; }

.fullWidthMax {
    max-width: 100% !important; }
@media only screen and (max-width: 1230px) {
    .fullWidthMax {
        width: 100% !important; } }

.alignNormal {
    align-items: normal !important; }

.xlInput {
    min-width: 350px; }
@media only screen and (max-width: 1024px) {
    .xlInput {
        min-width: 0; } }

.flexAuto {
    flex: 0 0 auto; }

.alertMessage img {
    width: 48px;
    height: 48px;
    margin: 0 auto 24px; }

.alertMessage .alertTitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px;
    font-family: "PFSquareSansPro-Medium"; }

.alertMessage .alertContent {
    font-size: 16px;
    line-height: 18px;
    font-family: "PFSquareSansPro-Regular"; }

.visibleElement {
    display: block !important; }

.withFixedHeight {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
    overflow: hidden; }

.plainLink {
    color: #3d5265 !important;
    font-family: "PFSquareSansPro-Bold" !important;
    font-size: 14px !important;
    line-height: 16px !important; }
.plainLink.activeConnection {
    position: relative; }
.plainLink.activeConnection:before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: -6px;
    background: linear-gradient(to top, #97d700, #509e2f);
    background-repeat: no-repeat;
    z-index: 0;
    width: 3px;
    height: calc(100% + 12px); }
.plainLink.activeConnection:after {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: -6px;
    background-color: #509e2f;
    opacity: 0.14;
    z-index: 0;
    width: calc(100% + 32px);
    height: calc(100% + 12px); }

body .paymentDue.hidden {
    display: none; }

@media print {
    table {
        display: none !important; }
    tr {
        page-break-after: always;
        display: block; } }

.inputWithImage {
    position: relative;
    padding-left: 34px; }
.inputWithImage i {
    position: absolute;
    right: 0;
    top: 2px; }

.noPaddingLeft {
    padding-left: 0 !important; }

.lightText {
    font-family: "PFSquareSansPro-Regular" !important; }

@media only screen and (max-width: 480px) {
    body .flexRow.mobileFlex {
        flex-flow: column !important;
        align-items: flex-start; } }

@media only screen and (max-width: 480px) {
    body .flexRow.mobileFlex .ddFilterContent {
        width: 100% !important; } }

.rightInput {
    margin-left: 12px; }

.disabledInput {
    pointer-events: none; }

.labelTitle {
    font-family: "PFSquareSansPro-Medium";
    margin-bottom: 8px; }

body .onPopup {
    padding: 0;
    margin-bottom: -12px;
    width: 100%;
    margin-top: 32px;
    display: flex; }
body .onPopup:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
body .onPopup.withBackground {
    position: relative;
    overflow-y: hidden;
    padding: 16px;
    margin-bottom: -24px;
    width: calc(100% + 48px);
    left: -24px; }
@media only screen and (max-width: 767px) {
    body .onPopup.withBackground {
        width: calc(100% + 24px);
        left: -12px; } }
body .onPopup.withBackground .detailsContentRight {
    margin-top: 0 !important; }
body .onPopup.withBackground:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(-45deg, #0fb1d8, #2e4d7e);
    background-repeat: no-repeat; }
body .onPopup.withBackground.withBackgroundSimple:before {
    display: none; }
body .onPopup.withBackground .largeBgImage {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    opacity: 0.15;
    -webkit-transform: scaleX(-1) translate(10%, -50%);
    -moz-transform: scaleX(-1) translate(10%, -50%);
    transform: scaleX(-1) translate(10%, -50%); }
body .onPopup.withBackground .largeBgImageFull {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100%; }
body .onPopup.withBackground .withParentBackground {
    position: relative;
    z-index: 4;
    margin-top: 38px; }
body .onPopup.withBackground .withParentBackground.withoutLabel {
    margin-top: 16px; }
body .onPopup.withBackground .withParentBackground .packageInfoTitleOffer {
    line-height: 18px;
    color: #fff;
    font-family: "PFSquareSansPro-Bold"; }
body .onPopup.withBackground .withParentBackground .plainTextOffer {
    color: #fff;
    margin-top: 4px;
    font-family: "PFSquareSansPro-Medium"; }
body .onPopup.withBackground .withParentBackground .offerImage {
    margin-top: -16px; }
body .onPopup.withBackground .withParentBackground .oneImage {
    width: 116px;
    height: 116px;
    object-fit: contain;
    object-position: center;
    padding: 10px 20px; }
body .onPopup.withBackgroundSimple {
    position: relative;
    padding: 16px;
    margin-bottom: -32px;
    width: calc(100% + 48px);
    left: -24px; }
@media only screen and (max-width: 767px) {
    body .onPopup.withBackgroundSimple {
        width: calc(100% + 24px);
        left: -12px; } }
body .onPopup.withBackgroundSimple .ribbonTitle {
    left: -24px;
    padding-left: 4px; }
body .onPopup.withBackgroundSimple .detailsContent {
    position: relative;
    z-index: 2; }
body .onPopup.withBackgroundSimple:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(-45deg, #0fb1d8, #2e4d7e);
    background-repeat: no-repeat; }
body .onPopup.withBackgroundSimple.withBackgroundSimple:before {
    display: none; }
body .onPopup.withBackgroundSimple .largeBgImage {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    opacity: 0.15;
    -webkit-transform: scaleX(-1) translate(10%, -50%);
    -moz-transform: scaleX(-1) translate(10%, -50%);
    transform: scaleX(-1) translate(10%, -50%); }
body .onPopup.withBackgroundSimple .largeBgImageFull {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100%; }
body .onPopup.withBackgroundSimple .withParentBackground {
    position: relative;
    z-index: 4;
    margin-top: 38px; }
body .onPopup.withBackgroundSimple .withParentBackground.withoutLabel {
    margin-top: 16px; }
body .onPopup.withBackgroundSimple .withParentBackground .packageInfoTitleOffer {
    line-height: 18px;
    color: #fff;
    font-family: "PFSquareSansPro-Bold"; }
body .onPopup.withBackgroundSimple .withParentBackground .plainTextOffer {
    color: #fff;
    margin-top: 4px;
    font-family: "PFSquareSansPro-Medium"; }
body .onPopup.withBackgroundSimple .withParentBackground .offerImage {
    margin-top: -16px; }
body .onPopup.withBackgroundSimple .withParentBackground .oneImage {
    width: 116px;
    height: 116px;
    object-fit: contain;
    object-position: center;
    padding: 10px 20px; }
body .onPopup .ribbonTitle {
    left: -32px;
    padding-left: 12px; }
@media only screen and (max-width: 767px) {
    body .onPopup .ribbonTitle {
        left: -20px; } }
body .onPopup .oldPrice {
    position: absolute;
    top: -24px;
    right: 0;
    font-size: 14px;
    line-height: 17px; }
body .onPopup .detailsContentRight {
    margin-top: 32px !important; }

.allEvents {
    pointer-events: all !important; }

.loadingSpinner {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 4px solid #fff;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    right: 50%;
    z-index: 30;
    margin-right: -15px;
    margin-top: -15px; }

.loadingButton {
    position: relative;
    text-indent: -50000px;
    pointer-events: none !important; }
.loadingButton .loadingSpinner {
    display: block; }

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg); } }

.simple-popup-content.loading:after {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 30000;
    position: absolute;
    background-color: rgba(55, 71, 79, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    content: "";
    left: 0;
    top: 0; }

body .ui-autocomplete {
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px; }

.whiteBg {
    background-color: #fff !important; }

#simple-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100001; }

.simple-popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 100%;
    z-index: 100002;
    padding: 30px 40px;
    overflow: auto; }

.simple-popup-content .close {
    position: absolute;
    right: 0;
    top: 0; }

.simple-popup-content .close::before {
    display: inline-block;
    text-align: center;
    content: "\00d7";
    font-size: 40px;
    color: #d3d3d3;
    width: 40px;
    line-height: 40px; }

.simple-popup-content .close:hover {
    cursor: hand;
    cursor: pointer; }

.simple-popup-content .close:hover::before {
    color: grey; }

#simple-popup-backdrop, .simple-popup-backdrop-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000; }

#simple-popup, #simple-popup-backdrop, #simple-popup-backdrop.hide-it, #simple-popup.hide-it {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }

#simple-popup-backdrop.hide-it, #simple-popup.hide-it {
    opacity: 0; }

#simple-popup, #simple-popup-backdrop {
    opacity: 1; }

@charset "UTF-8";

/*/* Icons */
/*@font-face {*/
/*    font-family: "slick";*/
/*    src: url("../fonts/slick.eot");*/
/*    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal; }*/

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "â†"; }
[dir="rtl"] .slick-prev:before {
    content: "â†’"; }

.slick-next {
    right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "â†’"; }
[dir="rtl"] .slick-next:before {
    content: "â†"; }

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; }
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    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; }

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible; }

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999; }

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px; }

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px; }

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px; }

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%; }

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff; }

.flatpickr-calendar:focus {
    outline: 0; }

.flatpickr-wrapper {
    position: relative;
    display: inline-block; }

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
    display: none; }

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    left: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    right: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit; }

.numInputWrapper {
    position: relative;
    height: auto; }

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block; }

.numInputWrapper input {
    width: 100%; }

.numInputWrapper input::-ms-clear {
    display: none; }

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute; }

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%; }

.numInputWrapper span.arrowDown {
    top: 50%; }

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%; }

.numInputWrapper span svg {
    width: inherit;
    height: auto; }

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
    opacity: 1; }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0; }

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
    outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none; }

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0; }

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px; }

.flatpickr-days:focus {
    outline: 0; }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6; }

.flatpickr-day.today {
    border-color: #959ea9; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px; }

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

.flatpickr-day.hidden {
    visibility: hidden; }

.rangeMode .flatpickr-day {
    margin-top: 1px; }

.flatpickr-weekwrapper {
    display: inline-block;
    float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none; }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both; }

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%; }

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
    font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400; }

.flatpickr-time input:focus {
    outline: 0;
    border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400; }

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #f3f3f3; }

.flatpickr-input[readonly] {
    cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }


body .box {
    -webkit-box-shadow: 0px 7px 4px -4px #c1c1c1;
    -moz-box-shadow: 0px 7px 4px -4px #c1c1c1;
    -ms-box-shadow: 0px 7px 4px -4px #c1c1c1;
    -o-box-shadow: 0px 7px 4px -4px #c1c1c1;
    box-shadow: 0px 7px 4px -4px #c1c1c1;
}

.row.mar-0.mt-20 {
    -webkit-box-shadow: 0px 2px 4px 0px #c1c1c1;
    -moz-box-shadow: 0px 2px 4px 0px #c1c1c1;
    -ms-box-shadow: 0px 2px 4px 0px #c1c1c1;
    -o-box-shadow: 0px 2px 4px 0px #c1c1c1;
    box-shadow: 0px 2px 4px 0px #c1c1c1;
}

.sidebarBulletIcon {
    width: 5px;
    padding-bottom: 2px;
    margin-right: 6px;
}

.ddFilter.pad-0.pt-10 {
    padding-top: unset !important;
}

.mtbProduct {
    display: flex;
    cursor: pointer;
    background-color: #f7f7f7!important;
    color: #3d5265 !important;
    font-family: "PFSquareSansPro-Bold";
    font-size: 16px;
    line-height: 16px;
    padding: 8px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 7px 4px -4px #c1c1c1;
    -moz-box-shadow: 0px 7px 4px -4px #c1c1c1;
    box-shadow: 0px 7px 4px -4px #c1c1c1;
    padding-right: 24px;
    margin: 5px 0 !important;
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px ;
    border-radius: 4px;
}
.furtherInfoBox.bull {
    display: flex;
    align-items: center; /* Align bullet and text vertically */
}

.bullet-icon {
    color: #000; /* Bullet color */
    font-size: 1.2rem; /* Adjust bullet size */
    margin-right: 10px; /* Space between bullet and text */
}

.bullet-text {
    display: inline-block;
}

.leftSidebarBoxContent.secondLevel .leftSidebarBoxDetails a.mtbProduct {
    background-color: unset!important;
    -webkit-box-shadow: unset!important;
    -moz-box-shadow: unset!important;
    box-shadow: unset!important;
    -webkit-border-radius: unset!important;
    -moz-border-radius: unset!important;
    border-radius: unset!important;
    padding: 0px 0px 0px 10px;
}

.leftSidebarBoxSub:first-child {
    margin-top: unset;
}

@media only screen and (max-width: 767px) {
    body .box.withOverflow .sectionTitle {
        margin-top: 30px;
    }
    .ddFilterWrapper .ddFilterExpanded {
        left: unset;
        min-width: 323px;
    }
    .ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent a {
        padding: 2px 16px;
    }
    .ddFilterWrapper .ddFilterExpanded .ddFilterResultsWrapper .ddFilterResultsGroup .ddFilterResultsContent a:nth-child(odd) {
        background: #f7f7f7;
    }
}

td[tdtype=title] {
    background-color: #f8f8f8;
    color: #626262;
    font-weight: 112;
}
/*td[valign=middle] {*/
/*text-align: center;*/
/*}*/

td[colspan]:not([colspan="4"]) {
    background-color: unset;
}
