.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.comment-form textarea,
.gform_wrapper select[multiple],
.gform_wrapper select[size],
.gform_wrapper textarea,
.search-form select.search-field[multiple],
.search-form select.search-field[size],
.search-form textarea.search-field,
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.comment-form p,
.form-group,
.gform_wrapper li,
.search-form label {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: 0s .6s opacity;
    transition: opacity 0s .6s
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes spinner-border {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    -o-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@-o-keyframes spinner-grow {
    0% {
        -o-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    -o-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #525ddc!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #2a38d1!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #12ba42!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #0e8c32!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #fe0!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #ccbe00!important
}

.bg-danger {
    background-color: #e40000!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #b10000!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #090909!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0,
.email-form .gform_footer .gform_button,
html .tw-form .checkbox label,
html .tw-form .gform_button,
html .tw-form .no-label label {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #525ddc!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #12ba42!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #fe0!important
}

.border-danger {
    border-color: #e40000!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #222!important
}

.border-white {
    border-color: #fff!important
}

.email-form .gform_footer .gform_button,
.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0,
html .tw-form .gform_button {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

#gform_22 .gfield_label,
.d-none,
.email-form .gform_fields .gfield_label {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex,
html .posts-navigation .nav-links,
html .tw-form .checkbox .ginput_container li,
html .tw-form .gfield_label {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex,
    .email-form .gform_fields {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-3by4:before {
    padding-top: 133.33333%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center,
html .tw-form .gfield_label {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center,
.email-form .gform_fields,
html .tw-form .checkbox .ginput_container li,
html .tw-form .gfield_label {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75,
html .tw-form .ginput_container {
    width: 75%!important
}

.email-form .gform_footer .gform_button,
.gform_confirmation_message,
.popupEmail .gform_footer input[type=submit],
.w-100,
html .tw-form .ginput_container_textarea {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100,
html .tw-form .gfield_select,
html .tw-form input[type=email],
html .tw-form input[type=text],
html .tw-form textarea {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.email-form .email-subtitle,
.m-0,
.popupEmail .gform_footer input[type=submit] {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.email-form .validation_error,
.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.email-form .gform_fields,
.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.email-form .gform_fields,
.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.email-form .gform_footer,
.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.email-form .gform_footer,
.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2,
html .tw-form .gform_button {
    padding-top: .5rem!important
}

.pr-2,
.px-2,
html .tw-form .gfield_label {
    padding-right: .5rem!important
}

.pb-2,
.py-2,
html .tw-form .gform_button {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2,
html .tw-form .gfield_label {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3,
html .tw-form .gfield_select,
html .tw-form input[type=email],
html .tw-form input[type=text],
html .tw-form textarea {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3,
html .tw-form .gfield_select,
html .tw-form input[type=email],
html .tw-form input[type=text],
html .tw-form textarea {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4,
html .tw-form input[type=email],
html .tw-form input[type=text] {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4,
html .tw-form input[type=email],
html .tw-form input[type=text] {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5,
html .tw-form .gform_button {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5,
html .tw-form .gform_button {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.gallery-size-thumbnail>.gallery-item,
.m-auto,
html .posts-navigation .nav-links .nav-next,
html .posts-navigation .nav-links .nav-previous {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    #gform_22 .gform_fields,
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0,
    html .tw-form .gsection_title {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0,
    html .tw-form .gfield_label {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0,
    html .tw-form .gfield_label {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .email-form .gform_fields,
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left,
html .tw-form .checkbox {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.email-form .validation_error,
.popupEmail .gform_footer,
.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left,
    html .tw-form .gform_button {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

#gform_22 .gform_button,
.email-form .gform_footer .gform_button,
.text-uppercase,
html .tw-form .gform_button {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

#gform_22 .gform_button,
.email-form .gform_footer .gform_button,
.font-weight-bold,
html .posts-navigation .nav-links .nav-next>a,
html .posts-navigation .nav-links .nav-previous>a,
html .tw-form .gform_button {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white,
html .tw-form .gform_button {
    color: #fff!important
}

.text-primary {
    color: #525ddc!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #2632bc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #12ba42!important
}

a.text-success:focus,
a.text-success:hover {
    color: #0b7429!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #fe0!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #b3a700!important
}

.text-danger {
    color: #e40000!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #980000!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #222!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #000!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    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
}

.slick-loading .slick-list {
    background: #fff url(https://tint-world.s3.amazonaws.com/uploads/dist/images/ajax-loader_c5cd7f53.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(data:application/vnd.ms-fontobject;base64,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);
    src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0;
    color: transparent;
    outline: 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .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: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.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;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

html {
    scroll-behavior: smooth
}

html h4 {
    font-size: 1.4rem
}

html .noscroll {
    overflow: hidden
}

html .modal {
    z-index: 9999
}

html .text-black {
    color: #000
}

html .text-yellow {
    color: #fe0
}

html .text-blue {
    color: #4790d4
}

html .text-red {
    color: #e40000
}

html .text-gray {
    color: #e4e4e4
}

html .text-light-gray {
    color: #ccc
}

html .text-dark-gray {
    color: #333
}

html .text-green {
    color: #12ba42
}

html .text-tiff-blue {
    color: #1ac6b4
}

html .text-sky-blue {
    color: #d4f4ff
}

html .text-lime-green {
    color: #86c440
}

html .text-lighter-gray {
    color: #ccc
}

html .text-tool-gray {
    color: #555
}

html .text-store-gray {
    color: #999
}

html .line-dark {
    border-color: #a3a3a3
}

@media (min-width:992px) {
    html .text-xxl {
        font-size: 4em!important
    }
}

@media (min-width:992px) {
    html .text-xl {
        font-size: 2em!important
    }
}

@media (min-width:992px) {
    html .text-md {
        font-size: 1em!important
    }
}

html .text-sm {
    font-size: .7rem
}

@media (min-width:992px) {
    html .text-p {
        font-size: .9rem
    }
}

@media (min-width:992px) {
    html .sub-title {
        font-size: 2.1rem
    }
}

@media (min-width:992px) {
    html .third-title {
        font-size: 1.875rem
    }
}

html .bg-sky-blue {
    background: #d4f4ff
}

html .bg-tool-gray {
    background: #555
}

html .bg-off-white {
    background: #f8f8f8
}

html .bg-black {
    background: #000
}

html .bg-gray {
    background: #e4e4e4
}

html .bg-smoke {
    background: #f5f5f5
}

html .bg-dark-gray {
    background: #333
}

html .bg-theme-gray {
    background: #414141
}

html .bg-light-gray {
    background: #efefef
}

html .bg-yellow {
    background: #fe0
}

html .bg-green {
    background: #12ba42
}

html .bg-blue,
html .tw-form .gform_button {
    background: #4790d4
}

html .bg-dark-blue {
    background: #00467d
}

html .bg-red {
    background: #e40000
}

html .bg-blue-package {
    background: #1877e1
}

@media (min-width:1200px) {
    html .w-xl-50 {
        width: 50%
    }
}

html .size-gallerythumb-home {
    max-width: 100%;
    height: auto
}

html .home-service-item .image-wrap {
    height: 9.375em
}

html .style-bullets {
    list-style-type: disc
}

html .statistics .number {
    font-size: 3.4375rem
}

html .home-tint-callout {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block
}

html .home-tint-callout .box {
    background: rgba(0, 0, 0, .6)
}

/* html .home-tint-callout.home-callout-marine-tinting {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/homepage/marine-styling_4392b640.jpg)
} */

html .home-tint-callout.home-callout-residential-tinting {
    background-image: url(https://res.cloudinary.com/tint-world/image/upload/v1651246535/custom-assets/residential-styling_klfwif.jpg)
}

html .home-tint-callout.home-callout-commercial-tinting {
    background-image: url(https://res.cloudinary.com/tint-world/image/upload/v1651246429/custom-assets/commercial-styling_nmncdl.jpg)
}

@media (max-width:425px) {
    html .home-tint-callout .xxs-spacer {
        margin-top: .5em
    }
}

html .stay-connected-title {
    border-top: 1px solid #ccb600;
    border-bottom: 1px solid #ccb600
}

@media (min-width:1200px) {
    html .gift-card-callout .text-xl {
        font-size: 2em
    }
}

@media (min-width:1200px) {
    html .image-150 {
        height: 9.375em
    }
}

@media (min-width:992px) {
    html .width-lg-100 {
        width: 100%
    }
}

@media (min-width:992px) {
    html .height-lg-100 {
        height: 100%
    }
}

html .image-150-md {
    max-height: 100%
}

@media (min-width:768px) {
    html .image-150-md {
        height: 9.375em
    }
}

@media (min-width:768px) {
    html .image-768 {
        margin: 0 auto
    }
}

@media (min-width:992px) {
    html .image-768 {
        width: auto;
        margin: 0
    }
}

html .underline {
    text-decoration: underline
}

html .no-underline {
    text-decoration: none!important
}

html .package-title {
    line-height: .8
}

html .package-subtitle {
    font-weight: 400;
    font-size: 1.25em
}

html .package-p {
    font-size: .7rem;
    font-weight: 600
}

html .package-subtitle {
    font-size: 1rem;
    font-weight: 600
}

html .package-item-list {
    color: #333;
    font-size: .77rem;
    border-bottom: .0625rem solid #cdcdcd;
    list-style: none
}

html .package-item-list:last-child {
    border-bottom: none
}

html .inspect {
    background: #454545;
    font-weight: 500
}

html .inspect li {
    border-bottom: .0625rem solid #555;
    font-size: .82rem
}

html .residential-commercial {
    background: #222
}

html .residential-commercial .italic-p {
    font-size: .875em
}

html .residential-commercial .home-logo-box {
    background: hsla(0, 0%, 100%, .1);
    border: .063em solid #8b8b8b;
    border-radius: .563em
}

html .residential-commercial .home-logo-box .inner-wrap {
    width: 43%;
    margin: 0 auto
}

@media (min-width:992px) {
    html .residential-commercial .home-logo-box .inner-wrap {
        width: 80%
    }
}

html .residential-commercial .home-logo-box .inner-wrap img {
    max-height: 6.563em
}

@media (min-width:992px) {
    html .residential-commercial .home-logo-box .inner-wrap img {
        padding: 0 2rem
    }
}

html .residential-commercial .home-logo-box .inner-wrap a {
    text-decoration: underline
}

html .media svg {
    color: #cac9c9;
    font-size: 1.4rem;
    margin-top: .6rem
}

html .media svg.ppf-store-svg {
    margin-top: 1rem
}

html .ceramic-checks .media svg {
    color: #12ba42!important;
    font-size: 1.4rem;
    margin-top: .2rem
}

#gform_22 html .tint-gallery.gform_fields,
html #gform_22 .tint-gallery.gform_fields,
html .tint-gallery.row,
html .tw-form .tint-gallery.gform_fields {
    list-style-type: none;
    padding: 0
}

#gform_22 html .tint-gallery.gform_fields li a:hover svg,
html #gform_22 .tint-gallery.gform_fields li a:hover svg,
html .tint-gallery.row li a:hover svg,
html .tw-form .tint-gallery.gform_fields li a:hover svg {
    opacity: 1
}

#gform_22 html .tint-gallery.gform_fields li a:hover img,
html #gform_22 .tint-gallery.gform_fields li a:hover img,
html .tint-gallery.row li a:hover img,
html .tw-form .tint-gallery.gform_fields li a:hover img {
    opacity: .4
}

#gform_22 html .tint-gallery.gform_fields li a img,
html #gform_22 .tint-gallery.gform_fields li a img,
html .tint-gallery.row li a img,
html .tw-form .tint-gallery.gform_fields li a img {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

#gform_22 html .tint-gallery.gform_fields li a svg,
html #gform_22 .tint-gallery.gform_fields li a svg,
html .tint-gallery.row li a svg,
html .tw-form .tint-gallery.gform_fields li a svg {
    top: 50%;
    position: absolute;
    left: 45%;
    right: 0;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    font-size: 30px
}

html .film-types-p {
    color: #555
}

html .embed-responsive-item iframe {
    max-width: 100%
}

html .store-video iframe {
    width: 100%!important
}

html .store-hours ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

html .store-hours ul li {
    background: #f7f7f7;
    border: 1px solid #eeeff0;
    line-height: 1;
    margin: 0 .2em 0 0;
    text-align: center;
    padding: .2em .15em
}

html .store-hours ul li span {
    display: block;
    font-weight: 700;
    font-size: .75rem
}

html .store-hours ul li span.day {
    font-size: .65rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .5em
}

html .store-hours ul li span.thru {
    font-weight: 400;
    line-height: 1em
}

html .store-tour iframe {
    width: 100%!important
}

@media (lg) {
    html .store-tour iframe {
        width: auto!important
    }
}

html .locations-wrap #map {
    height: 100%;
    min-height: 400px;
    display: none
}

@media only screen and (min-width:1199px) {
    html .locations-wrap #map {
        display: block
    }
}

html .next-posts>a,
html .prev-posts>a {
    font-weight: 700
}

html .accordions.accordions-tint-removal .card-header {
    height: 5em
}

@media (min-width:768px) {
    html .accordions.accordions-tint-removal .card-header {
        height: auto
    }
}

html .card-header {
    height: 3em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -o-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: linear-gradient(180deg, #f5f5f5, #e8e8e8);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-color: #ddd;
    cursor: pointer
}

@media (min-width:768px) {
    html .card-header {
        height: auto
    }
}

html .card-header .fa-plus {
    display: none
}

html .card-header .fa-minus {
    display: block
}

html .card-header.collapsed .fa-minus {
    display: none
}

html .card-header.collapsed .fa-plus {
    display: block
}

html .card-header .panel-icon {
    color: #fe0;
    background: #555;
    margin: 0!important;
    padding: .9rem 1rem!important
}

html .card-header .panel-icon .fa-minus,
html .card-header .panel-icon .fa-plus {
    font-size: 1.2rem
}

html .card-header h4 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.1
}

html .card-header h4.panel-title {
    font-size: 1rem
}

html .tw-form .no-label label {
    display: none!important
}

html .tw-form .gsection_title {
    font-weight: 700
}

html .tw-form textarea {
    max-height: 8em
}

html .tw-form label {
    width: 25%;
    background-color: #f2f2f2;
    border: 2px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0
}

html .tw-form label:first-child {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html .tw-form label .field_required {
    color: #e40000;
    margin-left: 4px
}

html .tw-form .gfield_select,
html .tw-form input[type=email],
html .tw-form input[type=text],
html .tw-form textarea {
    border: 2px solid #d0d0d0!important;
    border-radius: 0!important
}

html .tw-form .company-name {
    width: 75%
}

@media (min-width:992px) {
    html .tw-form .company-name {
        width: 76.5%
    }
}

html .tw-form .checkbox {
    width: 100%!important
}

html .tw-form .checkbox label {
    background: 0 0!important;
    width: auto!important;
    font-size: 1rem!important
}

html .tw-form .checkbox .ginput_container {
    width: 100%!important
}

html .tw-form .checkbox .ginput_container li {
    border: 1px solid #d0d0d0!important;
    padding: .4rem 0 .4rem .4rem
}

html .tw-form .checkbox .ginput_container li input[type=checkbox] {
    border-color: #b3b0b0!important;
    color: grey;
    margin-right: .3rem
}

html .tw-form .ginput_container_fileupload {
    border: 2px solid #ccc;
    padding: .82rem .8rem
}

.comment-form html input.form-message.is-invalid[type=email],
.comment-form html input.form-message.is-invalid[type=text],
.comment-form html input.form-message.is-invalid[type=url],
.comment-form html textarea.form-message.is-invalid,
.gform_wrapper html input.form-message.is-invalid[type=date],
.gform_wrapper html input.form-message.is-invalid[type=datetime-local],
.gform_wrapper html input.form-message.is-invalid[type=datetime],
.gform_wrapper html input.form-message.is-invalid[type=email],
.gform_wrapper html input.form-message.is-invalid[type=month],
.gform_wrapper html input.form-message.is-invalid[type=number],
.gform_wrapper html input.form-message.is-invalid[type=password],
.gform_wrapper html input.form-message.is-invalid[type=search],
.gform_wrapper html input.form-message.is-invalid[type=tel],
.gform_wrapper html input.form-message.is-invalid[type=text],
.gform_wrapper html input.form-message.is-invalid[type=time],
.gform_wrapper html input.form-message.is-invalid[type=url],
.gform_wrapper html input.form-message.is-invalid[type=week],
.gform_wrapper html select.form-message.is-invalid,
.gform_wrapper html textarea.form-message.is-invalid,
.search-form html .form-message.is-invalid.search-field,
html .comment-form input.form-message.is-invalid[type=email],
html .comment-form input.form-message.is-invalid[type=text],
html .comment-form input.form-message.is-invalid[type=url],
html .comment-form textarea.form-message.is-invalid,
html .form-message.form-control.is-invalid,
html .gform_wrapper input.form-message.is-invalid[type=date],
html .gform_wrapper input.form-message.is-invalid[type=datetime-local],
html .gform_wrapper input.form-message.is-invalid[type=datetime],
html .gform_wrapper input.form-message.is-invalid[type=email],
html .gform_wrapper input.form-message.is-invalid[type=month],
html .gform_wrapper input.form-message.is-invalid[type=number],
html .gform_wrapper input.form-message.is-invalid[type=password],
html .gform_wrapper input.form-message.is-invalid[type=search],
html .gform_wrapper input.form-message.is-invalid[type=tel],
html .gform_wrapper input.form-message.is-invalid[type=text],
html .gform_wrapper input.form-message.is-invalid[type=time],
html .gform_wrapper input.form-message.is-invalid[type=url],
html .gform_wrapper input.form-message.is-invalid[type=week],
html .gform_wrapper select.form-message.is-invalid,
html .gform_wrapper textarea.form-message.is-invalid,
html .search-form .form-message.is-invalid.search-field {
    display: block!important;
    background-image: none;
    font-size: 1rem;
    color: #dc3545
}

.comment-form html input.form-message.is-valid[type=email],
.comment-form html input.form-message.is-valid[type=text],
.comment-form html input.form-message.is-valid[type=url],
.comment-form html textarea.form-message.is-valid,
.gform_wrapper html input.form-message.is-valid[type=date],
.gform_wrapper html input.form-message.is-valid[type=datetime-local],
.gform_wrapper html input.form-message.is-valid[type=datetime],
.gform_wrapper html input.form-message.is-valid[type=email],
.gform_wrapper html input.form-message.is-valid[type=month],
.gform_wrapper html input.form-message.is-valid[type=number],
.gform_wrapper html input.form-message.is-valid[type=password],
.gform_wrapper html input.form-message.is-valid[type=search],
.gform_wrapper html input.form-message.is-valid[type=tel],
.gform_wrapper html input.form-message.is-valid[type=text],
.gform_wrapper html input.form-message.is-valid[type=time],
.gform_wrapper html input.form-message.is-valid[type=url],
.gform_wrapper html input.form-message.is-valid[type=week],
.gform_wrapper html select.form-message.is-valid,
.gform_wrapper html textarea.form-message.is-valid,
.search-form html .form-message.is-valid.search-field,
html .comment-form input.form-message.is-valid[type=email],
html .comment-form input.form-message.is-valid[type=text],
html .comment-form input.form-message.is-valid[type=url],
html .comment-form textarea.form-message.is-valid,
html .form-message.form-control.is-valid,
html .gform_wrapper input.form-message.is-valid[type=date],
html .gform_wrapper input.form-message.is-valid[type=datetime-local],
html .gform_wrapper input.form-message.is-valid[type=datetime],
html .gform_wrapper input.form-message.is-valid[type=email],
html .gform_wrapper input.form-message.is-valid[type=month],
html .gform_wrapper input.form-message.is-valid[type=number],
html .gform_wrapper input.form-message.is-valid[type=password],
html .gform_wrapper input.form-message.is-valid[type=search],
html .gform_wrapper input.form-message.is-valid[type=tel],
html .gform_wrapper input.form-message.is-valid[type=text],
html .gform_wrapper input.form-message.is-valid[type=time],
html .gform_wrapper input.form-message.is-valid[type=url],
html .gform_wrapper input.form-message.is-valid[type=week],
html .gform_wrapper select.form-message.is-valid,
html .gform_wrapper textarea.form-message.is-valid,
html .search-form .form-message.is-valid.search-field {
    display: block!important;
    font-size: 1rem;
    color: #28a745;
    border: 2px solid #28a745!important;
    margin-bottom: 1rem
}

html #store-map .mapp-layout {
    margin: 0
}

.mw-5em {
    max-width: 5em
}

@media (min-width:992px) {
    .email-form .email-title {
        font-size: 1.2rem
    }
}

@media (min-width:992px) {
    .email-form .email-subtitle {
        font-size: .8rem
    }
}

.email-form .gform_fields input[type=text] {
    padding: .375rem .65rem
}

.email-form .gform_footer .gform_button {
    font-size: 1rem;
    color: #000
}

.btn-yellow,
.email-form .gform_footer .gform_button,
html .next-posts>a,
html .prev-posts>a {
    background: #fe0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.btn-yellow:hover,
.email-form .gform_footer .gform_button:hover,
html .next-posts>a:hover,
html .prev-posts>a:hover {
    background: #000;
    color: #fff
}

#gform_22 .gform_button,
.btn-blue,
html .tw-form .gform_button {
    background: #4790d4;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#gform_22 .gform_button:hover,
.btn-blue:hover,
html .tw-form .gform_button:hover {
    background: #000;
    color: #fff
}

.btn-black,
.popupEmail .gform_footer input[type=submit] {
    background: #000;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.btn-black:hover,
.popupEmail .gform_footer input:hover[type=submit] {
    background: #fff;
    color: #000
}

.btn-green {
    background: #12ba42;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.btn-green:hover {
    background: green;
    color: #fff
}

.btn-social-icons {
    background: #f8f9fa
}

.btn-social-icons:hover {
    background: #000!important;
    color: #fff
}

.btn-social-icons svg {
    font-size: 1.2rem
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}

.gform_wrapper form {
    margin-bottom: 0
}

.gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #e40000
}

.validation_message {
    display: none
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width:576px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }
    .alignright {
        float: right;
        margin-left: .5rem
    }
}

.gallery-size-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popupEmail {
    display: none;
    left: 1.25rem;
    top: 2.575rem;
    width: 25em;
    background: none repeat scroll 0 0 rgba(255, 240, 0, .9);
    border: 2px solid #49494a;
    border-radius: .375rem
}

.popupEmail .tooltipClose svg {
    color: #49494a;
    cursor: pointer
}

.popupEmail .tooltipClose svg:hover {
    color: #000
}

.popupEmail h2 {
    font-size: 1.5rem;
    line-height: normal
}

.popupEmail p {
    padding: .3125rem 0;
    font-size: 1rem;
    color: #49494a
}

.popupEmail .ginput_container {
    width: 100%
}

.popupEmail .ginput_container input[type=text] {
    background: #ccc!important;
    font-size: .75rem!important
}

.popupEmail .gform_footer input[type=submit] {
    outline: 0
}

.page-header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999
}

.top-bar {
    background: #414141;
    border-bottom: .125em solid #747577;
    font-size: .7rem
}

.top-bar .hover-yellow:hover {
    color: #fe0!important
}

.top-bar .nav-items>li .btn-appointment {
    font-size: .75rem
}

.top-bar .nav-items>li .svg-inline--fa {
    color: #fe0;
    margin-right: .35em
}

.top-bar .form-search input[type=text] {
    font-size: .75rem
}

.primary-nav>li {
    font-size: 1.2rem
}

.primary-nav>li .svg-inline--fa {
    font-size: .8rem
}

.primary-nav>li a {
    text-decoration: none
}

.primary-nav>li a[aria-expanded=true] {
    color: #fe0!important
}

.primary-menus .menu-items li {
    font-size: .7rem
}

.primary-menus .menu-items li .svg-inline--fa {
    font-size: .8rem
}

.primary-menus .menu-items li a {
    text-decoration: none
}

.primary-menus .menu-items li a[aria-expanded=true] {
    background: #fe0;
    color: #000!important
}

.primary-menus .dropdownContent .nav-item-title {
    font-size: .9rem;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.primary-menus .dropdownContent .nav-item-title:hover {
    color: #333!important
}

.primary-menus .dropdownContent .nav-item-description {
    font-size: .7rem
}

@media (min-width:1200px) {
    .primary-menus .dropdownContent .media .image-wrap {
        width: 6em
    }
}

.primary-menus .dropdownContent .nav-type-heading {
    font-size: 1.75rem;
    line-height: 1em
}

.primary-menus .dropdownContent .nav-type-description {
    font-size: .9rem
}

.primary-menus .dropdownContent .nav-type-image {
    position: absolute;
    right: 0;
    bottom: 0
}

.primary-menus .dropdownContent .menu-footer {
    background: #b3b3b3;
    position: relative;
    z-index: 9999
}

.primary-menus .dropdownContent .menu-footer .list-inline .svg-inline--fa {
    color: #6d6c6f!important
}

.primary-menus .dropdownContent .menu-footer .list-inline a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.primary-menus .dropdownContent .menu-footer .list-inline a:hover {
    color: #000!important
}

.primary-menus .dropdownContent .closeDropdown {
    right: 1em;
    top: 1em;
    z-index: 9
}

.header-logo {
    max-width: 11.25em
}

@media (min-width:1200px) {
    .header-logo {
        max-width: 15em
    }
}

.breadcrumbs {
    font-size: .8rem;
    color: #6c757d
}

.breadcrumbs a {
    color: #000
}

.footer-logos {
    background: #fbfbfb
}

.footer-logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-logos ul li {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.footer-logos ul li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    max-height: 60px
}

.footer-logos ul li img,
.footer-logos ul li img:hover {
    -webkit-transition: opacity, filter .3s ease-out;
    -o-transition: opacity, filter .3s ease-out;
    -webkit-transition: opacity, -webkit-filter .3s ease-out;
    transition: opacity, -webkit-filter .3s ease-out;
    transition: opacity, filter .3s ease-out;
    transition: opacity, filter .3s ease-out, -webkit-filter .3s ease-out
}

.footer-logos ul li img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.footer-menu li {
    font-size: .9rem;
    line-height: 1.8
}

.footer-menu li a {
    color: #afafaf
}

.footer-menu li:first-child a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fe0
}

.footer-social li a {
    display: block;
    background: #2d2d2d;
    padding: .125em;
    height: 1.575em;
    width: 1.575em;
    text-align: center
}

.footer-social li a:hover {
    background: #000
}

.copyright-bar {
    background: #555;
    font-size: .8rem
}

.copyright-bar a {
    color: #fff;
    text-decoration: underline
}

body#tinymce {
    margin: 12px!important
}

.home-main-callout {
    border: .125em solid #fff;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7e7e7), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #e7e7e7, #fff);
    background: -o-linear-gradient(top, #e7e7e7 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7e7e7), to(#fff));
    background: linear-gradient(180deg, #e7e7e7, #fff);
    border-radius: .5em;
    -webkit-box-shadow: 0 0 .4375em .125em #e0c801;
    box-shadow: 0 0 .4375em .125em #e0c801
}

.home-main-callout.locator>.inner-wrap {
    background: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/home-callouts/locator_39421342.png) left .4375em no-repeat
}

.home-main-callout.appointment>.inner-wrap {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABuCAMAAACzxqVeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNjMjQxOS04MDJhLTRhNTAtOGZmNS05ZDdmYjFhOTM4YmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTU5MTlFODQ1ODhGMTFFNEJCNUE4Qjc4MTcxODkwM0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTU5MTlFODM1ODhGMTFFNEJCNUE4Qjc4MTcxODkwM0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEODk4MTZDNTY1NThFNDExQUQyN0I5RkQ1RUU0M0YyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQ2MWVjMjFjLTk1MjUtMTE3Ny04MTA1LWVhZmFiNWY2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) left .4375em no-repeat
}

.home-main-callout.promotions>.inner-wrap {
    background: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/home-callouts/promotions_0568f6dc.png) left .4375em no-repeat
}

.home-main-callout.store>.inner-wrap {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABeCAMAAACgnjI6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNjMjQxOS04MDJhLTRhNTAtOGZmNS05ZDdmYjFhOTM4YmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTQ1RDIxRTQ1ODkyMTFFNDk0QzM5MEZFMDU2Njk1RTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTQ1RDIxRTM1ODkyMTFFNDk0QzM5MEZFMDU2Njk1RTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEODk4MTZDNTY1NThFNDExQUQyN0I5RkQ1RUU0M0YyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQ2MWVjMjFjLTk1MjUtMTE3Ny04MTA1LWVhZmFiNWY2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) left .4375em no-repeat
}

.home-main-callout .inner-text .callout-title {
    font-size: 1.35rem;
    color: #4790d4;
    line-height: 1.25em;
    margin: 0 0 .125em
}

.hero {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 22.5rem
}

.hero.hero-cover {
    background-size: cover!important
}

@media (min-width:992px) {
    .hero .hero-title {
        font-size: 3.375em;
        margin-bottom: 0!important
    }
}

.hero .pre-headline {
    font-weight: 300
}

.hero .hero-subtitle {
    font-size: 1.7rem
}

.hero .hero-arrow {
    font-size: 5rem!important
}

.hero.about-us {
    color: #fff
}

.hero.car-rentals {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-car-rentals/hero_9aaa34f4.jpg);
    color: #fff
}

.hero.carco-inspection {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-carco-inspection/hero_beb9655e.jpg);
    color: #fff
}

.hero.instant-credit {
    background-image: url(https://res.cloudinary.com/tint-world/image/upload/v1651249062/custom-assets/hero_835d9977_iw5k9k.jpg);
    color: #fff
}

.hero.insurance-claims {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-insurance-claims/hero_b70d4c6b.jpg);
    color: #fff
}

.hero.lease {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-lease-return/hero_cd16f50a.jpg);
    color: #fff
}

.hero.our-story {
    background-image: url(https://res.cloudinary.com/tint-world/image/upload/v1651249488/custom-assets/hero_79a21204_ycyufh.jpg);
    color: #fff
}

.hero.award-winning {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-our-story/award-hero_f2de0aaf.jpg);
    height: 18em;
    background-size: contain
}

@media screen and (min-width:768px) {
    .hero.award-winning {
        height: 50em
    }
}

.hero.cool-brands {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-our-story/Brands_994ff411.jpg);
    height: 18em
}

@media screen and (min-width:768px) {
    .hero.cool-brands {
        height: 50em
    }
}

.hero.experience-counts {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-our-story/Leadership_a5ce2a4a.jpg);
    width: 100%;
    height: 18em
}

@media screen and (min-width:768px) {
    .hero.experience-counts {
        height: 160em
    }
}

.hero.site-policies {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-site-policies/hero_114173a4.jpg);
    color: #fff
}

.hero.promotions {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-promotions/hero_fb768a7b.jpg);
    color: #fff
}

.hero.resources {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-resources-center/hero_c6b297b9.jpg);
    color: #fff
}

.hero.return-policy {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-site-policies/policies_de8ee1e5.jpg);
    background-size: contain;
    height: 50em
}

.hero.insurance-brands-hero {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-insurance-claims/Brands-slider_fbcc8cd9.jpg)
}

.hero.news-media {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-news-media/hero_21f769f0.jpg);
    color: #fff
}

.hero.auto-detail {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-auto-detail/hero_bbc27206.jpg);
    color: #fff;
    background-position: 70%
}

.hero.auto-detail .hero-title {
    font-size: 2.5rem!important
}

.hero.careers {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-careers/hero_fbe60cdd.jpg);
    color: #fff;
    background-position: 40%
}

.hero.contact-us {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-contact-us/hero_8cdf860b.jpg);
    color: #fff
}

.hero.convenience-services {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-convenience-services/hero_57dab20a.jpg);
    color: #fff
}

.hero.coupons-specials {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-coupons-specials/hero_b7f326e5.jpg);
    color: #fff
}

.hero.dealership-services {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-dealership-services/hero_1d4379db.jpg);
    color: #fff
}

.hero.easy-returns {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-easy-returns/hero_a7e38a54.jpg);
    color: #fff
}

.hero.fleet-program {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-fleet-programs/hero_2f304f3e.jpg);
    color: #fff
}

.hero.gift-cards {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-gift-cards/hero_c138d22f.jpg);
    color: #fff
}

.hero.help-center {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-help-center/hero_5d2f043a.jpg);
    color: #fff
}

.hero.tint-removal {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-tint-removal/hero_5c603819.jpg);
    color: #fff
}

@media screen and (max-width:768px) {
    .hero.tint-removal .hero-title {
        font-size: 2rem
    }
}

.hero.computer-cut {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-computer-cut/hero_5c603819.jpg);
    color: #fff
}

@media screen and (max-width:768px) {
    .hero.computer-cut .hero-title {
        font-size: 2rem
    }
}

.hero.performance {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/performance/headerbg_a1797c1d.jpg)
}

.hero.auto-accessories {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-auto-accessories/accessories-bg_4d362317.jpg)
}

.hero.audio-video {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-audio-video/audio-video-bg_dddd7d9d.jpg)
}

.hero.mobile-electronics {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-mobile-electronics/headerbg_2f6276d3.png)
}

.hero.auto-security {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-security-alarms/audio-video-bg_7b94017c.jpg)
}

.hero.auto-detailing {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-auto-detailing/headerbg_6df3b80a.jpg)
}

.hero.auto-wraps {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-site-wraps/site-wraps-bg-12272016_a5412730.jpg)
}

.hero.custom-wheels {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-wheels-tires/wheels-tires-bg_38fd24b1.jpg)
}
.hero.fleet-detailing {
  background-image: url(https://res.cloudinary.com/tint-world/image/upload/v1626357308/tw-uploads-2/images/img-fleet-programs/hero_2f304f3e.jpg)
}

.hero.marine-detailing,
.hero.marine-tint {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-marine-detailing/header-bg_576de962.jpg)
}

.hero.marine-tint {
    background-size: 100% 347px
}

.hero.ppf {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-ppf/headerbg_6f450b9a.png)
}

.hero.marine-audio {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-marine-audio/headerbg_996de235.jpg)
}

.hero.marine-ceramic {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-paint-coatings-marine/paint-coatings-header-image_89254da1.png)
}

.hero.about-us {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/img-about/hero_2cac5389.jpg);
    background-position: bottom
}

.hero.automotive-lighting {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-auto-lighting/headerimg_775da3d3.png)
}

.hero.custom-tint-design,
.hero.tint-benefits {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-auto-tint-benefits/tinting-benefits-backgroundv3_652d8f0e.jpg)
}

.hero.custom-tint-design {
    min-height: 22.5em
}

.hero.computer-patterns,
.hero.solar-tint {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-auto-tint-benefits/tinting-benefits-backgroundv3_652d8f0e.jpg)
}

.hero.computer-patterns {
    min-height: 22.5em
}

.hero.automotive-services,
.hero.tint-regulations {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-tint-regulations/herobg_c5207681.jpg)
}

.hero.colored-headlight,
.hero.headlight-protection {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/misc/hero-bg-headlight_226cf0e5.jpg)
}

.hero.windshield-film {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/misc/hero-bg-windshield-film_92766417.jpg)
}

.hero.film-clear {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/misc/hero-bg-benefits_4f2e51cd.jpg)
}

.hero.computer-cut-film {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/misc/hero-bg-headlight_226cf0e5.jpg)
}

.hero.windshield-repair {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/misc/hero-bg-windshield-replacement_a719b00e.jpg)
}

.hero.repairs-maintenance {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/misc/hero-bg-repair-and-maintenance_56a04b5d.jpg)
}

.hero.goodyear {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-wheels-tires/wheels-tires-bg_38fd24b1.jpg)
}

.hero.ac-repair,
.hero.alignment,
.hero.batteries,
.hero.brakes,
.hero.oil-change,
.hero.tuneups {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-auto-repair/header-bg_70a03b1b.png)
}

.hero.muffler {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/misc/hero-bg-repair-and-maintenance_56a04b5d.jpg)
}

.hero.truck-accessories {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-auto-accessories/accessories-bg_4d362317.jpg)
}

.hero.reconditioning {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-auto-reconditioning/page-header_11120f51.png)
}

.hero.window-tint {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-window-tinting/window-tinting-bg_f0749269.jpg)
}

.hero.window-tint-shades {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-window-tinting/tintingbg_0b1e794c.jpg);
    background-size: 100% 100%
}

.hero.ceramic-protection-store {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-paint-coatings/paint-coatings-headerbg_831c0242.jpg)
}

.hero.ceramic-protection {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-paint-coatings/coatings-bkg-v2_8754a301.jpg)
}

.hero.residential-ceramic-protection {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-paint-coatings-residential/paint-coatings-headerbg_724cdb06.jpg)
}

.hero.car-graphics {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-car-graphics/headerbg_58fab8b2.jpg)
}

.hero.commercial {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-paint-coatings/paint-coatings-headerbg_831c0242.jpg)
}

.hero.blog {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/blog/hero_d5ca36cf.jpg);
    background-position: 50%
}

.hero.spray-in-bedliners {
    background-image: url(https://tint-world.s3.amazonaws.com/uploads/dist/images/page-spray-in-bedliners/headerbg_bf933995.jpg)
}

.mini-dropdown-menu {
    display: none;
    cursor: default;
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    max-height: 86vh;
    overflow: auto;
    z-index: 900
}

.mini-dropdown-menu.active {
    display: block
}

.mini-dropdown-action {
    position: relative
}

.mini-dropdown-action .title>.nav-arrow {
    font-size: .8rem
}

.mini-dropdown-action .widget-info>li {
    font-size: .65rem;
    line-height: 1.2em
}

.mini-dropdown-action .widget-info>li.title {
    font-size: .8rem
}

.mini-dropdown-action .section-content {
    font-size: 1rem
}

.mini-dropdown-action .header-icon {
    height: 2.1875em
}

.mini-dropdown-action .main-icon {
    font-size: 1.875rem;
    color: #656565
}

.mini-dropdown-action .small-indicator {
    font-size: .5rem
}

.mini-dropdown-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2250;
    opacity: .3;
    background-color: #000;
    border: none;
    outline: 0
}

.mini-dropdown-main {
    border: .0625em solid #d2d2d2;
    color: #333;
    font-size: .75rem
}

.mini-dropdown-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fe0;
    color: #000;
    padding: .8125em 1.25em
}

.mini-dropdown-header>:not(:last-child) {
    margin-right: .3125em
}

.mini-dropdown-header>* {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mini-dropdown-header .header-icon>img {
    max-height: 100%
}

.mini-dropdown-header .header-title-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase
}

.mini-dropdown-header .header-close-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: .75em
}

.mini-dropdown-header .mini-dropdown-main {
    border: .0625em solid #d2d2d2;
    color: #333;
    font-size: .75em
}

.mini-dropdown-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: .0625em solid #d2d2d2;
    border-top-width: 0;
    width: 100%;
    padding: 1.5em 1.25em;
    background-color: #fff
}

.mini-dropdown-store .store-dropdown-header>.store-title {
    font-size: 1.375rem;
    line-height: 1.5em;
    color: #333
}

.mini-dropdown-store .mini-dropdown-main {
    padding: 1.25em;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 37.5em;
    overflow-y: auto
}

.mini-dropdown-store .mini-dropdown-footer,
.mini-dropdown-store .mini-dropdown-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: .0625em solid #d2d2d2
}

.mini-dropdown-store .mini-dropdown-footer {
    padding: .9375em 1.25em;
    line-height: 1.0625em;
    background-color: #f5f5f5
}

.mini-dropdown-store .mini-dropdown-footer .store-locator-title {
    line-height: 1;
    margin-bottom: 15px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

#gform_22 .mini-dropdown-store .input-group .gform_button,
.comment-form .mini-dropdown-store .input-group input[type=submit],
.email-form .gform_footer .mini-dropdown-store .input-group .gform_button,
.gform_wrapper .mini-dropdown-store .input-group .button,
.mini-dropdown-store .input-group #gform_22 .gform_button,
.mini-dropdown-store .input-group .btn,
.mini-dropdown-store .input-group .comment-form input[type=submit],
.mini-dropdown-store .input-group .email-form .gform_footer .gform_button,
.mini-dropdown-store .input-group .gform_wrapper .button,
.mini-dropdown-store .input-group .popupEmail .gform_footer input[type=submit],
.mini-dropdown-store .input-group .search-form .search-submit,
.mini-dropdown-store .input-group html .next-posts>a,
.mini-dropdown-store .input-group html .prev-posts>a,
.popupEmail .gform_footer .mini-dropdown-store .input-group input[type=submit],
.search-form .mini-dropdown-store .input-group .search-submit,
html .mini-dropdown-store .input-group .next-posts>a,
html .mini-dropdown-store .input-group .prev-posts>a {
    background-color: #fe0;
    color: #000;
    border-radius: 0
}

.mini-dropdown-store .store-locator-accent>a {
    font-size: 12px!important;
    font-weight: 700;
    color: #000
}

.mini-dropdown-store .store-hours li>.day {
    font-weight: 700
}

.garage-items-list .item {
    border-bottom: 1px solid #d2d2d2;
    background: #fff
}

.garage-items-list .item:nth-of-type(odd) {
    background-color: #f5f5f5
}

.garage-items-list .item:last-of-type {
    border-bottom: 0
}

.mini-garage-action-text {
    font-size: .8rem
}

.minicart-tooltip {
    display: none;
    position: absolute;
    background-color: #000;
    padding: 5px;
    color: #fff;
    top: calc(100% + 20px);
    z-index: 1;
    font-size: .8rem
}

.minicart-tooltip.active {
    display: block
}

.minicart-tooltip .minicart-empty-tooltip {
    position: relative
}

.minicart-tooltip .minicart-empty-tooltip:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #000;
    border-style: inset inset solid;
    border-width: 0 .5rem .5rem;
    position: absolute;
    top: -10px;
    left: -5px
}

.popup-inner {
    max-width: 100%;
    display: none
}

@media (min-width:992px) {
    .popup-inner {
        max-width: 41.25em
    }
}

.popup-inner.active {
    display: block
}

.popup-inner .buttons a {
    font-size: .9rem
}

.popup-inner .close-popup {
    font-size: .75rem;
    color: #b2b2b2;
    cursor: pointer
}

.popup-inner .popup-header {
    background: #f3f3f3
}

.popup-inner .popup-header>h3 {
    margin: 0;
    font-weight: 700;
    color: #b2b2b2;
    font-size: 1.15rem
}

@media (min-width:992px) {
    .popup-inner .popup-header>h3 {
        font-size: 2.125rem
    }
}

.popup-inner .popup-content h4 {
    color: #000;
    font-size: 1.5rem
}

.popup-inner .popup-content h4 span {
    color: #b2b2b2;
    font-size: .85rem
}

header#page-header {
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.mobile-nav-icons {
    display: block;
    margin: 0
}

@media (min-width:992px) {
    .mobile-nav-icons {
        display: none
    }
}

.mobile-nav-icons ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav-icons ul li {
    float: left
}

.mobile-nav-icons ul li a {
    line-height: 70px;
    font-size: 24px;
    color: #9e9e9e;
    padding: 10px
}

@media (max-width:370px) {
    .mobile-nav-icons ul li a {
        font-size: 18px;
        padding: 10px 7px
    }
}

.mobile-nav-buttons {
    display: block
}

@media (min-width:992px) {
    .mobile-nav-buttons {
        display: none
    }
}

.mobile-nav-buttons .mobile-nav-btn-row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile-nav-buttons .mobile-nav-btn {
    background: #fe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 50%
}

.mobile-nav-buttons .mobile-nav-btn.active {
    background: #fff
}

.mobile-nav-buttons .mobile-nav-button-inner {
    width: auto!important;
    white-space: nowrap
}

.mobile-nav-buttons .mobile-nav-button-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-nav-buttons .mobile-nav-button-icon img {
    max-width: 100%
}

.mobile-nav-buttons .mobile-nav-garage {
    border-right: 1px solid #d1d1d1
}

.mobile-nav-buttons .mobile-nav-garage .mobile-garabe-label {
    width: 100%;
    padding: 15px 6px 12px 60px;
    line-height: 15px;
    color: #666;
    font-size: 11px;
    font-weight: 400;
    float: left;
    white-space: normal;
    -webkit-transition: top .3s cubic-bezier(.17, .04, .03, .94);
    -o-transition: top .3s cubic-bezier(.17, .04, .03, .94);
    transition: top .3s cubic-bezier(.17, .04, .03, .94)
}

.mobile-nav-buttons .mobile-nav-garage .mobile-garabe-label .selected-vehicle {
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.mobile-nav-buttons .mobile-nav-garage .mobile-nav-button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:600px) {
    .mobile-nav-buttons .mobile-nav-garage .mobile-nav-button-icon:after {
        display: none
    }
}

.mobile-nav-buttons .mobile-nav-location .mobile-location-label {
    width: 100%;
    padding: 15px 6px 15px 40px;
    line-height: 15px;
    color: #666;
    font-size: 11px;
    font-weight: 400;
    float: left;
    white-space: normal
}

.mobile-nav-buttons .mobile-nav-location .mobile-location-label .selected-location {
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.mobile-nav-buttons .mobile-nav-location .mobile-nav-location-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0
}

.mobile-nav-buttons .mobile-nav-location .mobile-nav-button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav-dropdown {
    display: block;
    background: #fff;
    z-index: 10;
    position: relative;
    overflow-y: auto;
    max-height: 0;
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: max-height .15s ease-out;
    -o-transition: max-height .15s ease-out;
    transition: max-height .15s ease-out
}

@media (min-width:992px) {
    .mobile-nav-dropdown {
        display: none
    }
}

.mobile-nav-dropdown.active {
    max-height: 80vh;
    -webkit-transition: max-height .25s ease-in;
    -o-transition: max-height .25s ease-in;
    transition: max-height .25s ease-in
}

.mobile-nav-dropdown .mobile-nav-dropdown-inner {
    border-bottom: 2px solid #d1d1d1
}

.mobile-nav-dropdown .mobile-dropdown-section-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0
}

.mobile-nav-dropdown .mobile-dropdown-title {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mobile-nav-dropdown-inner {
    padding: 0
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mobile-dropdown-section-title {
    padding: 10px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #d2d2d2
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-item {
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0;
    position: relative
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-item:last-of-type {
    margin-bottom: 0
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-item-text {
    font-weight: 700
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-actions-container {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-actions-container .mini-garage-item-action {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    margin: 0
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-actions-container:after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #d2d2d2;
    margin-top: 15px
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-item-actions {
    float: right;
    clear: both;
    width: 100%;
    margin-top: 5px
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-item-action {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #050708;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
    line-height: 28px;
    margin-right: 5px
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-item-action.browsebtn {
    background-color: #fe0;
    border-color: #fe0
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-message {
    padding: 15px
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-footer {
    margin-top: 0;
    padding: 0 15px 15px
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-footer .mini-garage-action-button {
    font-family: PT Sans, sans-serif;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-top: 10px;
    position: relative
}

.mobile-nav-dropdown.mobile-nav-dropdown-garage .mini-garage-footer .fa {
    float: right!important;
    font-size: 20px
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .mobile-social-row {
    padding: 15px 0
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .mobile-dropdown-social {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .mobile-dropdown-social li {
    float: left;
    margin-right: 5px
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .mobile-dropdown-social li:last-of-type {
    margin-right: 0
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .mobile-dropdown-social li a {
    color: #000;
    background-color: #e9e9e9;
    border-radius: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    width: 40px;
    font-size: 1rem;
    text-align: center
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .large-button {
    font-family: PT Sans, sans-serif;
    color: #181818;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    position: relative
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .large-button:last-of-type {
    margin-bottom: 0
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .large-button:after {
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .large-button.yellow-button {
    background-color: #fe0
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .large-button.yellow-button:after {
    font-size: 20px;
    content: "\F105"
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .large-button.white-button {
    background-color: #e9e9e9
}

.mobile-nav-dropdown.mobile-nav-dropdown-location .large-button.white-button:after {
    font-size: 20px;
    content: "\F05B";
    font-weight: 400;
    right: 25px
}

.mobile-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 39, 39, .65);
    overflow-y: scroll;
    z-index: 9999999;
    display: none
}

.mobile-search-popup.active {
    display: block
}

@media (min-width:992px) {
    .mobile-search-popup {
        display: none!important
    }
}

.mobile-search-popup .mobile-search-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 10000001
}

.mobile-search-popup #search_mini_form {
    height: 100%;
    width: 100%
}

.mobile-search-popup .search-button-wrap {
    width: 15%;
    height: 100%;
    float: left
}

#gform_22 .mobile-search-popup .search-button-wrap .gform_button,
.comment-form .mobile-search-popup .search-button-wrap input[type=submit],
.email-form .gform_footer .mobile-search-popup .search-button-wrap .gform_button,
.gform_wrapper .mobile-search-popup .search-button-wrap .button,
.mobile-search-popup .search-button-wrap #gform_22 .gform_button,
.mobile-search-popup .search-button-wrap .btn,
.mobile-search-popup .search-button-wrap .comment-form input[type=submit],
.mobile-search-popup .search-button-wrap .email-form .gform_footer .gform_button,
.mobile-search-popup .search-button-wrap .gform_wrapper .button,
.mobile-search-popup .search-button-wrap .popupEmail .gform_footer input[type=submit],
.mobile-search-popup .search-button-wrap .search-form .search-submit,
.mobile-search-popup .search-button-wrap html .next-posts>a,
.mobile-search-popup .search-button-wrap html .prev-posts>a,
.popupEmail .gform_footer .mobile-search-popup .search-button-wrap input[type=submit],
.search-form .mobile-search-popup .search-button-wrap .search-submit,
html .mobile-search-popup .search-button-wrap .next-posts>a,
html .mobile-search-popup .search-button-wrap .prev-posts>a {
    background-color: #fe0;
    color: #000
}

#gform_22 .mobile-search-popup .gform_button,
.comment-form .mobile-search-popup input[type=submit],
.email-form .gform_footer .mobile-search-popup .gform_button,
.gform_wrapper .mobile-search-popup .button,
.mobile-search-popup #gform_22 .gform_button,
.mobile-search-popup .btn,
.mobile-search-popup .comment-form input[type=submit],
.mobile-search-popup .email-form .gform_footer .gform_button,
.mobile-search-popup .gform_wrapper .button,
.mobile-search-popup .popupEmail .gform_footer input[type=submit],
.mobile-search-popup .search-form .search-submit,
.mobile-search-popup html .next-posts>a,
.mobile-search-popup html .prev-posts>a,
.popupEmail .gform_footer .mobile-search-popup input[type=submit],
.search-form .mobile-search-popup .search-submit,
html .mobile-search-popup .next-posts>a,
html .mobile-search-popup .prev-posts>a {
    height: 100%;
    width: 100%;
    border-radius: 0;
    color: #000
}

.mobile-search-popup .search-input-wrap {
    height: 100%;
    width: 70%;
    float: left
}

.mobile-search-popup .search-input-wrap label {
    display: none
}

.mobile-search-popup .search-input-wrap .input-text {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    border: 0
}

.mobile-search-popup .search-close-wrap {
    width: 15%;
    height: 100%;
    float: left
}

.shiftnav-wrap,
body.shiftnav-lock.shiftnav-open {
    overflow: hidden
}

.shiftnav,
.shiftnav *,
.shiftnav-toggle,
.shiftnav-toggle * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3em;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    background: 0 0
}

.shiftnav-wrap {
    padding: 0;
    margin: 0;
    background: 0 0;
    position: relative;
    max-width: 100%
}

body.shiftnav-lock-x.shiftnav-enabled {
    overflow-x: hidden
}

body.shiftnav-transition {
    overflow: visible
}

.shiftnav,
.shiftnav-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

#shiftnav-toggle-main,
.shiftnav,
.shiftnav-wrap {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -o-transform .5s
}

#shiftnav-toggle-main,
.shiftnav,
.shiftnav-fixed-left,
.shiftnav-fixed-right,
.shiftnav-wrap {
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s
}

.shiftnav-toggle {
    cursor: pointer
}

#shiftnav-toggle-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 500000;
    text-align: center;
    background: #1d1d20;
    color: #eee
}

#shiftnav-toggle-main.shiftnav-toggle-position-absolute {
    position: absolute
}

#shiftnav-toggle-main.shiftnav-toggle-main-align-left {
    text-align: left
}

#shiftnav-toggle-main.shiftnav-toggle-main-align-right {
    text-align: right
}

#shiftnav-toggle-main a {
    color: inherit;
    text-decoration: none
}

#shiftnav-toggle-main .shiftnav-main-toggle-content-after>*,
#shiftnav-toggle-main .shiftnav-main-toggle-content-before>* {
    position: relative;
    z-index: 20
}

#shiftnav-toggle-main .shiftnav-main-toggle-content-before {
    float: left
}

#shiftnav-toggle-main .shiftnav-main-toggle-content-after {
    float: right
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 16px 40px
}

#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0
}

#shiftnav-toggle-main.shiftnav-togglebar-transparent {
    background: 0 0
}

.shiftnav-toggle-main-block {
    padding: 16px 20px;
    display: inline-block;
    line-height: 1em
}

.shiftnav-toggle-main-ontop {
    position: relative;
    z-index: 20
}

#shiftnav-toggle-main.shiftnav-toggle-edge-right {
    left: auto;
    right: 0
}

#shiftnav-toggle-main.shiftnav-toggle-style-burger_only {
    width: auto;
    padding: 0;
    margin: 0
}

#shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
    margin: 0
}

.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
    font-size: 24px
}

#shiftnav-toggle-main .shiftnav-toggle-burger,
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    float: left;
    content: "\F0C9";
    font-family: FontAwesome;
    padding: 16px 20px;
    margin-left: -10px;
    position: relative;
    z-index: 20;
    line-height: 1em
}

.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-icon-x .shiftnav-toggle-burger .fa:before,
.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar.shiftnav-toggle-icon-x:before {
    content: "\F00D"
}

#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger,
#shiftnav-toggle-main.shiftnav-toggle-edge-right.shiftnav-toggle-main-entire-bar:before,
.shiftnav-open-right #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    float: right;
    padding-left: 20px
}

.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger .fa:before,
.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-edge-right:before {
    float: left;
    padding-left: 0;
    padding-right: 20px
}

.shiftnav-force #shiftnav-toggle-main {
    display: block!important
}

.shiftnav-toggle-style-default {
    background: #333;
    color: #eee;
    padding: 10px
}

.shiftnav-toggle-style-default:hover {
    background: #222;
    color: #ddd
}

.shiftnav-toggle-style-default .fa {
    margin-right: 5px
}

.shiftnav-toggle-button {
    display: inline-block;
    padding: 10px 15px;
    background: #444;
    color: #eee
}

.shiftnav-toggle-button:hover {
    display: inline-block;
    padding: 10px 15px;
    background: #222;
    color: #eee
}

.shiftnav-toggle-button .fa {
    margin-right: 3px
}

.shiftnav-fixed-left,
.shiftnav-fixed-right {
    position: fixed;
    top: 0;
    z-index: 9999999;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -o-transform .5s
}

.shiftnav-fixed-right {
    right: 0
}

.shiftnav-fixed-left {
    left: 0
}

.admin-bar .shiftnav-fixed-left,
.admin-bar .shiftnav-fixed-right {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar .shiftnav-fixed-left,
    .admin-bar .shiftnav-fixed-right {
        top: 46px
    }
}

.shiftnav-open .shiftnav-toggle .shiftnav-icon-toggler:before,
.shiftnav-open-left .shiftnav-toggle .shiftnav-icon-toggler-left:before,
.shiftnav-open-right .shiftnav-toggle .shiftnav-icon-toggler-right:before {
    content: "\F00D"
}

.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
.shiftnav-open.shiftnav-open-left .shiftnav-wrap,
.shiftnav-open.shiftnav-open-left>.shiftnav-fixed-left {
    -webkit-transform: translateX(290px);
    -o-transform: translateX(290px);
    transform: translateX(290px)
}

.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,
.shiftnav-open.shiftnav-open-right .shiftnav-wrap,
.shiftnav-open.shiftnav-open-right>.shiftnav-fixed-right {
    -webkit-transform: translateX(-290px);
    -o-transform: translateX(-290px);
    transform: translateX(-290px)
}

body.admin-bar #shiftnav-toggle-main,
body.admin-bar .shiftnav {
    top: 32px
}

body.admin-bar .shiftnav {
    padding-bottom: 32px
}

#wpadminbar:hover {
    z-index: 999999
}

@media screen and (min-width:600px) and (max-width:782px) {
    body.admin-bar #shiftnav-toggle-main,
    body.admin-bar .shiftnav {
        top: 46px
    }
    body.admin-bar .shiftnav {
        padding-bottom: 46px
    }
}

@media screen and (max-width:600px) {
    body.admin-bar #shiftnav-toggle-main,
    body.admin-bar .shiftnav {
        top: 0
    }
    body.admin-bar .shiftnav {
        padding-bottom: 0
    }
    html #shiftnav-toggle-main~#wpadminbar {
        top: 54px
    }
    html.shiftnav-nogap {
        margin-top: 0!important
    }
}

.modal-dialog {
    width: 100%;
    max-width: 880px;
    height: auto!important;
    margin: .5rem!important
}

@media (min-width:992px) {
    .modal-dialog {
        margin: 73px auto!important
    }
}

.modal-content {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    width: calc(100% - 22px);
    max-width: 880px
}

.modal-content .close {
    background: #fe0;
    opacity: 1;
    width: 38px;
    height: 38px;
    position: absolute;
    top: -17px;
    right: -19px;
    border-radius: 99px
}

.modal-content .close span {
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 8px);
    line-height: 12px;
    font-size: 20px
}

.modal-content .modal-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content .modal-two-col>.left {
    width: 100%;
    max-width: 220px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fe0), color-stop(50%, #fff));
    background: -webkit-linear-gradient(left, #fe0 50%, #fff 0);
    background: -o-linear-gradient(left, #fe0 50%, #fff 50%);
    background: linear-gradient(90deg, #fe0 50%, #fff 0);
    padding: 17px
}

.modal-content .modal-two-col>.left .avatar {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 7px solid #fff;
    border-radius: 999px;
    -webkit-filter: none;
    height: auto;
    width: 100%;
    filter: none
}

.modal-content .modal-two-col>.left .avatar.small {
    width: 80px
}

@media (min-width:768px) {
    .modal-content .modal-two-col>.left .avatar.small {
        width: 128px
    }
}

.modal-content .modal-two-col>.left .avatar.icon {
    background-size: 60%;
    border: 7px solid #fe0
}

.modal-content .modal-two-col>.right {
    padding: 0 20px 20px 0
}

@media (min-width:768px) {
    .modal-content .modal-two-col>.right {
        padding: 0 45px 30px 5px
    }
}

.modal-content .modal-two-col header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .modal-content .modal-two-col header {
        margin-top: 55px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.modal-content .modal-two-col header h3 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 22px
}

@media (min-width:768px) {
    .modal-content .modal-two-col header h3 {
        font-size: 30px
    }
}

.modal-content .modal-two-col header h3:last-child {
    margin-bottom: 20px
}

.modal-content .modal-two-col header h3+p {
    color: #555;
    font-size: 17px
}

@media (min-width:768px) {
    .modal-content .modal-two-col header h3+p {
        font-size: 21px
    }
}

.modal-content .modal-two-col header .modal-icons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .modal-content .modal-two-col header .modal-icons {
        width: auto
    }
}

.modal-content .modal-two-col header .modal-icons a {
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 99px;
    font-size: 13px
}

.modal-content .modal-two-col header .modal-icons a.pill {
    padding-right: 15px;
    font-weight: 500;
    display: none
}

@media (min-width:992px) {
    .modal-content .modal-two-col header .modal-icons a.pill {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.modal-content .modal-two-col header .modal-icons a.pill span {
    margin-right: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #000;
    -webkit-box-shadow: 1px 0 0 #fff;
    box-shadow: 1px 0 0 #fff
}

.modal-content .modal-two-col header .modal-icons a.pill.linkedin {
    color: #007bb6
}

@media (min-width:992px) {
    .modal-content .modal-two-col header .modal-icons a.hide-desktop {
        display: none
    }
}

.modal-content .modal-two-col header .modal-icons a:hover {
    text-decoration: none;
    -webkit-filter: brightness(.9);
    filter: brightness(.9)
}

.modal-content .modal-two-col header .modal-icons a:not(:last-child) {
    margin-right: 10px
}

.modal-content .modal-two-col header .modal-icons a span {
    display: block;
    border-radius: 99px;
    width: 38px;
    height: 38px;
    background-color: #e6e6e6;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 14px!important
}

.modal-content .modal-two-col header .modal-icons a span.mail {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjY0IDE1MDRWNzM2cS0zMiAzNi02OSA2Ni0yNjggMjA2LTQyNiAzMzgtNTEgNDMtODMgNjd0LTg2LjUgNDguNVQ4OTcgMTI4MGgtMnEtNDggMC0xMDIuNS0yNC41VDcwNiAxMjA3dC04My02N3EtMTU4LTEzMi00MjYtMzM4LTM3LTMwLTY5LTY2djc2OHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDE0NzJxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMC0xMDUxdi0yNC41bC0uNS0xMy0zLTEyLjUtNS41LTktOS03LjUtMTQtMi41SDE2MHEtMTMgMC0yMi41IDkuNVQxMjggNDE2cTAgMTY4IDE0NyAyODQgMTkzIDE1MiA0MDEgMzE3IDYgNSAzNSAyOS41dDQ2IDM3LjUgNDQuNSAzMS41VDg1MiAxMTQzdDQzIDloMnEyMCAwIDQzLTl0NTAuNS0yNy41IDQ0LjUtMzEuNSA0Ni0zNy41IDM1LTI5LjVxMjA4LTE2NSA0MDEtMzE3IDU0LTQzIDEwMC41LTExNS41VDE2NjQgNDUzem0xMjgtMzd2MTA4OHEwIDY2LTQ3IDExM3QtMTEzIDQ3SDE2MHEtNjYgMC0xMTMtNDdUMCAxNTA0VjQxNnEwLTY2IDQ3LTExM3QxMTMtNDdoMTQ3MnE2NiAwIDExMyA0N3Q0NyAxMTN6Ii8+PC9zdmc+)
}

.modal-content .modal-two-col header .modal-icons a span.linkedin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00NzcgNjI1djk5MUgxNDdWNjI1aDMzMHptMjEtMzA2cTEgNzMtNTAuNSAxMjJUMzEyIDQ5MGgtMnEtODIgMC0xMzItNDl0LTUwLTEyMnEwLTc0IDUxLjUtMTIyLjVUMzE0IDE0OHQxMzMgNDguNVQ0OTggMzE5em0xMTY2IDcyOXY1NjhoLTMyOXYtNTMwcTAtMTA1LTQwLjUtMTY0LjVUMTE2OCA4NjJxLTYzIDAtMTA1LjUgMzQuNVQ5OTkgOTgycS0xMSAzMC0xMSA4MXY1NTNINjU5cTItMzk5IDItNjQ3dC0xLTI5NmwtMS00OGgzMjl2MTQ0aC0ycTIwLTMyIDQxLTU2dDU2LjUtNTIgODctNDMuNVQxMjg1IDYwMnExNzEgMCAyNzUgMTEzLjV0MTA0IDMzMi41eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
    background-color: #007bb6
}

.modal-content .modal-two-col .content {
    overflow-y: scroll;
    max-height: 350px;
    padding-right: 15px;
    text-align: justify
}

.modal-content .modal-two-col .content:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.modal-content .modal-two-col .content p {
    line-height: 1.5em
}

body.noscroll {
    overflow: hidden
}

ul#store-hours li span.close {
    display: inline;
    width: auto;
    height: auto;
    position: inherit;
    background: 0 0;
    float: none;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: inherit;
    text-shadow: none;
    opacity: 1
}

ul#store-hours li span.close:before {
    display: none
}

ul#store-hours li span.thru {
    margin: 0 5px
}

#location-popup .location-search {
    background-color: #f7f7f7;
    padding: 20px 10px
}

div#location-popup input[type=text] {
    border-radius: 0;
    color: #000;
    border-color: #f3f3f3
}

div#location-popup input[type=text]:active,
div#location-popup input[type=text]:focus {
    outline: 0;
    box-shadow: none
}

div#location-popup button[type=submit] {
    background: #ffe300;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

div#location-popup button[type=submit] i {
    color: #5f5f5f;
    font-size: 16px
}

div#location-popup button[type=submit]:hover {
    background: #000
}

div#location-popup button[type=submit]:hover i {
    color: #fff
}

#location-popup .list-group-item {
    border: none;
    margin-bottom: 10px;
    padding: 10px 0
}

#location-popup #location-popup-search-list .list-group-item {
    position: relative;
    border-bottom: 1px solid #cdcdcd
}

div#location-popup .list-group-item h5 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px
}

div#location-popup .list-group-item h5.hours {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

div#location-popup .list-group-item li {
    color: #000;
    font-size: 13px;
    font-weight: 400
}

div#location-popup .list-group-item li.phone {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

div#location-popup .list-group-item span.day {
    width: 50%;
    display: inline-block;
    font-weight: 700
}

#location-popup .list-group-item .buttons .popup-btn.selectstore {
    background-color: #f3f3f3;
    color: #000;
    margin-top: 10px
}

.popup-content .popup-btn.selectstore:hover {
    background-color: #cdcdcd
}

.popup-content .popup-btn.selectstore span {
    display: block
}

.popup-content .popup-btn.selectstore::after {
    color: #000
}

div.quoteRequest-stepOne {
    display: none
}

div.quoteRequest-stepOne.active {
    display: block
}

div.popup-content div.storeinfo h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px
}

div.popup-content div.storeinfo li {
    font-size: 13px;
    color: #000
}

div.popup-content div.storeinfo li.phone {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

div.popup-content div.storeinfo li.directions {
    font-size: 15px;
    font-weight: 700
}

div.popup-content .radio input[type=radio] {
    width: 20px;
    height: 20px;
    margin-left: -30px;
    margin-top: 7px
}

div.popup-content .radio label {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    padding-left: 30px
}

div.popup-content div.backbtn {
    background-color: #f3f3f3;
    float: left;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

div.popup-content div.backbtn:hover {
    background: #000;
    color: #fff
}

div.popup-content div.backbtn:hover a {
    color: #fff
}

div.popup-content div.backbtn a {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none
}

div.popup-content div.backbtn a i {
    margin-right: 20px;
    display: inline-block
}

div.popup-content div.nextbtn {
    background-color: #ffe300;
    float: right;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

div.popup-content div.nextbtn:hover {
    background: #000
}

div.popup-content div.nextbtn:hover a {
    color: #fff
}

div.popup-content div.nextbtn a {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none
}

div.popup-content div.nextbtn a i {
    margin-left: 20px;
    display: inline-block
}

div.popup-content div.step {
    display: none
}

div.popup-content div.step.active {
    display: block
}

div.popup-content div.steptwo div.services {
    display: none
}

div.popup-content div.steptwo div.services.active {
    display: block
}

div.popup-content div.stepfour input[type=text],
div.popup-content div.stepfour select,
div.popup-content div.stepfour textarea,
div.popup-content div.stepthree input[type=text],
div.popup-content div.stepthree select,
div.popup-content div.stepthree textarea {
    border: 1px solid #cbcbcb!important;
    border-color: #cbcbcb;
    background-color: #f8f8f8;
    width: 100%;
    line-height: 35px;
    height: 35px;
    font-style: italic;
    padding: 0 15px
}

div.popup-content div.stepfour textarea,
div.popup-content div.stepthree textarea {
    height: auto
}

div.popup-content div.stepfour input[type=text] placeholder,
div.popup-content div.stepfour select,
div.popup-content div.stepfour textarea placeholder,
div.popup-content div.stepthree,
div.popup-content div.stepthree input[type=text] placeholder,
div.popup-content div.stepthree textarea placeholder,
select {
    color: #7c7c7c
}

div.popup-content .slick-dots li button:before {
    font-size: 10px!important
}

div.popup-content .slick-slide {
    margin: 0 20px;
    text-align: center;
    opacity: 1
}

div.popup-content .slick-slide a {
    outline: 0
}

div.popup-content .slick-slide img {
    width: auto;
    display: block;
    margin: 0 auto
}

div.popup-content .slick-next:before,
div.popup-content .slick-prev:before {
    color: #000
}

div.popup-content .slick-slide {
    transition: all ease-in-out .3s
}

div.popup-content .slick-slide a {
    text-decoration: none
}

div.popup-content .slick-slide p {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 35px
}

div.popup-content .slick-slide a.active p.day,
div.popup-content .slick-slide a:hover p.day {
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    border-color: #ffe300
}

div.popup-content .slick-slide p.day {
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    border-color: transparent
}

div.popup-content ul.appointments li.available,
div.popup-content ul.appointments li.unavailable {
    text-align: center;
    margin-bottom: 10px
}

div.popup-content ul.appointments li.available a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #000;
    text-decoration: none;
    display: block;
    border: 1px solid #cbcbcb;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px
}

div.popup-content ul.appointments li.available a span {
    border: 2px solid transparent;
    display: block
}

div.popup-content ul.appointments li.available a.active,
div.popup-content ul.appointments li.available a:hover {
    border: 1px solid #ffe300
}

div.popup-content ul.appointments li.available a.active span,
div.popup-content ul.appointments li.available a:hover span {
    border: 2px solid #ffe300
}

div.popup-content ul.appointments li.unavailable span {
    text-decoration: none;
    display: block;
    border: 1px solid #cbcbcb;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    opacity: .3;
    border: 3px solid transparent
}

div.appointmentRequest div.popup-content div.selected-services,
div.quoteRequest div.popup-content div.selected-services {
    display: none;
    margin-top: 20px
}

div.appointmentRequest div.popup-content div.selected-services h4,
div.quoteRequest div.popup-content div.selected-services h4 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: right
}

div.appointmentRequest div.popup-content div.selected-services h4 a,
div.quoteRequest div.popup-content div.selected-services h4 a {
    color: #4791d5
}

div.appointmentRequest div.popup-content div.selected-services p.services,
div.quoteRequest div.popup-content div.selected-services p.services {
    color: #222;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    text-align: right
}

div.appointmentRequest div.popup-content div.selected-time {
    display: none;
    margin-top: 20px
}

div.appointmentRequest div.popup-content div.selected-time h4 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: right
}

div.appointmentRequest div.popup-content div.selected-time h4 a {
    color: #4791d5
}

div.appointmentRequest div.popup-content div.selected-time p {
    color: #222;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    text-align: right;
    margin: 0
}

div.appointmentRequest div.vehicleFields,
div.quoteRequest div.vehicleFields {
    display: none
}

div.quoteRequest div.popup-content div.stepfour {
    text-align: center
}

div.quoteRequest div.popup-content div.stepfour h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 42px;
    text-align: center
}

div.quoteRequest div.popup-content div.stepfour p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center
}

div.popup-content a.closebtn:hover {
    color: #fff;
    background: #000
}

div.popup-content a.closebtn {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffe300;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

div.appointmentRequest div.popup-content div.stepfive {
    text-align: center
}

div.appointmentRequest div.popup-content div.stepfive h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 42px;
    text-align: center
}

div.appointmentRequest div.popup-content div.stepfive p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center
}

div#location-popup div.popup-footer {
    background: #f3f3f3;
    line-height: 50px
}

#location-popup-list .my-store-list {
    padding-left: 0
}

.minicart .minicart-items-list .item{
   display: flex;
   padding: 15px 20px;
   background-color: #fff;
}
.minicart .product-information{
  margin: 0 8px;
}
.minicart .product-information .product-name {
   font-size: 12px;
   font-weight: 700;
   line-height: 1.25;
}
.minicart .product-information .product-price {
   font-size: 20px;
   font-weight: 700;
}
.minicart .totals-wrapper {
   flex: 1 0 100%;
   padding-bottom: 10px;
}
.minicart .totals-wrapper .total-label {
   -webkit-box-flex: 1;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   font-size: 16px;
   font-weight: 400;
}
.minicart .totals-wrapper .price {
   font-weight: 700;
   font-size: 20px;
   float: right;
}
.mini-dropdown-menu .footer-actions {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex: 1 0 100%;
   -ms-flex: 1 0 100%;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-top: 10px;
}
.mini-dropdown-menu .footer-actions .primary-action {
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 100%;
   flex: 1 1 100%;
   align-items: center;
   font-weight: 700;
   font-family: "Roboto Condensed",sans-serif;
   font-size: 20px;
   line-height: 1;
   padding: 13px 15px;
   background-color: #ffe500;
   color: #000;
   margin-bottom: 10px;
}
.mini-dropdown-menu .footer-actions .secondary-action {
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 100%;
   flex: 1 1 100%;
   align-items: center;
   font-weight: 700;
   font-family: "Roboto Condensed",sans-serif;
   font-size: 20px;
   line-height: 1;
   padding: 13px 15px;
   background-color: #000;
   color: #fff;
   border: 2px solid transparent;
}
@media screen and (min-width:992px) {
    #location-popup .list-group-row {
        display: flex
    }
    #location-popup .list-group-row .hours-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}
