body {
    color: #30373b;
    font-family: 'Lato', sans-serif;
}

a {
    color: #006991;
}

a:hover {
    color: #f17e35;
}

h1 {
    font-weight: 700;
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

p {
    font-size: 18px;
}

.hidden {
    display: none;
}

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

.form-control {
    padding: .575rem .75rem;
}

.action-btn {
    background: #0077af;
    border: #0077af;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
}

.action-btn:hover {
    background: #005d88;
    border-color: #005d88;
    color: #fff;
}

.action-btn.grey-btn {
    background: #979696;
    border: #979696;
}

.action-btn.grey-btn:hover {
    background: #7e7e7e;
    border: #7e7e7e;
}


.action-btn.inverted-btn {
    background: #fff;
    border: 1px solid #0077af;
    color: #0077af;
}

.action-btn.inverted-btn:hover {
    background: #f7f7f7;
    border: 1px solid #0077af;
    color: #0077af;
}

.action-btn.orange-btn {
    background: #f17e35;
    border: #f17e35;
}

.action-btn.orange-btn:hover {
    background: #dd7331;
    border: #dd7331;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8bbafe;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.required.field > label::after {
    content: '*';
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 1px;
    color: #f17e35;
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.bg-dark {
    background-color: #e8e9ea !important;
}

.bg-primary {
    background-color: #20514c !important;
}

.btn-light {
    color: #0b2420 !important;
    background-color: #fef7e5;
    border-color: #fef7e5;   
}

.btn-light:hover {
    background-color: #ddd8c9;
    border-color: #ddd8c9; 
}

.btn-dark {
    color: #ddd8c9; 
    background-color: #0b2420;
    border-color: #0b2420;   
}

.btn-dark:hover {
    color: #ddd8c9; 
    background-color: #071a16;
    border-color: #071a16;   
}

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

.btn-success {
    background-color: #29645e;
    border-color: #29645e;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #20514c;
    border-color: #20514c;
    box-shadow: 0 0 0 0 !important;
}

.btn:focus {
    box-shadow: 0 0 0 0 !important;
}

.custom-nav {
    font-size: small;
    padding: 25px 0;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

.custom-nav ul.dropdown-menu {
    font-size: small;
}

.custom-divider {
    height: 5px;
    background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
}

.main-banner {
    background: #20514c;
    color: white;
}

.site-logo {
    background: url(../img/logo-header.webp) no-repeat;
    background-size: 100%;
    width: 400px;
    height: 140px;
    font-size: 0;
    position: relative;
    top: -24px;
    left: -27px;
}

.featured-action-buttons .btn {
    margin-right: 20px;
}

.main-banner .container {
    padding-top: 170px;
    padding-bottom: 120px;
    position: relative;
}

.main-banner .logo {
    width: 250px;
    margin-right: 30px;
}

.main-banner .featured-title {
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -150px;
}

.main-banner .featured-title h2 {
    font-size: 10px;
    line-height: 2.6em;
    color: #f8c87a;
}

.btn-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-icon.icon-play {
    background: url(../img/icons/play.png) no-repeat;
    background-size: 20px 20px;
    top: -2px;
}

.btn-icon.icon-join {
    background: url(../img/icons/join.png) no-repeat;
    background-size: 20px 20px;
    top: -2px;
    margin-right: 8px;
}

.categories-table {
    margin-bottom: 0;
}

.categories-table img {
    width: 70px;
    transition: opacity 100ms ease-in-out,opacity 100ms ease-in-out,opacity 100ms ease-in-out;
}

.categories-table img:hover {
    opacity: 0.7;
}

.categories-table td {
    text-align: center;
    vertical-align: middle;
}

.categories-table td {
    border: 0;
}

.categories-table th {
    padding-bottom: 20px;
    border: 0;
}

.feature-holder {
    text-align: center;
    margin-bottom: 25px;
}

.feature-holder h3 {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.feature-holder p {
    font-size: 16px;
}

#navbarSupportedContent .nav-item {
    margin-right: 35px;
}

#navbarSupportedContent .nav-item .active {
    color: #495057;
}

#categories-slider-content-holder {
    margin-top: 15px;
}

#categories-slider-content img {
    width: 70px;
    margin-bottom: 20px;
    vertical-align: middle;
}

#categories-slider-content li {
    text-align: center;
}

#categories-slider-content h6 {
    font-weight: bold;
    margin-bottom: 30px;
}

.payment-cards img {
  width: 50px;
  margin-right: 17px;
}

section.menu {
    height: 94px;
    background-color: #fff;
}

section.menu .row {
    height: 100%;
}

section.menu .row .navbar {
    padding: 0;
}

section.menu .row .navbar-nav {
    position: relative;
    top: -19px;
    font-size: 21px;
    margin-left: auto;
}

section.calculator {
    background: #f6f6f6;
    padding-top: 100px;
}

section.calculator .container {
    position: relative;
    min-height: 400px;
    margin: 0 auto;
    max-width: 1100px;
}

section.calculator.offers-calculator .container {
    min-height: 0;
}

section.calculator .featured-img {
    position: absolute;
    right: 100px;
    top: -300px;
    z-index: 1;
}

section.calculator .featured-img img {
    width: 240px;
}

.calculator-element {
    position: relative;
    margin: 0 auto 80px;
}

.calculator-element button {
    position: relative;
    transition: padding 200ms;
}

.calculator-element button.loading {
    padding-left: 50px;
}

.calculator-element button .spinner-border {
    position: absolute;
    left: 20px;
    top: 50%;
    font-weight: normal;
    border-width: 4px;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.57rem;
    display: none;
}

.calculator-element button.loading .spinner-border {
    display: block;
}

.calculator-element .calculator-input.invalid label {
    color: #f00;
}

.calculator-element .calculator-input.invalid {
    outline: 1px solid #f00;
}

.calculator-element [name="postal_code_from"],
.calculator-element [name="postal_code_to"]  {
    text-transform: uppercase;
}

.calculator-input .units {
    position: absolute;
    right: 0; 
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding-top: 24px;
    padding-right: 15px;
}

.calculator-element form {
    background-color: #0077af;
    border-radius: 15px;
    z-index: 2;
    padding: 30px;
    position: relative;
}

.calculator-element form > .row .col-lg-6 {
    margin-bottom: 0;
}

.calculator-element .location-row .col-lg-6.col-md-6:first-child {
    padding-right: 10px;
}

.calculator-element .size-row .calculator-col:first-child .calculator-input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calculator-element .calculator-input {
    font-size: 17px;
    background: #fff;
    margin-bottom: 10px;
    border-right: 0 solid #0077af;
    border-radius: 5px;
    position: relative;
    height: 71px;
}

.calculator-element .calculator-input .select2-container--default .select2-selection--single {
    border: 0 !important;
}

.calculator-element .select2 {
    height: 45px !important;
    padding: 9px 5px 0 !important;
}

.calculator-element .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
}

.calculator-element .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 11px;
}

.select2-container--open .select2-dropdown {
    top: -4px;
    border: 0;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 02px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.calculator-element input, .calculator-element select {
    border-radius: 5px !important;
    padding-bottom: 10px !important;
}

.calculator-element .row {
    margin: 0;
}

.calculator-element .col-lg-6 {
    padding: 0;
}

.calculator-element form > .row > .col-lg-4:first-child {
    border-right: 5px solid #0077af;
}

.location-row .col-lg-4.col-md-4:first-child .calculator-col:last-child {
    padding-right: 5px;
}

.calculator-element .col-lg-4:first-child,
.calculator-element .col-lg-4:nth-child(2) {
    position: relative;
}

.calculator-element .col-lg-4:first-child::after,
.calculator-element .col-lg-4:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 46px;
    background: #0077af;
    right: 0;
    top: 11px;
}

.calculator-element .col-lg-4,
.calculator-element .col-lg-3 {
    padding: 0;
}

.calculator-element form button {
    border-radius: 30px;
    background: #f17e35;
    color: #fff;
    font-weighT: 600;
    font-size: 26px;
    padding: 8px 40px 10px;
    float: right;
}

.calculator-element form button:hover {
    background: #dd7331;
    color: #fff;
}

.calculator-element .calculator-col .calculator-input {
    border-radius: 0;
}

.calculator-element .calculator-col:first-child .calculator-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.calculator-element .calculator-col:last-child .calculator-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calculator-element .size-row .calculator-col:last-child .calculator-input {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.size-row .calculator-col .calculator-input {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.calculator-element .calculator-input label {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding-left: 13px;
    color: #535353;
    font-size: 13px;
    padding-top: 7px;
} 

.calculator-element select,
.calculator-element .select2 {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-position-x: 97%;
    background-position-y: 7px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-size: 30px 30px;
}

.calculator-element input,
.calculator-element select,
.calculator-element .select2 {
    border: 0;
    border-radius: 0;
    font-size: 17px;
    font-weight: 600;
}

.calculator-element select option {
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.calculator-element input:focus,
.calculator-element select:focus {
    box-shadow: 0 0 0;
}

.calculator-element input:focus + label,
.calculator-element select:focus + label {
    color: #f17e35;
}

.calculator-element .regular-calculator-input {
    padding: .775rem .75rem;
}

.calculator-element .radio-calculator-option {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

.calculator-element .radio-calculator-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    vertical-align: middle
}

.calculator-element .radio-calculator-option input .checkmark {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
}
  
/* Style the checkmark/indicator */
.calculator-element .checkmark:after {
    background: #e0e0e0;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: -7px;
    margin-top: -7px;
}

/* Show the checkmark when checked */
.calculator-element input:checked ~ .checkmark:after {
    background: #f17e35;
}


.calculator-element .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #fff;
}

.calculator-element .size-row {
    margin-bottom: 20px;
}

.calculator-element .size-row .col-lg-3 {
    border-right: 10px solid #0077af; 
}

.calculator-element .size-row .col-lg-3:last-child {
    border-right: 0;
}

.calculator-element.closed .size-row,
.calculator-element.closed .action-row {
    display: none;
}

section.how-it-works,
section.companies,
section.disclaimer {
    padding: 40px 0;
    padding-top: 65px;
    padding-bottom: 65px;
}

section.how-it-works h2,
section.companies h2,
section.disclaimer h2 {
    color: #0077af;
}

section.how-it-works h2 {
    margin-bottom: 60px;
}

section.how-it-works {
    background: #e8e9ea;
    position: relative;
    z-index: 2;
    padding-bottom: 55px;
}

section.companies {
    background: #fff;
}

section.disclaimer {
    background: #e8e9ea;
}

.calculator-intro {
    color: #f17e35;
    margin-bottom: 80px;
    padding-left: 0;
}

.online-courses,
.webinars {
    background: #20514c;
}

.online-courses-text-widget,
.classroom-courses-text-widget,
.review-text-widget {
    text-align: center;
}

.online-courses-text-widget h2,
.classroom-courses-text-widget h2,
.review-text-widget h2,
.community-text-widget h2 {
    color: #fef7e5;
    margin-bottom: 60px;

}

.community-text-widget h2 {
    color: #212529;
    text-align: center;
    margin-bottom: 40px;
}

.classroom-courses-text-widget h2 {
    color: #20514c;
}

.online-courses-text-widget p,
.classroom-courses-text-widget p,
.review-text-widget p {
    font-size: 14px;
}

.card.online-course-card,
.review-text-widget {
    text-align: center;
    margin-bottom: 25px;
}

.card.online-course-card,
.card.webinar-card {
    height: 100%;
}

.card.webinar-card p {
    font-size: 16px;
}

.card.webinar-card p span.badge {
    color: #20514c;
    padding-left: 0;
}

.card.webinar-card a {
    text-decoration: none;
    color: #212529;
}

.list-group-item {
    background-color: #fef7e5;
}

.list-group-item .badge {
    background: #20514c;
}

.community a {
    text-decoration: none;
    color: #212529;
}

.community a:hover {
    color: #29645e;
}

.community strong {
    text-align: left;
}

.text-muted {
    color: #20514c !important;
    font-size: 14px;
}

.community li {
    font-size: 14px;
    transition: opacity 100ms ease-in-out,opacity 100ms ease-in-out,opacity 100ms ease-in-out;
}

.card.online-course-card .card-body {
    padding: 30px 30px 70px 30px !important;
}

.card.online-course-card .card-body .card-body-inner {
    position: relative;
    height: 100%;
}

.card.online-course-card .card-body ul {
    padding-left: 0;
}

.card.online-course-card .card-body li {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
}

.card.online-course-card .card-body li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #29645e;
    display: inline-block;
    margin-right: 8px;
}

.card.online-course-card .card-body .btn {
    position: absolute;
    bottom: -43px;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
}

.pirate-image {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.online-course-card .card-title {
    font-size: 1.2em;
    line-height: 25px;
}

.online-course-card .card-text {
    font-size: 14px;
}

.online-course-card h4 {
    font-size: 0.9em;
    color: #20514c;
    margin-bottom: 30px;
    margin-top: 30px;
}

.classroom-training,
.page-content,
.community {
    background-color: #f8c87a;
}

.reviews-slider {
    background-color: #20514c;
}

.sign-up-form-sidebar .card-title {
    font-size: 1em;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #f8c87a !important;
}

.classroom-training .lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #20514c !important;
}

.sign-up-form-sidebar .card-text {
    font-size: 14px;
}

.card {
    background-color: #f8c87a;
}

.course-list-item {
    color: black;
    font-size: small;
    padding-top: 20px;
}

.package-options {
    position: relative;
    top: 14px;
}

#review-slider-content li .card {
    text-align: center;
    padding-bottom: 10px;
}

#review-slider-content li .card img {
    width: 50px;
    margin-bottom: 15px;
}

#review-slider-content li .card .card-title {
    font-size: 18px;
    font-weight: bold;
}

#review-slider-content li .card .star {
    color: #20514c;
    font-size: 14px;
}

#review-slider-content li .card .card-text {
    font-size: 14px;
}

#review-slider-content li .card small {
    margin-bottom: 10px;
    color: #29645e;
    display: block;
    margin-top: -5px;
    font-size: 13px;
}

.lSSlideOuter .lSPager.lSpg {
    margin-top: 30px !important;
}

footer.main-footer {
    background-color: #0077af;
    color: #fff;
    padding-top: 65px;
    padding-bottom: 65px;
}

aside.footer-widget {
    margin-bottom: 25px;
}

aside.footer-widget h5 {
    font-size: 16px;
    margin-bottom: 30px;
}

aside.footer-widget ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

aside.footer-widget ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #adadad;
    display: inline-block;
    margin-bottom: 5px;
    transition: color 100ms ease-in-out,color 100ms ease-in-out,color 100ms ease-in-out;
}

aside.footer-widget ul li a:hover {
    color: #fef7e5;
}

aside.footer-widget p {
    font-size: 13px;
    color: #adadad;
}

address h2 {
    font-size: 20px;
}

address p {
    font-size: 14px;
}

section.copy {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: black;
    color: #fef7e5;
    font-size: 14px;
    text-align: center;
}

section.copy p {
    margin: 0px;
}

.google-map{
    padding-top: 60px;
}

.top-action-button .btn {
    margin-left: 20px;
}

.how-it-works-blocks {
    color: #0077af;
    font-size: 21px;
    position: relative;
    max-width: 1070px;
    margin: 0 auto 10px;
    padding: 0;
}

.how-it-works-block-inner {
    height: 100%;
    line-height: 26px;
}

.how-it-works-block-inner .icon {
    color: #f17e35;
    margin-bottom: 15px;
}

.how-it-works-block-inner span {
    font-size: 16px;
    color: #30373b;
    font-weight: bold;
    line-height: 21px;
}

.how-it-works-block-inner .number {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -46px;
    background: #0077af;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
}

.how-it-works-blocks .how-it-works-block {
    padding: 15px 5px;
    text-align: center;
    background: #e8e9ea;
    position: relative;
    z-index: 2;
}

.how-it-works-blocks .how-it-works-block:nth-child(2n) .number {
    margin-left: -53px;
}

.how-it-works-blocks .how-it-works-block:nth-child(4n) .number {
    margin-left: -46px;
}

.how-it-works-blocks .how-it-works-block-sep {
    background: #c1c1c2;
    content: "";
    display: block;
    width: 95px;
    height: 2px;
    margin: 50px 0px 0;
}

.how-it-works-blocks .how-it-works-block-inner {
    display: inline-block;
}

.how-it-works-blocks .how-it-works-block:last-child::after {
    display: none;
}

.how-it-works-blocks .jump-to-calculator {
    border-radius: 30px;
    background: #f17e35;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    padding: 8px 35px 10px;
    display: inline-block;
}

.how-it-works-blocks .jump-to-calculator-wrapper {
    text-align: center;
}

.how-it-works-blocks .jump-to-calculator:hover {
    background: #dd7331;
    color: #fff;   
}

.how-it-works-blocks .how-it-works-inner {
    display: flex;
    justify-content: center;
}

.companies-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.companies-list li {
    display: inline-block;
    margin-left: 60px;
}

.companies-list li .company-ups,
.companies-list li .company-dhl,
.companies-list li .company-fedex,
.companies-list li .company-dpd,
.companies-list li .company-post-service {
    background: url(../img/couriers.png);
    background-size: 314px 109px;
}

.companies-list li .company-ups {
    width: 75px;
    height: 91px;
}

.companies-list li .company-dhl {
    width: 146px;
    height: 21px;
    background-position: -75px 0;
}

.companies-list li .company-fedex {
    width: 100px;
    height: 32px;
    background-position: -75px 87px;
}

.companies-list li .company-dpd {
    width: 122px;
    height: 54px;
    background-position: -75px 54px;
}

.companies-list li .company-post-service {
    width: 92px;
    height: 78px;
    background-position: -222px 107px;
}

.main-footer ul {
    padding-left: 0;
}

.main-footer h6 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.main-footer li {
    list-style: none;
    padding-bottom: 5px;
}

.main-footer li a {
    text-decoration: none;
    color: #dfdfdf;
}

.main-footer li a:hover {
    text-decoration: underline;
    color: #fff;
}

.main-footer .copyright {
    padding-top: 50px;
}

.offers {
    padding: 60px 0 60px;
}

.offers .offer {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 32px;
    position: relative;
}

.offers .offer .offer-list-item {
    padding: 30px;
    border: 1px solid #495057;
}

.offers .offer .offer-list-item ul {
    padding-left: 0;
    list-style: none;
}

.offers .offer .offer-list-item li {
    margin-bottom: 10px;
}

.offers .offer .offer-list-item li small {
    display: block;
}

.offers .item-header .img-box {
    width: 90px;
    height: 33px;
    max-width: 90px;
    max-height: 33px;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 7px;
}

.offers .item-header img {
    display: block;
    max-width: inherit;
    max-height: inherit;
}

.offers .item-header .image span {
    font-size: 18px;
    font-family: "News Cycle",sans-serif;
    font-weight: 700;
    min-height: 55px;
    display: inline-block;
    padding-right: 10px;
}

.offers .item-header .price .price-box {
    font-size: 15px;
    font-weight: 400;
}

.offers .item-header .price .price-box strong {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #0077af;
}

.offers .item-header {
    border-bottom: 1px solid #bdbdbd;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 7px 18px;
}

.offers .content {
  padding: 22px 7px 16px;
  position: relative;
}

.offers .btn {
    width: 100%;
    background: #0077af;
    border: #0077af;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
}

.offers .btn:hover {
    background: #f08039;
    border-color: #f08039;
}

.offers .btn:hover {
    background: #005d88;
    border-color: #005d88;
}

.offers .btn:active {
    background: #f08039;
    border-color: #f08039;
}

.offers .secondary-price-box {
    font-size: 13px !important;
}

.offers .content li {
    padding-bottom: 5px;
}

.offers .content li:last-child {
    padding-bottom: 0;
}

.offers .item-header .price .price-box {
    padding-bottom: 5px;
}

.offers .offer-placeholder,
.offers .offer.loading {
    position: relative;
}

.offers .offer-placeholder::after,
.offers .offer.loading::after {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.regular-offer.loading .offer-loader {
    display: flex !important;
}

.regular-offer.loading .btn {
    background: #f08039;
    border-color: #f08039;
}

.offers .offer-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.offers .offer-loader .offer-loader-inner {
    text-align: center;
}

.offers .offer-loader .offer-loader-inner .spinner-border {
    border: .2em solid currentColor;
    border-right-color: transparent;
}

.offers .offer-loader .offer-loader-inner .offer-loader-text {
    margin-top: 10px;
}

.offers .offer-loader .offer-loader-inner .spinner-border {
    color: #0077af !important;
}

.regular-offer .offer-loader {
    display: none;
}

#expand-calculator {
    background: #f6f6f6;
    border: 0;
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 9;
    color: #f07e36;
    border-radius: 50%;
    text-align: center;
    left: 50%;
    bottom: -20px;
    margin-left: -25px;
    background-size: 53% !important;
    box-shadow: 1px 2px 01px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0p 2px 1px 1px rgba(0,0,0,0.28);
    -moz-box-shadow: 1px 7px 5px 5px rgba(0,0,0,0.28);
}

#expand-calculator .arrow {
    background: url(../img/icons/chevron-double-down.svg) center center no-repeat !important;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}

#expand-calculator:focus,
#expand-calculator:hover {
    background-color: #fff !important;
    border: 0;
    outline: none;
}

#expand-calculator.active .arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.steps {
    position: absolute;
    top: -17px;
}

.steps .step {
    text-align: center;
    flex: 1;
}

.steps .step .icon {
    background: #dddcdc;
    border: 2px solid #dddcdc;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 auto 5px;
    position: relative;
}

.steps .step .icon::before {
    content: "";
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin: -4px auto 0px;
    background: url(../img/icons/checkmark.svg) no-repeat;
      background-size: auto;
    background-size: 11px 8px;
    width: 11px;
    height: 8px;
}

.steps .step.completed .icon::before {
    display: block;
}

.steps .step.completed .icon {
    background: #0077af;
    border: 2px solid #0077af;
}

.steps .step.active .icon {
    border-color: #979696;
}

.steps .step .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #a0a0a0;
}

.steps .step.active .title {
    color: #000;
}

.steps .step.completed .title {
    color: #000;
}

.checkout {
    padding: 120px 0 50px;
}

.checkout h1 {
    font-size: 32px;
}

.checkout h4 {
    margin-bottom: 20px;
}

.ordering-form .row {
    margin-bottom: 30px;
}

.checkout .action-btn {
    min-width: 150px;
    margin-right: 10px;
}

.order-details-list {
    list-style: none;
    padding-left: 0;
}

.order-details-list small {
    display: block;
}

.order-details-list li {
    margin-bottom: 20px;
}

.payment-options .payment-list .fields {
    margin-left: -20px;
}

.payment-options .payment-list .field {
    margin-left: 20px;
    margin-bottom: 20px;
}

.payment-options .payment-list label {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    width: 213px;
    height: 60px;
    line-height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-left: 50px;
}

.payment-options .ui.checkbox label::before {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #bdbdbd;
    background: #fff;
    border-radius: .21428571rem;
    -webkit-transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    border: 1px solid #d4d4d5;
    border-radius: 50%;
}

.payment-options .ui.radio.checkbox input:checked ~ label::after {
    background: #f17e35 !important;
    width: 16px !important;
    height: 16px !important;
    -webkit-transform: none !important;
    transform: none !important;
    top: 21px !important;
    left: 16px;
    border: none;
    content: '' !important;
    line-height: 15px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 50%;
}

.payment-options .ui.checkbox input:checked ~ label::before {
    background: #f17e35 !important;
    background-color: rgb(255, 55, 55);
    border: 1px solid #f17e35 !important;
}

.terms-block .ui.checkbox input[type="checkbox"], 
.terms-block .ui.checkbox input[type="radio"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    outline: 0;
    z-index: 3;
    width: 18px;
    height: 18px;
}

.terms-block .ui.checkbox input.hidden + label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 35px;
}

.terms-block .ui.checkbox .box::before, 
.terms-block .ui.checkbox label::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    content: '';
    background: #fff;
    border-radius: .21428571rem;
    -webkit-transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
}

.terms-block .ui.checkbox .box, 
.terms-block .ui.checkbox label {
    cursor: auto;
    position: relative;
    display: block;
    padding-left: 1.85714em;
    outline: 0;
    font-size: 1em;
}

.terms-block .ui.checkbox input:checked ~ .box::before, 
.terms-block .ui.checkbox input:checked ~ label::before {
    background: #f17e35 !important;
    border: 1px solid #f17e35 !important;
}

.terms-block .ui.checkbox input:checked ~ label::after {
    content: "";
    background: url(../img/icons/checkmark.svg) no-repeat;
    width: 11px;
    height: 8px;
    top: 9px;
    left: 4px;
    position: absolute;
    z-index: 2;
}

.information-options {
    padding-bottom: 20px;
}

.order-complete h1 {
    padding-bottom: 20px;
}

.text-page .calculator h1 {
    color: #f17e35;
    padding: 0 0 70px;
    text-align: center;
}

#order-completed {
    text-align: center;
}

.text-page .text-page-content {
    padding: 20px 0 0;
}

.text-page .text-page-content {
    padding: 60px 0 80px;
}

.order-confirmation-info {
    padding: 30px 30px 20px 30px;
    border: 1px solid #495057;
    margin-bottom: 10px;
}

.order-confirmation-info .row {
    margin-bottom: 0;
}

.order-confirmation-info ul {
    list-style: none;
    padding-left: 0;
}

.order-confirmation-info ul strong {
    display: block;
}

.order-confirmation-info ul li {
    margin-bottom: 10px;
}

.order-confirmation-info .price {
    margin-left: 40px;
}

.order-confirmation-info .item-header {
    align-items: center;
}

.order-confirmation-info .item-header .img-box {
    width: 90px;
    height: 33px;
    max-width: 90px;
    max-height: 33px;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 7px;
}

.order-confirmation-info .item-header .image span {
    font-size: 18px;
    font-weight: 700;
    min-height: 55px;
    display: inline-block;
    padding-right: 10px;
}

.order-confirmation-info .item-header .price .price-box {
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}

.order-confirmation-info .item-header .price .price-box strong {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #0077af;
}

.page-404 {
    text-align: center;
    padding: 0 0 120px;
}

.page-404 .action-btn {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-with-loader {
    position: relative;
}

.btn-with-loader .spinner-border {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -0.5rem;
    display: none;
}

.ordering-form.loading .btn-with-loader .spinner-border {
    display: block;
}

.ordering-form .invalid-field label {
    color: #f00;
}

.ordering-form .invalid-field input,
.ordering-form .invalid-field textarea {
    border-color: #f00;
}

.ordering-form .img-box {
    width: 90px;
    height: 33px;
    max-width: 90px;
    max-height: 33px;
}

.ordering-form .item-header img {
    display: block;
    max-width: inherit;
    max-height: inherit;
}

.payment-options label[for="stripe"] img {
    max-width: 70px;
}

.lang-switch {
    float: right;
    margin-left: auto;
    margin-right: 43px;
}

.lang-switch a {
    text-decoration: none;
}

.lang-switch .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 60px;
}

.custom-nav {
    padding: 15px 0;
}

.postal-code-invalid-message {
    position: absolute;
    z-index: 99;
    font-size: 12px;
    padding: 9px 10px;
    margin-top: 0px;
    width: 100%;
    display: none;
}

.invalid-postal-code .postal-code-invalid-message {
    display: block;
}

#close-mobile-menu-wrapper {
    display: none;
}

#navbar-menu-wrapper {
    width: 100%;
    display: flex;
}

#navbar-menu-wrapper .nav-item.active a {
    color: #f17e35;
}

h1.styled,
h2.styled,
h3.styled,
h4.styled,
h5.styled,
h6.styled {
    color: #30373b;
    margin-bottom: 2rem;
}

h1.styled {
    font-size: 34px;
}

h2.styled {
    font-size: 27px;
    margin-bottom: 1.8rem;
}

h3.styled {
    font-size: 24px;
    margin-bottom: 1.5rem;
}

h4.styled {
    font-size: 21px;
    margin-bottom: 1.2rem;
}

h5.styled {
    font-size: 18px;
    margin-bottom: 1rem;
}

h6.styled {
    font-size: 16px;
    margin-bottom: 1rem;
}

p.styled {
    margin-bottom: 2rem;
}

table.styled-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #939393;
    margin-bottom: 1rem;
}

table.styled-table th {
    background: #0077af;
    color: #fff;
}

table.styled-table thead th,
table.styled-table tbody td
{
  padding: .75rem;
  vertical-align: top;
  border-bottom: 1px solid #939393;
}

table.styled-table thead th
{
  vertical-align: bottom;
  border-bottom: 2px solid #939393;
  padding: .75rem;
  border-top: 1px solid #939393;
}

table.styled-table,
.styled {
    padding-left: 0;
    padding-right: 0;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
    transition: background-color 0s ease,border-color 0s ease,color 0s ease;
}

#cc-main .cm__footer {
    padding: 15px 0 15px;
}

#cc-main .cm__btn--secondary,
#cc-main .pm__btn--secondary {
    color: #222 !important;
    background-color: #eaeff2 !important;
}

#cc-main .cm__btn,
#cc-main .pm__btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: #0077af;
    border: 0 !important;
    transition: background-color 0s ease,border-color 0s ease,color 0s ease !important;
}

#cc-main .cm__btn[data-role="necessary"],
#cc-main .pm__btn[data-role="necessary"] {
    background: transparent;
    color: #222;
    border: 1px solid #828384 !important;
}

#cc-main .cm__btn:hover,
#cc-main .pm__btn:hover {
    background-color: #273577 !important;
    border: 0 !important;
    transition: 0 all !important;
}

#cc-main .cm__btn[data-role="necessary"]:hover,
#cc-main .pm__btn[data-role="necessary"]:hover {
    background-color: #eaeff2 !important;
    border: 1px solid #828384 !important;
}

#cc-main .cm__btn--secondary:hover,
#cc-main .pm__btn--secondary:hover {
    color: #222 !important;
    background-color: #d6dcdf !important
}

#cc-main .cc__link, #cc-main a {
    background: transparent !important;
    transition: background-color 0s ease,border-color 0s ease,color 0s ease !important;
}

#cc-main .cc__link, #cc-main a:hover {
    color: #0077af !important;
}

#cm__desc p {
    display: block;
    margin-bottom: 20px;
}

#cm__desc p:last-child {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .featured-img {
        display: none;
    }

    .calculator-intro {
        width: 100%;
        text-align: center;
    }

    .calculator-intro h1 {
        font-size: 36px;
        padding-bottom: 10px;
    }

    .calculator-intro h3 {
        font-size: 24px;
    }

    .calculator .col-lg-7.col-md-7 {
        width: 100%;
    }

    section.calculator .col-lg-7.col-md-7 {
        width: 100%;
    }

    section.menu {
        height: 88px;
        background-color: #fff;
    
    }

    .site-logo {
        top: -22px;
    }
}

@media (max-width: 991px) {
    #menu-wrapper {
        position: relative;
    }

    #menu-wrapper > .navbar {
        position: absolute;
    }

    section.menu {
        background: transparent;
    }

    .calculator-element .calculator-col .calculator-input {
        border-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }

    .calculator-element .col-lg-4:first-child::after, 
    .calculator-element .col-lg-4:nth-child(2)::after {
        display: none;
    }

    .calculator-element .size-row .col-lg-3 {
        border-right: 0;
    }

    .calculator-element .location-row {
        margin-bottom: 10px;
    }

    .container {
        max-width: 100% !important;
        padding: 0 40px !important;
    }

    #menu-wrapper > .navbar {
        position: relative;
    }

    .site-logo {
        width: 283px;
    }

    .lang-switch .dropdown-menu {
        min-width: 250px;
    }

    .lang-switch .dropdown-menu .dropdown-item {
        padding: 0.75rem 1rem;
    }

    .lang-switch .dropdown-menu li {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }

    .navbar-toggler {
        margin-top: -50px;
        padding: 0 !important;
        margin-right: 10px;
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        outline: 0 !important;
        box-shadow: 0 0 0 !important;
        z-index: 9;
    }

    .navbar-toggler div {
        width: 35px;
        height: 5px;
        background-color: #0077af;
        margin: 6px 0;
    }

    section.calculator {
        padding-top: 70px !important;
    }

    .lang-switch {
        margin-right: 16px
    }

    .calculator-intro {
        margin-bottom: 60px;
    }

    .site-logo {
        left: -16px;
    }

    #navbarSupportedContent {
        position: fixed;
        background: #0077af;
        color: #fff;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        padding: 40px;
    }

    #navbarSupportedContent.visible {
        display: block !important;
    }

    #navbarSupportedContent.visible  #close-mobile-menu-wrapper {
        display: block !important;
    }

    #navbarSupportedContent ul {
        margin-left: 0;
        width: 100%;
    }

    #navbarSupportedContent .nav-link {
        color: #fff;
        text-align: center;
        font-size: 26px;
        padding: 1rem 1rem;
    }

    #navbar-menu-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
    }

    #close-mobile-menu-wrapper {
        position: absolute;
        right: 16px;
        top: 38px;
        width: 31px;
        height: 31px;
    }

    #close-mobile-menu {
        background: transparent;
        font-size: 0;
        border: 0;
    }

    #close-mobile-menu:before, 
    #close-mobile-menu:after {
        position: absolute;
        left: 15px;
        top: 0;
        content: ' ';
        height: 33px;
        width: 4px;
        background-color: #fff;
    }

    #close-mobile-menu:before {
        transform: rotate(45deg);
    }

    #close-mobile-menu:after {
        transform: rotate(-45deg);
    }

    .companies-list {
        flex-direction: column;
    }

    .companies-list li {
        margin-bottom: 60px;
        margin-left: 0;
    }

    .companies-list li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 36px;
    }

    .calculator-element .location-row .col-lg-6.col-md-6:first-child {
        padding-right: 0;
    }

    .calculator-element .location-row {
        margin-bottom: 0;
    }

    .calculator-element .location-row .col-lg-6 {
        margin-bottom: 15px !important;
    }

    .calculator-element .size-row {
        margin-bottom: 20px;
    }

    .package-options {
        display: flex;
        top: 0;
        margin-bottom: 40px !important;
        margin-top: 10px !important;
    }

    .calculator-element .col-lg-6 {
        text-align: center;
    }

    .package-options > div {
        width: 33.3% !important;
    }

    .calculator-submit-col {
        text-align: center;
    }

    .calculator-submit-col button {
        margin-bottom: 10px;
        float: none !important;
    }

    .calculator-element input, 
    .calculator-element select,
    .calculator-element .calculator-input label {
        text-align: center;
    }

    footer.main-footer {
        text-align: center;
        padding-bottom: 30px;
    }

    footer.main-footer .row > div {
        margin-bottom: 20px;
    }

    footer.main-footer .row > div:last-child {
        margin-bottom: 0;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 0 !important;
    }

    .how-it-works-blocks .how-it-works-block-sep {
        display: none;
    }

    .how-it-works-blocks .how-it-works-inner {
        display: block;
    }

    .how-it-works-blocks .how-it-works-block {
        margin-bottom: 40px;
    }

    .how-it-works-blocks .how-it-works-block:last-child {
        margin-bottom: 0;
    }

    .ordering-form .row {
        margin-bottom: 0;
    }

    .ordering-form .col-lg-6.col-md-6 {
        margin-bottom: 30px;
    }

    .checkout h1 {
        margin-bottom: 40px;
    }

    .checkout .action-row {
        padding-top: 40px;
    }

    .steps {
        left: 0;
    }

    .steps .step .title {
        display: none;
    }

    .order-confirmation-info {
        margin-bottom: 40px;
    }

    .payment-options {
        margin-bottom: 40px !important;
    }
}
