.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    animation-fill-mode: both
}

.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd
}

.animsition-loading,
.animsition-loading:after {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 100
}

.animsition-loading {
    background-color: transparent;
    border: 5px solid rgba(0, 0, 0, .2);
    border-left-color: #eee;
    transform: translateZ(0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .8s;
    animation-name: animsition-loading
}

.logo a img {
    max-width: 120px !important;
}

@keyframes animsition-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fade-in {
    animation-name: fade-in
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fade-out {
    animation-name: fade-out
}

@keyframes fade-in-up {
    0% {
        transform: translateY(500px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up {
    animation-name: fade-in-up
}

@keyframes fade-out-up {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-500px);
        opacity: 0
    }
}

.fade-out-up {
    animation-name: fade-out-up
}

@keyframes fade-in-up-sm {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up-sm {
    animation-name: fade-in-up-sm
}

@keyframes fade-out-up-sm {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-100px);
        opacity: 0
    }
}

.fade-out-up-sm {
    animation-name: fade-out-up-sm
}

@keyframes fade-in-up-lg {
    0% {
        transform: translateY(1000px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up-lg {
    animation-name: fade-in-up-lg
}

@keyframes fade-out-up-lg {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-1000px);
        opacity: 0
    }
}

.fade-out-up-lg {
    animation-name: fade-out-up-lg
}

@keyframes fade-in-down {
    0% {
        transform: translateY(-500px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-down {
    animation-name: fade-in-down
}

@keyframes fade-out-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(500px);
        opacity: 0
    }
}

.fade-out-down {
    animation-name: fade-out-down
}

@keyframes fade-in-down-sm {
    0% {
        transform: translateY(-100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-down-sm {
    animation-name: fade-in-down-sm
}

@keyframes fade-out-down-sm {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(100px);
        opacity: 0
    }
}

.fade-out-down-sm {
    animation-name: fade-out-down-sm
}

@keyframes fade-in-down-lg {
    0% {
        transform: translateY(-1000px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-down-lg {
    animation-name: fade-in-down
}

@keyframes fade-out-down-lg {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(1000px);
        opacity: 0
    }
}

.fade-out-down-lg {
    animation-name: fade-out-down-lg
}

@keyframes fade-in-left {
    0% {
        transform: translateX(-500px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left {
    animation-name: fade-in-left
}

@keyframes fade-out-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(-500px);
        opacity: 0
    }
}

.fade-out-left {
    animation-name: fade-out-left
}

@keyframes fade-in-left-sm {
    0% {
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left-sm {
    animation-name: fade-in-left-sm
}

@keyframes fade-out-left-sm {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(-100px);
        opacity: 0
    }
}

.fade-out-left-sm {
    animation-name: fade-out-left-sm
}

@keyframes fade-in-left-lg {
    0% {
        transform: translateX(-1500px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left-lg {
    animation-name: fade-in-left-lg
}

@keyframes fade-out-left-lg {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(-1500px);
        opacity: 0
    }
}

.fade-out-left-lg {
    animation-name: fade-out-left-lg
}

@keyframes fade-in-right {
    0% {
        transform: translateX(500px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right {
    animation-name: fade-in-right
}

@keyframes fade-out-right {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(500px);
        opacity: 0
    }
}

.fade-out-right {
    animation-name: fade-out-right
}

@keyframes fade-in-right-sm {
    0% {
        transform: translateX(100px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right-sm {
    animation-name: fade-in-right-sm
}

@keyframes fade-out-right-sm {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(100px);
        opacity: 0
    }
}

.fade-out-right-sm {
    animation-name: fade-out-right-sm
}

@keyframes fade-in-right-lg {
    0% {
        transform: translateX(1500px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right-lg {
    animation-name: fade-in-right-lg
}

@keyframes fade-out-right-lg {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(1500px);
        opacity: 0
    }
}

.fade-out-right-lg {
    animation-name: fade-out-right-lg
}

@keyframes rotate-in {
    0% {
        transform: rotate(-90deg);
        transform-origin: center center;
        opacity: 0
    }

    to {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in {
    animation-name: rotate-in
}

@keyframes rotate-out {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    to {
        transform: rotate(90deg);
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out {
    animation-name: rotate-out
}

@keyframes rotate-in-sm {
    0% {
        transform: rotate(-45deg);
        transform-origin: center center;
        opacity: 0
    }

    to {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in-sm {
    animation-name: rotate-in-sm
}

@keyframes rotate-out-sm {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    to {
        transform: rotate(45deg);
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out-sm {
    animation-name: rotate-out-sm
}

@keyframes rotate-in-lg {
    0% {
        transform: rotate(-180deg);
        transform-origin: center center;
        opacity: 0
    }

    to {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in-lg {
    animation-name: rotate-in-lg
}

@keyframes rotate-out-lg {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    to {
        transform: rotate(180deg);
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out-lg {
    animation-name: rotate-out-lg
}

@keyframes flip-in-x {
    0% {
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }

    to {
        transform: perspective(550px) rotateX(0deg);
        opacity: 1
    }
}

.flip-in-x {
    animation-name: flip-in-x;
    backface-visibility: visible !important
}

@keyframes flip-out-x {
    0% {
        transform: perspective(550px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x {
    animation-name: flip-out-x;
    backface-visibility: visible !important
}

@keyframes flip-in-x-nr {
    0% {
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }

    to {
        transform: perspective(100px) rotateX(0deg);
        opacity: 1
    }
}

.flip-in-x-nr {
    animation-name: flip-in-x-nr;
    backface-visibility: visible !important
}

@keyframes flip-out-x-nr {
    0% {
        transform: perspective(100px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x-nr {
    animation-name: flip-out-x-nr;
    backface-visibility: visible !important
}

@keyframes flip-in-x-fr {
    0% {
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    to {
        transform: perspective(1000px) rotateX(0deg);
        opacity: 1
    }
}

.flip-in-x-fr {
    animation-name: flip-in-x-fr;
    backface-visibility: visible !important
}

@keyframes flip-out-x-fr {
    0% {
        transform: perspective(1000px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x-fr {
    animation-name: flip-out-x-fr;
    backface-visibility: visible !important
}

@keyframes flip-in-y {
    0% {
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }

    to {
        transform: perspective(550px) rotateY(0deg);
        opacity: 1
    }
}

.flip-in-y {
    animation-name: flip-in-y;
    backface-visibility: visible !important
}

@keyframes flip-out-y {
    0% {
        transform: perspective(550px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y {
    animation-name: flip-out-y;
    backface-visibility: visible !important
}

@keyframes flip-in-y-nr {
    0% {
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }

    to {
        transform: perspective(100px) rotateY(0deg);
        opacity: 1
    }
}

.flip-in-y-nr {
    animation-name: flip-in-y-nr;
    backface-visibility: visible !important
}

@keyframes flip-out-y-nr {
    0% {
        transform: perspective(100px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y-nr {
    animation-name: flip-out-y-nr;
    backface-visibility: visible !important
}

@keyframes flip-in-y-fr {
    0% {
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }

    to {
        transform: perspective(1000px) rotateY(0deg);
        opacity: 1
    }
}

.flip-in-y-fr {
    animation-name: flip-in-y-fr;
    backface-visibility: visible !important
}

@keyframes flip-out-y-fr {
    0% {
        transform: perspective(1000px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y-fr {
    animation-name: flip-out-y-fr;
    backface-visibility: visible !important
}

@keyframes zoom-in {
    0% {
        transform: scale(.7);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.zoom-in {
    animation-name: zoom-in
}

@keyframes zoom-out {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.7);
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.zoom-out {
    animation-name: zoom-out
}

@keyframes zoom-in-sm {
    0% {
        transform: scale(.95);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.zoom-in-sm {
    animation-name: zoom-in-sm
}

@keyframes zoom-out-sm {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.95);
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.zoom-out-sm {
    animation-name: zoom-out-sm
}

@keyframes zoom-in-lg {
    0% {
        transform: scale(.4);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.zoom-in-lg {
    animation-name: zoom-in-lg
}

@keyframes zoom-out-lg {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.4);
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.zoom-out-lg {
    animation-name: zoom-out-lg
}

@keyframes overlay-slide-in-top {
    0% {
        height: 100%
    }

    to {
        height: 0
    }
}

.overlay-slide-in-top {
    top: 0;
    height: 0;
    animation-name: overlay-slide-in-top
}

@keyframes overlay-slide-out-top {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

.overlay-slide-out-top {
    top: 0;
    height: 100%;
    animation-name: overlay-slide-out-top
}

@keyframes overlay-slide-in-bottom {
    0% {
        height: 100%
    }

    to {
        height: 0
    }
}

.overlay-slide-in-bottom {
    bottom: 0;
    height: 0;
    animation-name: overlay-slide-in-bottom
}

@keyframes overlay-slide-out-bottom {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

.overlay-slide-out-bottom {
    bottom: 0;
    height: 100%;
    animation-name: overlay-slide-out-bottom
}

@keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

.overlay-slide-in-left {
    width: 0;
    animation-name: overlay-slide-in-left
}

@keyframes overlay-slide-out-left {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.overlay-slide-out-left {
    left: 0;
    width: 100%;
    animation-name: overlay-slide-out-left
}

@keyframes overlay-slide-in-right {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

.overlay-slide-in-right {
    right: 0;
    width: 0;
    animation-name: overlay-slide-in-right
}

@keyframes overlay-slide-out-right {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.overlay-slide-out-right {
    right: 0;
    width: 100%;
    animation-name: overlay-slide-out-right
}

.btn-floating.btn-flat {
    padding: 0;
    color: #fff;
    background: #4285f4
}

.btn-floating.btn-flat:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-floating.btn-flat:focus,
.btn-floating.btn-flat:hover {
    background-color: #5a95f5
}

.btn-floating.btn-flat.active {
    background-color: #0b51c5;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-floating {
    background-color: hsla(0, 0%, 100%, .2);
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center
}

.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px
}

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px
}

.fixed-action-btn {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 998;
    margin-bottom: 0;
    overflow: hidden;
    height: 500px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 15px
}

.fixed-action-btn,
.fixed-action-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fixed-action-btn ul {
    position: absolute;
    right: 0;
    bottom: 64px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    margin: 0
}

.fixed-action-btn ul li {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scale(.4) translate(0);
    transform: scale(.4) translate(0)
}

.fixed-action-btn ul a.btn-floating.shown {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

.carousel-multi-item {
    margin-bottom: 5rem
}

.carousel-multi-item .carousel-inner {
    padding-top: .5rem;
    padding-bottom: 1rem
}

.carousel-multi-item .carousel-inner .carousel-item.active,
.carousel-multi-item .carousel-item-next,
.carousel-multi-item .carousel-item-prev {
    display: block
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-prev,
.carousel-multi-item .carousel-inner.v-2 .carousel-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media (min-width:768px) {

    .carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
    .carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active {
        -webkit-transform: translateX(33%);
        transform: translateX(33%)
    }
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (min-width:768px) {

    .carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active,
    .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
        -webkit-transform: translateX(-33%);
        transform: translateX(-33%)
    }
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-left,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.carousel-multi-item .carousel-indicators li {
    width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    margin-bottom: -3.75rem;
    background-color: #4285f4
}

.carousel-multi-item .carousel-indicators .active {
    width: 1.56rem;
    max-width: 1.56rem;
    height: 1.56rem;
    background-color: #4285f4;
    border-radius: 50%
}

.carousel-multi-item .controls-top {
    margin-bottom: 1.88rem;
    text-align: center
}

.carousel-multi-item .controls-top .btn-floating {
    background: #4285f4
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: -1em
}

.carousel-multi-item .card-cascade.narrower {
    margin-top: 1.25rem;
    margin-bottom: .3rem
}

@media (min-width:768px) {
    .carousel-multi-item [class*=col-] {
        float: left
    }
}

@media only screen and (max-width:992px) {
    .carousel-multi-item .carousel-indicators li {
        margin-bottom: -1.88rem
    }
}

.carousel-thumbnails .carousel-indicators {
    position: static;
    left: auto;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    overflow-x: auto;
    white-space: nowrap
}

.carousel-thumbnails .carousel-indicators>li {
    width: auto;
    height: auto;
    text-indent: 0
}

.carousel-thumbnails .carousel-indicators>li .active img {
    opacity: 1
}

.wrapper-carousel-fix .carousel-fade .active.carousel-item-left,
.wrapper-carousel-fix .carousel-fade .active.carousel-item-right {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    display: none
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.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: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    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.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    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,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    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
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.blog_single_v2 .content .blog-content #btn-back-to-blog,
.btn,
.custom-marketo-form .mktoButton {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .btn,
    .custom-marketo-form .mktoButton {
        transition: none
    }
}

.blog_single_v2 .content .blog-content #btn-back-to-blog:hover,
.btn:hover,
.custom-marketo-form .mktoButton:hover {
    color: #212529;
    text-decoration: none
}

.blog_single_v2 .content .blog-content #btn-back-to-blog:focus,
.blog_single_v2 .content .blog-content .focus#btn-back-to-blog,
.btn.focus,
.btn:focus,
.custom-marketo-form .focus.mktoButton,
.custom-marketo-form .mktoButton:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.blog_single_v2 .content .blog-content #btn-back-to-blog:disabled,
.blog_single_v2 .content .blog-content .disabled#btn-back-to-blog,
.btn.disabled,
.btn:disabled,
.custom-marketo-form .disabled.mktoButton,
.custom-marketo-form .mktoButton:disabled {
    opacity: .65
}

.blog_single_v2 .content .blog-content #btn-back-to-blog:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled),
.custom-marketo-form .mktoButton:not(:disabled):not(.disabled) {
    cursor: pointer
}

.blog_single_v2 .content .blog-content a.disabled#btn-back-to-blog,
.blog_single_v2 .content .blog-content fieldset:disabled a#btn-back-to-blog,
.custom-marketo-form a.disabled.mktoButton,
.custom-marketo-form fieldset:disabled a.mktoButton,
a.btn.disabled,
fieldset:disabled .blog_single_v2 .content .blog-content a#btn-back-to-blog,
fieldset:disabled .custom-marketo-form a.mktoButton,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.blog_single_v2 .content .blog-content .btn-group-lg>#btn-back-to-blog,
.btn-group-lg>.btn,
.btn-lg,
.custom-marketo-form .btn-group-lg>.mktoButton {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.blog_single_v2 .content .blog-content .btn-group-sm>#btn-back-to-blog,
.btn-group-sm>.btn,
.btn-sm,
.custom-marketo-form .btn-group-sm>.mktoButton {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.blog_single_v2 .content .blog-content .btn-group-vertical>#btn-back-to-blog,
.blog_single_v2 .content .blog-content .btn-group>#btn-back-to-blog,
.btn-group-vertical>.btn,
.btn-group>.btn,
.custom-marketo-form .btn-group-vertical>.mktoButton,
.custom-marketo-form .btn-group>.mktoButton {
    position: relative;
    flex: 1 1 auto
}

.blog_single_v2 .content .blog-content .btn-group-vertical>#btn-back-to-blog:active,
.blog_single_v2 .content .blog-content .btn-group-vertical>#btn-back-to-blog:focus,
.blog_single_v2 .content .blog-content .btn-group-vertical>#btn-back-to-blog:hover,
.blog_single_v2 .content .blog-content .btn-group-vertical>.active#btn-back-to-blog,
.blog_single_v2 .content .blog-content .btn-group>#btn-back-to-blog:active,
.blog_single_v2 .content .blog-content .btn-group>#btn-back-to-blog:focus,
.blog_single_v2 .content .blog-content .btn-group>#btn-back-to-blog:hover,
.blog_single_v2 .content .blog-content .btn-group>.active#btn-back-to-blog,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.custom-marketo-form .btn-group-vertical>.active.mktoButton,
.custom-marketo-form .btn-group-vertical>.mktoButton:active,
.custom-marketo-form .btn-group-vertical>.mktoButton:focus,
.custom-marketo-form .btn-group-vertical>.mktoButton:hover,
.custom-marketo-form .btn-group>.active.mktoButton,
.custom-marketo-form .btn-group>.mktoButton:active,
.custom-marketo-form .btn-group>.mktoButton:focus,
.custom-marketo-form .btn-group>.mktoButton:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.blog_single_v2 .content .blog-content .btn-group>#btn-back-to-blog:not(:first-child),
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.custom-marketo-form .btn-group>.mktoButton:not(:first-child) {
    margin-left: -1px
}

.blog_single_v2 .content .blog-content .btn-group>#btn-back-to-blog:not(:last-child):not(.dropdown-toggle),
.blog_single_v2 .content .blog-content .btn-group>.btn-group:not(:last-child)>#btn-back-to-blog,
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.custom-marketo-form .btn-group>.btn-group:not(:last-child)>.mktoButton,
.custom-marketo-form .btn-group>.mktoButton:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.blog_single_v2 .content .blog-content .btn-group>#btn-back-to-blog:not(:first-child),
.blog_single_v2 .content .blog-content .btn-group>.btn-group:not(:first-child)>#btn-back-to-blog,
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.custom-marketo-form .btn-group>.btn-group:not(:first-child)>.mktoButton,
.custom-marketo-form .btn-group>.mktoButton:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.blog_single_v2 .content .blog-content .btn-group-sm>#btn-back-to-blog+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.custom-marketo-form .btn-group-sm>.mktoButton+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.blog_single_v2 .content .blog-content .btn-group-lg>#btn-back-to-blog+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.custom-marketo-form .btn-group-lg>.mktoButton+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.blog_single_v2 .content .blog-content .btn-group-vertical>#btn-back-to-blog,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.custom-marketo-form .btn-group-vertical>.mktoButton {
    width: 100%
}

.blog_single_v2 .content .blog-content .btn-group-vertical>#btn-back-to-blog:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.custom-marketo-form .btn-group-vertical>.mktoButton:not(:first-child) {
    margin-top: -1px
}

.blog_single_v2 .content .blog-content .btn-group-vertical>#btn-back-to-blog:not(:last-child):not(.dropdown-toggle),
.blog_single_v2 .content .blog-content .btn-group-vertical>.btn-group:not(:last-child)>#btn-back-to-blog,
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.custom-marketo-form .btn-group-vertical>.btn-group:not(:last-child)>.mktoButton,
.custom-marketo-form .btn-group-vertical>.mktoButton:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.blog_single_v2 .content .blog-content .btn-group-vertical>#btn-back-to-blog:not(:first-child),
.blog_single_v2 .content .blog-content .btn-group-vertical>.btn-group:not(:first-child)>#btn-back-to-blog,
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.custom-marketo-form .btn-group-vertical>.btn-group:not(:first-child)>.mktoButton,
.custom-marketo-form .btn-group-vertical>.mktoButton:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.blog_single_v2 .content .blog-content .btn-group-toggle>#btn-back-to-blog,
.blog_single_v2 .content .blog-content .btn-group-toggle>.btn-group>#btn-back-to-blog,
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.custom-marketo-form .btn-group-toggle>.btn-group>.mktoButton,
.custom-marketo-form .btn-group-toggle>.mktoButton {
    margin-bottom: 0
}

.blog_single_v2 .content .blog-content .btn-group-toggle>#btn-back-to-blog input[type=checkbox],
.blog_single_v2 .content .blog-content .btn-group-toggle>#btn-back-to-blog input[type=radio],
.blog_single_v2 .content .blog-content .btn-group-toggle>.btn-group>#btn-back-to-blog input[type=checkbox],
.blog_single_v2 .content .blog-content .btn-group-toggle>.btn-group>#btn-back-to-blog input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.custom-marketo-form .btn-group-toggle>.btn-group>.mktoButton input[type=checkbox],
.custom-marketo-form .btn-group-toggle>.btn-group>.mktoButton input[type=radio],
.custom-marketo-form .btn-group-toggle>.mktoButton input[type=checkbox],
.custom-marketo-form .btn-group-toggle>.mktoButton input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.blog_single_v2 .content .blog-content .input-group-append #btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-prepend #btn-back-to-blog,
.custom-marketo-form .input-group-append .mktoButton,
.custom-marketo-form .input-group-prepend .mktoButton,
.input-group-append .blog_single_v2 .content .blog-content #btn-back-to-blog,
.input-group-append .btn,
.input-group-append .custom-marketo-form .mktoButton,
.input-group-prepend .blog_single_v2 .content .blog-content #btn-back-to-blog,
.input-group-prepend .btn,
.input-group-prepend .custom-marketo-form .mktoButton {
    position: relative;
    z-index: 2
}

.blog_single_v2 .content .blog-content .input-group-append #btn-back-to-blog:focus,
.blog_single_v2 .content .blog-content .input-group-prepend #btn-back-to-blog:focus,
.custom-marketo-form .input-group-append .mktoButton:focus,
.custom-marketo-form .input-group-prepend .mktoButton:focus,
.input-group-append .blog_single_v2 .content .blog-content #btn-back-to-blog:focus,
.input-group-append .btn:focus,
.input-group-append .custom-marketo-form .mktoButton:focus,
.input-group-prepend .blog_single_v2 .content .blog-content #btn-back-to-blog:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .custom-marketo-form .mktoButton:focus {
    z-index: 3
}

.blog_single_v2 .content .blog-content .custom-marketo-form .input-group-append .mktoButton+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .custom-marketo-form .input-group-prepend .mktoButton+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-append #btn-back-to-blog+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-append #btn-back-to-blog+.btn,
.blog_single_v2 .content .blog-content .input-group-append #btn-back-to-blog+.input-group-text,
.blog_single_v2 .content .blog-content .input-group-append .btn+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-append .custom-marketo-form #btn-back-to-blog+.mktoButton,
.blog_single_v2 .content .blog-content .input-group-append .custom-marketo-form .mktoButton+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-append .input-group-text+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-prepend #btn-back-to-blog+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-prepend #btn-back-to-blog+.btn,
.blog_single_v2 .content .blog-content .input-group-prepend #btn-back-to-blog+.input-group-text,
.blog_single_v2 .content .blog-content .input-group-prepend .btn+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-prepend .custom-marketo-form #btn-back-to-blog+.mktoButton,
.blog_single_v2 .content .blog-content .input-group-prepend .custom-marketo-form .mktoButton+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-prepend .input-group-text+#btn-back-to-blog,
.custom-marketo-form .blog_single_v2 .content .blog-content .input-group-append #btn-back-to-blog+.mktoButton,
.custom-marketo-form .blog_single_v2 .content .blog-content .input-group-prepend #btn-back-to-blog+.mktoButton,
.custom-marketo-form .input-group-append .blog_single_v2 .content .blog-content #btn-back-to-blog+.mktoButton,
.custom-marketo-form .input-group-append .blog_single_v2 .content .blog-content .mktoButton+#btn-back-to-blog,
.custom-marketo-form .input-group-append .btn+.mktoButton,
.custom-marketo-form .input-group-append .input-group-text+.mktoButton,
.custom-marketo-form .input-group-append .mktoButton+.btn,
.custom-marketo-form .input-group-append .mktoButton+.input-group-text,
.custom-marketo-form .input-group-append .mktoButton+.mktoButton,
.custom-marketo-form .input-group-prepend .blog_single_v2 .content .blog-content #btn-back-to-blog+.mktoButton,
.custom-marketo-form .input-group-prepend .blog_single_v2 .content .blog-content .mktoButton+#btn-back-to-blog,
.custom-marketo-form .input-group-prepend .btn+.mktoButton,
.custom-marketo-form .input-group-prepend .input-group-text+.mktoButton,
.custom-marketo-form .input-group-prepend .mktoButton+.btn,
.custom-marketo-form .input-group-prepend .mktoButton+.input-group-text,
.custom-marketo-form .input-group-prepend .mktoButton+.mktoButton,
.input-group-append .blog_single_v2 .content .blog-content #btn-back-to-blog+#btn-back-to-blog,
.input-group-append .blog_single_v2 .content .blog-content #btn-back-to-blog+.btn,
.input-group-append .blog_single_v2 .content .blog-content #btn-back-to-blog+.input-group-text,
.input-group-append .blog_single_v2 .content .blog-content .btn+#btn-back-to-blog,
.input-group-append .blog_single_v2 .content .blog-content .custom-marketo-form #btn-back-to-blog+.mktoButton,
.input-group-append .blog_single_v2 .content .blog-content .input-group-text+#btn-back-to-blog,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .custom-marketo-form .blog_single_v2 .content .blog-content .mktoButton+#btn-back-to-blog,
.input-group-append .custom-marketo-form .btn+.mktoButton,
.input-group-append .custom-marketo-form .input-group-text+.mktoButton,
.input-group-append .custom-marketo-form .mktoButton+.btn,
.input-group-append .custom-marketo-form .mktoButton+.input-group-text,
.input-group-append .custom-marketo-form .mktoButton+.mktoButton,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .blog_single_v2 .content .blog-content #btn-back-to-blog+#btn-back-to-blog,
.input-group-prepend .blog_single_v2 .content .blog-content #btn-back-to-blog+.btn,
.input-group-prepend .blog_single_v2 .content .blog-content #btn-back-to-blog+.input-group-text,
.input-group-prepend .blog_single_v2 .content .blog-content .btn+#btn-back-to-blog,
.input-group-prepend .blog_single_v2 .content .blog-content .custom-marketo-form #btn-back-to-blog+.mktoButton,
.input-group-prepend .blog_single_v2 .content .blog-content .input-group-text+#btn-back-to-blog,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .custom-marketo-form .blog_single_v2 .content .blog-content .mktoButton+#btn-back-to-blog,
.input-group-prepend .custom-marketo-form .btn+.mktoButton,
.input-group-prepend .custom-marketo-form .input-group-text+.mktoButton,
.input-group-prepend .custom-marketo-form .mktoButton+.btn,
.input-group-prepend .custom-marketo-form .mktoButton+.input-group-text,
.input-group-prepend .custom-marketo-form .mktoButton+.mktoButton,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    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
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.blog_single_v2 .content .blog-content .input-group-lg>.input-group-append>#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-lg>.input-group-prepend>#btn-back-to-blog,
.custom-marketo-form .input-group-lg>.input-group-append>.mktoButton,
.custom-marketo-form .input-group-lg>.input-group-prepend>.mktoButton,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.blog_single_v2 .content .blog-content .input-group-sm>.input-group-append>#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group-sm>.input-group-prepend>#btn-back-to-blog,
.custom-marketo-form .input-group-sm>.input-group-append>.mktoButton,
.custom-marketo-form .input-group-sm>.input-group-prepend>.mktoButton,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.blog_single_v2 .content .blog-content .input-group.has-validation>.input-group-append:nth-last-child(n+3)>#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group:not(.has-validation)>.input-group-append:not(:last-child)>#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group>.input-group-append:last-child>#btn-back-to-blog:not(:last-child):not(.dropdown-toggle),
.blog_single_v2 .content .blog-content .input-group>.input-group-prepend>#btn-back-to-blog,
.custom-marketo-form .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.mktoButton,
.custom-marketo-form .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.mktoButton,
.custom-marketo-form .input-group>.input-group-append:last-child>.mktoButton:not(:last-child):not(.dropdown-toggle),
.custom-marketo-form .input-group>.input-group-prepend>.mktoButton,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.blog_single_v2 .content .blog-content .input-group>.input-group-append>#btn-back-to-blog,
.blog_single_v2 .content .blog-content .input-group>.input-group-prepend:first-child>#btn-back-to-blog:not(:first-child),
.blog_single_v2 .content .blog-content .input-group>.input-group-prepend:not(:first-child)>#btn-back-to-blog,
.custom-marketo-form .input-group>.input-group-append>.mktoButton,
.custom-marketo-form .input-group>.input-group-prepend:first-child>.mktoButton:not(:first-child),
.custom-marketo-form .input-group>.input-group-prepend:not(:first-child)>.mktoButton,
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.blog_single_v2 .content .blog-content #btn-back-to-blog .badge,
.btn .badge,
.custom-marketo-form .mktoButton .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.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 {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    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: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .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-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .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, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 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-width: .5rem .5rem 0;
    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:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 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-width: .5rem .5rem .5rem 0;
    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:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    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:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    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 {
    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%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    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;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        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: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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' width='8' height='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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    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;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        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
}

@keyframes spinner-border {
    to {
        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%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.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: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !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: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !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: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !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: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !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 {
    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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.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-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    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 {
    display: flex !important
}

.d-inline-flex {
    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: flex !important
    }

    .d-sm-inline-flex {
        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: flex !important
    }

    .d-md-inline-flex {
        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: flex !important
    }

    .d-lg-inline-flex {
        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 {
        display: flex !important
    }

    .d-xl-inline-flex {
        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: flex !important
    }

    .d-print-inline-flex {
        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-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        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
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: 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: 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:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    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 {
    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
}

.m-0 {
    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
}

.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
}

.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
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.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 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    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 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    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
}

.m-auto {
    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) {
    .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 {
        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 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        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
    }

    .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
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.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 {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.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 {
        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
}

.text-uppercase {
    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
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !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-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-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
    }
}

/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-solid-900.eot);
    src: url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-regular-400.eot);
    src: url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-regular-400.woff2) format("woff2"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-brands-400.eot);
    src: url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-brands-400.woff) format("woff"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/themes/cradlepoint-2019/src/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: FontAwesome;
    font-weight: 400;
    font-display: auto;
    font-style: normal;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2");
    font-display: swap
}

:root {
    --font-light: $font-light;
    --font-regular: $font-regular;
    --font-bold: $font-bold;
    --font-semibold: $font-semibold;
    --link-color-primary: #008eaa;
    --link-color-secondary-a: rgba(51, 63, 72, 0.8);
    --link-color-secondary-a-hover: #009a44;
    --link-color-secondary-b: rgba(51, 63, 72, 0.6);
    --link-color-secondary-b-decoration: rgba(51, 63, 72, 0.4);
    --link-color-secondary-b-hover: #333f48
}

@keyframes animatebottom {
    0% {
        bottom: -1000px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

html {
    font-size: 16px
}

body,
html {
    overflow-x: hidden
}

body {
    font-family: Eina01-Regular;
    color: #333f48;
    font-size: 18px;
    font-size: 1.125rem
}

img {
    max-width: 100%
}

a {
    outline: none
}

.blog_single_v2 .content .blog-content a#btn-back-to-blog,
.custom-marketo-form a.mktoButton,
a.btn,
a.btn-back-to-blog {
    text-decoration: none !important
}

strong {
    font-family: Eina01-Bold;
    font-weight: 400
}

label {
    width: 100%
}

@media (max-width:768px) {
    html {
        font-size: 15px
    }
}

body .section-content-box._full-width._datasheet .main-content {
    position: relative
}

body .section-content-box._full-width._datasheet .main-content h4 {
    margin-bottom: 10px
}

body .section-content-box._full-width._datasheet .main-content .font12 {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 10px !important
}

body .section-content-box._full-width._datasheet .main-content .content-area h3 {
    font-size: 1.8rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: Eina01-Regular
}

body .section-content-box._full-width._datasheet .main-content .content-area p {
    margin-bottom: 30px
}

body .section-content-box._full-width._datasheet .main-content .content-area .box-grey {
    background-color: #e9e9e9;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Eina01-Bold;
    font-size: 16px;
    margin: auto auto 20px;
    align-items: center;
    max-width: 290px
}

body .section-content-box._full-width._datasheet .main-content .content-area .box-grey img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 10px
}

body .section-content-box._full-width._datasheet .main-content .download-btn {
    position: absolute;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    right: 0
}

body .section-content-box._full-width._datasheet .main-content .download-btn button {
    max-width: 173px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-heading {
    position: relative
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-title {
    padding-left: 50px !important
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-title a {
    font-family: Eina01-Bold;
    font-size: 32px;
    line-height: 1.6em
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-title a i {
    border: 2px solid #c1c5c8;
    height: 30px;
    width: 30px;
    display: none;
    border-radius: 100%;
    flex-flow: nowrap;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #c1c5c8;
    top: 12px;
    position: absolute;
    left: 0
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-title a[aria-expanded=true] .fa-angle-down,
body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-title a i.fa-angle-up {
    display: flex
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-title a[aria-expanded=true] .fa-angle-up {
    display: none
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse {
    padding-left: 50px;
    padding-right: 50px
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body h4 {
    font-size: 24px !important;
    font-family: Eina01-Regular !important;
    margin-left: 0
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body img,
body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body p {
    margin-bottom: 30px
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body a {
    color: #008eaa
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body .widget-filter {
    margin-bottom: 15px !important
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body .widget-filter:before {
    content: none !important
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body form label input[type=checkbox].check-box {
    border: 1px solid #d9d9d9;
    background-color: #b3b3b3;
    opacity: 1;
    width: 25px;
    height: 25px;
    margin-right: 10px
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body form label input[type=checkbox].check-box:checked {
    background-color: #fff;
    border: 3px solid #ffad00
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body form label input[type=checkbox].check-box:checked:before {
    top: -1px
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body .checkbox-cont {
    display: flex
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body .checkbox-cont label {
    background-color: #333f48;
    width: 224px;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Eina01-Bold
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body .checkbox-cont label span {
    color: #b3b3b3
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body .checkbox-cont label input[type=checkbox].check-box:checked+span {
    color: #fff !important
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body table {
    box-shadow: 0 0 3px #cbcbcb
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body table tr {
    border: 1px solid #c1c1c1
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body table tr.head {
    background-color: #e1e1e1
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body table tr td {
    padding: 10px 20px;
    font-size: 16px
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse .panel-body table tr td ul li {
    font-size: 16px;
    margin: 0;
    font-family: Eina01-Regular
}

body .section-content-box._full-width._datasheet .main-content #accordion .panel .panel-collapse.show {
    padding-bottom: 60px
}

body .section-content-box._full-width._datasheet .main-content .toggle-area {
    margin-top: 60px
}

body .section-content-box._full-width._datasheet .main-content .toggle-area .notice {
    font-size: 14px;
    display: block;
    margin-top: 60px
}

body .section-content-box._full-width._datasheet .main-content ul.list-left li {
    font-size: 18px !important
}

body .section-content-box._full-width._datasheet .main-content .sim-cont {
    margin-top: 30px
}

body .section-content-box._full-width._datasheet .main-content .sim-cont strong {
    font-size: 15px;
    display: block;
    color: #7e868b
}

body .section-content-box._full-width._datasheet .main-content .sim-cont span {
    font-size: 15px;
    color: #7e868b
}

body .section-content-box._full-width._datasheet .main-content .sim-cont .row {
    background-color: #f0f0f0;
    border-radius: 10px
}

body .section-content-box._full-width._datasheet .main-content .sim-cont .row div {
    text-align: center
}

body .section-content-box._full-width._datasheet .main-content .sim-cont .row div img {
    margin-bottom: 15px !important
}

body .section-content-box._full-width._datasheet .main-content .sim-cont .row div.col-md-4 {
    padding: 20px
}

body .section-content-box._full-width._datasheet .main-content .sim-cont .row div.col-md-4 div:hover {
    z-index: 2;
    box-shadow: 0 0 3px #e3e3e3;
    border: 2px solid #7e868b;
    border-radius: 6px
}

body .section-content-box._full-width._datasheet .main-content .sim-cont .row div.col-md-4 div:hover.zoom {
    padding: 20px;
    background-color: #fff
}

body .section-content-box._full-width._datasheet .main-content .sim-cont .row div.col-md-4 div:hover.zoom span,
body .section-content-box._full-width._datasheet .main-content .sim-cont .row div.col-md-4 div:hover.zoom strong {
    color: #333f48
}

body .section-content-box._full-width._datasheet .main-content .sim-cont .row div.col-md-4 div.zoom {
    padding: 20px
}

body .section-content-box._full-width._datasheet .main-content #dsFeature .feature-cont {
    margin-top: 30px;
    margin-bottom: 60px
}

body .section-content-box._full-width._datasheet .main-content #dsFeature .col-nopadding div {
    padding-left: 10px;
    padding-right: 10px
}

body .section-content-box._full-width._datasheet .main-content #dsFeature .col-nopadding div:hover {
    z-index: 2
}

body .section-content-box._full-width._datasheet .main-content #dsFeature .col-nopadding div:hover.zoom {
    box-shadow: 0 0 3px #e3e3e3
}

body .section-content-box._full-width._datasheet .main-content #dsFeature .col-nopadding div.zoom {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #fff
}

body .section-content-box._full-width._datasheet .main-content #dsFeature .col-nopadding div.zoom img {
    margin-bottom: 0 !important
}

body .section-content-box._full-width._datasheet .main-content .feature-col3 {
    margin-bottom: 30px
}

body .section-content-box._full-width._datasheet .main-content .feature-col3 .inner-box {
    border: 2px solid #f0f0f0;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 150px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

body .section-content-box._full-width._datasheet .main-content .feature-col3 .inner-box img {
    margin-bottom: 0 !important
}

body .section-content-box._full-width._datasheet .main-content .feature-col3 .inner-box:hover {
    border-color: #ffad00 !important;
    background-color: #ffad00 !important
}

body .section-content-box._full-width._datasheet .zoom {
    transition: transform .2s
}

body .section-content-box._full-width._datasheet .zoom:hover {
    transform: scale(1.5)
}

body .section-content-box._full-width._datasheet .orange {
    color: #ffad00
}

.m-0 {
    margin: 0
}

.m-t-0 {
    margin-top: 0
}

.m-r-0 {
    margin-right: 0
}

.m-b-0 {
    margin-bottom: 0
}

.m-l-0 {
    margin-left: 0
}

.padding-0 {
    padding: 0
}

.padding-top-0 {
    padding-top: 0
}

.padding-right-0 {
    padding-right: 0
}

.padding-bottom-0 {
    padding-bottom: 0
}

.padding-left-0 {
    padding-left: 0
}

.padding-xxs {
    padding: 8px
}

.padding-xxs-top {
    padding-top: 8px
}

.padding-xxs-bottom {
    padding-bottom: 8px
}

.padding-xxs-left {
    padding-left: 8px
}

.padding-xxs-right {
    padding-right: 8px
}

.padding-xs {
    padding: 16px
}

.padding-xs-top {
    padding-top: 16px
}

.padding-xs-bottom {
    padding-bottom: 16px
}

.padding-xs-left {
    padding-left: 16px
}

.padding-xs-right {
    padding-right: 16px
}

.padding-r {
    padding: 20px
}

.padding-r-top {
    padding-top: 20px
}

.padding-r-bottom {
    padding-bottom: 20px
}

.padding-r-left {
    padding-left: 20px
}

.padding-r-right {
    padding-right: 20px
}

.padding-s {
    padding: 24px
}

.padding-s-top {
    padding-top: 24px
}

.padding-s-bottom {
    padding-bottom: 24px
}

.padding-s-left {
    padding-left: 24px
}

.padding-s-right {
    padding-right: 24px
}

.padding-md {
    padding: 32px
}

.padding-md-top {
    padding-top: 32px
}

.padding-md-bottom {
    padding-bottom: 32px
}

.padding-md-left {
    padding-left: 32px
}

.padding-md-right {
    padding-right: 32px
}

.padding-lg {
    padding: 40px
}

.padding-lg-top {
    padding-top: 40px
}

.padding-lg-bottom {
    padding-bottom: 40px
}

.padding-lg-left {
    padding-left: 40px
}

.padding-lg-right {
    padding-right: 40px
}

.padding-xl {
    padding: 3.5rem
}

.padding-xl-top {
    padding-top: 56px
}

.padding-xl-bottom {
    padding-bottom: 56px
}

.padding-xl-left {
    padding-left: 56px
}

.padding-xl-right {
    padding-right: 56px
}

.padding-xxl {
    padding: 64px
}

.padding-xxl-top {
    padding-top: 64px
}

.padding-xxl-bottom {
    padding-bottom: 64px
}

.padding-xxl-left {
    padding-left: 64px
}

.padding-xxl-right {
    padding-right: 64px
}

.padding-xxxl {
    padding: 80px
}

.padding-xxxl-top {
    padding-top: 80px
}

.padding-xxxl-bottom {
    padding-bottom: 80px
}

.padding-xxxl-left {
    padding-left: 80px
}

.padding-xxxl-right {
    padding-right: 80px
}

.padding-xl2 {
    padding: 112px
}

.padding-xl2-top {
    padding-top: 112px
}

.padding-xl2-bottom {
    padding-bottom: 112px
}

.padding-xl2-left {
    padding-left: 112px
}

.padding-xl2-right {
    padding-right: 112px
}

.padding-xl3 {
    padding: 220px
}

.padding-xl3-top {
    padding-top: 220px
}

.padding-xl3-bottom {
    padding-bottom: 220px
}

.padding-xl3-left {
    padding-left: 220px
}

.padding-xl3-right {
    padding-right: 220px
}

.padding-52 {
    padding: 52px
}

.padding-52-top {
    padding-top: 52px
}

.padding-52-bottom {
    padding-bottom: 52px
}

.padding-52-left {
    padding-left: 52px
}

.padding-52-right {
    padding-right: 52px
}

.padding-120 {
    padding: 120px
}

.padding-120-top {
    padding-top: 120px
}

.padding-120-bottom {
    padding-bottom: 120px
}

.padding-120-left {
    padding-left: 120px
}

.padding-120-right {
    padding-right: 120px
}

.b-0 {
    border: 0
}

.b-t-0 {
    border-top: 0
}

.b-r-0 {
    border-right: 0
}

.b-b-0 {
    border-bottom: 0
}

.b-l-0 {
    border-left: 0
}

.o-0 {
    outline-width: 0
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-32 {
    margin-top: 32px
}

.margin-top-60 {
    margin-top: 60px
}

.section-banner h2 {
    margin-top: 5.75rem
}

.p925 {
    max-width: 925px
}

.margin-auto,
.p925 {
    margin: auto
}

.pad-175-top {
    padding-top: 10.9375rem
}

.padding-x147-top {
    padding-top: 147px
}

.pad-180-top {
    padding-top: 11.25rem
}

.width467 {
    max-width: 467px;
    width: 100%
}

.width665 {
    max-width: 665px
}

.width570 {
    max-width: 570px;
    width: 100%
}

.width855 {
    max-width: 855px;
    width: 100%
}

.width980 {
    max-width: 980px;
    width: 100%
}

.margin-center {
    margin: auto
}

.text-center {
    text-align: center
}

.vertical-line-200 {
    width: 1px;
    height: 200px;
    background-color: #ffad00;
    margin: auto auto 45px
}

.marginRight20 {
    margin-right: 20px
}

.marginRight20:last-child {
    margin-right: 0
}

@media (max-width:510px) {

    .padding-xxl-left,
    .padding-xxl-right {
        padding-right: 0
    }
}

.color-white {
    color: #fff
}

.color-sun {
    color: #fead00 !important
}

.color-blue {
    color: #008eaa
}

.color-night {
    color: #333f48
}

.color-cloud,
.color-dark {
    color: #858c91
}

.color-cloud {
    opacity: .4
}

.color-grey {
    color: #47525a
}

.color-dark-blue {
    color: #0d5ca9
}

.color-dark-grey {
    color: #333 !important
}

.color-new-blue {
    color: #099 !important
}

.bg-white {
    background-color: #fff
}

.bg-dark-blue {
    background-color: #0057b8
}

.bg-cloud {
    background-color: #ecf2f6
}

.bg-sun {
    background-color: #fead00
}

.bg-nav-dirty-white {
    background-color: #f3f4f4
}

.bg-light-grey {
    background-color: #414e57
}

.bg-grey {
    background-color: #47525a
}

.bg-dark {
    background-color: #333f48
}

.bg-dirty-white {
    background-color: #f9f9f9
}

.bg-transparent {
    background-color: transparent
}

.animsition-loading {
    display: none
}

.semi-bold,
.semibold {
    font-family: Eina01-SemiBold !important
}

.undeline {
    text-decoration: underline
}

.scale-up {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    background-size: cover
}

.pointer {
    cursor: pointer
}

.col-md-4 .scale-up {
    left: 0 !important
}

._30-70-image-cta.section-image-content-row .content-col a.open-link,
._30-70-image-cta.section-image-content-row .image-content-row,
._30-70-image-cta.section-image-content-row .links-row,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item,
._information-materials.section-3column-grid-v2 .column-grid,
._information-materials.section-3column-grid-v2 .grid-image img,
._information-materials.section-3column-grid-v2 .grid-text p,
._map-v2.section-naspo-map .naspo-map a.map-hover,
._map.section-naspo-map .naspo-map a.map-hover,
._masonry-layout .grid-image img,
._multi-item-carousel.multi-item-container .card .arrow,
._multi-item-carousel.multi-item-container .card .card-body,
._single-product .section-product-slider .carousel .carousel-indicators li,
.blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path,
.blog-article section .container .row a.btn.btn-poly-bordered-dark:hover .downloadPDF-svg path,
.blog_single_v2 .content .blog-content #btn-back-to-blog,
.blog_single_v2 .content .blog-content #btn-back-to-blog:hover .downloadPDF-svg path,
.blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover i,
.btn,
.btn-poly-bordered-dark:hover .downloadPDF-svg path,
.custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover i,
.custom-marketo-form .mktoButton,
.header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover i,
.header-multi-column-ctas .header-multi-column-cta .btn:hover,
.header-multi-column-ctas .header-multi-column-cta .btn:hover i,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover i,
.section-toggle-modal.modal .toggle-item,
.section-toggle-modal.modal .toggle-item .arrow,
.section-toggle-modal.modal .toggle-item .desc,
.section-toggle-modal.show.modal .toggle-item,
.section-toggle-modal.show.modal .toggle-item .arrow,
.section-toggle-modal.show.modal .toggle-item .desc,
.transition,
a,
header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn a,
header #external-nav-content .mega-contents .nav-cards .nav-card:hover,
header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) i,
header #external-nav-content .mega-contents ul li a:hover:before,
header .custom-experience,
header .custom-experience.hovered,
header .custom-experience:hover,
header .header-icon.nav-toggle-icon,
header .header-icon.nav-toggle-icon:hover,
header .nav-toggle-icon,
header .nav-toggle-icon:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.transition-bgc {
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.height-100 {
    height: 100%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.spacer {
    height: 1px
}

.spacer-60 {
    padding-bottom: 60px
}

.spacer-140 {
    padding-bottom: 140px
}

.box-shadow {
    box-shadow: 12px 12px 46px rgba(80, 91, 98, .2)
}

.clear {
    clear: both;
    width: 100%
}

.cover {
    object-fit: cover;
    max-width: 100%;
    width: 100%
}

.hide {
    display: none
}

.contain {
    object-fit: contain;
    max-width: 100%;
    width: auto;
    height: auto
}

.pre-line,
.pre-line-lg,
.pre-line-lg p,
.pre-line-m-normal,
.pre-line-m-normal p,
.pre-line p {
    white-space: pre-line
}

.roboto {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px !important;
    opacity: .6
}

.bg.t-center {
    background-position: top
}

.bg.t-right {
    background-position: 100% 0
}

.bg.t-left {
    background-position: 0 0
}

.bg.b-center {
    background-position: bottom
}

.bg.b-right {
    background-position: 100% 100%
}

.bg.b-left {
    background-position: 0 100%
}

.bg.c-center {
    background-position: 50%
}

.bg.bg-no-repeat {
    background-repeat: no-repeat
}

.greyed-out {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4
}

.greyed-out:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.margin-t-0 {
    margin-top: 0
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0 !important
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.bolder {
    font-family: Eina01-Bold !important
}

.opacity-none {
    opacity: 0 !important;
    z-index: -1 !important
}

.opacity-8 {
    opacity: .8
}

.opacity-6 {
    opacity: .6
}

.opacity-9 {
    opacity: .9
}

.pre-line {
    white-space: pre-line
}

.hidden {
    display: none !important
}

.font-18 {
    font-size: 18px !important;
    line-height: 30px;
    font-family: Eina01-Regular;
    max-width: none
}

i.ca-book-icon {
    content: "";
    width: 24px;
    margin-right: 15px;
    height: 28px
}

i.ca-book-icon:before {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/book.webp);
    width: 24px;
    height: 28px
}

.ios i.ca-book-icon:before,
.macos i.ca-book-icon:before {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/book.png)
}

.clip-each,
.clip-each:after {
    --notchSize: 15px;
    clip-path: polygon 0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--notchSize) 100%, 0 calc(100% - var(--notchSize))
}

.section-inset-border {
    box-shadow: inset 0 7px 10px -7px #ebebeb;
    border-top: 1px solid #ebebeb
}

.align-right,
.alignRight,
.text-align-right {
    text-align: right
}

.section-yellow-bar {
    position: absolute;
    width: 100%;
    z-index: 1
}

.navbar-toggler {
    position: relative
}

.nav-icon3 {
    padding: 20px 15px
}

.nav-icon3,
.nav-icon3 span {
    position: relative;
    align-items: center;
    display: flex
}

.nav-icon3 span {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    color: #fff;
    margin-right: 5px
}

.nav-icon4 {
    position: relative;
    padding: 10px 15px
}

.nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-icon4 span:first-child {
    top: 0
}

.nav-icon4 span:first-child,
.nav-icon4 span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.nav-icon4 span:nth-child(2) {
    top: 10px
}

.nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.nav-icon4.open span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0
}

.nav-icon4.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 0
}

.short-line {
    width: 50px;
    border: 2px solid;
    border-top: 2px solid #fff;
    display: -webkit-box
}

.four-cols .col-md-3 {
    padding: 0;
    min-height: 395px;
    min-height: 24.6875rem;
    margin-right: 10px
}

.row.four-cols {
    margin-top: 12px
}

.four-cols .col-md-3:nth-child(2) {
    flex: 0 0 25.7%;
    max-width: 25.7%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/retailimg4.webp)
}

.four-cols .col-md-3:nth-child(2),
.four-cols .col-md-3:nth-child(3) {
    background-position: 50%;
    background-size: auto;
    background-repeat: no-repeat
}

.four-cols .col-md-3:nth-child(3) {
    flex: 0 0 25.8%;
    max-width: 25.8%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/retailimg5.webp)
}

.four-cols .col-md-3:first-child {
    flex: 0 0 23.43%;
    max-width: 23.43%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/retailimg3.webp)
}

.four-cols .col-md-3:first-child,
.four-cols .col-md-3:last-child {
    background-position: 50%;
    background-size: auto;
    background-repeat: no-repeat
}

.four-cols .col-md-3:last-child {
    flex: 0 0 23.4%;
    max-width: 23.4%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/retailimg6.webp);
    margin-right: 0
}

.ios .four-cols .col-md-3:nth-child(2),
.macos .four-cols .col-md-3:nth-child(2) {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/retailimg4.png)
}

.ios .four-cols .col-md-3:nth-child(3),
.macos .four-cols .col-md-3:nth-child(3) {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/retailimg5.png)
}

.ios .four-cols .col-md-3:first-child,
.macos .four-cols .col-md-3:first-child {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/retailimg3.png)
}

.ios .four-cols .col-md-3:last-child,
.macos .four-cols .col-md-3:last-child {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/retailimg6.png)
}

.flex {
    display: flex
}

.flex-align-center,
.li-align-center-18 li {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-align-end {
    align-items: flex-end;
    display: flex
}

.flex-align-space-between {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.flex-align-base {
    justify-content: center;
    align-items: baseline;
    display: flex
}

.flex-align-flex-end {
    justify-content: flex-end
}

.flex-align-flex-center,
.flex-align-flex-end {
    align-items: center;
    display: flex
}

.flex-align-start {
    display: flex;
    align-items: flex-start
}

.flex-center {
    align-items: center;
    display: flex
}

.flex-justify {
    justify-content: center;
    display: flex
}

.flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column,
.flex-column-end {
    display: flex;
    flex-direction: column
}

.flex-column-end {
    align-items: flex-end
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center
}

.flex-column-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.flex.space-around {
    justify-content: space-around
}

.flex-space-between {
    justify-content: space-between;
    display: flex;
    align-items: center
}

.flex-grow {
    flex-grow: 1
}

.w-s-normal {
    white-space: normal
}

.def-opacity {
    opacity: .8
}

hr.grey-lined {
    margin-top: 24px
}

.pad-0-right {
    padding-right: 0 !important
}

.pad-0-left {
    padding-left: 0 !important
}

.pad-70-top {
    padding-top: 70px
}

.pad-70-bot {
    padding-bottom: 70px
}

.pad-75-top {
    padding-top: 75px
}

.pad-75-bot {
    padding-bottom: 75px
}

.pad-100-top {
    padding-top: 100px
}

.pad-100-bot {
    padding-bottom: 100px
}

.pad-102-top {
    padding-top: 102px
}

.pad-102-bot {
    padding-bottom: 102px
}

.pad-172-top {
    padding-top: 172px
}

.pad-172-bot {
    padding-bottom: 172px
}

.pad-196-top {
    padding-top: 196px
}

.pad-196-bot {
    padding-bottom: 196px
}

.pad-382-top {
    padding-top: 382px
}

.margin-40-right {
    margin-right: 40px
}

.margin-40-left {
    margin-left: 40px
}

.margin-40-top {
    margin-top: 40px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-l-r-auto {
    margin-left: auto;
    margin-right: auto
}

.negative-170 {
    margin-top: -170px
}

.negative-xxxl {
    margin-top: -125px
}

.negative-345 {
    margin-top: -345px
}

.negative-100 {
    margin-top: -100px
}

.bx-shadow {
    -webkit-box-shadow: 2px 2px 10px rgba(178, 185, 190, .5);
    -moz-box-shadow: 2px 2px 10px rgba(178, 185, 190, .5);
    box-shadow: 2px 2px 10px rgba(178, 185, 190, .5);
    transition: box-shadow .3s ease-in-out
}

.grey-lined {
    border-top: 2px solid #333f48;
    width: 12%;
    opacity: .4
}

.carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1d4d5
}

.carousel .carousel-indicators li.active {
    background-color: #008eaa
}

.carousel .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding-left: 0;
    list-style: none;
    margin: 0
}

.carousel img {
    border-radius: 5px
}

.background-image {
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.col-md-8.featured-blog {
    flex: 0 0 65%;
    max-width: 65%
}

.col-md-4.with-newsletter {
    flex: 0 0 35%;
    max-width: 35%
}

.col-lg-8.featured-blog {
    flex: 0 0 65%;
    max-width: 65%
}

.col-lg-4.with-newsletter {
    flex: 0 0 35%;
    max-width: 35%
}

.bg-dark-gray {
    background-color: #333f48
}

.negative-151 {
    margin-top: -151px
}

.terms-bg .container {
    margin: auto;
    max-width: 1672px;
    max-width: 104.5rem
}

.commercial-top .evereve {
    background-size: cover
}

.commercial-top .container {
    max-width: 1592px;
    max-width: 99.5rem
}

.commercial-top .container .row .flex {
    max-width: 1487px;
    max-width: 92.9375rem;
    margin: auto
}

.featured-section .lined-title.text-center {
    padding: 0 1.875rem
}

.quote-wrapper .quote {
    max-width: 640px;
    max-width: 40rem;
    padding-left: 4.375rem;
    padding-top: 5.9375rem;
    padding-bottom: 3.75rem
}

.quote-wrapper .quote.width570 {
    max-width: 570px;
    width: 100%
}

.logo-wrapper .padding-xxl-top {
    padding-top: 6.5rem
}

.logo-wrapper .pad-180-top {
    padding-top: 13.4375rem
}

.success-row.row {
    margin-left: -30px
}

.industry-col-11 {
    flex: 0 0 93.5%;
    max-width: 93.5%
}

.margin-top-botttom-company {
    margin: 15.25rem 0 2.75rem
}

.shape {
    width: 400px;
    height: 40px;
    background-color: #000;
    position: relative
}

.shape,
.shape:before {
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 100%)
}

.shape:before {
    content: "";
    width: 398px;
    height: 38px;
    background: green;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px
}

.vertical-line-100 {
    width: 1px;
    height: 100px;
    background-color: #ffad00;
    margin: auto auto 45px
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0
}

.section-product-specs-column._specs .previews .expand a:hover img,
.shadowed {
    -webkit-filter: drop-shadow(6px 12px 25px rgba(0, 0, 0, .7));
    filter: drop-shadow(6px 12px 25px rgba(0, 0, 0, .7));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')"
}

.b-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 244.8px 20px;
    background-image: url(//img.cradlepoint.com/wp-content/themes/cradlepoint-2019/src/img/yellow-button-icons.png);
    background-repeat: no-repeat;
    vertical-align: middle
}

.b-icon,
.b-icon.icon-play-circle {
    background-position: 0 0
}

.b-icon.icon-paper {
    background-position: -37px 0
}

.b-icon.icon-document {
    background-position: -76px 0
}

.b-icon.icon-folder {
    background-position: -113px 0
}

.b-icon.icon-globe {
    background-position: -152px 0
}

.b-icon.icon-comment {
    background-position: -189px 0
}

.b-icon.icon-question {
    background-position: -225px 0
}

@media (min-width:1400px) {
    .b-icon {
        width: 25px;
        height: 25px;
        background-size: initial
    }

    .b-icon.icon-play-circle {
        background-position: 0 0
    }

    .b-icon.icon-paper {
        background-position: -47px 0
    }

    .b-icon.icon-document {
        background-position: -94px 0
    }

    .b-icon.icon-folder {
        background-position: -142px 0
    }

    .b-icon.icon-globe {
        background-position: -190px 0
    }

    .b-icon.icon-comment {
        background-position: -237px 0
    }

    .b-icon.icon-question {
        background-position: -282px 0
    }

    .b-icon.icon-webinar {
        background-position: 0 0
    }

    .b-icon.icon-webinar:hover {
        background-position: 0 -26px
    }
}

.ios .b-icon,
.macos .b-icon {
    background-image: url(//img.cradlepoint.com/wp-content/themes/cradlepoint-2019/src/img/yellow-button-icons.png)
}

.blue-bg-jm h2 {
    white-space: pre-line
}

.margin-0 {
    margin: 0
}

.custom-icon-div {
    padding-right: 32px
}

.custom-icon-div:last-child {
    padding: 0
}

.custom-icon-div i.custom-icon-building-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/building-blue.webp)
}

.custom-icon-div i.custom-icon-building-blue:hover {
    cursor: pointer
}

.custom-icon-div i.custom-icon-building-blue:hover,
.custom-icon-div i.custom-icon-building-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/building-night.webp)
}

.custom-icon-div i.custom-icon-building-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/building-blue.webp);
    cursor: pointer
}

.custom-icon-div i.custom-icon-store-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/store-blue.webp)
}

.custom-icon-div i.custom-icon-store-blue:hover {
    cursor: pointer
}

.custom-icon-div i.custom-icon-store-blue:hover,
.custom-icon-div i.custom-icon-store-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/store-night.webp)
}

.custom-icon-div i.custom-icon-store-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/store-blue.webp);
    cursor: pointer
}

.custom-icon-div i.custom-icon-canteen-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/canteen-blue.webp)
}

.custom-icon-div i.custom-icon-canteen-blue:hover {
    cursor: pointer
}

.custom-icon-div i.custom-icon-canteen-blue:hover,
.custom-icon-div i.custom-icon-canteen-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/canteen-night.webp)
}

.custom-icon-div i.custom-icon-canteen-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/canteen-blue.webp);
    cursor: pointer
}

.custom-icon-div i.custom-icon-bus-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/bus-blue.webp)
}

.custom-icon-div i.custom-icon-bus-blue:hover {
    cursor: pointer
}

.custom-icon-div i.custom-icon-bus-blue:hover,
.custom-icon-div i.custom-icon-bus-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/bus.webp)
}

.custom-icon-div i.custom-icon-bus-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/bus-blue.webp);
    cursor: pointer
}

.custom-icon-div i.custom-icon-car-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/car-blue.webp)
}

.custom-icon-div i.custom-icon-car-blue:hover {
    cursor: pointer
}

.custom-icon-div i.custom-icon-car-blue:hover,
.custom-icon-div i.custom-icon-car-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/car.webp)
}

.custom-icon-div i.custom-icon-car-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/car-blue.webp);
    cursor: pointer
}

.custom-icon-div i.custom-icon-truck-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/truck-blue.webp)
}

.custom-icon-div i.custom-icon-truck-blue:hover {
    cursor: pointer
}

.custom-icon-div i.custom-icon-truck-blue:hover,
.custom-icon-div i.custom-icon-truck-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/truck.webp)
}

.custom-icon-div i.custom-icon-truck-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/truck-blue.webp);
    cursor: pointer
}

.ios .custom-icon-div i.custom-icon-building-blue:after,
.macos .custom-icon-div i.custom-icon-building-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/building-blue.png)
}

.ios .custom-icon-div i.custom-icon-building-blue:hover,
.ios .custom-icon-div i.custom-icon-building-night:after,
.macos .custom-icon-div i.custom-icon-building-blue:hover,
.macos .custom-icon-div i.custom-icon-building-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/building-night.png)
}

.ios .custom-icon-div i.custom-icon-building-night:hover,
.macos .custom-icon-div i.custom-icon-building-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/building-blue.png)
}

.ios .custom-icon-div i.custom-icon-store-blue:after,
.macos .custom-icon-div i.custom-icon-store-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/store-blue.png)
}

.ios .custom-icon-div i.custom-icon-store-blue:hover,
.ios .custom-icon-div i.custom-icon-store-night:after,
.macos .custom-icon-div i.custom-icon-store-blue:hover,
.macos .custom-icon-div i.custom-icon-store-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/store-night.png)
}

.ios .custom-icon-div i.custom-icon-store-night:hover,
.macos .custom-icon-div i.custom-icon-store-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/store-blue.png)
}

.ios .custom-icon-div i.custom-icon-canteen-blue:after,
.macos .custom-icon-div i.custom-icon-canteen-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/canteen-blue.png)
}

.ios .custom-icon-div i.custom-icon-canteen-blue:hover,
.ios .custom-icon-div i.custom-icon-canteen-night:after,
.macos .custom-icon-div i.custom-icon-canteen-blue:hover,
.macos .custom-icon-div i.custom-icon-canteen-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/canteen-night.png)
}

.ios .custom-icon-div i.custom-icon-canteen-night:hover,
.macos .custom-icon-div i.custom-icon-canteen-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/canteen-blue.png)
}

.ios .custom-icon-div i.custom-icon-bus-blue:after,
.macos .custom-icon-div i.custom-icon-bus-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/bus-blue.png)
}

.ios .custom-icon-div i.custom-icon-bus-blue:hover,
.ios .custom-icon-div i.custom-icon-bus-night:after,
.macos .custom-icon-div i.custom-icon-bus-blue:hover,
.macos .custom-icon-div i.custom-icon-bus-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/bus.png)
}

.ios .custom-icon-div i.custom-icon-bus-night:hover,
.macos .custom-icon-div i.custom-icon-bus-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/bus-blue.png)
}

.ios .custom-icon-div i.custom-icon-car-blue:after,
.macos .custom-icon-div i.custom-icon-car-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/car-blue.png)
}

.ios .custom-icon-div i.custom-icon-car-blue:hover,
.ios .custom-icon-div i.custom-icon-car-night:after,
.macos .custom-icon-div i.custom-icon-car-blue:hover,
.macos .custom-icon-div i.custom-icon-car-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/car.png)
}

.ios .custom-icon-div i.custom-icon-car-night:hover,
.macos .custom-icon-div i.custom-icon-car-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/car-blue.png)
}

.ios .custom-icon-div i.custom-icon-truck-blue:after,
.macos .custom-icon-div i.custom-icon-truck-blue:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/truck-blue.png)
}

.ios .custom-icon-div i.custom-icon-truck-blue:hover,
.ios .custom-icon-div i.custom-icon-truck-night:after,
.macos .custom-icon-div i.custom-icon-truck-blue:hover,
.macos .custom-icon-div i.custom-icon-truck-night:after {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/truck.png)
}

.ios .custom-icon-div i.custom-icon-truck-night:hover,
.macos .custom-icon-div i.custom-icon-truck-night:hover {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/truck-blue.png)
}

.call-to-action-div.small a {
    padding: 10px 30px
}

.call-to-action-div.small .fa {
    margin-left: 8px
}

.call-to-action-div.large a {
    padding: 18px 30px
}

.call-to-action-div.large .fa {
    margin-left: 60px
}

.call-to-action-div.nav {
    padding: 10px 15px
}

.call-to-action-div.nav .fa {
    margin-left: 8px
}

.call-to-action-div.primary a {
    background-color: #008eaa;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 32px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px
}

.call-to-action-div.primary a:hover {
    background-color: #333f48;
    color: #fff
}

.call-to-action-div.secondary a {
    background-color: transparent;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 32px;
    border: 2px solid #333f48;
    text-decoration: none;
    color: #333f48;
    font-weight: 600;
    letter-spacing: 2px
}

.call-to-action-div.secondary a:hover {
    background-color: #333f48;
    color: #fff
}

.call-to-action-div:last-child {
    margin-right: 0
}

.margintop35 {
    margin-top: 35px
}

.center-text-circle {
    top: -18vw
}

.center-text-circle .div {
    margin-left: 7vw;
    margin-top: 0
}

.center-text-circle img {
    margin-bottom: 27px
}

.flip-container1 {
    top: -15vw;
    position: relative;
    left: calc(26% - 46px)
}

.section-yellowbox-5g-sun.img .offset-lg-6 {
    margin-left: 48%
}

#resize2 .modal-body img {
    max-width: 1000px;
    width: 100%;
    padding: 30px
}

.h120.vertical-line {
    height: 120px
}

.h120.vertical-line,
.h1060.vertical-line {
    width: 1px;
    margin: 1.625rem auto 0;
    background-color: #ffad00
}

.h1060.vertical-line {
    height: 1030px;
    height: 64.375rem
}

.margin-t-n-80 {
    margin-top: -80px
}

._fixed {
    position: fixed !important;
    width: 100%;
    max-width: 100%;
    z-index: 999;
    top: 0
}

.animate-link {
    justify-content: flex-start !important
}

.animate-link:before {
    content: "";
    width: 0;
    margin-right: 12px;
    height: 5px;
    border-top: 2px solid #099;
    margin-left: -12px
}

.animate-link:hover {
    text-decoration: none;
    font-weight: unset;
    color: #008eaa !important
}

.animate-link:hover:before {
    display: inline-block;
    border-color: #008eaa;
    width: 15px;
    margin-left: 0
}

.one-line-elipsis {
    -webkit-line-clamp: 1
}

.one-line-elipsis,
.two-line-elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.two-line-elipsis {
    -webkit-line-clamp: 2
}

.three-line-elipsis {
    -webkit-line-clamp: 3
}

.four-line-elipsis,
.three-line-elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.four-line-elipsis {
    -webkit-line-clamp: 4
}

.with-shadow {
    box-shadow: 1px 40px 66px #d5d5d5;
    border-radius: 16px
}

.flex-start {
    align-items: flex-start
}

.with-shadow-jm {
    box-shadow: 1px 10px 60px rgba(51, 63, 72, .2)
}

.for-mobile {
    display: none
}

.for-desktop {
    display: -webkit-inline-box
}

.bold {
    font-family: Eina01-Bold !important
}

.w890 {
    max-width: 890px !important;
    width: 100%
}

.w1000 {
    max-width: 1000px !important;
    width: 100%
}

.videoIframe {
    width: 100%;
    height: 100%;
    min-height: 338px
}

.inner-container-pad {
    padding-left: 4.9vw;
    padding-right: 4.9vw
}

.margin-55-bottom {
    margin-bottom: 55px
}

.load-wrap a p {
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 30px;
    color: #858c91
}

a.no-underline {
    text-decoration: none !important
}

.bg-left-top {
    background-position: 0 0 !important
}

.section-banner {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.w1090 {
    max-width: 1090px !important;
    width: 100%
}

.w768 {
    max-width: 768px
}

.margin-top-neg-315 {
    margin-top: -315px
}

body.table-tooltip .tooltip .arrow:before {
    border-right-color: #475157;
    border-left-color: #475157
}

body.table-tooltip .tooltip .tooltip-inner {
    background-color: #475157;
    padding: 15px;
    font-size: 12px;
    font-family: Eina01-SemiBold
}

.w1600 {
    max-width: 1600px !important;
    width: 100%
}

body header.main-header {
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%
}

body header .mega-nav .header-right-wrap-col {
    height: 110px
}

body.scrollUp header .mega-nav .header-right-wrap-col {
    height: 80px
}

header .logo .sticky-img {
    display: none !important
}

body.scrolljm header.main-header {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

body.scrollDown header.main-header {
    transition: none;
    transform: none;
    opacity: 0;
    visibility: hidden
}

body.scrollUp header.main-header {
    transform: none;
    opacity: 1;
    visibility: visible;
    background: #333f48 !important;
    position: fixed;
    z-index: 100;
    top: 0 !important;
    height: 86px
}

body.scrollUp header.main-header .navbar .header-right-col .flex.justify-content-end {
    position: relative;
    align-items: center;
    height: 80px
}

body.scrollUp header.main-header .navbar .logo {
    margin-top: 20px
}

body.scrollUp header.main-header .navbar .logo img {
    display: none !important
}

body.scrollUp header.main-header .navbar .logo img.sticky-img {
    display: inline-block !important;
    height: 40px
}

body.scrollUp header.main-header .navbar .nav-icon4 {
    top: 4px
}

body.scrollUp header.main-header .navbar .nav-icon4.open span {
    height: 3px
}

body.scrollUp header.main-header .navbar .nav-icon4.open span:nth-child(2) {
    top: 10px
}

body.scrollUp header.main-header .navbar .nav-icon4.open span:nth-child(3) {
    top: 20px
}

body.scrollUp header.main-header .navbar .nav-icon4 span {
    height: 2px
}

body.scrollUp header.main-header .navbar .nav-icon4 span:nth-child(2) {
    top: 7px
}

body.scrollUp header.main-header .navbar .nav-icon4 span:nth-child(3) {
    top: 14px
}

body.scrollUp.data-header-light header .navbar .header-icon.nav-toggle-icon span {
    color: #fff
}

body.scrollDown.scrolljm header.main-header {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    background: #333f48 !important;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: 100;
    top: 0 !important;
    height: 86px
}

body.scrollDown.scrolljm header.main-header #external-nav-content {
    display: none
}

body.scrollDown.scrolljm header.main-header .navbar .header-right-col .flex.justify-content-end {
    position: relative;
    align-items: center;
    height: 80px
}

body.scrollDown.scrolljm header.main-header .navbar .logo {
    margin-top: 20px
}

body.scrollDown.scrolljm header.main-header .navbar .logo img {
    display: none !important
}

body.scrollDown.scrolljm header.main-header .navbar .logo img.sticky-img {
    display: inline-block !important;
    height: 40px
}

body.scrollDown.scrolljm header.main-header .navbar .nav-icon4 {
    top: 4px
}

body.scrollDown.scrolljm header.main-header .navbar .nav-icon4.open span {
    height: 3px
}

body.scrollDown.scrolljm header.main-header .navbar .nav-icon4.open span:nth-child(2) {
    top: 10px
}

body.scrollDown.scrolljm header.main-header .navbar .nav-icon4.open span:nth-child(3) {
    top: 20px
}

body.scrollDown.scrolljm header.main-header .navbar .nav-icon4 span {
    height: 2px
}

body.scrollDown.scrolljm header.main-header .navbar .nav-icon4 span:nth-child(2) {
    top: 7px
}

body.scrollDown.scrolljm header.main-header .navbar .nav-icon4 span:nth-child(3) {
    top: 14px
}

.before-t-0:before {
    top: unset !important
}

.before-b-0:before {
    bottom: unset !important
}

.top-box-shadow {
    box-shadow: inset 0 50px 55px -53px #ccc, inset 0 0 8px -10px #ccc
}

@media (max-width:767px) {
    .section-banner.flex-image-bg {
        background-image: none !important;
        min-height: 0
    }

    .section-banner.flex-image-bg .banner-inner h2 {
        font-size: 2.375rem;
        line-height: 2.4375rem;
        margin-top: 0
    }

    .pre-line-lg,
    .pre-line-m-normal {
        white-space: normal
    }

    .for-mobile {
        display: -webkit-inline-box
    }

    .for-desktop {
        display: none
    }

    .flex {
        flex-direction: column
    }
}

@media (min-width:768px) {

    .pre-line-m-normal,
    .pre-line-m-normal p {
        white-space: pre-line
    }

    .pre-line-lg,
    .pre-line-lg p {
        white-space: normal
    }
}

@media (max-width:768px) {
    .cradlepoint-page .container {
        max-width: 720px
    }

    .cradlepoint-page footer .container {
        padding: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .hidden-tablet {
        display: none
    }
}

@media (min-width:992px) {

    .pre-line-lg,
    .pre-line-lg p {
        white-space: pre-line
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .hidden-desktop {
        display: none
    }

    .hidden-tablet {
        display: block
    }
}

@media (min-width:1200px) {
    .hidden-desktop {
        display: none
    }

    .hidden-tablet {
        display: block
    }

    .pre-line-lg {
        white-space: pre-line
    }
}

.heading-large {
    font-size: 60px;
    line-height: 64px
}

.heading-large,
.heading-medium {
    font-family: Eina01-Light;
    font-weight: 300
}

.heading-medium {
    font-size: 48px;
    line-height: 52px
}

.section-title-large {
    font-family: Eina01-Bold;
    font-size: 30px;
    line-height: 34px
}

.section-title-medium {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem
}

._full-width-cta-list.section-content-image-grid .content-grid p,
._full-width-cta-list.section-content-image-grid .content-grid ul li,
._full-width._full-width-image-title-content .text-block p,
.body-large,
.section-content-box._full-width .content-box p,
.section-text-block._full-width .text-block p {
    font-family: Eina01-Regular;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400
}

._information-materials.section-3column-grid .grid-text p,
.body-medium {
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

._information-materials.section-3column-grid .grid-text p p,
.body-medium p {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit
}

.body-medium-list {
    font-family: Eina01-SemiBold;
    line-height: 26px
}

.body-small {
    font-family: Eina01-Regular;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.quote {
    font-family: Lora;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 44px;
    line-height: 2.75rem
}

.section-intro h2,
.section-title h2 {
    font-family: Eina01-Bold;
    font-size: 40px
}

.section-intro h2 {
    margin-bottom: 20px
}

.section-intro p {
    font-size: 18px;
    font-family: Eina01-Regular;
    line-height: 26px
}

.font-regular {
    font-family: Eina01-Regular !important
}

.font-36 {
    font-size: 36px !important
}

.f14 {
    font-size: 14px
}

.typography .row {
    padding: 32px
}

.typography .row:first-child {
    padding: 0 32px 32px
}

.typography ul {
    padding: 0 16px
}

.typography ul li {
    list-style-type: none
}

.typography ul li a:before {
    display: inline-block;
    content: "\2014";
    width: 2em;
    margin-left: -1em;
    color: #fead00
}

.bordered-50-50-image-cta-repeater .content-section ul,
.typography-ul ul {
    padding: 0 16px
}

.bordered-50-50-image-cta-repeater .content-section ul li,
.typography-ul ul li {
    list-style-type: none;
    display: flex
}

.bordered-50-50-image-cta-repeater .content-section ul li:before,
.typography-ul ul li:before {
    display: inline-block;
    content: "\2014";
    width: 2em;
    margin-left: -1em;
    color: #fead00
}

.font-40 {
    font-size: 40px
}

.font-52 {
    font-size: 52px
}

.content-section p {
    white-space: pre-line
}

.content-section .font-52 {
    font-size: 52px
}

.li-align-center-18 li {
    font-size: 18px !important
}

.li-align-center-18 li:before {
    top: unset !important;
    height: 2px !important;
    width: 18px !important;
    left: -28px !important
}

.bordered-50-50-image-cta-repeater .content-section ul li:before,
.typography-ul ul li:before {
    width: 18px;
    padding-right: 35px
}

@media (max-width:992px) {
    .li-align-center-18 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline
    }

    .li-align-center-18 li {
        flex-direction: column;
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .heading-large {
        font-size: 54px;
        line-height: 58px
    }

    .heading-medium {
        font-size: 42px;
        line-height: 46px
    }

    .section-title-large {
        font-size: 28px;
        line-height: 32px
    }

    .section-title-medium {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem
    }

    ._full-width-cta-list.section-content-image-grid .content-grid p,
    ._full-width-cta-list.section-content-image-grid .content-grid ul li,
    ._full-width._full-width-image-title-content .text-block p,
    .body-large,
    .section-content-box._full-width .content-box p,
    .section-text-block._full-width .text-block p {
        font-size: 18px;
        line-height: 26px
    }

    ._information-materials.section-3column-grid .grid-text p,
    .body-medium {
        font-size: 16px;
        line-height: 24px
    }

    .body-small {
        font-size: 14px;
        line-height: 20px
    }

    .section-banner h1 {
        font-size: 64px;
        line-height: 72px
    }

    .font-52 {
        font-size: 48px
    }

    .lined-title h2 {
        font-size: 32px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .heading-large {
        font-size: 54px;
        line-height: 58px
    }

    .heading-medium {
        font-size: 42px;
        line-height: 46px
    }

    .section-title-large {
        font-size: 28px;
        line-height: 32px
    }

    .section-title-medium {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem
    }

    ._full-width-cta-list.section-content-image-grid .content-grid p,
    ._full-width-cta-list.section-content-image-grid .content-grid ul li,
    ._full-width._full-width-image-title-content .text-block p,
    .body-large,
    .section-content-box._full-width .content-box p,
    .section-text-block._full-width .text-block p {
        font-size: 18px;
        line-height: 26px
    }

    ._information-materials.section-3column-grid .grid-text p,
    .body-medium {
        font-size: 16px;
        line-height: 24px
    }

    .body-small {
        font-size: 14px;
        line-height: 20px
    }

    .section-banner h1 {
        font-size: 64px;
        line-height: 72px
    }

    .font-52 {
        font-size: 48px
    }

    .lined-title h2 {
        font-size: 32px
    }
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div>p.description a,
.primary_link {
    font-family: var(--font-semibold);
    color: var(--link-color-primary);
    text-decoration: none
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div>p.description a:hover,
.primary_link:hover {
    text-decoration: underline
}

#perimeter-client .modal-body p a,
._30-70-image-cta.section-image-content-row .content-col p a,
._40-60-content-image.support-subscriptions-row2 .col-md-5 a,
._50-50-image-content .col-md-6 .text-wrapper p a,
._50-50-image-w-circle-bg-content-repeater .alt-content h2 a,
._50-50-image-w-circle-bg-content-repeater .alt-content p a,
._50-50-image-w-circle-bg-content-repeater .alt-content ul li a,
._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content p a,
._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul li a,
._bordered-50-50-image-cta.section-image-content-box .content-col p a,
._detail-list-w-yellow-bg.section-detail-list .detail-item a,
.bordered-50-50-image-cta-repeater .content-section p a,
.secondary-link-a {
    font-family: var(--font-semibold);
    color: var(--link-color-secondary-a);
    text-decoration-style: dotted
}

#perimeter-client .modal-body p a:hover,
._30-70-image-cta.section-image-content-row .content-col p a:hover,
._40-60-content-image.support-subscriptions-row2 .col-md-5 a:hover,
._50-50-image-content .col-md-6 .text-wrapper p a:hover,
._50-50-image-w-circle-bg-content-repeater .alt-content h2 a:hover,
._50-50-image-w-circle-bg-content-repeater .alt-content p a:hover,
._50-50-image-w-circle-bg-content-repeater .alt-content ul li a:hover,
._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content p a:hover,
._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul li a:hover,
._bordered-50-50-image-cta.section-image-content-box .content-col p a:hover,
._detail-list-w-yellow-bg.section-detail-list .detail-item a:hover,
.bordered-50-50-image-cta-repeater .content-section p a:hover,
.secondary-link-a:hover {
    color: var(--link-color-secondary-a-hover)
}

.secondary-link-b {
    font-family: var(--font-semibold);
    color: var(--link-color-secondary-b) !important;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: var(--link-color-secondary-b-decoration)
}

.secondary-link-b:hover {
    color: var(--link-color-secondary-b-hover) !important;
    text-decoration-color: var(--link-color-secondary-b-hover);
    text-decoration-style: dotted
}

.blog_single_v2 .content .blog-content #btn-back-to-blog,
.btn,
.custom-marketo-form .mktoButton {
    padding: 1.125rem 1.625rem 1.0625rem;
    position: relative;
    outline: none;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    font-family: Eina01-Bold;
    letter-spacing: 1px;
    z-index: 999;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.blog_single_v2 .content .blog-content #btn-back-to-blog:active,
.blog_single_v2 .content .blog-content #btn-back-to-blog:focus,
.blog_single_v2 .content .blog-content #btn-back-to-blog:not(.disabled):active:focus,
.blog_single_v2 .content .blog-content #btn-back-to-blog:not(:disabled),
.btn:active,
.btn:focus,
.btn:not(.disabled):active:focus,
.btn:not(:disabled),
.custom-marketo-form .mktoButton:active,
.custom-marketo-form .mktoButton:focus,
.custom-marketo-form .mktoButton:not(.disabled):active:focus,
.custom-marketo-form .mktoButton:not(:disabled) {
    outline: 0;
    border: 0;
    box-shadow: none
}

.blog_single_v2 .content .blog-content #btn-back-to-blog i,
.btn i,
.custom-marketo-form .mktoButton i {
    margin-left: 5px
}

.btn-poly,
.custom-marketo-form .mktoButton {
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 18px 100%, 0 75%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 18px 100%, 0 75%, 0 0);
    padding: 15px 25px
}

.btn-poly-dark,
.custom-marketo-form .mktoButton {
    background-color: #333f48;
    color: #fff
}

.btn-poly-dark:before,
.custom-marketo-form .mktoButton:before {
    content: "";
    width: 20px;
    bottom: 0;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #333f48;
    -webkit-clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%)
}

.btn-poly-dark:hover,
.custom-marketo-form .mktoButton:hover {
    background-color: #fff;
    color: #333f48 !important;
    box-shadow: inset 0 0 0 2px #333f48 !important;
    -webkit-box-shadow: inset 0 0 0 2px #333f48 !important;
    -moz-box-shadow: inset 0 0 0 2px #333f48 !important
}

.blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton,
.blog-article section .container .row a.btn.btn-poly-bordered-dark,
.blog_single_v2 .content .blog-content #btn-back-to-blog,
.btn-poly-bordered-dark,
.custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton {
    color: #333f48;
    box-shadow: inset 0 0 0 2px #333f48 !important;
    -webkit-box-shadow: inset 0 0 0 2px #333f48 !important;
    -moz-box-shadow: inset 0 0 0 2px #333f48 !important
}

.blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:before,
.blog-article section .container .row a.btn.btn-poly-bordered-dark:before,
.blog_single_v2 .content .blog-content #btn-back-to-blog:before,
.btn-poly-bordered-dark:before,
.custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:before {
    content: "";
    width: 20px;
    bottom: 0;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #333f48;
    -webkit-clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%)
}

.blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover,
.blog-article section .container .row a.btn.btn-poly-bordered-dark:hover,
.blog_single_v2 .content .blog-content #btn-back-to-blog:hover,
.btn-poly-bordered-dark:hover,
.custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover {
    background-color: #333f48;
    color: #fff
}

.blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path,
.blog-article section .container .row a.btn.btn-poly-bordered-dark:hover .downloadPDF-svg path,
.blog_single_v2 .content .blog-content #btn-back-to-blog:hover .downloadPDF-svg path,
.btn-poly-bordered-dark:hover .downloadPDF-svg path,
.custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path {
    fill: #fff !important
}

.btn-poly-bordered-white {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff !important;
    -webkit-box-shadow: inset 0 0 0 2px #fff !important;
    -moz-box-shadow: inset 0 0 0 2px #fff !important
}

.btn-poly-bordered-white:before {
    content: "";
    width: 20px;
    bottom: 0;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #fff;
    -webkit-clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%)
}

.btn-poly-bordered-white:hover {
    background-color: #fff;
    color: #333f48
}

.btn-clip {
    --notchSize: 15px;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--notchSize) 100%, 0 calc(100% - var(--notchSize)));
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--notchSize) 100%, 0 calc(100% - var(--notchSize)));
    -webkit-clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 6% 100%);
    clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 6% 100%)
}

.btn-dark {
    background-color: #333f48;
    color: #fff
}

.btn-blue {
    background-color: #008eaa;
    color: #fff
}

.btn-white-bordered {
    background-color: transparent;
    color: #333f48
}

.btn-white-bordered.clip-each {
    position: relative
}

.btn-white-bordered.clip-each:after {
    content: "";
    position: absolute;
    background: #fff
}

.btn-white-bordered.border-style-thin {
    background-color: #333f48
}

.btn-white-bordered.border-style-thin:after {
    top: 2px;
    left: 1.6px;
    right: 2px;
    bottom: 1.6px
}

.btn-white-bordered i,
.btn-white-bordered span {
    z-index: 999;
    position: relative
}

.btn-white-bordered:hover {
    color: #fff;
    font-family: Eina01-SemiBold
}

.btn-white-bordered:hover.clip-each:after {
    background: #333f48
}

.btn-white-dark-border {
    box-shadow: inset 0 0 0 2px #333f48 !important;
    -webkit-box-shadow: inset 0 0 0 2px #333f48 !important;
    -moz-box-shadow: inset 0 0 0 2px #333f48 !important;
    padding: 14px 44px 13px;
    -webkit-clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 6% 100%);
    clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 6% 100%)
}

.btn-white-dark-border:before {
    content: "";
    width: 12px;
    bottom: 0;
    background: #333f48;
    -webkit-clip-path: polygon(-170% 25%, 100% 100%, 100% 100%, 11% 100%, 0 100%);
    clip-path: polygon(-170% 25%, 100% 100%, 100% 100%, 11% 100%, 0 100%);
    display: block;
    position: absolute;
    top: 1px;
    left: 1px
}

.btn-white-dark-border:hover {
    background-color: #333f48;
    color: #fff
}

.custom-perimeter-btns a {
    margin-bottom: .6875rem;
    color: #fff;
    white-space: nowrap;
    padding: 15px 15px 15px 20px;
    margin-right: 5px
}

.custom-perimeter-btns a:last-child {
    margin-right: 0
}

.custom-perimeter-btns a .fab {
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px
}

.custom-button .row {
    padding: 32px
}

.custom-button .row .row,
.custom-button .row .row:first-child {
    padding: 0
}

.custom-button .row:first-child {
    padding: 0 32px 32px
}

.custom-button .icon-div {
    margin-right: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333f48;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .4
}

.custom-button .icon-div:hover {
    opacity: 1;
    cursor: pointer
}

.custom-button .icon-div:last-child {
    margin-right: 0
}

.custom-button .icon-div img {
    max-width: none
}

.case-study-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 25px;
    -webkit-clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 6% 100%);
    clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 6% 100%);
    position: relative
}

.case-study-btn .fa {
    margin-left: 15px
}

.case-study-btn:hover {
    text-decoration: none;
    color: #fff
}

.case-study-btn:before {
    width: 15px;
    bottom: 0;
    -webkit-clip-path: polygon(-176% 28%, 100% 95%, 112% 128%, 95% 100%, 0 100%);
    clip-path: polygon(-176% 28%, 100% 95%, 112% 128%, 95% 100%, 0 100%)
}

.case-study-btn.small:before,
.case-study-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px
}

.case-study-btn.small:before {
    width: 16px;
    bottom: -1px;
    -webkit-clip-path: polygon(-180% 0, 100% 110%, 100% 100%, 95% 100%, 0 100%);
    clip-path: polygon(-180% 0, 100% 110%, 100% 100%, 95% 100%, 0 100%)
}

.case-study-btn-white {
    color: #fff;
    box-shadow: inset 0 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    -moz-box-shadow: inset 0 0 0 3px #fff
}

.case-study-btn-white:before {
    background: rgba(253, 254, 253, .9607843137254902)
}

.case-study-btn-dark {
    color: #333f48;
    box-shadow: inset 0 0 0 3px #333f48;
    -webkit-box-shadow: inset 0 0 0 3px #333f48;
    -moz-box-shadow: inset 0 0 0 3px #333f48
}

.case-study-btn-dark:before {
    background: #333f48;
    -webkit-clip-path: polygon(-170% 25%, 100% 100%, 100% 100%, 11% 100%, 0 100%);
    clip-path: polygon(-170% 25%, 100% 100%, 100% 100%, 11% 100%, 0 100%)
}

.case-study-btn-dark:hover {
    color: #fff;
    background: #333f48
}

.btn-poly-bordered-blue {
    color: #fff !important;
    box-shadow: inset 0 0 0 2px #fff !important;
    -webkit-box-shadow: inset 0 0 0 2px #fff !important;
    -moz-box-shadow: inset 0 0 0 2px #fff !important
}

.btn-poly-bordered-blue:hover {
    background: #fff;
    color: #212529 !important
}

.btn-poly-bordered-blue:before {
    content: "";
    width: 20px;
    bottom: 0;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #fff;
    -webkit-clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%)
}

.cradlepoint-page .container {
    max-width: 1672px;
    max-width: 104.5rem
}

.cradlepoint-page footer .container {
    padding: 0
}

.cradlepoint-page header {
    background-color: transparent !important;
    position: absolute;
    width: 100%
}

.cradlepoint-page ol {
    padding-inline-start: 35px;
    padding-inline-start: 2.1875rem;
    margin-left: -4px
}

.cradlepoint-page ol li ol {
    margin-left: -1.875rem
}

.cradlepoint-page .connect-retail-bot-padding {
    padding-bottom: 5.4375rem
}

.cradlepoint-page ol ol {
    padding-inline-start: 30px;
    padding-inline-start: 1.875rem
}

.cradlepoint-page .content-section .font-52 {
    font-size: 52px;
    font-size: 3.25rem
}

.cradlepoint-page .content-section.retail .font-52 {
    margin-bottom: 1.6875rem
}

.cradlepoint-page ol li {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Eina01-Bold;
    padding-bottom: 1.8125rem;
    text-transform: uppercase
}

.cradlepoint-page ol li ol {
    margin-top: 2.125rem
}

.cradlepoint-page ol li ol li {
    margin-bottom: 1.5625rem;
    padding-left: .5rem;
    text-transform: none
}

.cradlepoint-page ol li li,
.cradlepoint-page ol li li:first-child {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Eina01-Regular
}

.cradlepoint-page .padding-md-right {
    padding-right: 1.875rem
}

.cradlepoint-page .padding-md-left {
    padding-left: 1.875rem
}

.cradlepoint-page a {
    color: #008eaa
}

.cradlepoint-page.module-demo a {
    color: unset
}

.cradlepoint-page .p-compliance a,
.cradlepoint-page .section-title-medium a.color-night {
    color: #333f48
}

.cradlepoint-page .p-compliance {
    padding-left: 68px
}

.cradlepoint-page .divLine {
    position: relative;
    padding-left: 2.8125rem;
    margin-bottom: .6875rem;
    font-size: 15px;
    font-size: .9375rem;
    font-family: Eina01-SemiBold
}

.cradlepoint-page ol li span {
    display: block;
    margin-bottom: 36px
}

.cradlepoint-page .divLine:before {
    content: "";
    width: 28px;
    width: 1.75rem;
    height: 4px;
    height: .25rem;
    background-color: #fead00;
    border-radius: 10px;
    border-radius: .625rem;
    margin-bottom: .75rem;
    display: inline-block;
    top: 11px;
    top: .6875rem;
    position: absolute;
    margin-right: 100%;
    right: -28px;
    right: -1.75rem
}

.cradlepoint-page ol li ol.no-sub-num {
    padding-inline-start: 0;
    margin-left: -1.9375rem
}

.cradlepoint-page ol li {
    display: block
}

.cradlepoint-page ol>li:first-child {
    counter-reset: item
}

.cradlepoint-page ol>li {
    counter-increment: item;
    position: relative
}

.cradlepoint-page ol>li:before {
    content: counters(item, ".") ". ";
    position: absolute;
    margin-right: 100%;
    right: 10px
}

.cradlepoint-page ol li ol>li:before {
    content: counters(item, ".") " ";
    position: relative;
    margin-right: 0;
    right: auto;
    padding-right: 12px
}

.cradlepoint-page ol.no-sub-num>li:before {
    content: "";
    position: absolute;
    margin-right: 0;
    right: 0
}

.cradlepoint-page .terms-content-area .main-content {
    padding-bottom: 7.0625rem;
    max-width: 1114px !important;
    max-width: 69.625rem !important;
    width: 100%
}

.cradlepoint-page .terms-content-area .main-content:last-child {
    padding-bottom: 2.8125rem
}

.cradlepoint-page .privacy-p .main-content {
    padding-bottom: 1.625rem;
    max-width: 1114px !important;
    max-width: 69.625rem !important;
    width: 100%
}

.cradlepoint-page .padding-xl2-top {
    padding-top: 4.4375rem
}

.cradlepoint-page .main-content h2 {
    margin-bottom: 2.125rem;
    font-size: 52px;
    font-size: 3.25rem
}

.cradlepoint-page .btn-clip {
    color: #fff;
    background: #333f48;
    top: 30px;
    top: 1.875rem;
    text-decoration: none
}

.cradlepoint-page .featured-section .related-video-text {
    padding: 0 2rem
}

.cradlepoint-page a h4 {
    color: #333f48
}

.cradlepoint-page .padding152 {
    padding-top: 9.5rem
}

.cradlepoint-page .padding-xl2-top.commercial-top {
    margin-top: -694px
}

.cradlepoint-page .img-area a:hover .fa-linkedin,
.cradlepoint-page .img-area a:hover .fa-linkedin-square {
    color: #008eaa
}

.cradlepoint-page .img-area a .fa-linkedin,
.cradlepoint-page .img-area a .fa-linkedin-square {
    font-size: 30px;
    color: #858c91
}

.cradlepoint-page a.link-social:hover .fa-linkedin,
.cradlepoint-page a.link-social:hover .fa-linkedin-square {
    color: #008eaa
}

.cradlepoint-page a.link-social .fa-linkedin,
.cradlepoint-page a.link-social .fa-linkedin-square {
    font-size: 30px;
    color: #858c91
}

.cradlepoint-page a.link-yellow {
    color: #ffad00
}

.cradlepoint-page .regular18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem
}

.cradlepoint-page .bold-font {
    font-family: Eina01-Bold
}

.cradlepoint-page .font16 {
    font-size: 16px;
    font-size: 1rem
}

.cradlepoint-page .padding-bot50 {
    padding-bottom: 50px
}

.cradlepoint-page .padding-lr40 {
    padding-left: 40px;
    padding-right: 40px
}

.cradlepoint-page .semi-bold18 {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem
}

.blog-article section .container .row .cradlepoint-page a.btn-poly.btn.btn-poly-bordered-dark,
.blog-article section .container .row .custom-marketo-form .cradlepoint-page a.btn-poly-bordered-dark.mktoButton,
.blog_single_v2 .content .blog-content .cradlepoint-page a.btn-poly#btn-back-to-blog,
.blog_single_v2 .content .blog-content .custom-marketo-form .cradlepoint-page a#btn-back-to-blog.mktoButton,
.cradlepoint-page .blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton,
.cradlepoint-page .blog-article section .container .row a.btn-poly.btn.btn-poly-bordered-dark,
.cradlepoint-page .blog_single_v2 .content .blog-content .custom-marketo-form a#btn-back-to-blog.mktoButton,
.cradlepoint-page .blog_single_v2 .content .blog-content a.btn-poly#btn-back-to-blog,
.cradlepoint-page .custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton,
.cradlepoint-page .custom-marketo-form .blog_single_v2 .content .blog-content a#btn-back-to-blog.mktoButton,
.cradlepoint-page .custom-marketo-form a.btn-poly-bordered-dark.mktoButton,
.cradlepoint-page a.btn-poly.btn-poly-bordered-dark,
.custom-marketo-form .blog-article section .container .row .cradlepoint-page a.btn-poly-bordered-dark.mktoButton,
.custom-marketo-form .blog_single_v2 .content .blog-content .cradlepoint-page a#btn-back-to-blog.mktoButton,
.custom-marketo-form .cradlepoint-page a.btn-poly-bordered-dark.mktoButton {
    color: #333f48
}

.blog-article section .container .row .cradlepoint-page a.btn-poly.btn.btn-poly-bordered-dark:hover,
.blog-article section .container .row .custom-marketo-form .cradlepoint-page a.btn-poly-bordered-dark.mktoButton:hover,
.blog_single_v2 .content .blog-content .cradlepoint-page a.btn-poly#btn-back-to-blog:hover,
.blog_single_v2 .content .blog-content .custom-marketo-form .cradlepoint-page a#btn-back-to-blog.mktoButton:hover,
.cradlepoint-page .blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover,
.cradlepoint-page .blog-article section .container .row a.btn-poly.btn.btn-poly-bordered-dark:hover,
.cradlepoint-page .blog_single_v2 .content .blog-content .custom-marketo-form a#btn-back-to-blog.mktoButton:hover,
.cradlepoint-page .blog_single_v2 .content .blog-content a.btn-poly#btn-back-to-blog:hover,
.cradlepoint-page .custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover,
.cradlepoint-page .custom-marketo-form .blog_single_v2 .content .blog-content a#btn-back-to-blog.mktoButton:hover,
.cradlepoint-page .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover,
.cradlepoint-page .custom-marketo-form a.mktoButton,
.cradlepoint-page a.btn-poly.btn-poly-bordered-dark:hover,
.cradlepoint-page a.btn-poly.btn-poly-dark,
.custom-marketo-form .blog-article section .container .row .cradlepoint-page a.btn-poly-bordered-dark.mktoButton:hover,
.custom-marketo-form .blog_single_v2 .content .blog-content .cradlepoint-page a#btn-back-to-blog.mktoButton:hover,
.custom-marketo-form .cradlepoint-page a.btn-poly-bordered-dark.mktoButton:hover,
.custom-marketo-form .cradlepoint-page a.mktoButton {
    color: #fff
}

.cradlepoint-page .about-us-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/downloadheadbg.webp);
    background-size: cover
}

.cradlepoint-page .about-us-bg,
.cradlepoint-page .about-us-bg div.flex {
    min-height: 575px;
    min-height: 35.9375rem
}

.cradlepoint-page .about-us-yellow-box {
    margin-top: -1.25rem
}

.cradlepoint-page .about-us-yellow-box .container .border-yellow {
    border: 20px solid #ffad00;
    padding: 60px
}

.cradlepoint-page .about-us-yellow-box .container .border-yellow h2 {
    font-family: Eina01-Bold;
    font-size: 48px;
    font-size: 3rem;
    line-height: 60px;
    line-height: 3.75rem;
    text-align: center;
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
    margin: auto;
    padding-bottom: 30px
}

.cradlepoint-page .about-us-yellow-box .container .border-yellow p {
    max-width: 686px;
    max-width: 42.875rem;
    width: 100%;
    margin: auto;
    text-align: center
}

.cradlepoint-page .about-us-yellow-circle {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/circlebgabout.webp);
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -5.875rem;
    padding-top: 22.8125rem
}

.cradlepoint-page .about-us-yellow-circle .row {
    min-height: 1200px;
    min-height: 75rem
}

.cradlepoint-page .about-us-yellow-circle .col {
    display: flex;
    align-items: center;
    text-align: center
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue {
    max-width: 500px;
    max-height: 500px;
    min-width: 400px;
    min-height: 400px;
    width: 45vw;
    height: 45vw;
    background-color: #333f48;
    box-shadow: 31px 44px 90px #83878a;
    box-shadow: 1.9375rem 2.75rem 5.625rem #83878a;
    border-radius: 1000px;
    border-radius: 62.5rem;
    padding: 5.1875rem 2.75rem 9.0625rem;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: auto;
    flex-direction: column
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue strong {
    color: #fff;
    font-size: 27px;
    font-size: 1.6875rem;
    padding-bottom: 1.25rem;
    display: block;
    cursor: pointer
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue h2 {
    font-size: 60px;
    font-size: 3.75rem;
    font-family: Eina01-Bold;
    color: #fff;
    padding-bottom: .9375rem;
    margin-top: 3.4375rem
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue p {
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.125rem;
    padding-bottom: 1.3125rem
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue a {
    font-size: .9375rem;
    line-height: 18px;
    line-height: 1.125rem
}

.cradlepoint-page .about-us-yellow-circle .col .circlejm {
    background-color: #ffad00;
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
    height: 280px;
    height: 17.5rem;
    width: 280px;
    width: 17.5rem;
    border-radius: 1000px;
    border-radius: 62.5rem;
    font-family: Eina01-Bold;
    position: relative;
    line-height: 45px;
    line-height: 2.8125rem;
    box-shadow: 31px 44px 90px #ffdd98;
    box-shadow: 1.9375rem 2.75rem 5.625rem #ffdd98;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: auto
}

.cradlepoint-page .about-us-yellow-circle .col .circlejm span {
    align-self: center
}

.cradlepoint-page .about-us-yellow-circle .col .circle1 {
    left: 109px;
    left: 6.8125rem;
    top: -20px;
    top: -1.25rem
}

.cradlepoint-page .about-us-yellow-circle .col .circle2 {
    top: -106px;
    top: -6.625rem;
    left: -30px;
    left: -1.875rem
}

.cradlepoint-page .about-us-yellow-circle .col .circle3 {
    top: -256px;
    top: -16rem;
    left: 223px;
    left: 13.9375rem
}

.cradlepoint-page .about-us-yellow-circle h3 {
    font-size: 48px;
    font-size: 3rem;
    font-family: Eina01-Bold
}

.cradlepoint-page .about-us-yellow-circle .flip-card {
    top: -24px;
    position: relative;
    margin: auto;
    z-index: 2;
    left: 21px
}

.cradlepoint-page .about-us-yellow-circle .flip-card .flip-card-front img {
    margin-bottom: 25px
}

.cradlepoint-page .main-container {
    word-wrap: break-word
}

.cradlepoint-page .pad-top {
    padding-top: 12.1875rem
}

.cradlepoint-page .pad-bottom {
    padding-top: 5.5rem
}

.cradlepoint-page.downloads a.downloads-btn {
    color: #333f48
}

.cradlepoint-page.downloads a.downloads-btn:hover {
    color: #fff
}

.cradlepoint-page.downloads .color-dark-blue {
    color: #333f48
}

.cradlepoint-page.downloads .section-title-large {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 1.4375rem
}

.cradlepoint-page.downloads .section-title-large span {
    color: #ffad00
}

.cradlepoint-page.downloads .icon-col3-container {
    max-width: 1085px;
    max-width: 67.8125rem
}

.cradlepoint-page.downloads .icon-col3-container.customers-pg .col {
    padding: 0 .625rem
}

.cradlepoint-page.downloads .contact-icon-area {
    max-width: 1485px;
    max-width: 92.8125rem
}

.cradlepoint-page.downloads .downloads-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/downloadheadbg.webp);
    background-size: cover;
    min-height: 575px;
    min-height: 35.9375rem
}

.cradlepoint-page.downloads .downloads-bg.support-head h2 {
    max-width: 817px;
    max-width: 51.0625rem
}

.cradlepoint-page.downloads .downloads-bg h1 {
    color: #ffad00;
    text-align: center;
    margin-bottom: 1.875rem
}

.cradlepoint-page.downloads .downloads-bg h2 {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
    max-width: 790px;
    max-width: 49.375rem;
    margin-top: 0
}

.cradlepoint-page.downloads .downloads-bg div.flex {
    min-height: 575px;
    min-height: 35.9375rem
}

.cradlepoint-page.downloads .downloads-bg.support-subscriptions {
    text-align: center
}

.cradlepoint-page.downloads .downloads-bg.support-subscriptions .margin-center h1 {
    margin-top: 213px
}

.cradlepoint-page.downloads .downloads-bg.support-subscriptions .margin-center h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: Eina01-Bold;
    margin: 51px auto 23px
}

.cradlepoint-page.downloads .downloads-bg.support-subscriptions .margin-center p {
    font-size: 18px;
    line-height: 30px;
    max-width: 819px;
    width: 100%;
    margin: 0 auto 29px
}

.cradlepoint-page.downloads .downloads-bg.support-subscriptions .margin-center p:last-child {
    max-width: 766px;
    width: 100%;
    margin: auto
}

.cradlepoint-page.downloads .support-subscriptions-how {
    margin-top: 55px;
    padding: 0 40px
}

.cradlepoint-page.downloads .support-subscriptions-how.ssh-2row .head-cont p {
    max-width: 1097px;
    margin: auto;
    text-align: center
}

.cradlepoint-page.downloads .support-subscriptions-how.ssh-2row .box-container-slider {
    height: 680px;
    max-width: 1280px;
    border: 1px solid #dbdbdb;
    margin: 50px auto;
    border-radius: 6px;
    box-shadow: 1px 2px 71px #dbdbdb
}

.cradlepoint-page.downloads .support-subscriptions-how.ssh-2row p a {
    font-family: Eina01-Bold
}

.cradlepoint-page.downloads .support-subscriptions-how.bg-ssh {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/how.webp);
    background-repeat: no-repeat;
    background-position: bottom
}

.cradlepoint-page.downloads .support-subscriptions-how .vertical-line-120 {
    width: 1px;
    height: 120px;
    background-color: #ffad00;
    margin: auto auto 0
}

.cradlepoint-page.downloads .support-subscriptions-how h3 {
    font-size: 36px;
    font-family: Eina01-Bold;
    text-align: center;
    max-width: 592px;
    margin: 50px auto 20px
}

.cradlepoint-page.downloads .support-subscriptions-how h3 span {
    color: #ffad00;
    display: block
}

.cradlepoint-page.downloads .support-subscriptions-service {
    max-width: 1053px;
    margin: 68px auto 0
}

.cradlepoint-page.downloads .support-subscriptions-service .col-md-4 {
    padding: 0 15px
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss {
    border: 4px solid #333f48;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    padding: 25px 67px 0;
    min-height: 385px;
    max-width: 336px;
    width: 100%;
    margin: 0 auto 40px
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss:hover {
    border: 6px solid #ffad00;
    margin-top: -2px
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss:hover h3 {
    color: #ffad00
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss h3 {
    font-size: 60px;
    font-family: Eina01-Bold;
    margin-bottom: 12px
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss strong {
    font-size: 20px;
    line-height: 24px;
    font-family: Eina01-SemiBold;
    margin-bottom: 50px;
    display: block
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 32px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-flow: column
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss p a {
    line-height: 36px;
    font-family: Eina01-Bold;
    display: block;
    color: #333f48
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss p a:hover {
    color: #008eaa
}

.cradlepoint-page.downloads .support-subscriptions-service .box-sss p span {
    display: block;
    margin-bottom: 10px
}

.cradlepoint-page.downloads .container-col3-area {
    padding-top: 111px
}

._information-materials.section-3column-grid .grid-text .cradlepoint-page.downloads .container-col3-area .container .justify-content-center .text-wrapper p,
.cradlepoint-page.downloads .container-col3-area .container .justify-content-center .text-wrapper ._information-materials.section-3column-grid .grid-text p,
.cradlepoint-page.downloads .container-col3-area .container .justify-content-center .text-wrapper p.body-medium {
    max-width: 415px
}

.cradlepoint-page.downloads .partner-locator.downloads-bg h2 {
    max-width: 668px;
    max-width: 41.75rem
}

.cradlepoint-page.downloads .partner-locator.downloads-bg .text-wrapper {
    padding-top: 11.5rem
}

.cradlepoint-page.downloads .partner-locator.downloads-bg .vertical-line {
    width: 1px;
    height: 100px;
    height: 6.25rem;
    background-color: #ffad00;
    margin: 25px auto auto
}

.cradlepoint-page.downloads .leadership-head.downloads-bg .margin-center {
    text-align: center;
    max-width: 885px;
    width: 100%;
    padding-top: 14.125rem
}

.cradlepoint-page.downloads .leadership-head.downloads-bg .margin-center h1 {
    color: #333f48;
    margin-bottom: 2.6875rem
}

.cradlepoint-page.downloads .leadership-head.downloads-bg .margin-center h4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2.6875rem;
    max-width: 627px
}

.cradlepoint-page.downloads .leadership-head.downloads-bg .margin-center h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: Eina01-Bold;
    text-align: center;
    color: #ffad00
}

.cradlepoint-page.downloads .form-590 {
    margin-bottom: 0
}

.cradlepoint-page.downloads .form-590 .container {
    max-width: 670px;
    max-width: 41.875rem
}

.cradlepoint-page .transportation-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/transportation-bg.webp)
}

.cradlepoint-page .transportation.future-of-retail .inner {
    max-width: 733px;
    max-width: 45.8125rem
}

.cradlepoint-page .transportation.future-of-retail .inner .row {
    max-width: 700px;
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.875rem
}

.cradlepoint-page .transportation.future-of-retail .inner .row .col-md-6 {
    padding: 0 0 0 3.0625rem
}

.cradlepoint-page .transportation.bg-cloud .transpo-icons {
    max-width: 932px;
    max-width: 58.25rem;
    margin: auto
}

.cradlepoint-page .transportation #transportation-reach-customer {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/icon-t2.webp);
    background-repeat: no-repeat;
    object-fit: contain;
    width: 60px;
    height: 60px;
    background-position: 50%
}

.cradlepoint-page .transportation #automate-performance {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/icon-t1.webp);
    background-repeat: no-repeat;
    object-fit: contain;
    width: 66px;
    height: 60px;
    background-position: 50%
}

.cradlepoint-page .transportation .energy-services {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/transportation10.webp);
    background-size: cover
}

.cradlepoint-page .transportation .retailimg1 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/transportation1.webp);
    background-repeat: no-repeat;
    background-position: 0
}

.cradlepoint-page .transportation .retailimg2 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/transportation2.webp);
    background-repeat: no-repeat;
    background-position: 100%
}

.cradlepoint-page .transportation .four-cols .col-md-3:first-child {
    flex: 0 0 23.43%;
    max-width: 23.43%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/transportation3.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .transportation .four-cols .col-md-3:nth-child(2) {
    flex: 0 0 25.7%;
    max-width: 25.7%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/transportation4.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .transportation .four-cols .col-md-3:nth-child(3) {
    flex: 0 0 25.8%;
    max-width: 25.8%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/transportation5.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .transportation .four-cols .col-md-3:last-child {
    flex: 0 0 23.4%;
    max-width: 23.4%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/transportation6.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: 0
}

.cradlepoint-page .food-bev-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/foodBev-bg.webp);
    background-position: 100%
}

.cradlepoint-page .food-bev .retailimg1 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/foodBev1.webp);
    background-repeat: no-repeat;
    background-position: 0
}

.cradlepoint-page .food-bev .retailimg2 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/foodBev2.webp);
    background-repeat: no-repeat;
    background-position: 100%
}

.cradlepoint-page .food-bev .four-cols .col-md-3:first-child {
    flex: 0 0 23.43%;
    max-width: 23.43%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/foodBev3.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .food-bev .four-cols .col-md-3:nth-child(2) {
    flex: 0 0 25.7%;
    max-width: 25.7%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/foodBev4.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .food-bev .four-cols .col-md-3:nth-child(3) {
    flex: 0 0 25.8%;
    max-width: 25.8%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/foodBev5.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .food-bev .four-cols .col-md-3:last-child {
    flex: 0 0 23.4%;
    max-width: 23.4%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/foodBev6.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: 0
}

.cradlepoint-page .food-bev #reach-patrons {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/reach-patrons-icon.webp);
    background-repeat: no-repeat;
    object-fit: contain;
    width: 60px;
    height: 60px;
    background-position: 50%
}

.cradlepoint-page .food-bev .visio {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/foodBev10.webp);
    background-size: cover
}

.cradlepoint-page .food-bev .vidant-healt {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/vidant-image.webp);
    background-size: cover
}

.cradlepoint-page .food-bev.bg-cloud .food-icons {
    max-width: 932px;
    max-width: 58.25rem;
    margin: auto
}

.cradlepoint-page .food-bev .featured-profile .content-section .quote-wrapper .quote {
    max-width: 686px;
    max-width: 42.875rem
}

.cradlepoint-page .health-care-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/healthcarebg.webp)
}

.cradlepoint-page .health-care .retailimg1 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/healthcare1.webp);
    background-repeat: no-repeat;
    background-position: 0
}

.cradlepoint-page .health-care .retailimg2 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/healthcare2.webp);
    background-repeat: no-repeat;
    background-position: 100%
}

.cradlepoint-page .health-care .four-cols .col-md-3:first-child {
    flex: 0 0 23.43%;
    max-width: 23.43%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/healthcare3.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .health-care .four-cols .col-md-3:nth-child(2) {
    flex: 0 0 25.7%;
    max-width: 25.7%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/healthcare4.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .health-care .four-cols .col-md-3:nth-child(3) {
    flex: 0 0 25.8%;
    max-width: 25.8%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/healthcare5.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .health-care .four-cols .col-md-3:last-child {
    flex: 0 0 23.4%;
    max-width: 23.4%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/healthcare6.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: 0
}

.cradlepoint-page .health-care #health-patient {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/patient-icon.webp);
    background-repeat: no-repeat;
    object-fit: contain;
    width: 60px;
    height: 60px;
    background-position: 50%
}

.cradlepoint-page .health-care .visio {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/healthcare10.webp);
    background-size: cover
}

.cradlepoint-page .health-care .featured-profile .content-section .quote-wrapper .quote {
    max-width: 686px;
    max-width: 42.875rem
}

.cradlepoint-page .financial.future-of-retail .inner {
    max-width: 733px;
    max-width: 45.8125rem
}

.cradlepoint-page .financial.future-of-retail .inner .row {
    max-width: 700px;
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.875rem
}

.cradlepoint-page .financial.future-of-retail .inner .row .col-md-6 {
    padding: 0 0 0 3.0625rem
}

.cradlepoint-page .financial .featured-profile .jackson-hewitt {
    min-height: 438px;
    min-height: 27.375rem
}

.cradlepoint-page .financial .featured-profile .content-section .quote-wrapper .quote {
    height: 100%;
    padding: 5.875rem 5.3125rem
}

.cradlepoint-page .financial #financial-network {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/atm-icon.webp);
    background-repeat: no-repeat;
    object-fit: contain;
    width: 60px;
    height: 60px;
    background-position: 50%
}

.cradlepoint-page .financial .jackson-hewitt {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/financialimg10.webp);
    background-size: cover
}

.cradlepoint-page .financial .retailimg1 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/financialimg1.webp);
    background-repeat: no-repeat;
    background-position: 0
}

.cradlepoint-page .financial .retailimg2 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/financialimg2.webp);
    background-repeat: no-repeat;
    background-position: 100%
}

.cradlepoint-page .financial .four-cols .col-md-3:first-child {
    flex: 0 0 23.43%;
    max-width: 23.43%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/financialimg3.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .financial .four-cols .col-md-3:nth-child(2) {
    flex: 0 0 25.7%;
    max-width: 25.7%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/financialimg4.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .financial .four-cols .col-md-3:nth-child(3) {
    flex: 0 0 25.8%;
    max-width: 25.8%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/financialimg5.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat
}

.cradlepoint-page .financial .four-cols .col-md-3:last-child {
    flex: 0 0 23.4%;
    max-width: 23.4%;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/financialimg6.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: 0
}

.cradlepoint-page .section-banner .text-wrapper {
    padding: 0 5.75rem
}

.cradlepoint-page .content-section.privacy-p .main-content {
    padding: 0
}

.cradlepoint-page .content-section.privacy-p .main-content h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Eina01-Bold;
    margin-bottom: 2.1875rem
}

.cradlepoint-page .content-section.privacy-p .main-content hr {
    max-width: 405px;
    max-width: 25.3125rem;
    margin-top: 3.9375rem;
    margin-bottom: 0
}

.cradlepoint-page .content-section.privacy-p .main-content hr.hr1 {
    margin-top: 6.9375rem
}

.cradlepoint-page .content-section.privacy-p .main-content .divLine {
    margin-top: 1.3125rem;
    margin-bottom: 1.625rem
}

.cradlepoint-page .content-section.privacy-p .main-content .divLine.sm {
    margin-top: 10px;
    margin-bottom: 14px
}

.cradlepoint-page .content-section.privacy-p .main-content .divLine.noColor.margin32 {
    margin-top: 2rem;
    margin-bottom: 0
}

.cradlepoint-page .content-section.privacy-p .main-content .divLine.noColor.margin13 {
    margin-top: .8125rem
}

.cradlepoint-page .content-section.privacy-p .main-content .divLine.noColor:before {
    background-color: transparent
}

.cradlepoint-page .content-section.privacy-p .main-content .divLine.noColor a:hover {
    text-decoration: underline
}

.cradlepoint-page .content-section.privacy-p .main-content .address-area {
    padding: 0 3.125rem;
    font-size: 15px;
    font-size: .9375rem;
    max-width: 480px;
    max-width: 30rem;
    margin-top: 2.6875rem;
    margin-bottom: 4.25rem
}

.cradlepoint-page .terms-content-area hr {
    margin-top: 3.8125rem;
    margin-bottom: 3rem
}

.cradlepoint-page .terms-content-area ol li ol li {
    margin-bottom: 0;
    padding-left: 0
}

.blog_single_v2 .content .blog-content .cradlepoint-page .how-to-buy-bottom a#btn-back-to-blog,
.cradlepoint-page .how-to-buy-bottom .blog_single_v2 .content .blog-content a#btn-back-to-blog,
.cradlepoint-page .how-to-buy-bottom .custom-marketo-form a.mktoButton,
.cradlepoint-page .how-to-buy-bottom a.btn,
.custom-marketo-form .cradlepoint-page .how-to-buy-bottom a.mktoButton {
    max-width: 210px;
    max-width: 13.125rem;
    width: 100%
}

.cradlepoint-page .how-to-buy .flex .text-wrapper {
    padding-top: 4.0625rem
}

.cradlepoint-page .how-to-buy .flex .text-wrapper h2 {
    max-width: 835px;
    max-width: 52.1875rem
}

.cradlepoint-page .how-to-buy.contact .text-wrapper h2 {
    max-width: 670px;
    max-width: 41.875rem
}

.cradlepoint-page .form-590 {
    margin-top: 3.125rem
}

.cradlepoint-page .form-590 h2 {
    font-family: Eina01-Bold;
    font-size: 36px;
    font-size: 2.25rem;
    color: #ffad00;
    margin-bottom: 1.25rem
}

.cradlepoint-page .form-590 strong {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Eina01-Bold
}

.cradlepoint-page .form-590 p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    white-space: pre-line
}

.cradlepoint-page ._full-width-title-subtitle.form-590,
.cradlepoint-page .form-590.contact-form-area {
    margin-bottom: 2.5625rem
}

.cradlepoint-page ._full-width-title-subtitle.form-590 h2,
.cradlepoint-page .form-590.contact-form-area h2 {
    font-size: 72px;
    font-size: 4.5rem;
    font-family: Eina01-Regular;
    margin-bottom: 4.0625rem
}

.cradlepoint-page ._full-width-title-subtitle.form-590 strong,
.cradlepoint-page .form-590.contact-form-area strong {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem
}

.cradlepoint-page ._full-width-title-subtitle.form-590 h3,
.cradlepoint-page .form-590.contact-form-area h3 {
    font-size: 2.25rem;
    margin-bottom: 1.875rem
}

.cradlepoint-page .about-us-yellow-circle .col .circle1 {
    left: calc(22% - 216px);
    position: relative
}

.cradlepoint-page .about-us-yellow-circle .col .circle2 {
    left: calc(100% - 583px);
    position: relative
}

.cradlepoint-page .about-us-yellow-circle .col .circle3 {
    top: -22vw;
    left: calc(100% - 750px);
    position: relative
}

.cradlepoint-page .about-us-yellow-circle {
    margin-top: -5vw;
    padding-top: 20vw
}

body.cradlepoint-page hr.margin-40-left {
    margin-left: 40px
}

body.cradlepoint-page hr.margin-40-right {
    margin-right: 40px
}

body .p-width650 p {
    margin: auto;
    max-width: 650px;
    width: 100%
}

body .padding-top-jm107 {
    padding-top: 107px
}

body .align-center {
    text-align: center
}

body .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 20px
}

.custom-marketo-form body .paddinglr40.mktoButton,
body .btn-poly.paddinglr40,
body .custom-marketo-form .paddinglr40.mktoButton {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

body .mb35 {
    margin-bottom: 2.1875rem
}

body .head-typography .banner-btn .netCloud-menu-icon {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/netCloud-menu-icon.webp);
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    align-content: center;
    justify-content: center;
    align-self: center;
    display: flex
}

body .head-typography .banner-btn .university-menu-icon {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/university-menu-icon.webp)
}

body .head-typography .banner-btn .connect-menu-icon,
body .head-typography .banner-btn .university-menu-icon {
    width: 22px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    align-content: center;
    justify-content: center;
    align-self: center;
    display: flex
}

body .head-typography .banner-btn .connect-menu-icon {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/connect.webp)
}

body .contact-details-wrap .head-icon-quote {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/icon-quote.webp);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 38px
}

body .contact-details-wrap .head-icon-book {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/icon-book.webp);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 38px
}

body .banner-btn a.btn-search {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/icon-search-white.webp);
    background-position: 194px;
    background-position: 12.125rem;
    background-repeat: no-repeat;
    padding-right: 2.8125rem !important
}

body.ios .head-typography .banner-btn .netCloud-menu-icon,
body.macos .head-typography .banner-btn .netCloud-menu-icon {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/netCloud-menu-icon.png)
}

body.ios .head-typography .banner-btn .university-menu-icon,
body.macos .head-typography .banner-btn .university-menu-icon {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/university-menu-icon.png)
}

body.ios .head-typography .banner-btn .connect-menu-icon,
body.macos .head-typography .banner-btn .connect-menu-icon {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/connect.png)
}

body.ios .contact-details-wrap .head-icon-quote,
body.macos .contact-details-wrap .head-icon-quote {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/icon-quote.png)
}

body.ios .contact-details-wrap .head-icon-book,
body.macos .contact-details-wrap .head-icon-book {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/icon-book.png)
}

body.ios .banner-btn a.btn-search,
body.macos .banner-btn a.btn-search {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/icon-search-white.png)
}

.blog_single_v2 .content .blog-content body .dropdown.show .dropdown-toggle#btn-back-to-blog,
.custom-marketo-form body .dropdown.show .dropdown-toggle.mktoButton,
body .dropdown.show .blog_single_v2 .content .blog-content .dropdown-toggle#btn-back-to-blog,
body .dropdown.show .custom-marketo-form .dropdown-toggle.mktoButton,
body .dropdown.show .dropdown-toggle.btn {
    border-radius: 5px 5px 0 0;
    border-color: #4e555b;
    color: #4e555b
}

body .dropdown.show .dropdown-menu.show {
    border-color: #4e555b
}

.blog_single_v2 .content .blog-content body .dropdown .dropdown-toggle#btn-back-to-blog,
.custom-marketo-form body .dropdown .dropdown-toggle.mktoButton,
body .dropdown .blog_single_v2 .content .blog-content .dropdown-toggle#btn-back-to-blog,
body .dropdown .custom-marketo-form .dropdown-toggle.mktoButton,
body .dropdown .dropdown-toggle.btn {
    text-align: left;
    border: 2px solid #adb2b6;
    border-radius: 5px;
    font-family: Eina01-SemiBold;
    font-size: 16px;
    padding: 15px 10px;
    width: 100%;
    color: #adb2b6;
    background: #fff;
    text-transform: capitalize;
    box-shadow: none !important;
    margin-bottom: 1.5625rem
}

body .dropdown .dropdown-menu {
    border: 2px solid #adb2b6
}

body .dropdown .dropdown-menu.show {
    border-radius: 0 0 5px 5px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

body .dropdown .dropdown-menu.show .dropdown-item {
    color: #212529;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Eina01-Bold
}

body .dropdown .dropdown-menu.show .dropdown-item:hover {
    color: #fff;
    background-color: #212529
}

body .contact-form-dropdown-left1 .dropdown .dropdown-menu {
    left: 1px !important
}

.custom-marketo-form body .endpoints-download-area .mktoButton,
body .endpoints-download-area .btn-poly,
body .endpoints-download-area .custom-marketo-form .mktoButton {
    padding: .9375rem 3.125rem
}

body .endpoints-download-area .row .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end
}

body .case-study-btn.explore-e-book {
    -webkit-clip-path: polygon(-24% 0, 100% 0, 100% 100%, 0 100%, 6% 100%);
    clip-path: polygon(-24% 0, 100% 0, 100% 100%, 0 100%, 7% 100%)
}

body .bg-cloud.logo-wrapper .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%
}

body .case-study-btn {
    -webkit-clip-path: polygon(-17% 0, 100% 0, 100% 100%, 0 100%, 5% 100%);
    clip-path: polygon(-17% 0, 100% 0, 100% 100%, 0 100%, 5% 100%);
    color: #333f48
}

body.cradlepoint-page hr {
    border-top-color: #adb2b6;
    max-width: 217px;
    max-width: 13.5625rem;
    width: 100%;
    margin-left: 0;
    margin-top: 1.75rem;
    margin-bottom: 3.25rem
}

.blog-article-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/blog-aricle-bg.webp)
}

.ios .blog-article-bg,
.macos .blog-article-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/blog-aricle-bg.jpg)
}

.blog-hero {
    padding-top: 104px;
    padding-bottom: 120px
}

.blog-hero .pad-t-24 {
    padding-top: 24px
}

.blog-hero h4 {
    font-size: 2.5vw;
    font-family: Eina01-Bold;
    margin-bottom: 20px
}

.blog-hero h1 {
    font-size: 4.7vw;
    font-family: Eina01-Bold
}

.blog-hero p {
    font-size: 25px;
    font-family: Eina01-Regular;
    padding: 0 20px
}

.blog-hero br {
    display: none
}

.blog-article section .container .row a {
    font-family: Eina01-SemiBold;
    color: #333f48;
    overflow-wrap: break-word;
    word-wrap: break-word;
    opacity: .8;
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px
}

.blog-article section .container .row a:hover {
    color: #009a44;
    text-decoration: none;
    opacity: 1
}

.blog-article section .container .row a#btn-back-to-blog {
    opacity: 1
}

.blog-article section .container .row a#btn-back-to-blog:hover {
    color: #fff
}

.blog-article section .container .row .blog_single_v2 .content .blog-content a#btn-back-to-blog,
.blog-article section .container .row .custom-marketo-form a.mktoButton,
.blog-article section .container .row a.btn,
.blog_single_v2 .content .blog-content .blog-article section .container .row a#btn-back-to-blog,
.custom-marketo-form .blog-article section .container .row a.mktoButton {
    color: #fff;
    opacity: 1
}

.blog-article section .container .row h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    line-height: 2.875rem
}

.blog-article section .container .row h1 a {
    color: #333f48;
    font-family: inherit;
    text-decoration: none;
    opacity: 1
}

.blog-article section .container .row h1 a:hover {
    color: #0057b8;
    text-decoration-color: #0057b8;
    text-decoration: underline
}

.blog-article section .container .row h2 {
    font-size: 36px;
    font-size: 2.25rem
}

.blog-article section .container .row h2 a {
    color: #333f48;
    font-family: inherit;
    text-decoration: none;
    opacity: 1
}

.blog-article section .container .row h2 a:hover {
    color: #0057b8;
    text-decoration-color: #0057b8;
    text-decoration: underline
}

.blog-article section .container .row h3 {
    font-size: 30px;
    font-size: 1.875rem
}

.blog-article section .container .row h3.blog-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    line-height: 2.875rem
}

.blog-article section .container .row h3 a {
    font-family: inherit;
    color: #333f48;
    text-decoration: none;
    opacity: 1
}

.blog-article section .container .row h3 a:hover {
    color: #0057b8;
    text-decoration-color: #0057b8;
    text-decoration: underline
}

.blog-article section .container .row h4 {
    font-size: 24px;
    font-size: 1.5rem
}

.blog-article section .container .row h4 a {
    font-family: inherit;
    color: #333f48;
    text-decoration: none;
    opacity: 1
}

.blog-article section .container .row h4 a:hover {
    color: #0057b8;
    text-decoration-color: #0057b8;
    text-decoration: underline
}

.blog-article section .container .row .tags-wrapper a {
    margin-right: 15px;
    text-decoration: none;
    background-color: #697177;
    padding: 10px 15px 8px;
    color: #fff;
    font-size: 14px;
    font-family: Eina01-Bold;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    opacity: 1
}

.blog-article section .container .row .tags-wrapper a:hover {
    text-decoration: none;
    color: #333f48;
    background-color: #fff
}

.blog-article section .container .row .tags-wrapper a .tag {
    text-transform: uppercase
}

.blog-article section .container .row .tags-wrapper a:last-child {
    margin-right: 0
}

.blog-article.section-banner h1 {
    margin-bottom: 25px
}

.blog-article.section-banner.gradient-bg {
    position: relative
}

.blog-article.section-banner.gradient-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(42deg, rgba(50, 62, 71, .9) 42%, rgba(247, 243, 237, .3) 85%)
}

.blog-article.section-banner.dark-bg {
    background-color: #333f48;
    min-height: 862px;
    min-height: 53.875rem
}

.blog-article.section-banner.dark-bg h1 {
    color: #fff
}

.blog-article.section-banner.dark-bg div.flex {
    min-height: 862px;
    min-height: 53.875rem
}

.blog-article .tags-wrapper a {
    margin-right: 15px;
    background-color: #697177;
    padding: 10px 15px;
    font-size: 14px;
    font-family: Eina01-Bold;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px
}

.blog-article .tags-wrapper a,
.blog-article .tags-wrapper a:hover {
    text-decoration: none;
    color: #fff
}

.blog-article .tags-wrapper a .tag {
    text-transform: uppercase
}

.blog-article .tags-wrapper a:last-child {
    margin-right: 0
}

.blog-article .author-wrapper {
    display: flex;
    align-items: center;
    margin-top: 46px
}

.blog-article .author-wrapper .img-wrapper {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    background-color: #565f65;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.blog-article .author-wrapper .img-wrapper .inner-img-wrapper {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-article .author-wrapper .img-wrapper .inner-img-wrapper img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 50%
}

.blog-article .author-wrapper .text-wrapper p {
    margin-bottom: 0
}

.blog-article .author-wrapper .text-wrapper p.author-name {
    color: #fff;
    font-family: Eina01-SemiBold;
    margin-right: 20px;
    font-size: 14px
}

.blog-article .author-wrapper .text-wrapper p.post-date {
    color: #989ea1;
    font-family: Lora;
    font-style: italic;
    font-size: 14px
}

.blog-article .blog-title {
    font-family: Eina01-Bold;
    font-size: 40px
}

.blog-article .blog-content>h2 {
    padding-bottom: 40px
}

.blog-article .blog-content p {
    margin-bottom: 40px;
    opacity: .9;
    color: #333f48
}

.blog-article .blog-content p:last-child {
    margin-bottom: 0
}

.blog-article .blog-content div[id*=" attachment_"],
.blog-article .blog-content div[id^=attachment_] {
    max-width: 100% !important
}

.blog-article .blog-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 40px
}

.blog-article .blog-content img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.blog-article .vertical-line {
    width: 1px;
    height: 200px;
    margin: auto;
    background-color: #333f48;
    opacity: .4
}

.blog-article .vertical-line.color-sun {
    margin-top: -100px;
    background-color: #fead00;
    opacity: 1;
    position: relative;
    z-index: 999999
}

.blog-article.featured-section h2 {
    font-size: 36px;
    text-align: center;
    margin-top: 40px;
    font-family: Eina01-Light
}

.blog-article.featured-section .tag {
    font-weight: 400;
    font-family: Eina01-Bold
}

.blog-article .featured-tags {
    margin-top: 15px;
    margin-bottom: 25px
}

.blog-article .featured-tags a {
    text-decoration: none !important;
    background-color: #eaebec;
    padding: 5px 12px;
    margin-right: 10px;
    opacity: 1;
    border-radius: 20px;
    z-index: 9997;
    font-size: 12px;
    font-weight: 400;
    font-family: Eina01-Bold
}

.blog-article .featured-tags a:last-child {
    margin-right: 0
}

.blog-article .featured-tags a:hover {
    background-color: #e5eef8;
    color: #008eaa
}

.blog-article .featured-tags .tag {
    opacity: .8
}

.blog-article .industry-wrapper {
    border-radius: 10px
}

.blog-article .industry-wrapper>div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    height: 100%
}

.blog-article .industry-wrapper>div .author-wrapper,
.blog-article .industry-wrapper>div .blog-img-border {
    flex-grow: 0
}

.blog-article .industry-wrapper>div .blog-img-border {
    margin-bottom: 0
}

.blog-article .industry-wrapper>div .text-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: auto
}

.blog-article .industry-wrapper>div .text-content>:first-child {
    margin-top: 0;
    margin-bottom: auto
}

.blog-article .share-wrapper {
    padding-top: 75px;
    text-align: center;
    z-index: 999999;
    position: relative
}

.blog-article .share-wrapper .icons {
    display: flex;
    flex-direction: column;
    align-items: center
}

.blog-article .share-wrapper .icons a {
    color: #333f48;
    text-decoration: none
}

.blog-article .share-wrapper .icons a .fab,
.blog-article .share-wrapper .icons a .fas {
    font-size: 27px;
    display: block;
    margin-top: 36px;
    opacity: .4
}

.blog-article .share-wrapper .icons a .fab:hover,
.blog-article .share-wrapper .icons a .fas:hover {
    opacity: 1
}

.blog-article .share-wrapper .icons .line {
    margin-top: 36px;
    height: 40px;
    width: 2px;
    background-color: #333f48
}

.blog-article .share-wrapper:hover {
    cursor: pointer
}

.blog-article .share-wrapper:hover h6 {
    color: #333f48;
    opacity: 1
}

.blog-article .uberflip-stream .hubs-embedded {
    margin-right: auto;
    margin-left: auto
}

.blog-filter.section-banner h1 {
    margin-bottom: 20px
}

.blog-filter .col-md-12 {
    max-width: 98%
}

.blog-filter h1 .fas {
    font-size: 48px
}

.blog-filter .background-image {
    -webkit-box-shadow: inset 0 0 5px 0 rgba(51, 63, 72, .5);
    -moz-box-shadow: inset 0 0 5px 0 rgba(51, 63, 72, .5);
    box-shadow: inset 0 0 5px 0 rgba(51, 63, 72, .5)
}

.blog-filter .results-count {
    font-size: 18px;
    font-family: Eina01-SemiBold
}

.blog-filter .blog-results-wrapper {
    padding: 30px 80px;
    box-shadow: 0 0 10px 5px #fff
}

.blog-filter .blog-results-wrapper:hover {
    cursor: pointer;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .12) !important;
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .12) !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .12) !important
}

.blog-filter .blog-results-wrapper:hover .icons {
    display: flex
}

.blog-filter .blog-results-wrapper:hover .icons a {
    text-decoration: none;
    color: #333f48
}

.blog-filter .blog-results-wrapper:hover a {
    text-decoration: underline;
    color: #0d5ca9
}

.blog-filter .blog-results-wrapper .img-wrapper img {
    object-fit: cover;
    height: 100%
}

.blog-filter .blog-results-wrapper .text-wrapper {
    padding-top: 40px;
    padding-left: 35px
}

.blog-filter .blog-results-wrapper .text-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    white-space: pre-line
}

.blog-filter .blog-results-wrapper .text-wrapper h4 {
    font-size: 24px;
    margin-bottom: 24px
}

.blog-filter .blog-results-wrapper .text-wrapper a {
    color: #333f48
}

.blog-filter .blog-results-wrapper .text-wrapper a:hover {
    text-decoration: underline;
    color: #0d5ca9
}

.blog-filter .blog-results-wrapper .press-release-thumbnail {
    background-position: 50%
}

.loading-wrapper {
    padding: 140px 0 210px
}

.loading-wrapper a {
    text-decoration: none
}

.loading-wrapper a img {
    height: 50px;
    width: 50px;
    object-fit: contain
}

.loading-wrapper a p {
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 30px;
    color: #858c91
}

.blog-filter .author-wrapper,
.blog-grid .author-wrapper,
.blogs .author-wrapper {
    display: flex;
    align-items: center;
    margin-top: 36px
}

.blog-filter .author-wrapper .img-wrapper,
.blog-grid .author-wrapper .img-wrapper,
.blogs .author-wrapper .img-wrapper {
    border-radius: 50%;
    height: auto;
    width: auto;
    background-color: #d6d9da;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 6px
}

.blog-filter .author-wrapper .img-wrapper .inner-img-wrapper,
.blog-grid .author-wrapper .img-wrapper .inner-img-wrapper,
.blogs .author-wrapper .img-wrapper .inner-img-wrapper {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-filter .author-wrapper .img-wrapper .inner-img-wrapper img,
.blog-grid .author-wrapper .img-wrapper .inner-img-wrapper img,
.blogs .author-wrapper .img-wrapper .inner-img-wrapper img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 50%
}

.blog-filter .author-wrapper .text-wrapper,
.blog-grid .author-wrapper .text-wrapper,
.blogs .author-wrapper .text-wrapper {
    padding: 0;
    width: 90%
}

.blog-filter .author-wrapper .text-wrapper p,
.blog-grid .author-wrapper .text-wrapper p,
.blogs .author-wrapper .text-wrapper p {
    margin-bottom: 0
}

.blog-filter .author-wrapper .text-wrapper p.author-name,
.blog-grid .author-wrapper .text-wrapper p.author-name,
.blogs .author-wrapper .text-wrapper p.author-name {
    color: #333f48;
    font-family: Eina01-SemiBold;
    margin-right: 15px;
    font-size: 14px
}

.blog-filter .author-wrapper .text-wrapper p.author-name a,
.blog-grid .author-wrapper .text-wrapper p.author-name a,
.blogs .author-wrapper .text-wrapper p.author-name a {
    color: #333f48
}

.blog-filter .author-wrapper .text-wrapper p.post-date,
.blog-grid .author-wrapper .text-wrapper p.post-date,
.blogs .author-wrapper .text-wrapper p.post-date {
    color: #333f48;
    opacity: .6;
    font-family: Lora;
    font-style: italic;
    font-size: 14px
}

.blog-filter .share-wrapper,
.blog-grid .share-wrapper,
.blogs .share-wrapper {
    display: flex;
    align-items: center
}

.blog-filter .share-wrapper h6,
.blog-grid .share-wrapper h6,
.blogs .share-wrapper h6 {
    margin: 0
}

.blog-filter .share-wrapper .share-line,
.blog-grid .share-wrapper .share-line,
.blogs .share-wrapper .share-line {
    width: 40px;
    height: 1px;
    background: #333f48;
    margin-right: 15px
}

.blog-filter .share-wrapper .icons,
.blog-grid .share-wrapper .icons,
.blogs .share-wrapper .icons {
    margin-left: 30px;
    display: flex;
    align-items: center;
    display: none
}

.blog-filter .share-wrapper .icons a,
.blog-grid .share-wrapper .icons a,
.blogs .share-wrapper .icons a {
    color: #333f48;
    text-decoration: none;
    margin-right: 20px
}

.blog-filter .share-wrapper .icons a .fab,
.blog-filter .share-wrapper .icons a .fas,
.blog-grid .share-wrapper .icons a .fab,
.blog-grid .share-wrapper .icons a .fas,
.blogs .share-wrapper .icons a .fab,
.blogs .share-wrapper .icons a .fas {
    font-size: 27px;
    display: block;
    opacity: .4
}

.blog-filter .share-wrapper .icons a .fab:hover,
.blog-filter .share-wrapper .icons a .fas:hover,
.blog-grid .share-wrapper .icons a .fab:hover,
.blog-grid .share-wrapper .icons a .fas:hover,
.blogs .share-wrapper .icons a .fab:hover,
.blogs .share-wrapper .icons a .fas:hover {
    opacity: 1
}

.blog-filter .share-wrapper .icons a:last-child,
.blog-grid .share-wrapper .icons a:last-child,
.blogs .share-wrapper .icons a:last-child {
    margin-right: 0
}

.blog-grid {
    padding-top: 48px;
    padding-bottom: 52px;
    z-index: 2
}

.blog-grid .blog-img-border {
    position: relative
}

.blog-grid .blog-img-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid rgba(51, 63, 72, .1)
}

.blog-grid .filters {
    margin-bottom: 15px
}

.blog-grid .filters ul {
    padding: 0;
    margin: 0;
    width: 35%
}

.blog-grid .filters ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 38px;
    vertical-align: middle
}

.blog-grid .filters ul li a {
    color: #333f48;
    font-size: 24px;
    font-family: Eina01-Bold;
    text-decoration: none;
    padding: 40px 0
}

.blog-grid .filters ul li a.color-sun {
    color: #fead00
}

.blog-grid .filters ul li a .fa {
    padding-left: 5px;
    font-weight: 700
}

.blog-grid .filters ul li a:hover {
    color: #fead00
}

.blog-grid .filters ul li:last-child {
    margin-right: 0
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper {
    display: none;
    position: absolute;
    background: #f3f4f4;
    width: 100%;
    padding: 72px 0 110px;
    left: 0;
    margin-top: 26px;
    z-index: 9996
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper .row {
    padding: 0 112px
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    padding: 0 4rem !important;
    grid-auto-flow: column
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul li {
    padding: 20px 0;
    margin-right: 0;
    display: block
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul li a {
    font-family: Eina01-Bold;
    font-size: 18px;
    padding: 20px 0;
    color: #333f48
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul li a:before {
    display: none
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul li a:hover {
    color: #008eaa;
    text-decoration: underline
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul li.active a:before,
.blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul li a:hover:before {
    display: none
}

.blog-grid .filters ul li:hover a {
    color: #fead00
}

.blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper {
    display: block
}

.blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper ul,
.blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper ul li {
    position: relative
}

.blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper ul li:first-child:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 115px;
    background: #fead00;
    height: 8px;
    z-index: 9997
}

.blog-grid .filters .lined {
    width: 69.5%
}

.blog-grid .filters .line {
    margin-left: 45px;
    width: 100%;
    height: 1px;
    background-color: #333f48;
    opacity: .4
}

.blog-grid .tags-wrapper {
    margin-top: 14px
}

.blog-grid .tags-wrapper a {
    text-decoration: none;
    padding: 5px 15px;
    background-color: #eaebec;
    color: #586169;
    font-family: Eina01-Bold;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block
}

.blog-grid .tags-wrapper a:hover {
    color: #008eaa;
    text-decoration: none;
    background-color: #e5eef8
}

.blog-grid .tags-wrapper a .tag {
    opacity: .8
}

.blog-grid .sidebar-blog.featured-1-4:hover .section-title-medium a {
    color: #0d5ca9
}

.blog-grid .sidebar-blog.featured-1-4:hover .share-wrapper {
    opacity: 1
}

.blog-grid .sidebar-blog.featured-1-4:hover .share-wrapper h6 {
    color: #333f48
}

.blog-grid .sidebar-blog.featured-1-4:hover .share-wrapper h6:hover {
    cursor: pointer
}

.blog-grid .featured-blog {
    padding: 0
}

.blog-grid .featured-blog .img-wrapper img {
    height: 506px;
    object-fit: cover
}

.blog-grid .featured-blog .content-wrapper .tags-wrapper {
    padding: 23px 95px 0
}

.blog-grid .featured-blog .content-wrapper .line {
    width: 60px;
    height: 1px;
    background-color: #333f48;
    margin-right: 40px;
    opacity: .4;
    margin-top: 13px
}

.blog-grid .featured-blog .content-wrapper .text-wrapper {
    display: flex;
    margin-top: 28px
}

.blog-grid .featured-blog .content-wrapper .text-wrapper .text-content {
    width: 100%
}

.blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 {
    font-size: 1.875rem;
    margin-bottom: 32px
}

.blog-grid .featured-blog .content-wrapper .text-wrapper .text-content p {
    white-space: pre-line;
    margin-bottom: 0
}

.blog-grid .featured-blog .content-wrapper .text-wrapper .blog-item-intro {
    padding-right: 3.125rem
}

.blog-grid .featured-blog .content-wrapper .text-wrapper .blog-item-intro p {
    font-size: 16px
}

.blog-grid .featured-blog .icons {
    display: flex
}

.blog-grid .featured-blog .author-wrapper .img-wrapper {
    height: 64px;
    position: relative;
    top: 13px
}

.blog-grid .featured-blog .author-wrapper .text-wrapper {
    width: 85%
}

.blog-grid .featured-1-4 {
    padding: 0 0 56px 64px
}

.blog-grid .featured-1-4 h4 {
    margin-top: 28px;
    margin-bottom: 15px
}

.blog-grid .featured-1-4 p {
    margin-bottom: 0;
    color: #333f48;
    font-size: 16px;
    line-height: 24px
}

.blog-grid .featured-1-4 img {
    height: 180px
}

.blog-grid .featured-1-4 .author-wrapper {
    margin-top: 25px
}

.blog-grid .featured-1-4 .author-wrapper .img-wrapper {
    height: 56px;
    width: 60px;
    margin-right: 8px
}

.blog-grid .featured-1-4 .author-wrapper .img-wrapper .inner-img-wrapper {
    height: 48px;
    width: 48px
}

.blog-grid .featured-1-4 .author-wrapper .img-wrapper .inner-img-wrapper img {
    width: 42px;
    height: 42px
}

.blog-grid .featured-1-4 .author-wrapper .share-wrapper {
    opacity: .4
}

.blog-grid .custom-content {
    display: flex;
    flex-direction: column
}

.blog-grid .newsletter {
    padding-top: 36px;
    padding-right: 35px;
    padding-bottom: 65px;
    -moz-clip-path: polygon(100% 0, 100% 100%, 15px 100%, 0 95%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 15px 100%, 0 95%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 15px 100%, 0 95%, 0 0)
}

.blog-grid .newsletter .icon {
    text-align: right
}

.blog-grid .newsletter .far {
    font-size: 32px;
    color: #fff;
    opacity: .4
}

.blog-grid .newsletter .text-wrapper h5 {
    font-size: 1.5rem;
    font-family: Eina01-Regular;
    margin-bottom: 0
}

.blog-grid .newsletter .text-wrapper p {
    white-space: pre-line;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0
}

.blog-grid .newsletter .text-wrapper .newsletter-form {
    display: flex;
    margin-top: 32px
}

.blog-grid .newsletter .text-wrapper .newsletter-form input {
    font-size: 15px;
    border-radius: 0;
    padding: 15px;
    background-color: #fff;
    opacity: 1;
    margin-right: 10px;
    margin-bottom: 0;
    border: none
}

.blog-grid .newsletter .text-wrapper .newsletter-form a {
    padding: 15px 18px;
    color: #fff;
    text-decoration: none;
    display: inherit;
    align-items: baseline;
    height: auto;
    font-size: 14px
}

.blog-grid .newsletter .text-wrapper .newsletter-form a .fa {
    margin-left: 8px
}

section.blog-grid.blog-article {
    z-index: 1
}

.blogs {
    padding-top: 65px
}

.blogs .row {
    margin: 2px
}

.blogs .advertisement {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0 32px 20px
}

.blogs .advertisement .img-wrapper {
    height: 100%
}

.blogs .advertisement .img-wrapper img {
    height: 100%;
    border-radius: 10px
}

.blogs.featured-section .industry-wrapper {
    margin-bottom: 20px;
    padding: 40px 30px 60px;
    border-radius: 10px
}

.blogs.featured-section .industry-wrapper .featured-tags .tag {
    color: #586169;
    font-weight: 100;
    font-family: Eina01-Bold;
    font-size: 12px
}

.blogs.featured-section .industry-wrapper .featured-tags .tag:hover {
    color: #008eaa
}

.blogs.featured-section .industry-wrapper p {
    margin: 0;
    padding: 0;
    color: #333f48
}

.blogs.featured-section .industry-wrapper .text-content {
    padding-bottom: 0
}

.blogs.featured-section .industry-wrapper .author-wrapper {
    margin-top: 40px
}

.blogs.featured-section .industry-wrapper .author-wrapper .img-wrapper {
    height: 56px;
    width: 60px;
    margin-right: 8px
}

.blogs.featured-section .industry-wrapper .author-wrapper .img-wrapper .inner-img-wrapper {
    height: 48px;
    width: 48px
}

.blogs.featured-section .industry-wrapper .author-wrapper .img-wrapper .inner-img-wrapper img {
    width: 42px;
    height: 42px
}

.blogs.featured-section .industry-wrapper .author-wrapper .share-wrapper {
    padding-top: 0;
    opacity: .4
}

.blogs.featured-section .industry-wrapper:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 87, 184, .2);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 87, 184, .2);
    box-shadow: 0 0 35px 0 rgba(0, 87, 184, .2)
}

.blogs.featured-section .industry-wrapper:hover .share-wrapper {
    opacity: 1
}

.blogs .loading-wrapper {
    padding-top: 70px;
    padding-bottom: 100px
}

.blog-article .featured-tags a {
    margin-bottom: 5px;
    display: inline-block
}

.blogs .industry-wrapper .featured-tags .tag {
    white-space: pre
}

.blog-grid .filters ul li.has-dropdown .dropdown-wrapper {
    margin-top: 10px
}

.blog-grid .filters ul li a {
    padding: 10px 0
}

.blog-grid .filters ul li {
    padding: 15px 0
}

.blog-grid .featured-1-4.sidebar-blog {
    padding: 0 0 3.625rem 4rem
}

.section-bottom-yellow-bar.blog-article .bar-content span.text {
    text-align: left;
    max-width: 876px;
    max-width: 54.75rem
}

.section-bottom-yellow-bar.blog-article {
    max-width: 1600px;
    max-width: 100rem;
    margin: auto auto -6.5625rem;
    z-index: 10;
    position: relative
}

.section-bottom-yellow-bar {
    background-color: #ffad00;
    padding-top: 90px;
    padding-bottom: 90px
}

.section-bottom-yellow-bar .bar-content span.text {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-family: Eina01-Regular;
    display: inline-block;
    margin-right: 10%
}

.blog_single_v2 .content .blog-content .section-bottom-yellow-bar .bar-content #btn-back-to-blog,
.custom-marketo-form .section-bottom-yellow-bar .bar-content .mktoButton,
.section-bottom-yellow-bar .bar-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
.section-bottom-yellow-bar .bar-content .btn,
.section-bottom-yellow-bar .bar-content .custom-marketo-form .mktoButton {
    margin-left: 20px
}

.popover {
    z-index: 9999
}

.popover .popover-body .icons a {
    color: #333f48;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block
}

.popover .popover-body .icons a .fab,
.popover .popover-body .icons a .fas {
    font-size: 27px;
    display: block;
    opacity: .4
}

.popover .popover-body .icons a:hover .fab,
.popover .popover-body .icons a:hover .fas {
    opacity: 1
}

#btn-back-to-blog {
    display: block;
    margin: 80px auto 0;
    width: 240px
}

h1.h1-custom-title {
    font-family: Eina01-Bold;
    font-size: 62px;
    color: #333f48
}

.custom-data-light-header header {
    position: relative;
    background: #fff !important
}

.blog-article .industry-wrapper.blog-grid-item {
    position: relative;
    z-index: 1
}

.blog-article .industry-wrapper.blog-grid-item:hover {
    cursor: default !important
}

.blog-article .industry-wrapper.blog-grid-item>div .text-content>.featured-tags,
.blog-article .industry-wrapper.blog-grid-item>div .text-content>.featured-tags:first-child {
    margin-top: 15px;
    margin-bottom: unset
}

.blog-article .industry-wrapper.blog-grid-item>div .text-content>.featured-tags:first-child a,
.blog-article .industry-wrapper.blog-grid-item>div .text-content>.featured-tags a {
    margin-bottom: 0
}

.blog-article .industry-wrapper.blog-grid-item>div .text-content>.section-title-medium,
.blog-article .industry-wrapper.blog-grid-item>div .text-content>.section-title-medium:first-child {
    margin-top: 24px;
    margin-bottom: 16px
}

.blog-article .industry-wrapper.blog-grid-item p {
    font-size: 16px
}

.blog-filter ul {
    padding-left: 0;
    list-style-type: none
}

.blog-filter ul li.has-dropdown h1 {
    cursor: pointer
}

.blog-filter ul li.has-dropdown h1 i.fa-angle-up {
    display: none
}

.blog-filter ul li.has-dropdown .dropdown-wrapper {
    display: none;
    position: absolute;
    background: #f3f4f4;
    width: 100%;
    padding: 72px 0 110px;
    left: 0;
    margin-top: -5px;
    z-index: 9996
}

.blog-filter ul li.has-dropdown .dropdown-wrapper .row {
    padding: 0 112px
}

.blog-filter ul li.has-dropdown .dropdown-wrapper ul {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    padding: 0 4rem !important;
    grid-auto-flow: column
}

.blog-filter ul li.has-dropdown .dropdown-wrapper ul li {
    padding: 20px 0;
    margin-right: 0;
    display: block;
    position: relative
}

.blog-filter ul li.has-dropdown .dropdown-wrapper ul li:hover:after {
    content: "";
    position: absolute;
    top: 8px;
    width: 75px;
    background: #fead00;
    height: 8px;
    z-index: 9997;
    left: 0;
    border-radius: 6px
}

.blog-filter ul li.has-dropdown .dropdown-wrapper ul li a {
    font-family: Eina01-Bold;
    font-size: 18px;
    padding: 20px 0;
    color: #333f48;
    text-decoration: none
}

.blog-filter ul li.has-dropdown .dropdown-wrapper ul li.active:after {
    content: "";
    position: absolute;
    top: 8px;
    width: 75px;
    background: #fead00;
    height: 8px;
    z-index: 9997;
    left: 0;
    border-radius: 6px
}

.blog-filter .text-wrapper .tag-filter-inner {
    margin-top: 0
}

.blog-filter .text-wrapper .tag-filter-inner .back-to-blog {
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
    color: #333f48
}

.blog-filter .text-wrapper .tag-filter-inner .back-to-blog a {
    font-size: 16px;
    color: #333f48
}

.blog-filter .text-wrapper .tag-filter-inner .back-to-blog i {
    margin-right: 10px
}

.blog-filter .text-wrapper .mega-dropdown .has-dropdown .h1-custom-title {
    margin-bottom: 20px
}

.blog-filter .text-wrapper .author-wrapper .img-wrapper {
    max-width: 64px
}

.blog-article .author-wrapper .author-name a {
    color: #fff
}

.blog-article.section-banner .tags-wrapper a:hover {
    text-decoration: none;
    color: #333f48;
    background-color: #fff
}

body.track-blog-section header {
    background-color: #333f48 !important
}

.blog-col-area .vul-content br:first-child {
    display: none
}

@media (max-width:500px) {
    .blog-filter .author-wrapper .img-wrapper {
        margin-bottom: 20px
    }

    .blog-filter .author-wrapper {
        flex-direction: column
    }

    .track-blog-section .blog-article.section-banner h1 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 48px;
        line-height: 3rem
    }
}

@media (max-width:575px) {
    .newsletter.bg-dark .marketo-blog-newsletter-form input#Email {
        height: auto;
        line-height: normal
    }
}

@media (max-width:620px) {
    section.blog-grid .container {
        padding: 0 33px
    }
}

@media (max-width:767px) {
    .blog-filter ul li.has-dropdown .dropdown-wrapper .row {
        padding: 0 40px
    }

    .blog-grid .newsletter.bg-dark .text-wrapper p.color-white {
        color: #fff
    }

    .blog-filter .text-wrapper .tag-filter-inner {
        margin-top: 5.75rem
    }

    .blogs.featured-section .industry-wrapper .share-wrapper {
        justify-content: flex-end
    }

    .blog-grid .newsletter {
        margin-top: 40px
    }

    .blog-grid .author-wrapper .text-wrapper,
    .blog-grid .featured-blog .content-wrapper .text-wrapper {
        display: block
    }

    .blog-grid .featured-1-4.sidebar-blog {
        padding-left: 0
    }

    .blog-grid .featured-blog .content-wrapper .tags-wrapper {
        padding: 30px 0
    }

    .blog-grid .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .author-wrapper .text-wrapper .li-align-center-18 li,
    .blog-grid .featured-blog .content-wrapper .text-wrapper .flex-align-center,
    .blog-grid .featured-blog .content-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .author-wrapper .text-wrapper li,
    .li-align-center-18 .blog-grid .featured-blog .content-wrapper .text-wrapper li {
        justify-content: start
    }

    .blog-grid .share-wrapper .icons {
        margin-left: 20px
    }

    .blog-grid .share-wrapper .icons a {
        margin-right: 10px
    }

    .blog-grid .share-wrapper .share-line {
        width: 30px
    }

    .featured-section .industry-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .blogs .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .blog-filter .author-wrapper,
    .blog-grid .author-wrapper,
    .blogs .author-wrapper,
    .blogs .industry-wrapper .author-wrapper {
        margin-top: 20px
    }

    .col-lg-4.with-newsletter {
        margin-top: 50px
    }

    .blog-article.section-banner.gradient-bg:before {
        background: #333f48;
        opacity: .9
    }

    .blog-filter ul li.has-dropdown .dropdown-wrapper ul,
    .blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul {
        grid-template-rows: none !important;
        padding: 0 2rem !important;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row
    }
}

@media (min-width:1199px) {

    .blog-filter ul li.has-dropdown .dropdown-wrapper ul,
    .blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul {
        grid-template-rows: repeat(5, 1fr)
    }
}

@media (max-width:991px) {

    .blog-filter ul li.has-dropdown .dropdown-wrapper ul,
    .blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul {
        grid-template-rows: repeat(8, 1fr)
    }
}

@media (min-width:768px) {
    .blog-grid .container {
        max-width: none
    }
}

@media (max-width:768px) {
    .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper {
        flex-direction: column
    }

    .blog-filter .blog-results-wrapper {
        padding: 40px 20px
    }

    .blog-results-wrapper .author-wrapper .flex-align-space-between .flex-align-center,
    .blog-results-wrapper .author-wrapper .flex-align-space-between .li-align-center-18 li,
    .li-align-center-18 .blog-results-wrapper .author-wrapper .flex-align-space-between li {
        margin-bottom: 20px
    }

    .blog-grid .filters {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px
    }

    .blog-grid .filters ul li.has-dropdown .dropdown-wrapper .row {
        padding: 0 8px
    }

    .blog-grid .filters ul li.has-dropdown .dropdown-wrapper {
        margin-top: 6px
    }

    .blog-grid .filters ul {
        width: 100%
    }

    .blog-grid .filters .line {
        display: none
    }

    .blog-grid .filters ul li a {
        padding: 0
    }

    .col-lg-4.with-newsletter,
    .col-lg-8.featured-blog {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .blog-filter .spacer-140 {
        padding-bottom: 112px
    }

    .blog-article.featured-section.insights .featured-tags {
        margin-top: 10px;
        margin-bottom: 5px
    }

    .blog-article.featured-section.insights .featured-tags a {
        padding: 5px 8px;
        margin-right: 5px;
        margin-bottom: 10px;
        display: -webkit-inline-box
    }

    .blog-article.featured-section.insights .featured-tags a .tag {
        font-size: 11px;
        margin-bottom: 10px
    }

    .blog-grid .filters ul {
        width: 100%
    }

    .blog-grid .filters ul li a {
        font-size: 20px
    }

    .blog-grid .filters ul li:hover a:before {
        top: 289px
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper {
        padding: 52px 0 80px
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper .row {
        padding: 0 45px
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper ul li {
        margin-right: 0;
        padding: 15px 0
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper ul li a {
        font-size: 16px
    }

    .blog-grid .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .author-wrapper .text-wrapper li {
        flex-direction: column;
        align-items: baseline
    }

    .blog-grid .featured-blog .img-wrapper img {
        height: auto
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 {
        margin-bottom: 20px
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 br {
        display: none
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content p {
        white-space: normal
    }

    .blog-grid .col-lg-4.with-newsletter,
    .blog-grid .col-lg-8.featured-blog,
    .blog-grid .col-md-4.with-newsletter,
    .blog-grid .col-md-8.featured-blog {
        flex: 0 0 100%;
        max-width: 100%
    }

    .blog-grid .custom-content {
        flex-direction: inherit;
        margin-top: 56px
    }

    .blog-grid .custom-content .featured-1-4 {
        padding: 0 16px
    }

    .blog-grid .custom-content .featured-1-4:first-child {
        padding: 0 16px 0 0
    }

    .blog-grid .custom-content .newsletter {
        padding: 36px 16px
    }

    .blog-grid .custom-content .newsletter .text-wrapper p {
        color: #fff;
        font-size: 16px
    }

    .blog-grid .custom-content .newsletter .text-wrapper .newsletter-form {
        flex-direction: column;
        align-items: flex-end
    }

    .blog-grid .custom-content .newsletter .text-wrapper .newsletter-form input {
        margin-bottom: 32px;
        margin-right: 0
    }

    .blog-grid .industry-wrapper {
        padding: 30px 20px 50px
    }

    .blog-grid .advertisement {
        margin-top: 30px;
        margin-bottom: 50px;
        padding: 0 20px 20px
    }

    .blog-filter .blog-results-wrapper {
        padding: 40px 35px 40px 50px
    }

    .blog-filter .blog-results-wrapper .text-wrapper {
        padding-left: 20px
    }

    .blog-filter .blog-results-wrapper .author-wrapper {
        display: block;
        position: relative;
        padding-bottom: 32px
    }

    .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper {
        display: inline;
        padding-left: 0;
        position: absolute;
        top: 25px;
        right: 0;
        width: 100%
    }

    .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper .flex-align-center,
    .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper li {
        justify-content: flex-end
    }

    .blog-filter .blog-results-wrapper .author-wrapper .share-wrapper {
        justify-content: flex-end;
        margin-top: 24px;
        display: flex
    }
}

@media (max-width:991px) {
    .blog-article.section-banner.gradient-bg:before {
        background: linear-gradient(42deg, rgba(50, 62, 71, .9) 58%, rgba(247, 243, 237, .3))
    }

    .blog-hero h1 {
        font-size: 64px
    }

    .blog-hero h4 {
        font-size: 32px
    }

    .blog-hero p {
        font-size: 20px
    }
}

@media (max-width:992px) {
    .section-bottom-yellow-bar.blog-article {
        margin-bottom: 0
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .blog-grid .filters ul {
        width: 90%
    }

    .blog-grid .filters ul li a {
        font-size: 20px
    }

    .blog-grid .filters ul li:hover a:before {
        top: 289px
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper {
        padding: 52px 0 80px
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper .row {
        padding: 0 45px
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper ul li {
        margin-right: 0;
        padding: 15px 0
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper ul li a {
        font-size: 16px
    }

    .blog-grid .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .author-wrapper .text-wrapper li {
        flex-direction: column;
        align-items: baseline
    }

    .blog-grid .featured-blog .img-wrapper img {
        height: auto
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 {
        margin-bottom: 20px
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 br {
        display: none
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content p {
        white-space: normal
    }

    .blog-grid .featured-blog .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .featured-blog .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .featured-blog .author-wrapper .text-wrapper li {
        flex-direction: row;
        align-items: baseline
    }

    .blog-grid .col-lg-4.with-newsletter,
    .blog-grid .col-lg-8.featured-blog,
    .blog-grid .col-md-4.with-newsletter,
    .blog-grid .col-md-8.featured-blog {
        flex: 0 0 100%;
        max-width: 100%
    }

    .blog-grid .custom-content {
        flex-direction: inherit;
        margin-top: 56px
    }

    .blog-grid .custom-content .featured-1-4 {
        padding: 0 16px
    }

    .blog-grid .custom-content .featured-1-4:first-child {
        padding: 0 16px 0 0
    }

    .blog-grid .custom-content .featured-1-4 .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .custom-content .featured-1-4 .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .custom-content .featured-1-4 .author-wrapper .text-wrapper li {
        flex-direction: row;
        align-items: baseline
    }

    .blog-grid .custom-content .newsletter {
        padding: 36px 50px 87px 64px
    }

    .blog-grid .custom-content .newsletter .text-wrapper p {
        color: #fff;
        font-size: 16px
    }

    .blog-grid .custom-content .newsletter .text-wrapper .newsletter-form {
        flex-direction: column;
        align-items: flex-end
    }

    .blog-grid .custom-content .newsletter .text-wrapper .newsletter-form input {
        margin-bottom: 32px;
        margin-right: 0
    }

    .blog-grid .industry-wrapper {
        padding: 30px 20px 50px
    }

    .blog-grid .advertisement {
        margin-top: 30px;
        margin-bottom: 50px;
        padding: 0 20px 20px
    }

    .blog-filter .blog-results-wrapper {
        padding: 40px 35px 40px 50px
    }

    .blog-filter .blog-results-wrapper .text-wrapper {
        padding-left: 20px
    }

    .blog-filter .blog-results-wrapper .author-wrapper {
        display: block;
        position: relative;
        padding-bottom: 32px
    }

    .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper {
        display: inline;
        padding-left: 0;
        position: absolute;
        top: 25px;
        right: 0;
        width: 100%
    }

    .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper .flex-align-center,
    .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper li {
        justify-content: center
    }

    .blog-filter .blog-results-wrapper .author-wrapper .share-wrapper {
        justify-content: flex-end;
        margin-top: 24px;
        display: flex
    }
}

@media (min-width:992px) and (max-width:1601px) {
    body ._author .blog-results-wrapper .author-wrapper .text-wrapper div.flex-align-center {
        max-width: 450px
    }

    .archive-posts .blog-filter .blog-results-wrapper {
        padding: 40px 35px 40px 50px
    }

    .archive-posts .blog-filter .blog-results-wrapper .text-wrapper {
        padding-left: 20px
    }

    .archive-posts .blog-filter .blog-results-wrapper .author-wrapper {
        display: block;
        position: relative;
        padding-bottom: 32px
    }

    .archive-posts .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper {
        display: inline;
        padding-left: 0;
        position: absolute;
        top: 25px;
        right: 0;
        width: 100%
    }

    .archive-posts .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper .flex-align-center,
    .archive-posts .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .archive-posts .blog-filter .blog-results-wrapper .author-wrapper .text-wrapper li {
        justify-content: center
    }

    .archive-posts .blog-filter .blog-results-wrapper .author-wrapper .share-wrapper {
        justify-content: flex-end;
        margin-top: 24px;
        display: flex
    }
}

@media (max-width:1199px) {
    .blog-filter .blog-results-wrapper .text-wrapper h4 br {
        display: none
    }

    .blog-grid .blog-img-border.inline-lg {
        display: inline-block
    }

    .blog-hero h1,
    .blog-hero h4,
    .blog-hero p {
        white-space: normal
    }
}

@media (min-width:1200px) {
    .blog-grid .filters ul {
        width: 80%
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper .row {
        padding: 0 85px
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper ul li {
        margin-right: 0
    }

    .blog-grid .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .author-wrapper .text-wrapper li {
        flex-direction: column;
        align-items: baseline
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 {
        margin-bottom: 20px
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 br {
        display: none
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content p {
        white-space: normal
    }

    .blog-grid .custom-content {
        flex-direction: column
    }

    .blog-grid .custom-content .newsletter .text-wrapper p {
        color: #fff;
        font-size: 16px
    }

    .blog-grid .custom-content .newsletter .text-wrapper .newsletter-form {
        flex-direction: column;
        align-items: flex-end
    }

    .blog-grid .custom-content .newsletter .text-wrapper .newsletter-form input {
        margin-bottom: 32px;
        margin-right: 0
    }

    .blog-filter .blog-results-wrapper .author-wrapper .img-wrapper {
        height: 60px;
        width: 64px
    }

    .blog-filter .blog-results-wrapper:hover .author-wrapper .text-wrapper .flex-align-center,
    .blog-filter .blog-results-wrapper:hover .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-filter .blog-results-wrapper:hover .author-wrapper .text-wrapper li {
        flex-direction: unset
    }

    .blog-grid .featured-1-4.sidebar-blog {
        max-height: 505px
    }
}

@media (min-width:1400px) {
    .blog-grid .filters ul {
        width: 60%
    }

    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper .row {
        padding: 0 110px
    }

    .blog-grid .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .author-wrapper .text-wrapper li {
        flex-direction: row;
        align-items: baseline
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 {
        margin-bottom: 20px
    }

    .blog-grid .featured-blog .content-wrapper .text-wrapper .text-content h4 br {
        display: none
    }

    .blog-grid .featured-blog .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .featured-blog .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .featured-blog .author-wrapper .text-wrapper li {
        flex-direction: row;
        align-items: baseline
    }

    .blog-grid .custom-content {
        flex-direction: column
    }

    .blog-grid .custom-content .newsletter .text-wrapper .newsletter-form {
        flex-direction: row;
        align-items: end
    }

    .blog-grid .custom-content .newsletter .text-wrapper .newsletter-form input {
        margin-right: 10px
    }

    .blog-filter .blog-results-wrapper .author-wrapper .img-wrapper {
        height: 60px;
        width: 64px
    }

    .blog-filter .blog-results-wrapper:hover .author-wrapper .text-wrapper .flex-align-center,
    .blog-filter .blog-results-wrapper:hover .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-filter .blog-results-wrapper:hover .author-wrapper .text-wrapper li {
        flex-direction: row
    }

    .blog-hero h1,
    .blog-hero h4,
    .blog-hero p {
        white-space: pre-line
    }
}

@media (max-width:1595px) {
    .blog-grid .featured-1-4.sidebar-blog {
        padding: 0 0 3.625rem 4rem
    }
}

.content-section.blog-article {
    z-index: 2
}

@media (min-width:768px) {
    body .blog-article .single_blog_jm {
        display: none;
        background-color: #fff;
        padding: 25px 0;
        border-radius: 15px
    }

    body .blog-article .single_blog_jm.right_fix {
        position: absolute;
        right: 0;
        top: 120px;
        margin-right: 20px
    }

    body .blog-article .single_blog_jm.curr_fix.right_fix {
        position: fixed;
        top: 30%
    }
}

@media (min-width:1600px) {
    .blog-grid .filters ul li:hover.has-dropdown .dropdown-wrapper .row {
        padding: 0 110px
    }

    .blog-grid .author-wrapper .text-wrapper .flex-align-center,
    .blog-grid .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .blog-grid .author-wrapper .text-wrapper li {
        flex-direction: row;
        align-items: baseline
    }
}

@media (max-width:940px) {
    .blog-grid .filters .line {
        width: 50%
    }
}

@media (max-width:784px) {
    body .blog-article .single_blog_jm.right_fix {
        right: 45px
    }
}

@media (max-width:767px) {
    body .blog-article .single_blog_jm.right_fix {
        right: 0
    }

    ._press-release-single.social-media-icons-floating-right.single_blog_jm {
        z-index: 1000
    }

    .blog-hero {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .blog-hero h1 {
        font-size: 42px
    }

    .blog-hero h4 {
        font-size: 32px
    }

    .blog-hero p {
        font-size: 20px;
        padding: 0
    }
}

@media (max-width:540px) {
    .blog-grid .filters ul li a {
        font-size: 18px
    }
}

@media (max-width:450px) {
    .blog-grid .filters ul li {
        margin-right: 3vw
    }

    .blog-grid .filters ul li.has-dropdown .dropdown-wrapper ul li a {
        font-size: 4vw
    }

    .blog-grid .filters ul li a {
        font-size: 4.6vw
    }
}

@media (max-width:350px) {
    .blog-grid .filters ul li a {
        font-size: 4.4vw
    }
}

.blog_single_v2 .blog-hero {
    background-color: #333f48;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.blog_single_v2 .blog-hero,
.blog_single_v2 .blog-hero .flex {
    min-height: 862px;
    min-height: 53.875rem
}

.blog_single_v2 .blog-hero.gradient-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(42deg, rgba(50, 62, 71, .9) 42%, rgba(247, 243, 237, .3) 85%)
}

.blog_single_v2 .blog-hero .text-wrapper h2 {
    font-size: 36px;
    font-size: 2.25rem
}

.blog_single_v2 .blog-hero .text-wrapper h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    line-height: 2.875rem
}

.blog_single_v2 .blog-hero .tags-wrapper a {
    margin-right: 15px;
    text-decoration: none;
    background-color: #697177;
    padding: 10px 15px 8px;
    color: #fff;
    font-size: 14px;
    font-family: Eina01-Bold;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    opacity: 1;
    word-wrap: break-word
}

.blog_single_v2 .blog-hero .tags-wrapper a:hover {
    text-decoration: none;
    color: #333f48;
    background-color: #fff
}

.blog_single_v2 .blog-hero .tags-wrapper a .tag {
    text-transform: uppercase
}

.blog_single_v2 .blog-hero .author-wrapper {
    display: flex;
    align-items: center;
    margin-top: 46px
}

.blog_single_v2 .blog-hero .author-wrapper .img-wrapper {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    background-color: #565f65;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.blog_single_v2 .blog-hero .author-wrapper .img-wrapper .inner-img-wrapper {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog_single_v2 .blog-hero .author-wrapper .img-wrapper .inner-img-wrapper img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 50%
}

.blog_single_v2 .blog-hero .author-wrapper .text-wrapper p {
    padding: 0
}

.blog_single_v2 .blog-hero .author-wrapper .text-wrapper p.author-name {
    color: #fff;
    font-family: Eina01-SemiBold;
    margin-right: 20px;
    font-size: 14px
}

.blog_single_v2 .blog-hero .author-wrapper .text-wrapper p.author-name a {
    color: #fff
}

.blog_single_v2 .blog-hero .author-wrapper .text-wrapper p.post-date {
    color: #989ea1;
    font-family: Lora;
    font-style: italic;
    font-size: 14px
}

.blog_single_v2 .content {
    z-index: 2
}

.blog_single_v2 .content .blog-content a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.blog_single_v2 .content .blog-content a:not(.btn):focus,
.blog_single_v2 .content .blog-content a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.blog_single_v2 .content .blog-content h1 a,
.blog_single_v2 .content .blog-content h2 a,
.blog_single_v2 .content .blog-content h3 a,
.blog_single_v2 .content .blog-content h4 a,
.blog_single_v2 .content .blog-content h5 a,
.blog_single_v2 .content .blog-content h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.blog_single_v2 .content .blog-content h1 a:hover,
.blog_single_v2 .content .blog-content h2 a:hover,
.blog_single_v2 .content .blog-content h3 a:hover,
.blog_single_v2 .content .blog-content h4 a:hover,
.blog_single_v2 .content .blog-content h5 a:hover,
.blog_single_v2 .content .blog-content h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.blog_single_v2 .content .blog-content ul.w-link li a {
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px
}

.blog_single_v2 .content .blog-content #btn-back-to-blog {
    display: block;
    margin: 80px auto 0;
    width: 240px;
    opacity: 1
}

.blog_single_v2 .content .social-media-icons-floating-right a {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.blog_single_v2 .related_posts h2 {
    font-size: 36px;
    text-align: center;
    margin-top: 40px;
    font-family: Eina01-Light
}

.blog_single_v2 .related_posts .featured-tags a {
    text-decoration: none;
    background-color: #eaebec;
    padding: 5px 12px;
    margin-right: 10px;
    opacity: 1;
    border-radius: 20px;
    z-index: 9997;
    font-size: 12px;
    font-weight: 400;
    font-family: Eina01-Bold;
    margin-bottom: 5px;
    display: inline-block
}

.blog_single_v2 .related_posts .featured-tags a:hover {
    background-color: #e5eef8;
    color: #008eaa
}

.blog_single_v2 .related_posts .featured-tags a .tag {
    font-weight: 400;
    font-family: Eina01-Bold;
    opacity: .8;
    margin-bottom: 16px;
    color: #333f48;
    font-size: 14px
}

.blog_single_v2 .related_posts .industry-wrapper a {
    border-bottom: 0;
    padding-bottom: 5px
}

.blog_single_v2 .vertical-line {
    width: 1px;
    height: 200px;
    margin: auto;
    background-color: #333f48;
    opacity: .4
}

.blog_single_v2 .vertical-line.color-sun {
    background-color: #fead00;
    opacity: 1;
    position: relative;
    margin-top: -100px
}

@media (min-width:768px) {
    .blog_single_v2 .single_blog_jm {
        display: none;
        background-color: #fff;
        padding: 25px 0;
        border-radius: 15px
    }

    .blog_single_v2 .single_blog_jm.right_fix {
        position: absolute;
        right: 0;
        top: 120px;
        margin-right: 20px
    }

    .blog_single_v2 .single_blog_jm.curr_fix.right_fix {
        position: fixed;
        top: 30%
    }
}

@media (min-width:1400px) {

    .blog_single_v2 .blog-hero .author-wrapper .text-wrapper p.author-name,
    .blog_single_v2 .blog-hero .author-wrapper .text-wrapper p.author-name a {
        display: flex
    }
}

.cradlepoint-page.downloads .downloads-bg.search-result-head h1 {
    font-size: 40px;
    line-height: 48px;
    font-family: Eina01-Bold;
    color: #333f48
}

.cradlepoint-page.downloads .downloads-bg.search-result-head h1 span {
    color: #ffad00
}

.cradlepoint-page.downloads .downloads-bg.search-result-head .search-again {
    cursor: pointer
}

.cradlepoint-page.downloads .downloads-bg.search-result-head div.text-wrapper {
    padding-top: 38px
}

.cradlepoint-page.downloads .downloads-bg.search-result-head div.text-wrapper p {
    font-size: 18px;
    line-height: 24px;
    font-family: Eina01-SemiBold
}

.search-results {
    margin-top: -106px;
    padding: 0 35px
}

.search-results a {
    color: rgba(51, 63, 72, .8);
    font-family: Eina01-SemiBold;
    text-decoration: underline;
    text-decoration-style: dotted
}

.search-results a:hover {
    color: #009a44;
    text-decoration-color: #009a44;
    opacity: 1
}

.search-results .search-list {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 40px 30px;
    text-align: center;
    max-width: 880px;
    margin: 0 auto 20px
}

.search-results .search-list:hover {
    box-shadow: 0 0 35px rgba(61, 75, 86, .3);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #fff
}

.search-results .search-list:hover h3 a {
    color: #008eaa;
    text-decoration: none;
    border-bottom: 1px solid #008eaa;
    padding-bottom: 1px
}

.search-results .search-list h3 a {
    font-size: 26px;
    line-height: 36px;
    font-family: Eina01-SemiBold;
    opacity: 1
}

.search-results .search-list h3 a,
.search-results .search-list h3 a:hover {
    color: #008eaa;
    text-decoration: none
}

.search-results .search-list h5 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0
}

.search-results .search-list .excerpt p {
    font-size: 18px;
    line-height: 28px
}

.search-result-head,
.section-hero-transparent {
    background-position: 100% 0;
    background-repeat: no-repeat
}

#search-close span.glyphicon-remove {
    cursor: pointer;
    padding: 15px
}

@media (max-width:1800px) {

    .search-result-head,
    .section-hero-transparent {
        background-position: 100% 0;
        background-repeat: no-repeat
    }
}

@media (max-width:575px) {
    .section-404-search .search input[type=text] {
        padding: 26px 51px 32px 24px;
        font-size: 18px
    }

    .section-404-search .search input[type=submit] {
        right: 18px
    }
}

body .page404 h4 {
    font-family: Eina01-Regular;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #333f48
}

body .page404 .pt-2 p {
    margin-bottom: 0
}

body .page404 p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

body .page404 p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

body .page404 ul {
    list-style: none;
    padding: 0
}

body .page404 ul li a {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    line-height: 40px;
    color: #008eaa
}

body .page404 ul li a:hover {
    border-bottom-color: #008eaa;
    color: #008eaa;
    text-decoration: underline
}

.section-404-search .search-wrap {
    padding: 0
}

.section-404-search .search {
    position: relative
}

.section-404-search input[type=text] {
    font-family: Eina01-Regular;
    font-size: 24px;
    font-size: 1.5rem;
    color: #333f48;
    border: 2px solid rgba(51, 63, 72, .4);
    box-shadow: 0 4px 10px rgba(67, 78, 86, .2);
    padding: 40px 50px 44px 20px;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.section-404-search input[type=submit] {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(//img.cradlepoint.com/wp-content/uploads/2020/04/search-dark.webp);
    background-repeat: no-repeat;
    border: 0;
    padding: 0;
    text-indent: -9999px;
    background-position: 50%;
    opacity: 1;
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 54px
}

@media (min-width:576px) {
    .section-404-search input[type=text] {
        padding: 40px 65px 44px 30px
    }
}

@media (min-width:768px) {
    .section-404-search input[type=text] {
        padding: 40px 85px 44px 60px
    }
}

@media (min-width:992px) {
    .section-404-search .search-wrap {
        padding: 4px 61px
    }
}

@media (max-width:680px) {
    .page404 .pt-2 p br {
        display: none
    }
}

._single-product {
    font-size: 1rem
}

._single-product .section-hero-transparent .hero-content h2 {
    font-family: Eina01-Bold;
    font-size: 30px;
    line-height: 34px
}

._single-product .section-hero-transparent .hero-content h2.font-xl {
    font-size: 36px;
    font-size: 2.25rem
}

._single-product .section-hero-transparent .hero-content.content-sm div.height-30 p {
    font-size: 18px;
    line-height: 30px;
    line-height: 1.875rem
}

._single-product .section-hero-transparent .hero-content.content-sm div.height-30 p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold
}

._single-product .section-hero-transparent .hero-content.content-sm div.height-30 p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._single-product .section-hero-transparent .hero-content.content-sm h1 a:not(.btn),
._single-product .section-hero-transparent .hero-content.content-sm h2 a:not(.btn),
._single-product .section-hero-transparent .hero-content.content-sm h3 a:not(.btn),
._single-product .section-hero-transparent .hero-content.content-sm h4 a:not(.btn),
._single-product .section-hero-transparent .hero-content.content-sm h5 a:not(.btn),
._single-product .section-hero-transparent .hero-content.content-sm h6 a:not(.btn) {
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._single-product .section-hero-transparent .hero-content.content-sm h1 a:not(.btn):hover,
._single-product .section-hero-transparent .hero-content.content-sm h2 a:not(.btn):hover,
._single-product .section-hero-transparent .hero-content.content-sm h3 a:not(.btn):hover,
._single-product .section-hero-transparent .hero-content.content-sm h4 a:not(.btn):hover,
._single-product .section-hero-transparent .hero-content.content-sm h5 a:not(.btn):hover,
._single-product .section-hero-transparent .hero-content.content-sm h6 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: underline
}

._single-product .section-product-slider .carousel .carousel-inner {
    padding: 10px 0;
    margin-bottom: 97px
}

._single-product .section-product-slider .carousel .carousel-item {
    height: 321px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

._single-product .section-product-slider .carousel .carousel-item img {
    vertical-align: middle;
    max-height: 100%
}

._single-product .section-product-slider .carousel .carousel-indicators {
    margin-top: 20px;
    text-align: center
}

._single-product .section-product-slider .carousel .carousel-indicators li {
    width: 170px;
    height: 90px;
    border: 4px solid rgba(51, 63, 72, .2);
    text-indent: 0;
    opacity: 1;
    padding: 5px;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px
}

._single-product .section-product-slider .carousel .carousel-indicators li.active,
._single-product .section-product-slider .carousel .carousel-indicators li:hover {
    border-color: #ffad00;
    box-shadow: 0 32px 79px rgba(255, 165, 25, .38)
}

._single-product .section-product-slider .carousel .carousel-indicators li.active.extra-class,
._single-product .section-product-slider .carousel .carousel-indicators li:hover.extra-class {
    border-color: #d6d9da;
    border-color: rgba(51, 63, 72, .2);
    box-shadow: none;
    display: none
}

._single-product .section-2col-content-yellow-line .col-content {
    padding-top: 90px;
    padding-bottom: 80px;
    height: 100%
}

._single-product .section-2col-content-yellow-line .col-content.col-left {
    padding-left: 75px;
    padding-right: 70px
}

._single-product .section-2col-content-yellow-line .col-content.col-right {
    border-left: 1px solid #ffad00;
    padding-left: 96px;
    padding-right: 60px
}

._single-product .section-2col-content-yellow-line .col-content h3 {
    font-family: Eina01-Bold;
    font-size: 36px;
    font-size: 2.25rem;
    color: #333f48;
    margin-bottom: 25px;
    margin-top: 50px
}

._single-product .section-2col-content-yellow-line .col-content ul {
    list-style: none;
    padding: 0
}

._single-product .section-2col-content-yellow-line .col-content ul li {
    font-family: Eina01-Regular;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #333f48;
    position: relative;
    padding-left: 30px
}

._single-product .section-2col-content-yellow-line .col-content ul li a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold
}

._single-product .section-2col-content-yellow-line .col-content ul li a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._single-product .section-2col-content-yellow-line .col-content ul li:before {
    content: "—";
    font-family: Eina01-SemiBold;
    display: inline-block;
    color: #ffad00;
    position: absolute;
    left: 0;
    top: -1px
}

._single-product .section-2col-content-yellow-line .col-content p {
    font-family: Eina01-Regular;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #333f48
}

._single-product .section-2col-content-yellow-line .col-content p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold
}

._single-product .section-2col-content-yellow-line .col-content p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._single-product .section-yellow-box-container .yellow-box-container {
    padding: 79px 70px;
    background-color: #ffad00;
    box-shadow: 0 80px 120px rgba(28, 36, 42, .2)
}

._single-product .section-yellow-box-container .yellow-box-container h5 {
    font-family: Eina01-Regular;
    font-size: 30px;
    line-height: 42px;
    font-size: 1.875rem;
    line-height: 2.625rem;
    color: #fff
}

._single-product .section-yellow-box-container .yellow-box-container a+a {
    margin-left: 15px
}

.set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul {
    padding-left: 0
}

.set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul li {
    padding-right: 20px
}

.set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul li:last-child {
    padding-right: 0
}

.set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul li span {
    margin-right: 8px
}

.set2_single_product ._download-mobile .intro-block a:not(.btn),
.set2_single_product .section-intro-block .intro-block a:not(.btn) {
    border-bottom: 1px dotted #333f48 !important;
    padding-bottom: 1px !important;
    color: #333f48 !important;
    font-family: Eina01-SemiBold !important;
    text-decoration: none !important
}

.set2_single_product ._download-mobile .intro-block a:not(.btn):hover,
.set2_single_product .section-intro-block .intro-block a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover) !important;
    border-color: var(--link-color-secondary-a-hover) !important;
    text-decoration: none !important
}

.discontinued {
    color: #333f48;
    font-family: Eina01-Bold;
    background-color: #fead00;
    padding: 5px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px
}

._full-width-cta-list.section-content-image-grid .content-grid body ._download-mobile .intro-block p a,
._full-width-cta-list.section-content-image-grid .content-grid body .section-intro-block .intro-block p a,
._full-width-cta-list.section-content-image-grid .content-grid ul body ._download-mobile .intro-block li a,
._full-width-cta-list.section-content-image-grid .content-grid ul body .section-intro-block .intro-block li a,
._full-width._full-width-image-title-content .text-block body ._download-mobile .intro-block p a,
._full-width._full-width-image-title-content .text-block body .section-intro-block .intro-block p a,
.section-content-box._full-width .content-box body ._download-mobile .intro-block p a,
.section-content-box._full-width .content-box body .section-intro-block .intro-block p a,
.section-text-block._full-width .text-block body ._download-mobile .intro-block p a,
.section-text-block._full-width .text-block body .section-intro-block .intro-block p a,
body ._download-mobile .intro-block ._full-width-cta-list.section-content-image-grid .content-grid p a,
body ._download-mobile .intro-block ._full-width-cta-list.section-content-image-grid .content-grid ul li a,
body ._download-mobile .intro-block ._full-width._full-width-image-title-content .text-block p a,
body ._download-mobile .intro-block .body-large a,
body ._download-mobile .intro-block .section-content-box._full-width .content-box p a,
body ._download-mobile .intro-block .section-text-block._full-width .text-block p a,
body .section-intro-block .intro-block ._full-width-cta-list.section-content-image-grid .content-grid p a,
body .section-intro-block .intro-block ._full-width-cta-list.section-content-image-grid .content-grid ul li a,
body .section-intro-block .intro-block ._full-width._full-width-image-title-content .text-block p a,
body .section-intro-block .intro-block .body-large a,
body .section-intro-block .intro-block .section-content-box._full-width .content-box p a,
body .section-intro-block .intro-block .section-text-block._full-width .text-block p a {
    font-family: Eina01-SemiBold;
    color: rgba(51, 63, 72, .8);
    text-decoration: underline;
    text-decoration-style: dotted
}

._full-width-cta-list.section-content-image-grid .content-grid body ._download-mobile .intro-block p a:hover,
._full-width-cta-list.section-content-image-grid .content-grid body .section-intro-block .intro-block p a:hover,
._full-width-cta-list.section-content-image-grid .content-grid ul body ._download-mobile .intro-block li a:hover,
._full-width-cta-list.section-content-image-grid .content-grid ul body .section-intro-block .intro-block li a:hover,
._full-width._full-width-image-title-content .text-block body ._download-mobile .intro-block p a:hover,
._full-width._full-width-image-title-content .text-block body .section-intro-block .intro-block p a:hover,
.section-content-box._full-width .content-box body ._download-mobile .intro-block p a:hover,
.section-content-box._full-width .content-box body .section-intro-block .intro-block p a:hover,
.section-text-block._full-width .text-block body ._download-mobile .intro-block p a:hover,
.section-text-block._full-width .text-block body .section-intro-block .intro-block p a:hover,
body ._download-mobile .intro-block ._full-width-cta-list.section-content-image-grid .content-grid p a:hover,
body ._download-mobile .intro-block ._full-width-cta-list.section-content-image-grid .content-grid ul li a:hover,
body ._download-mobile .intro-block ._full-width._full-width-image-title-content .text-block p a:hover,
body ._download-mobile .intro-block .body-large a:hover,
body ._download-mobile .intro-block .section-content-box._full-width .content-box p a:hover,
body ._download-mobile .intro-block .section-text-block._full-width .text-block p a:hover,
body .section-intro-block .intro-block ._full-width-cta-list.section-content-image-grid .content-grid p a:hover,
body .section-intro-block .intro-block ._full-width-cta-list.section-content-image-grid .content-grid ul li a:hover,
body .section-intro-block .intro-block ._full-width._full-width-image-title-content .text-block p a:hover,
body .section-intro-block .intro-block .body-large a:hover,
body .section-intro-block .intro-block .section-content-box._full-width .content-box p a:hover,
body .section-intro-block .intro-block .section-text-block._full-width .text-block p a:hover {
    color: #009a44;
    opacity: 1
}

@media (max-width:1480px) {
    .set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul {
        display: block;
        column-count: 2
    }

    .set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul li,
    .set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul li:last-child {
        padding-right: 0
    }
}

@media (max-width:991px) {
    ._single-product .section-2col-content-yellow-line .col-content.col-left {
        padding-left: 0;
        padding-right: 30px
    }

    ._single-product .section-2col-content-yellow-line .col-content.col-right {
        padding-left: 30px;
        padding-right: 0
    }
}

@media (max-width:767px) {
    ._single-product .section-product-slider .carousel .carousel-indicators li {
        height: auto;
        margin-right: 2px;
        margin-left: 2px
    }

    ._single-product .section-product-slider .carousel .carousel-indicators li img.h-100 {
        height: unset !important
    }

    ._single-product .section-product-slider .carousel .carousel-inner {
        margin-bottom: 20px
    }

    ._single-product .section-2col-content-yellow-line .col-content.col-left {
        padding: 30px 0 40px
    }

    ._single-product .section-2col-content-yellow-line .col-content.col-right {
        padding-left: 0;
        padding-top: 20px;
        border: 0;
        border-top: 1px solid #ffad00;
        padding-right: 0
    }

    ._single-product .section-yellow-box-container .yellow-box-container {
        padding: 50px 15px
    }

    ._single-product .section-yellow-box-container .yellow-box-container a+a {
        margin-left: 0;
        margin-top: 15px
    }

    .set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul {
        display: block;
        column-count: 1
    }

    .set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul li,
    .set2_single_product .section-product-specs-column._specs .inner-column .content-table .list-of-types ul li:last-child {
        padding-right: 0
    }
}

.vulnerability_alert_archive a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.vulnerability_alert_archive a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.vulnerability_alert_archive h2 {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 1.375rem
}

.vulnerability_alert_archive h2 a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.vulnerability_alert_archive h2 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.vulnerability_alert_archive h2.primary-heading {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 13px;
    line-height: 38px;
    line-height: 2.375rem
}

.vulnerability_alert_archive h1 a:not(.btn),
.vulnerability_alert_archive h3 a:not(.btn),
.vulnerability_alert_archive h4 a:not(.btn),
.vulnerability_alert_archive h5 a:not(.btn),
.vulnerability_alert_archive h6 a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.vulnerability_alert_archive h1 a:not(.btn):hover,
.vulnerability_alert_archive h3 a:not(.btn):hover,
.vulnerability_alert_archive h4 a:not(.btn):hover,
.vulnerability_alert_archive h5 a:not(.btn):hover,
.vulnerability_alert_archive h6 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.vulnerability_alert_archive h5 {
    font-size: 16px;
    line-height: 24px
}

.vulnerability_alert_archive h5 a:not(.btn) {
    color: #333f48;
    font-family: inherit;
    opacity: 1;
    text-decoration: none
}

.vulnerability_alert_archive h5 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: underline
}

.vulnerability_alert_archive p {
    margin-bottom: 7px
}

body.vulnerability-alerts-single section.content p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold !important;
    text-decoration: none;
    opacity: 1 !important
}

body.vulnerability-alerts-single section.content p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover) !important;
    border-color: var(--link-color-secondary-a-hover) !important;
    text-decoration: none
}

body.vulnerability-alerts-single section.content ul.w-link {
    padding: 0
}

body.vulnerability-alerts-single section.content ul.w-link li {
    list-style: none
}

body.vulnerability-alerts-single section.content ul.w-link li a:not(.btn) {
    text-decoration: none;
    color: #333f48;
    font-family: Eina01-SemiBold;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    opacity: 1 !important
}

body.vulnerability-alerts-single section.content ul.w-link li a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

body.vulnerability-alerts-single section.content h2 a:not(.btn) {
    color: inherit;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

body.vulnerability-alerts-single section.content h2 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.vulnerability-alerts-single .content {
    padding: 40px 0
}

@media (min-width:768px) {
    .vulnerability-alerts-single .content {
        padding: 60px 0
    }
}

@media (min-width:1024px) {
    .vulnerability-alerts-single .content {
        padding: 80px 0
    }
}

@media (min-width:1280px) {
    .vulnerability-alerts-single .content {
        padding: 100px 0
    }
}

@media (min-width:1440px) {
    .vulnerability-alerts-single .content {
        padding: 120px 0
    }
}

.news_alerts_archive a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.news_alerts_archive a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.news_alerts_archive h2 {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 1.375rem
}

.news_alerts_archive h2 a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.news_alerts_archive h2 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.news_alerts_archive h2.primary-heading {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 13px;
    line-height: 38px;
    line-height: 2.375rem
}

.news_alerts_archive h1 a:not(.btn),
.news_alerts_archive h3 a:not(.btn),
.news_alerts_archive h4 a:not(.btn),
.news_alerts_archive h5 a:not(.btn),
.news_alerts_archive h6 a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.news_alerts_archive h1 a:not(.btn):hover,
.news_alerts_archive h3 a:not(.btn):hover,
.news_alerts_archive h4 a:not(.btn):hover,
.news_alerts_archive h5 a:not(.btn):hover,
.news_alerts_archive h6 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.news_alerts_archive h5 {
    font-size: 16px;
    line-height: 24px
}

.news_alerts_archive h5 a:not(.btn) {
    color: #333f48;
    font-family: inherit;
    opacity: 1;
    text-decoration: none
}

.news_alerts_archive h5 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: underline
}

.news_alerts_archive p {
    margin-bottom: 7px
}

.news_alerts_archive .img-thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: unset !important;
    border-radius: unset !important
}

body.news-alerts-single section.content p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold !important;
    text-decoration: none;
    opacity: 1 !important
}

body.news-alerts-single section.content p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover) !important;
    border-color: var(--link-color-secondary-a-hover) !important;
    text-decoration: none
}

body.news-alerts-single section.content ul.w-link {
    padding: 0
}

body.news-alerts-single section.content ul.w-link li {
    list-style: none
}

body.news-alerts-single section.content ul.w-link li a:not(.btn) {
    text-decoration: none;
    color: #333f48;
    font-family: Eina01-SemiBold;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    opacity: 1 !important
}

body.news-alerts-single section.content ul.w-link li a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

body.news-alerts-single section.content h2 a:not(.btn) {
    color: inherit;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

body.news-alerts-single section.content h2 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.news-alerts-single .content {
    padding: 40px 0
}

@media (min-width:768px) {
    .news-alerts-single .content {
        padding: 60px 0
    }
}

@media (min-width:1024px) {
    .news-alerts-single .content {
        padding: 80px 0
    }
}

@media (min-width:1280px) {
    .news-alerts-single .content {
        padding: 100px 0
    }
}

@media (min-width:1440px) {
    .news-alerts-single .content {
        padding: 120px 0
    }
}

.life-at-cradelpoint-section .life-at-cradlepoint-card {
    transition: box-shadow .3s ease-in-out;
    height: 30em;
    min-height: 30em;
    border: unset;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 1.25em
}

.life-at-cradelpoint-section .life-at-cradlepoint-card .card-img-top {
    height: 50% !important
}

.life-at-cradelpoint-section .life-at-cradlepoint-card .card-body {
    padding: .75rem !important
}

.life-at-cradelpoint-section .life-at-cradlepoint-card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 87, 184, .2);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 87, 184, .2);
    box-shadow: 0 0 35px 0 rgba(0, 87, 184, .2);
    transition: box-shadow .3s ease-in-out
}

.life-at-cradelpoint-section .col-md-6,
.life-at-cradelpoint-section .col-sm-6,
.life-at-cradelpoint-section .col-xl-3,
.life-at-cradelpoint-section .col-xl-4 {
    height: auto
}

.life-at-cradelpoint-section .text-black {
    color: #333f48
}

.life-at-cradelpoint-section .row {
    margin-left: unset !important;
    margin-right: unset !important
}

.quick_start_archive .customPad {
    padding-left: 4.9vw;
    padding-right: 4.9vw
}

.quick_start_archive .widget-filter {
    padding-left: 40px;
    position: relative;
    margin-bottom: 50px
}

.quick_start_archive .widget-filter:before {
    display: none !important
}

.quick_start_archive .widget-filter .customCollapse {
    cursor: pointer
}

.quick_start_archive .widget-filter .customIcon {
    position: absolute;
    top: 3px;
    left: 0;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.quick_start_archive .widget-filter .customIcon .chev-open {
    display: none
}

.quick_start_archive .widget-filter .openFilter .customIcon .chev-open {
    display: block
}

.quick_start_archive .widget-filter .openFilter .customIcon .chev-close {
    display: none
}

.quick_start_archive .widget-filter h4.headjm {
    font-family: Eina01-Bold;
    font-size: 24px;
    margin-bottom: 20px
}

.quick_start_archive .widget-filter .filter-group {
    overflow: hidden;
    transition: height .3s ease-in-out
}

.quick_start_archive .widget-filter label {
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    font-family: Eina01-SemiBold
}

.quick_start_archive .widget-filter label span {
    float: left;
    display: block;
    width: 80%;
    margin-top: 1px
}

.quick_start_archive .widget-filter label:hover {
    cursor: pointer
}

.quick_start_archive .widget-filter input[type=checkbox].check-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    border: 2px solid #b3b3b3;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    float: left;
    margin-bottom: 0
}

.quick_start_archive .widget-filter input[type=checkbox].check-box:hover {
    border: 3px solid #333f49
}

.quick_start_archive .widget-filter input[type=checkbox].check-box:before {
    width: 100%;
    text-align: center
}

.quick_start_archive .widget-filter input[type=checkbox].check-box:checked {
    border: 3px solid #ffad00
}

.quick_start_archive .widget-filter input[type=checkbox].check-box:checked:before {
    color: #ffad00
}

.quick_start_archive .additional-details a:not(.btn) {
    color: #008eaa
}

.quick_start_archive hr {
    border-top: 6px solid #d6d9da
}

.quick_start_archive .card-flip {
    flex: 1 1 30%;
    max-width: 30%
}

.quick_start_archive .card-flip>div {
    backface-visibility: hidden;
    transition: transform .3s;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0
}

.quick_start_archive .card-front {
    transform: rotateY(0deg)
}

.quick_start_archive .card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    background-color: #ffad00
}

.quick_start_archive .flipped {
    transform: rotateY(0deg)
}

.quick_start_archive .list-group-item {
    background-color: inherit;
    border: unset !important
}

.quick_start_archive .card-title {
    margin-bottom: 2.5rem
}

.quick_start_archive .card-footer {
    text-align: center;
    border: unset;
    background: #fff;
    position: relative;
    bottom: 10px;
    right: 0;
    left: 0;
    margin-top: 15px
}

.quick_start_archive .card-footer .card-link {
    border-bottom: 1px dotted;
    text-decoration: unset !important;
    font-size: 14px !important
}

.blog_single_v2 .content .blog-content .quick_start_archive #btn-back-to-blog,
.custom-marketo-form .quick_start_archive .mktoButton,
.quick_start_archive .blog_single_v2 .content .blog-content #btn-back-to-blog,
.quick_start_archive .btn,
.quick_start_archive .custom-marketo-form .mktoButton {
    padding: 6px 14px
}

.quick_start_archive .start-product-language {
    text-decoration: none !important
}

.quick_start_archive .network-icon-cont {
    border: 6px solid #d6d9da;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    height: auto;
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex-flow: column nowrap;
    text-align: center;
    min-height: 385px;
    cursor: pointer;
    justify-content: flex-start
}

.quick_start_archive .network-icon-cont:hover {
    border: 6px solid #ffad00;
    transform: scale(1.03)
}

.quick_start_archive .network-icon-cont .img-container {
    width: auto;
    height: 150px !important
}

.quick_start_archive .network-icon-cont img {
    margin: unset !important
}

.quick_start_archive .load-more-btn {
    text-align: center;
    display: none
}

.quick_start_archive .clear-selection-filter {
    color: #005a9e;
    font-size: 16px;
    font-family: Eina01-SemiBold;
    cursor: pointer;
    margin-bottom: 104px;
    display: block
}

.quick_start_archive .clear-selection-filter i {
    padding: 5px 7px;
    border: 1px solid;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 7px
}

.quick_start_archive .clear-selection-filter.opacity-none {
    pointer-events: none
}

.macos .quick_start_archive .widget-filter input[type=checkbox].check-box {
    align-items: baseline
}

.macos .quick_start_archive .widget-filter input[type=checkbox].check-box:before {
    top: 1px;
    left: -1px
}

.vul-content h2,
.vul-content h3,
.vul-content h4,
.vul-content h5 {
    font-size: 16px !important
}

.quick_start_archive .content {
    padding: 40px 0
}

@media (min-width:768px) {
    .quick_start_archive .content {
        padding: 60px 0
    }
}

@media (max-width:767px) {
    .quick_start_archive .card-flip {
        flex: 0 0 92%;
        max-width: 92%
    }

    .quick_start_archive .network-icon-cont {
        margin-right: 15px;
        margin-left: 15px
    }

    .quick_start_archive .clear-selection-filter {
        margin-bottom: 20px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .quick_start_archive .customPad {
        padding-left: unset;
        padding-right: unset
    }

    .quick_start_archive .card-flip {
        flex: 1 1 46%;
        max-width: 46%
    }

    .quick_start_archive .network-icon-cont {
        margin-right: 8px;
        margin-left: 8px
    }

    .quick_start_archive .network-icon-cont .img-container {
        height: 105px !important
    }

    .quick_start_archive .widget-filter input[type=checkbox].check-box {
        margin-right: 8px;
        width: 24px;
        height: 24px
    }
}

@media (max-width:991px) {
    .quick_start_archive .clear-selection-filter {
        margin-bottom: 60px
    }
}

@media (min-width:1024px) {
    .quick_start_archive .content {
        padding: 80px 0
    }
}

@media (max-width:1024px) and (min-width:991px) {
    .quick_start_archive .card-flip {
        flex: 1 1 46%;
        max-width: 46%
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .quick_start_archive .network-icon-cont .img-container {
        height: 105px !important
    }
}

@media (min-width:1280px) {
    .quick_start_archive .content {
        padding: 100px 0
    }
}

@media (min-width:1440px) {
    .quick_start_archive .content {
        padding: 120px 0
    }
}

._press-release.press-releases-cols {
    margin-top: -25px
}

._press-release.blog-col-area .content-area {
    position: relative
}

._press-release.blog-col-area .content-area p.cont {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px
}

._press-release.blog-col-area h3 {
    font-family: Eina01-Light;
    font-size: 36px
}

._press-release.blog-col-area h4 {
    font-family: Eina01-Bold;
    font-size: 24px;
    line-height: 30px
}

._press-release.blog-col-area .content-area {
    margin-top: 15px;
    display: flex;
    flex-direction: column
}

._press-release.blog-col-area .content-area p {
    margin-bottom: 9px
}

._press-release.blog-col-area .content-area p.readmore {
    margin-top: auto
}

._press-release.blog-col-area .col-area {
    font-size: 16px;
    line-height: 24px
}

._press-release.blog-col-area .col-area img {
    margin: auto;
    display: block;
    width: 100%;
    border-radius: 10px
}

._press-release.blog-col-area .col-area i {
    color: #008eaa;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 700
}

._press-release.blog-col-area .col-area p span {
    font-size: 14px
}

._press-release.blog-col-area .singlePresReleases .readmore a:hover {
    text-decoration: none;
    color: #008eaa;
    border-color: #008eaa;
    font-size: 15px;
    border-bottom: 1px solid #008eaa
}

._press-release.blog-col-area .singlePresReleases:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 87, 184, .2);
    -moz-box-shadow: 0 20px 30px 0 rgba(0, 87, 184, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 87, 184, .2);
    transition: box-shadow .3s ease-in-out
}

._press-release.blog-col-area .singlePresReleases:hover h4 {
    text-decoration-color: #0b2e13;
    color: #0057b8;
    text-decoration: underline
}

._press-release.blog-col-area .singlePresReleases:hover .readmore a {
    color: #008eaa;
    border-color: #008eaa;
    font-size: 15px;
    border-bottom: 1px solid #008eaa !important
}

._press-release .press-grid-content a {
    position: relative
}

._press-release .press-grid-content a .press-feat-img {
    max-height: 195px;
    min-height: 195px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: block
}

._press-release .press-grid-content a:hover h4 {
    text-decoration-color: #0b2e13;
    color: #0057b8;
    text-decoration: underline
}

._press-release #news-results {
    display: flex;
    flex-direction: row
}

._press-release #news-results .press-grid-content {
    display: flex;
    flex-direction: column
}

._press-release #news-results .press-grid-content a:hover {
    border: none;
    padding-bottom: 0
}

._press-release #news-results .press-grid-content .content-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative
}

._press-release #news-results .press-grid-content .content-area .four-line-elipsis {
    margin-bottom: 15px
}

._press-release #news-results .press-grid-content .content-area a {
    border: none;
    padding-bottom: 0;
    font-size: 15px
}

._press-release #news-results .press-grid-content .content-area a:hover {
    border: none;
    padding-bottom: 0
}

._press-release #news-results .press-grid-content .content-area p.readmore {
    position: relative;
    bottom: 0
}

._press-release #news-results .press-grid-content .content-area p.readmore a {
    color: #008eaa
}

._press-release-single.press-details-content {
    margin-top: -63px
}

._press-release-single.press-details-content .container strong {
    line-height: 24px
}

._press-release-single.press-details-content .container .press-head h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    font-family: Eina01-Bold;
    text-align: center
}

._press-release-single.press-details-content .container h6 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 14px
}

._press-release-single.press-details-content .container h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
    line-height: 2.625rem;
    text-align: center;
    font-family: Eina01-Regular;
    font-weight: 500;
    padding-bottom: 30px
}

._press-release-single.press-details-content .container .content-press h2 {
    text-align: unset
}

._press-release-single.press-details-content .container .content-press p strong {
    display: inline;
    line-height: 24px;
    font-family: Eina01-SemiBold
}

._press-release-single.press-details-content .container .content-press ul.w-link {
    padding: 0
}

._press-release-single.press-details-content .container .content-press ul.w-link li {
    list-style: none
}

._press-release-single.press-details-content .container .content-press ul.w-link li a {
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px
}

._press-release-single.press-details-content .container .content-press a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    text-decoration: none;
    font-family: Eina01-SemiBold
}

._press-release-single.press-details-content .container .content-press a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._press-release-single.press-details-content .container .content-press h1 a,
._press-release-single.press-details-content .container .content-press h2 a,
._press-release-single.press-details-content .container .content-press h3 a,
._press-release-single.press-details-content .container .content-press h4 a,
._press-release-single.press-details-content .container .content-press h5 a,
._press-release-single.press-details-content .container .content-press h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._press-release-single.press-details-content .container .content-press h1 a:hover,
._press-release-single.press-details-content .container .content-press h2 a:hover,
._press-release-single.press-details-content .container .content-press h3 a:hover,
._press-release-single.press-details-content .container .content-press h4 a:hover,
._press-release-single.press-details-content .container .content-press h5 a:hover,
._press-release-single.press-details-content .container .content-press h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._press-release-single.press-details-content .container h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-family: Eina01-Bold;
    padding-bottom: 20px
}

._press-release-single.press-details-content .container h4 {
    font-family: Eina01-Bold;
    font-size: 16px;
    text-transform: uppercase
}

._press-release-single.press-details-content .container h4:before {
    content: "";
    width: 40px;
    height: 8px;
    background-color: #fead00;
    display: block;
    border-radius: 10px;
    position: relative;
    top: -12px
}

._press-release-single.press-details-content .container p {
    margin-bottom: 28px
}

._press-release-single.press-details-content .container p strong {
    line-height: 28px;
    font-family: Eina01-SemiBold;
    display: block;
    padding-top: 20px;
    padding-bottom: 5px
}

._press-release-single.press-detail.section-banner {
    background-size: contain
}

._press-release-single.press-detail.section-banner h4 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px
}

._press-release-single.press-detail.section-banner h4 i {
    font-weight: 700;
    margin-right: 10px
}

._press-release-single .color-night {
    color: #333f48
}

._press-release-single.social-media-icons-floating-right {
    text-align: center;
    position: fixed;
    top: 40%;
    right: 0
}

._press-release-single.social-media-icons-floating-right .container {
    max-width: 117px
}

._press-release-single.social-media-icons-floating-right .container .vertical-line-social-media {
    width: 1px;
    height: 40px;
    background-color: #333f48;
    margin: 25px auto 0
}

._press-release-single.social-media-icons-floating-right .container h4 {
    font-size: 16px;
    font-family: Eina01-Bold
}

._press-release-single.social-media-icons-floating-right .container ul {
    list-style: none;
    padding: 5px 0 0
}

._press-release-single.social-media-icons-floating-right .container ul li {
    margin: 10px 5px
}

._press-release-single.social-media-icons-floating-right .container ul li a {
    color: #adb2b6;
    font-size: 35px
}

._press-release-single.social-media-icons-floating-right .container ul li a:hover {
    color: #333f48
}

.pb-col {
    padding: 50px 0
}

.blog_single_v2 .pb-content blockquote,
.single-press-release .pb-content blockquote {
    position: relative;
    border: 3pt solid #ffad00;
    padding: 40px 40px 40px 60px
}

.blog_single_v2 .pb-content blockquote:before,
.single-press-release .pb-content blockquote:before {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/quote_1.png);
    position: absolute;
    left: -35px;
    border-radius: 100%;
    top: 42px
}

.blog_single_v2 .pb-content blockquote p,
.single-press-release .pb-content blockquote p {
    font-family: Lora;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
    margin-bottom: 0 !important
}

.blog_single_v2 .text-70-content,
.single-press-release .text-70-content {
    display: flex;
    align-items: center;
    height: 100%
}

.blog_single_v2 .text-70-content p,
.single-press-release .text-70-content p {
    font-family: Lora;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #008eaa;
    margin-bottom: 0 !important
}

.blog_single_v2 .stat-count,
.single-press-release .stat-count {
    font-family: Lora;
    font-weight: 600;
    font-size: 5.5rem;
    color: #008eaa;
    color: #333f48
}

.blog_single_v2 .stat-count-wrapper,
.single-press-release .stat-count-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.pressFilters {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 25px;
    position: absolute;
    top: 110px;
    left: 19px
}

.pressFilters .mega-dropdown {
    width: 100%;
    padding-left: 0
}

.pressFilters .mega-dropdown li {
    padding: 15px 0;
    list-style-type: none;
    display: inline-block;
    margin-right: 38px;
    vertical-align: middle
}

.pressFilters .mega-dropdown li:hover a {
    color: #fead00
}

.pressFilters .mega-dropdown li a {
    padding: 10px 0;
    color: #333f48;
    font-size: 24px;
    font-family: Eina01-Bold;
    text-decoration: none
}

.pressFilters .mega-dropdown li a:hover {
    color: #fead00
}

.pressFilters .mega-dropdown li a .fa {
    padding-left: 5px;
    font-weight: 700
}

.pressFilters .mega-dropdown li.has-dropdown .dropdown-wrapper {
    margin-top: 10px;
    display: none;
    position: absolute;
    background: #f3f4f4;
    width: 100%;
    padding: 72px 0 110px;
    left: 0;
    z-index: 9996
}

.pressFilters .mega-dropdown li.has-dropdown .dropdown-wrapper ul {
    padding: 0;
    width: 100%
}

.pressFilters .mega-dropdown li.has-dropdown .dropdown-wrapper ul li {
    padding: 20px 0;
    margin-right: 0;
    display: block
}

.pressFilters .mega-dropdown li.has-dropdown .dropdown-wrapper ul li a {
    font-family: Eina01-Bold;
    font-size: 18px;
    padding: 20px 0;
    color: #333f48
}

.pressFilters .mega-dropdown li.has-dropdown .dropdown-wrapper ul li a:hover {
    color: #008eaa;
    text-decoration: underline
}

.pressFilters .mega-dropdown li.has-dropdown:hover.has-dropdown .dropdown-wrapper {
    display: flex
}

.pressFilters .mega-dropdown li.has-dropdown:hover.has-dropdown .dropdown-wrapper ul li {
    position: relative
}

.pressFilters .mega-dropdown li.has-dropdown:hover.has-dropdown .dropdown-wrapper ul li:first-child:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 115px;
    background: #fead00;
    height: 8px;
    z-index: 9997
}

.pressFilters .mega-dropdown li ul {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    padding: 0 4rem !important;
    grid-auto-flow: column
}

.section-banner.blog-filter {
    z-index: 2
}

@media (max-width:1500px) {

    .blog_single_v2 .stat-count,
    .single-press-release .stat-count {
        font-size: 5.5vw
    }
}

@media (min-width:1199px) {
    .pressFilters .mega-dropdown li ul {
        grid-template-rows: repeat(5, 1fr)
    }
}

@media (max-width:991px) {
    .pressFilters .mega-dropdown li ul {
        grid-template-rows: repeat(8, 1fr)
    }
}

@media (max-width:768px) {
    ._press-release.press-releases-cols {
        margin-top: 0
    }

    ._press-release.blog-col-area .content-area {
        min-height: 230px
    }

    .pressFilters {
        left: unset
    }
}

@media (max-width:767px) {

    .blog_single_v2 .stat-count,
    .single-press-release .stat-count {
        font-size: 4.5rem
    }

    ._press-release-single.press-details-content .container blockquote:before {
        left: 40%;
        top: -30px
    }

    .blog_single_v2 ._7030_image_text_content .col-12,
    .single-press-release ._7030_image_text_content .col-12 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .blog_single_v2 ._7030_image_text_content .col-12:first-child,
    .single-press-release ._7030_image_text_content .col-12:first-child {
        order: 2 !important
    }

    .blog_single_v2 ._7030_image_text_content .col-12:last-child,
    .single-press-release ._7030_image_text_content .col-12:last-child {
        order: 1 !important
    }

    .blog_single_v2 ._7030_image_text_content .col-md-9,
    .single-press-release ._7030_image_text_content .col-md-9 {
        padding: 40px 15px !important
    }

    .blog_single_v2 .stat-count-wrapper,
    .single-press-release .stat-count-wrapper {
        background-size: contain !important
    }

    .pressFilters .mega-dropdown li ul {
        grid-template-rows: repeat(12, 1fr);
        padding: 0 2rem !important
    }
}

@media (max-width:1300px) {
    ._press-release-single.press-details-content {
        margin-top: 0
    }
}

@media (max-width:767px) {
    ._press-release-single.social-media-icons-floating-right {
        bottom: 0;
        top: auto;
        display: flex;
        flex-basis: auto;
        width: 100%;
        z-index: 20;
        background: #fff;
        border-top: 1px solid #ececec;
        box-shadow: 1px 5px 20px #909090
    }

    ._press-release-single.social-media-icons-floating-right .container {
        padding: 10px 0;
        max-width: none
    }

    ._press-release-single.social-media-icons-floating-right .container h4 {
        margin-bottom: 0
    }

    ._press-release-single.social-media-icons-floating-right .container ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0
    }

    ._press-release-single.social-media-icons-floating-right .container ul li {
        margin: 0 4vw
    }

    ._press-release-single.social-media-icons-floating-right .container ul li:last-child {
        display: none
    }
}

@media (max-width:400px) {

    .blog_single_v2 .stat-count,
    .single-press-release .stat-count {
        font-size: 2.5rem
    }
}

@media (max-width:768px) {
    .blog-filter .blog-results-wrapper .text-wrapper.press-release-text-wrapper {
        padding-left: 0
    }
}

.section-banner.blog-filter.press_release .tag-filter-inner,
.section-banner.blog-filter.press_release_category .tag-filter-inner {
    margin-top: 0
}

@media (min-width:768px) {
    .archive-posts .blog-filter .blog-results-wrapper.press_release .author-wrapper {
        margin-top: -1rem
    }

    .archive-posts .blog-filter .blog-results-wrapper.press_release .author-wrapper .text-wrapper.flex-align-space-between {
        position: relative
    }

    .archive-posts .blog-filter .blog-results-wrapper.press_release .author-wrapper .text-wrapper .flex-align-center,
    .archive-posts .blog-filter .blog-results-wrapper.press_release .author-wrapper .text-wrapper .li-align-center-18 li,
    .li-align-center-18 .archive-posts .blog-filter .blog-results-wrapper.press_release .author-wrapper .text-wrapper li {
        justify-content: flex-start
    }
}

.blog-filter .blog-results-wrapper .text-wrapper.press-release-text-wrapper .share-wrapper {
    height: 27px
}

body .nav-icon4 {
    padding-bottom: 20px
}

body .tooltip .arrow:before {
    border-right-color: transparent !important;
    border-left-color: transparent !important
}

body .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
body .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #454f55 !important
}

body .bs-tooltip-bottom.menu-custom-class-jm .arrow:before,
body .menu-custom-class-jm.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
body .menu-custom-class-jm .bs-tooltip-auto[x-placement^=bottom] .arrow:before {
    border-bottom-color: transparent !important
}

body .icon-slider .header-icon.custom-experience {
    width: 31px;
    height: 29px
}

body .icon-slider .header-icon.custom-experience:hover {
    width: 208px
}

body .icon-slider .header-icon.custom-experience:hover svg path {
    fill: #fead00
}

body .icon-slider .header-icon.custom-experience svg {
    position: absolute
}

body .icon-slider .header-icon.custom-experience svg path {
    fill: #fff
}

body .icon-slider .header-icon.custom-experience span {
    margin-left: 35px
}

body .icon-slider .header-icon.nav-search-icon:hover svg circle {
    stroke: #fead00
}

body .icon-slider .header-icon.nav-search-icon:hover svg rect {
    fill: #fead00
}

body .icon-slider .header-icon.nav-search-icon svg circle {
    stroke: #fff
}

body .icon-slider .header-icon.nav-search-icon svg rect {
    fill: #fff
}

body .icon-slider .header-icon.icon-div svg {
    margin-right: 12px;
    display: inline-block
}

body .icon-slider .header-icon.icon-div svg path {
    stroke: #fff
}

body .icon-slider .header-icon.icon-div:hover svg path {
    stroke: #fead00
}

body .icon-slider #dropdownMenuButton svg {
    position: relative;
    top: -2px
}

body .icon-slider #dropdownMenuButton svg path.stroke {
    stroke: #fff
}

body .icon-slider #dropdownMenuButton svg path.fill {
    fill: #fff
}

body .icon-slider #dropdownMenuButton:hover svg path.stroke {
    stroke: #fead00
}

body .icon-slider #dropdownMenuButton:hover svg path.fill {
    fill: #fead00
}

body.data-header-dark header .navbar .header-icons .nav-toggle-icon,
body.data-header-light header .navbar .header-icons .nav-toggle-icon {
    width: 31px;
    height: 29px
}

body.data-header-dark header .navbar .header-icons .nav-toggle-icon.custom-experience:hover,
body.data-header-light header .navbar .header-icons .nav-toggle-icon.custom-experience:hover {
    width: 208px
}

body.data-header-dark header .navbar .header-icons .nav-toggle-icon:hover svg path,
body.data-header-light header .navbar .header-icons .nav-toggle-icon:hover svg path {
    fill: #fead00
}

body.data-header-dark header .navbar .header-icons .nav-toggle-icon svg,
body.data-header-light header .navbar .header-icons .nav-toggle-icon svg {
    position: absolute
}

body.data-header-dark header .navbar .header-icons .nav-toggle-icon span,
body.data-header-light header .navbar .header-icons .nav-toggle-icon span {
    margin-left: 35px
}

body.data-header-dark header .navbar .header-icons .nav-search-icon:hover svg circle,
body.data-header-light header .navbar .header-icons .nav-search-icon:hover svg circle {
    stroke: #fead00
}

body.data-header-dark header .navbar .header-icons .nav-search-icon:hover svg rect,
body.data-header-light header .navbar .header-icons .nav-search-icon:hover svg rect {
    fill: #fead00
}

body.data-header-dark header .navbar .header-icons #dropdownMenuButton svg,
body.data-header-light header .navbar .header-icons #dropdownMenuButton svg {
    position: relative;
    top: -2px
}

body.data-header-dark header .navbar .header-icons #dropdownMenuButton:hover svg path.stroke,
body.data-header-light header .navbar .header-icons #dropdownMenuButton:hover svg path.stroke {
    stroke: #fead00
}

body.data-header-dark header .navbar .header-icons #dropdownMenuButton:hover svg path.fill,
body.data-header-light header .navbar .header-icons #dropdownMenuButton:hover svg path.fill {
    fill: #fead00
}

body.data-header-dark header .navbar .header-icons .click-signin.icon-div a svg,
body.data-header-light header .navbar .header-icons .click-signin.icon-div a svg {
    margin-right: 12px;
    display: inline-block;
    width: 31px;
    height: 25px
}

body.data-header-dark header .navbar .header-icons .click-signin.icon-div a:hover svg g,
body.data-header-light header .navbar .header-icons .click-signin.icon-div a:hover svg g {
    fill: #fead00
}

body.data-header-dark header .navbar .header-icons .click-signin.icon-div a:hover svg g path,
body.data-header-light header .navbar .header-icons .click-signin.icon-div a:hover svg g path {
    stroke: #fead00
}

body.data-header-dark header .navbar .header-icons .nav-toggle-icon svg path,
body.toggle-modal-active header .navbar .header-icons .nav-toggle-icon svg path {
    fill: #fff
}

body.data-header-dark header .navbar .header-icons .nav-search-icon svg circle,
body.toggle-modal-active header .navbar .header-icons .nav-search-icon svg circle {
    stroke: #fff
}

body.data-header-dark header .navbar .header-icons .nav-search-icon svg rect,
body.toggle-modal-active header .navbar .header-icons .nav-search-icon svg rect {
    fill: #fff
}

body.data-header-dark header .navbar .header-icons #dropdownMenuButton svg path.stroke,
body.toggle-modal-active header .navbar .header-icons #dropdownMenuButton svg path.stroke {
    stroke: #fff
}

body.data-header-dark header .navbar .header-icons #dropdownMenuButton svg path.fill,
body.toggle-modal-active header .navbar .header-icons #dropdownMenuButton svg path.fill {
    fill: #fff
}

body.data-header-dark header .navbar .header-icons .click-signin.icon-div a svg path,
body.toggle-modal-active header .navbar .header-icons .click-signin.icon-div a svg path {
    stroke: #fff
}

body.data-header-dark header.active-search .navbar .header-icons .nav-toggle-icon svg path,
body.toggle-modal-active header.active-search .navbar .header-icons .nav-toggle-icon svg path {
    fill: #333f48
}

body.data-header-dark header.active-search .navbar .header-icons .nav-search-icon svg circle,
body.toggle-modal-active header.active-search .navbar .header-icons .nav-search-icon svg circle {
    stroke: #333f48
}

body.data-header-dark header.active-search .navbar .header-icons .nav-search-icon svg rect,
body.toggle-modal-active header.active-search .navbar .header-icons .nav-search-icon svg rect {
    fill: #333f48
}

body.data-header-dark header.active-search .navbar .header-icons #dropdownMenuButton svg path.stroke,
body.toggle-modal-active header.active-search .navbar .header-icons #dropdownMenuButton svg path.stroke {
    stroke: #333f48
}

body.data-header-dark header.active-search .navbar .header-icons #dropdownMenuButton svg path.fill,
body.toggle-modal-active header.active-search .navbar .header-icons #dropdownMenuButton svg path.fill {
    fill: #333f48
}

body.data-header-dark header.active-search .navbar .header-icons .click-signin.icon-div a svg path,
body.toggle-modal-active header.active-search .navbar .header-icons .click-signin.icon-div a svg path {
    stroke: #333f48
}

body.data-header-dark .main-header.header-meganav-active .navbar .header-icons .nav-toggle-icon svg path,
body.toggle-modal-active .main-header.header-meganav-active .navbar .header-icons .nav-toggle-icon svg path {
    fill: #333f48
}

body.data-header-dark .main-header.header-meganav-active .navbar .header-icons .nav-search-icon svg circle,
body.toggle-modal-active .main-header.header-meganav-active .navbar .header-icons .nav-search-icon svg circle {
    stroke: #333f48
}

body.data-header-dark .main-header.header-meganav-active .navbar .header-icons .nav-search-icon svg rect,
body.toggle-modal-active .main-header.header-meganav-active .navbar .header-icons .nav-search-icon svg rect {
    fill: #333f48
}

body.data-header-dark .main-header.header-meganav-active .navbar .header-icons #dropdownMenuButton svg path.stroke,
body.toggle-modal-active .main-header.header-meganav-active .navbar .header-icons #dropdownMenuButton svg path.stroke {
    stroke: #333f48
}

body.data-header-dark .main-header.header-meganav-active .navbar .header-icons #dropdownMenuButton svg path.fill,
body.toggle-modal-active .main-header.header-meganav-active .navbar .header-icons #dropdownMenuButton svg path.fill {
    fill: #333f48
}

body.data-header-dark .main-header.header-meganav-active .navbar .header-icons .click-signin.icon-div a svg path,
body.toggle-modal-active .main-header.header-meganav-active .navbar .header-icons .click-signin.icon-div a svg path {
    stroke: #333f48
}

body.data-header-transparent.data-header-light header .navbar .header-icons .click-signin a svg g {
    fill: #323e48
}

body.data-header-transparent.data-header-light header .navbar .header-icons .click-signin a svg g path {
    stroke: #323e48
}

body.data-header-transparent.scrollDown header .navbar .header-icons .click-signin a svg,
body.data-header-transparent.scrollUp header .navbar .header-icons .click-signin a svg {
    width: 31px;
    height: 25px
}

body.data-header-transparent.scrollDown header .navbar .header-icons .click-signin a:hover svg g,
body.data-header-transparent.scrollUp header .navbar .header-icons .click-signin a:hover svg g {
    fill: #fead00
}

body.data-header-transparent.scrollDown header .navbar .header-icons .click-signin a:hover svg g path,
body.data-header-transparent.scrollUp header .navbar .header-icons .click-signin a:hover svg g path {
    stroke: #fead00
}

body.data-header-transparent header .navbar .header-icons .click-signin.icon-div.grey-white a svg g {
    fill: #333f48
}

body.data-header-transparent header .navbar .header-icons .click-signin.icon-div.grey-white a svg g path {
    stroke: #333f48
}

body.data-header-transparent header .navbar .header-icons .click-signin.icon-div.grey-white a:hover svg g {
    fill: #fead00
}

body.data-header-transparent header .navbar .header-icons .click-signin.icon-div.grey-white a:hover svg g path {
    stroke: #fead00
}

body.blog_single_v2 header .navbar .header-icons .click-signin.icon-div.grey-white a svg g,
body.data-dark-header header .navbar .header-icons .click-signin.icon-div.grey-white a svg g,
body.data-header-dark header .navbar .header-icons .click-signin.icon-div.grey-white a svg g {
    fill: #333f48
}

body.blog_single_v2 header .navbar .header-icons .click-signin.icon-div.grey-white a svg g path,
body.data-dark-header header .navbar .header-icons .click-signin.icon-div.grey-white a svg g path,
body.data-header-dark header .navbar .header-icons .click-signin.icon-div.grey-white a svg g path {
    stroke: #333f48
}

body.blog_single_v2 header .navbar .header-icons .click-signin.icon-div.grey-white a:hover svg g,
body.data-dark-header header .navbar .header-icons .click-signin.icon-div.grey-white a:hover svg g,
body.data-header-dark header .navbar .header-icons .click-signin.icon-div.grey-white a:hover svg g {
    fill: #333f48 !important
}

body.blog_single_v2 header .navbar .header-icons .click-signin.icon-div.grey-white a:hover svg g path,
body.data-dark-header header .navbar .header-icons .click-signin.icon-div.grey-white a:hover svg g path,
body.data-header-dark header .navbar .header-icons .click-signin.icon-div.grey-white a:hover svg g path {
    stroke: #333f48 !important
}

body .icon-slider .header-icon.sign-in-mobile svg {
    width: 31px;
    height: 25px
}

body .icon-slider .header-icon.sign-in-mobile:hover svg g {
    fill: #fead00
}

body .icon-slider .header-icon.sign-in-mobile:hover svg g path {
    stroke: #fead00
}

body.scrollUp header .navbar .header-icons .nav-toggle-icon {
    width: 31px;
    height: 29px
}

body.scrollUp header .navbar .header-icons .nav-toggle-icon.custom-experience:hover {
    width: 208px
}

body.scrollUp header .navbar .header-icons .nav-toggle-icon:hover svg path {
    fill: #fead00
}

body.scrollUp header .navbar .header-icons .nav-toggle-icon svg {
    position: absolute
}

body.scrollUp header .navbar .header-icons .nav-toggle-icon span {
    margin-left: 35px
}

body.scrollUp header .navbar .header-icons .nav-search-icon:hover svg circle {
    stroke: #fead00
}

body.scrollUp header .navbar .header-icons .nav-search-icon:hover svg rect {
    fill: #fead00
}

body.scrollUp header .navbar .header-icons #dropdownMenuButton svg {
    position: relative;
    top: -2px
}

body.scrollUp header .navbar .header-icons #dropdownMenuButton:hover svg path.stroke {
    stroke: #fead00
}

body.scrollUp header .navbar .header-icons #dropdownMenuButton:hover svg path.fill {
    fill: #fead00
}

body.scrollUp header .navbar .header-icons .click-signin.icon-div a svg {
    margin-right: 12px;
    display: inline-block
}

body.scrollUp header .navbar .header-icons .click-signin.icon-div a:hover svg path {
    stroke: #fead00
}

body.scrollUp header .navbar .header-icons .nav-toggle-icon svg path {
    fill: #fff
}

body.scrollUp header .navbar .header-icons .nav-search-icon svg circle {
    stroke: #fff
}

body.scrollUp header .navbar .header-icons .nav-search-icon svg rect {
    fill: #fff
}

body.scrollUp header .navbar .header-icons #dropdownMenuButton svg path.stroke {
    stroke: #fff
}

body.scrollUp header .navbar .header-icons #dropdownMenuButton svg path.fill {
    fill: #fff
}

body.scrollUp header .navbar .header-icons .click-signin.icon-div a svg path {
    stroke: #fff
}

body.scrollUp header.active-search .navbar .header-icons .nav-toggle-icon svg path {
    fill: #333f48
}

body.scrollUp header.active-search .navbar .header-icons .nav-search-icon svg circle {
    stroke: #333f48
}

body.scrollUp header.active-search .navbar .header-icons .nav-search-icon svg rect {
    fill: #333f48
}

body.scrollUp header.active-search .navbar .header-icons #dropdownMenuButton svg path.stroke {
    stroke: #333f48
}

body.scrollUp header.active-search .navbar .header-icons #dropdownMenuButton svg path.fill {
    fill: #333f48
}

body.scrollUp header.active-search .navbar .header-icons .click-signin.icon-div a svg path {
    stroke: #333f48
}

body.scrollUp .main-header.header-meganav-active .navbar .header-icons .nav-toggle-icon svg path {
    fill: #333f48
}

body.scrollUp .main-header.header-meganav-active .navbar .header-icons .nav-search-icon svg circle {
    stroke: #333f48
}

body.scrollUp .main-header.header-meganav-active .navbar .header-icons .nav-search-icon svg rect {
    fill: #333f48
}

body.scrollUp .main-header.header-meganav-active .navbar .header-icons #dropdownMenuButton svg path.stroke {
    stroke: #333f48
}

body.scrollUp .main-header.header-meganav-active .navbar .header-icons #dropdownMenuButton svg path.fill {
    fill: #333f48
}

body.scrollUp .main-header.header-meganav-active .navbar .header-icons .click-signin.icon-div a svg path {
    stroke: #333f48
}

body.toggle-modal-active header .navbar .header-icons .nav-toggle-icon svg path {
    fill: #fead00
}

body.toggle-modal-active header .navbar .header-icons .nav-toggle-icon span {
    fill: #fff
}

body .icon-slider .header-icon.icon-div svg>*,
header nav .icon-div svg>* {
    transition: all .15s ease-in
}

body.data-header-light .tooltip.menu-custom-class-jm .tooltip-inner {
    color: #333f48
}

body .tooltip.menu-custom-class-jm {
    z-index: 10000
}

body .tooltip.menu-custom-class-jm .tooltip-inner {
    padding: 0 !important;
    margin-top: -6px;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 2px;
    color: #fff;
    font-family: Eina01-Bold;
    background: none !important
}

header .mega-nav #external-nav-content #navbarToggleExternalContent .mega-contents .text-wrapper .btn-wrapper a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

.faj .fa.fa-angle-right {
    position: relative
}

.faj .fa.fa-angle-right:after {
    content: "\f105";
    position: absolute;
    bottom: 5px;
    margin-left: 6px
}

.faj .fa.fa-angle-right:before {
    content: ""
}

.faj .fa.fa-angle-right span {
    font-family: Eina01-Bold;
    font-weight: 500;
    line-height: 30px
}

.row-menu-wrap h5 a {
    font-family: Eina01-SemiBold
}

.row-menu-wrap h5 .faj .fa-angle-right span {
    font-family: Eina01-SemiBold;
    color: #008eaa
}

body.macos .faj .fa.fa-angle-right:after {
    bottom: 8px
}

body a.faj i {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

body a.faj i:hover {
    text-decoration-color: #008eaa;
    -webkit-text-decoration-color: #008eaa;
    -moz-text-decoration-color: #008eaa
}

.additional-details a,
.blog-article .author-wrapper .author-name a,
.foote-site-details h6 a,
body footer .footer-menus .menu-col ul li a,
body header .mega-nav #external-nav-content #navbarToggleExternalContent .mega-contents h1 a,
body header .mega-nav #external-nav-content #navbarToggleExternalContent .mega-contents h2 a,
body header .mega-nav #external-nav-content #navbarToggleExternalContent .mega-contents h3 a,
body header .mega-nav #external-nav-content #navbarToggleExternalContent .mega-contents h4 a,
body header .mega-nav #external-nav-content #navbarToggleExternalContent .mega-contents h5 a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

.additional-details a:hover,
.blog-article .author-wrapper .author-name a:hover,
.foote-site-details h6 a:hover {
    text-decoration-color: #fff;
    -webkit-text-decoration-color: #fff;
    -moz-text-decoration-color: #fff
}

body .page404 a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

body .page404 a:hover {
    text-decoration-color: #008eaa;
    -webkit-text-decoration-color: #008eaa;
    -moz-text-decoration-color: #008eaa
}

._full-width a,
.widget-filter a,
body .additional-details a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

._full-width a:hover,
.widget-filter a:hover,
body .additional-details a:hover {
    text-decoration-color: #009a44;
    -webkit-text-decoration-color: #009a44;
    -moz-text-decoration-color: #009a44
}

.a-list a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

.a-list:hover a {
    text-decoration-color: #008eaa;
    -webkit-text-decoration-color: #008eaa;
    -moz-text-decoration-color: #008eaa
}

._full-width a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

._full-width a:hover {
    text-decoration-color: #008eaa;
    -webkit-text-decoration-color: #008eaa;
    -moz-text-decoration-color: #008eaa
}

._full-width a.color-sun {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

._full-width a.color-sun:hover {
    text-decoration-color: #ffad00;
    -webkit-text-decoration-color: #ffad00;
    -moz-text-decoration-color: #ffad00
}

.back-to-blog a,
body .author-name a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

.back-to-blog a:hover,
body .author-name a:hover {
    text-decoration-color: #333f48;
    -webkit-text-decoration-color: #333f48;
    -moz-text-decoration-color: #333f48
}

.blog-article .blog-content a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

.blog-article .blog-content a:hover {
    text-decoration-color: #007bff;
    -webkit-text-decoration-color: #007bff;
    -moz-text-decoration-color: #007bff
}

._press-release-single .content-press a,
.blog-grid .text-content h4 a,
.blog-results-wrapper a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

._press-release-single .content-press a:hover {
    text-decoration-color: #008eaa;
    -webkit-text-decoration-color: #008eaa;
    -moz-text-decoration-color: #008eaa
}

footer .footer-menus .menu-col h4 {
    transition: .6s
}

@media (max-width:1028px) {
    body .tooltip.menu-custom-class-jm {
        display: none !important
    }
}

.color-yellow {
    color: #ffad00
}

._author {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2020/03/mountain-bg-scaled.webp);
    background-size: auto;
    background-position: 137px -285px
}

._author .head-area .flex.flex-center {
    width: 100%;
    margin: auto
}

._author .head-area .flex.flex-center .other-content {
    margin: auto
}

._author .head-area .flex.flex-center .other-content h3 {
    font-size: 36px;
    font-family: Eina01-Light;
    margin-bottom: 40px
}

._author .head-area .flex.flex-center .other-content .yellow-line {
    height: 140px;
    background-color: #fead00;
    max-width: none;
    width: 1px;
    margin: 75px auto 65px
}

._author .head-area h1 {
    font-size: 72px
}

._author .head-area h2 {
    font-size: 30px;
    font-family: Eina01-Bold;
    margin-top: 30px;
    margin-bottom: 18px
}

._author .head-area h3 {
    font-size: 24px;
    font-family: Eina01-Regular;
    margin-bottom: 45px
}

._author .head-area .author-wrapper {
    margin-bottom: 30px;
    margin-top: 4px
}

._author .head-area .author-wrapper .img-wrapper {
    max-width: 158px;
    margin-right: 0;
    padding: 16px;
    background-color: #eaebec
}

._author .head-area .author-wrapper .img-wrapper .inner-img-wrapper {
    height: 126px;
    width: 130px;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff
}

._author .head-area .author-wrapper .img-wrapper .inner-img-wrapper img {
    height: 122px;
    width: 122px;
    object-position: 0 0
}

._author .head-area .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative
}

._author .head-area .text-wrapper .back-container {
    position: absolute;
    left: 0;
    top: 0
}

._author .head-area .text-wrapper .back-container .back-to-blog,
._author .head-area .text-wrapper .back-container .back-to-blog a {
    font-family: Eina01-SemiBold;
    font-size: 20px
}

._author .head-area .text-wrapper .back-container .back-to-blog i {
    margin-right: 20px
}

._author .head-area .text-wrapper .author-content {
    max-width: 788px;
    width: 100%;
    margin: auto;
    text-align: center
}

._author .head-area .text-wrapper .author-content .blog_single_v2 .content .blog-content a#btn-back-to-blog i.in-icon,
._author .head-area .text-wrapper .author-content .custom-marketo-form a.mktoButton i.in-icon,
._author .head-area .text-wrapper .author-content a.btn i.in-icon,
.blog_single_v2 .content .blog-content ._author .head-area .text-wrapper .author-content a#btn-back-to-blog i.in-icon,
.custom-marketo-form ._author .head-area .text-wrapper .author-content a.mktoButton i.in-icon {
    font-style: normal;
    text-transform: lowercase;
    font-size: 18px;
    margin-left: 14px
}

@media (min-width:1190px) {
    ._author .blog-results-wrapper .author-wrapper .text-wrapper div.flex-align-center {
        max-width: 274px
    }
}

body ._authors_list {
    background-size: auto;
    background-position: 137px -285px
}

body ._authors_list .head-area .text-wrapper .back-container {
    top: 78px
}

body ._authors_list .head-area .text-wrapper .back-container .back-to-blog a {
    color: #333f48
}

body ._authors_list .head-area .hero-content {
    padding-top: 207px
}

body ._authors_list .head-area .hero-content .yellow-line {
    height: 80px;
    background-color: #fead00;
    max-width: none;
    width: 1px;
    margin: 7px auto 45px
}

body ._authors_list .head-area .hero-content h1 {
    color: #ffad00
}

._full-width-cta-list.section-content-image-grid .content-grid body ._authors_list .head-area .hero-content p,
._full-width-cta-list.section-content-image-grid .content-grid ul body ._authors_list .head-area .hero-content li,
._full-width._full-width-image-title-content .text-block body ._authors_list .head-area .hero-content p,
.section-content-box._full-width .content-box body ._authors_list .head-area .hero-content p,
.section-text-block._full-width .text-block body ._authors_list .head-area .hero-content p,
body ._authors_list .head-area .hero-content ._full-width-cta-list.section-content-image-grid .content-grid p,
body ._authors_list .head-area .hero-content ._full-width-cta-list.section-content-image-grid .content-grid ul li,
body ._authors_list .head-area .hero-content ._full-width._full-width-image-title-content .text-block p,
body ._authors_list .head-area .hero-content .body-large,
body ._authors_list .head-area .hero-content .section-content-box._full-width .content-box p,
body ._authors_list .head-area .hero-content .section-text-block._full-width .text-block p {
    font-size: 24px;
    line-height: 36px;
    max-width: 700px
}

body ._authors_list_results.featured-section {
    padding-bottom: 129px
}

body ._authors_list_results.featured-section .container {
    max-width: 1300px
}

body ._authors_list_results.featured-section .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

body ._authors_list_results.featured-section .a-list {
    padding: 45px 32px;
    border-radius: 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

body ._authors_list_results.featured-section .a-list:hover {
    cursor: pointer;
    -webkit-box-shadow: -1px 0 10px rgba(0, 87, 184, .18);
    -moz-box-shadow: -1px 0 10px rgba(0, 87, 184, .18);
    box-shadow: -1px 0 10px rgba(0, 87, 184, .18);
    transition: box-shadow .3s ease-in-out;
    border-radius: 10px
}

body ._authors_list_results.featured-section .a-list .author-wrapper {
    margin-bottom: 30px;
    margin-top: 4px;
    display: flex;
    align-items: center
}

body ._authors_list_results.featured-section .a-list .author-wrapper .img-wrapper {
    max-width: 158px;
    margin-right: 0;
    padding: 16px;
    background-color: #eaebec;
    border-radius: 50%;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

body ._authors_list_results.featured-section .a-list .author-wrapper .img-wrapper .inner-img-wrapper {
    height: 126px;
    width: 130px;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

body ._authors_list_results.featured-section .a-list .author-wrapper .img-wrapper .inner-img-wrapper img {
    height: 122px;
    width: 122px;
    object-position: center;
    border-radius: 50%;
    object-fit: contain
}

body ._authors_list_results.featured-section .a-list .author-content {
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    height: 100%
}

body ._authors_list_results.featured-section .a-list .author-content h3 {
    font-family: Eina01-Bold;
    font-size: 24px;
    line-height: 30px
}

body ._authors_list_results.featured-section .a-list .author-content a {
    font-size: 18px;
    color: #008eaa;
    font-family: Eina01-SemiBold;
    margin-top: auto
}

body ._authors_list_results.featured-section .a-list .author-content a.link-cat {
    text-decoration: underline;
    color: #333f48;
    font-size: 18px;
    font-family: Eina01-Regular
}

body ._authors_list_results.featured-section .a-list .author-content a i {
    font-weight: 600;
    margin-left: 5px;
    position: relative;
    top: 1px
}

@media (min-width:576px) {
    ._author .container {
        max-width: 669px
    }
}

@media (min-width:768px) {
    ._author .container {
        max-width: 1600px
    }
}

@media (max-width:992px) {
    ._author .head-area .author-wrapper {
        margin-top: 70px
    }
}

@media (max-width:768px) {
    body ._authors_list_results.featured-section .a-list {
        max-width: 400px;
        margin: auto
    }

    body ._authors_list_results.featured-section #author_lists {
        padding: 0 10px
    }

    body ._author.blog-filter .blog-results-wrapper .text-wrapper {
        padding-left: 0
    }

    body ._author {
        background-size: auto;
        background-position: -50px -267px
    }

    body ._author.blog-filter .blog-results-wrapper {
        padding-top: 6px;
        margin: 0 20px 20px
    }

    body ._author.blog-filter .blog-results-wrapper .background-image {
        max-width: 684px;
        height: 300px
    }

    body ._author.blog-filter .blog-results-wrapper:hover .background-image {
        border-radius: 10px 10px 0 0
    }

    body ._author .head-area .author-wrapper {
        margin-top: 250px
    }

    body ._author .head-area .text-wrapper .back-container {
        top: 79px
    }

    body ._author .head-area .text-wrapper h1.tag-filter-inner {
        margin-top: 0
    }

    ._author .head-area .flex.flex-center .other-content h3 {
        text-align: center
    }
}

@media (max-width:574px) {
    ._author .head-area h1 {
        font-size: 53px
    }

    ._author .head-area h3 {
        font-size: 20px;
        margin-bottom: 35px
    }

    ._author .head-area h2 {
        font-size: 24px
    }

    ._author .head-area .flex.flex-center .other-content h3 {
        font-size: 30px;
        text-align: center
    }
}

.modal-full {
    min-width: 100%;
    margin: 0
}

.violatorModal {
    padding: 0 !important;
    bottom: 0
}

.animate-bottom {
    position: relative;
    animation: animatebottom .9s
}

.violator-modal .cta-wrapper {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 24px 30px 36px
}

.violator-modal .cta-wrapper a {
    text-decoration: none;
    color: #333f48
}

.violator-modal .cta-wrapper:hover .btn-white-bordered {
    color: #fff;
    font-family: Eina01-SemiBold
}

.violator-modal .cta-wrapper:hover .btn-white-bordered.clip-each:after {
    background: #333f48
}

.violator-modal .violator-down-btn {
    font-size: 18px;
    font-family: Eina01-SemiBold;
    color: #0057b8
}

.violator-modal .violator-down-btn .fa {
    position: absolute;
    margin-top: 28px;
    font-weight: 600
}

.violator-modal .clip-each,
.violator-modal .clip-each:after {
    --notchSize: 12px
}

.violator-modal .violator-modal-content .banner-btn {
    padding-top: 17px
}

.blog_single_v2 .content .blog-content .violator-modal .violator-modal-content .banner-btn a#btn-back-to-blog,
.custom-marketo-form .violator-modal .violator-modal-content .banner-btn a.mktoButton,
.violator-modal .violator-modal-content .banner-btn .blog_single_v2 .content .blog-content a#btn-back-to-blog,
.violator-modal .violator-modal-content .banner-btn .custom-marketo-form a.mktoButton,
.violator-modal .violator-modal-content .banner-btn a.btn {
    padding: 14px 16px;
    margin-top: 3px
}

.blog_single_v2 .content .blog-content .violator-modal .violator-modal-content .banner-btn a#btn-back-to-blog i,
.custom-marketo-form .violator-modal .violator-modal-content .banner-btn a.mktoButton i,
.violator-modal .violator-modal-content .banner-btn .blog_single_v2 .content .blog-content a#btn-back-to-blog i,
.violator-modal .violator-modal-content .banner-btn .custom-marketo-form a.mktoButton i,
.violator-modal .violator-modal-content .banner-btn a.btn i {
    margin-left: 10px
}

.blog_single_v2 .content .blog-content .violator-modal .violator-modal-content .banner-btn a#btn-back-to-blog:after,
.custom-marketo-form .violator-modal .violator-modal-content .banner-btn a.mktoButton:after,
.violator-modal .violator-modal-content .banner-btn .blog_single_v2 .content .blog-content a#btn-back-to-blog:after,
.violator-modal .violator-modal-content .banner-btn .custom-marketo-form a.mktoButton:after,
.violator-modal .violator-modal-content .banner-btn a.btn:after {
    --notchSize: 11px;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px
}

.violator-modal .violator-modal-content .banner-btn h3 {
    font-size: 1.63rem
}

.violator-modal .violator-modal-content .banner-btn p {
    font-size: 14px
}

.blog-article section .container .row .custom-marketo-form .violator-modal-content a.btn-poly-bordered-dark.mktoButton:hover,
.blog-article section .container .row .violator-modal-content a.btn.btn-poly-bordered-dark:hover,
.blog_single_v2 .content .blog-content .violator-modal-content #btn-back-to-blog:hover,
.custom-marketo-form .blog-article section .container .row .violator-modal-content a.btn-poly-bordered-dark.mktoButton:hover,
.violator-modal-content .blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover,
.violator-modal-content .blog-article section .container .row a.btn.btn-poly-bordered-dark:hover,
.violator-modal-content .blog_single_v2 .content .blog-content #btn-back-to-blog:hover,
.violator-modal-content .btn-poly-bordered-dark:hover,
.violator-modal-content .custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover {
    background-color: #333f48;
    color: #fff
}

.videoIframeModal button.close {
    position: relative;
    top: -12px;
    left: 14px;
    font-size: 30px
}

body .modal {
    z-index: 10000
}

.modal .modal-content button.close {
    top: -13px;
    position: relative;
    left: 16px;
    font-size: 30px;
    z-index: 100
}

.modal button.close:active,
.modal button.close:focus {
    border: 0;
    outline: 0
}

.modal button.close span {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-right: 1rem
}

@media (min-width:576px) {
    body .modal-dialog.width675 {
        max-width: 675px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .violator-modal h1 {
        font-size: 36px
    }

    .violator-modal h1 br {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .violator-modal h1 {
        font-size: 36px
    }
}

@media (min-width:1200px) {
    .violator-modal h1 {
        font-size: 48px
    }

    .violator-modal h1 br {
        display: block
    }

    .violator-modal .cta-wrapper {
        padding: 24px 30px 36px
    }

    .violator-modal .cta-wrapper .banner-btn {
        align-items: center
    }

    .violator-modal .cta-wrapper .banner-btn p {
        white-space: normal
    }

    .blog_single_v2 .content .blog-content .violator-modal .cta-wrapper .banner-btn #btn-back-to-blog,
    .custom-marketo-form .violator-modal .cta-wrapper .banner-btn .mktoButton,
    .violator-modal .cta-wrapper .banner-btn .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .violator-modal .cta-wrapper .banner-btn .btn,
    .violator-modal .cta-wrapper .banner-btn .custom-marketo-form .mktoButton {
        display: flex;
        align-items: baseline
    }
}

@media (max-width:1199px) {
    .violator-modal .violator-wrapper {
        width: 1500px;
        position: relative
    }
}

@media (max-width:991px) {
    .close-modal-text {
        margin-top: 50px
    }
}

@media (max-width:768px) {
    .showLeaderInfo .modal-body .col-md-5 {
        text-align: center
    }

    .cradlepoint-page.downloads .modal.show.showLeaderInfo .modal-dialog .modal-content {
        background-image: none
    }

    .cradlepoint-page.downloads .modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body .row .col-md-7 {
        padding: 20px
    }

    .cradlepoint-page.downloads .modal.show.showLeaderInfo .modal-dialog .modal-content {
        background-size: cover
    }

    .violator-modal .violator-modal-content .banner-btn h3 {
        font-size: 32px;
        margin-bottom: 18px
    }

    .blog_single_v2 .content .blog-content .violator-modal .violator-modal-content .banner-btn a#btn-back-to-blog,
    .custom-marketo-form .violator-modal .violator-modal-content .banner-btn a.mktoButton,
    .violator-modal .violator-modal-content .banner-btn .blog_single_v2 .content .blog-content a#btn-back-to-blog,
    .violator-modal .violator-modal-content .banner-btn .custom-marketo-form a.mktoButton,
    .violator-modal .violator-modal-content .banner-btn a.btn {
        font-size: 16px
    }

    .violator-modal .violator-modal-content .banner-btn p {
        font-size: 18px;
        font-family: Eina01-SemiBold;
        color: #949494;
        padding: 0 20px 15px
    }
}

@media (max-width:767px) {
    .violator-modal .violator-wrapper {
        width: auto;
        position: static
    }

    .violator-modal .violator-modal-content .banner-btn {
        display: block;
        text-align: center
    }

    .blog_single_v2 .content .blog-content .violator-modal .violator-modal-content .banner-btn a#btn-back-to-blog,
    .custom-marketo-form .violator-modal .violator-modal-content .banner-btn a.mktoButton,
    .violator-modal .violator-modal-content .banner-btn .blog_single_v2 .content .blog-content a#btn-back-to-blog,
    .violator-modal .violator-modal-content .banner-btn .custom-marketo-form a.mktoButton,
    .violator-modal .violator-modal-content .banner-btn a.btn {
        display: block
    }

    .violator-modal .violator-modal-text span {
        margin-top: 30px;
        display: inline-block
    }

    .violator-modal .cta-wrapper {
        padding: 20px;
        margin-bottom: 10px
    }

    .violator-modal .padding-xxl-bottom {
        padding-bottom: 20px
    }

    .violator-modal .violator-down-btn .fa {
        margin-top: 10px
    }

    .violator-modal .violator-down-btn {
        display: block
    }

    .violator-modal .violator-down-btn span {
        clear: both;
        display: block
    }
}

@media (max-width:500px) {
    .cradlepoint-page.downloads .modal.show .modal-dialog h3 {
        font-size: 30px
    }

    .cradlepoint-page.downloads .modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body .row .col-md-7 h2 {
        font-size: 25px
    }

    .cradlepoint-page.downloads .modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body .row .col-md-7 h3 a.link-social {
        margin-left: 10px
    }

    .cradlepoint-page.downloads .modal.show .modal-dialog a {
        margin-right: 0
    }

    .modal-header .close {
        padding: 2rem 1rem;
        margin: -2rem -1rem -1rem auto
    }
}

body.hideGDPR #onetrust-consent-sdk {
    display: none
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 #cookie-policy-title {
    font-size: 1.5rem;
    font-family: Eina01-Bold;
    font-size: 24px;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 2.1875rem;
    font-weight: 500
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 #cookie-policy-description,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 .ot-sdk-cookie-policy-group-desc {
    display: block;
    margin: 1em 0;
    font-family: Eina01-Regular;
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 400
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 #cookie-policy-description+section,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 #cookie-policy-description+table,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 .ot-sdk-cookie-policy-group-desc+section,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 .ot-sdk-cookie-policy-group-desc+table,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 section+section {
    margin-top: 80px
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 .ot-sdk-cookie-policy-group {
    font-family: Eina01-Bold;
    line-height: 1.875rem;
    display: block;
    margin: 1em 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table {
    border: 0
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table thead {
    background-color: transparent;
    border-bottom: 1px solid #d7d7d7
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table thead tr th {
    background-color: transparent;
    border: 0;
    font-family: Eina01-Regular;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 35px;
    border-bottom: 1px solid #d7d7d7;
    color: #212529
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table thead tr th:first-child {
    padding-left: 0
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td {
    padding: 12px 35px
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td:first-child {
    padding-left: 0
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-type .ot-cookies-type-td-content,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-host-td {
    color: #212529;
    font-size: 16px
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-type .ot-cookies-type-td-content a,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-host-td a {
    color: #008eaa;
    font-size: 16px
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-td .ot-cookies-td-content {
    font-size: 16px;
    color: #212529;
    position: relative
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-td .ot-cookies-td-content a {
    color: #008eaa
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-td .ot-cookies-td-content p {
    color: #212529
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-td .ot-cookies-td-content a,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-td .ot-cookies-td-content p {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-top: 1.3125rem;
    margin-bottom: 1.625rem;
    font-family: Eina01-SemiBold
}

body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-td .ot-cookies-td-content a:before,
body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td.ot-cookies-td .ot-cookies-td-content p:before {
    content: " ";
    width: 1.75rem;
    height: .25rem;
    background-color: #fead00;
    display: block;
    position: absolute;
    left: -40px;
    top: 10 px;
    border-radius: .625rem
}

@media (max-width:900px) and (min-width:768px) {
    body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767px) {
    body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:520px) {
    body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table {
        border: 0;
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table thead {
        background-color: transparent;
        border-bottom: 1px solid #d7d7d7
    }

    body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table thead tr th {
        padding: 12px 0
    }

    body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table thead tr th:first-child {
        padding-left: 0
    }

    body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td {
        padding: 12px 0
    }

    body ._gdpr-cookie-table #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 table tbody tr td:first-child {
        padding-left: 0
    }
}

.nowrap {
    white-space: nowrap
}

.section-toggle-modal {
    background: rgba(72, 83, 91, .9);
    z-index: 10000
}

.section-toggle-modal.modal .modal-dialog a,
.section-toggle-modal.show.modal .modal-dialog a {
    margin-bottom: 0;
    margin-right: 0
}

.section-toggle-modal.modal .modal-xl,
.section-toggle-modal.show.modal .modal-xl {
    max-width: 1546px;
    top: calc(50% - 217px)
}

.section-toggle-modal.modal .modal-content,
.section-toggle-modal.show.modal .modal-content {
    background-color: transparent;
    border: 0
}

.section-toggle-modal.modal .toggle-item,
.section-toggle-modal.show.modal .toggle-item {
    border: 8px solid transparent;
    opacity: 1;
    display: flex;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.section-toggle-modal.modal .toggle-item:hover,
.section-toggle-modal.show.modal .toggle-item:hover {
    border-color: #ffad00;
    box-shadow: 0 0 114px #000;
    opacity: 1
}

.section-toggle-modal.modal .toggle-item .item-link,
.section-toggle-modal.show.modal .toggle-item .item-link {
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.section-toggle-modal.modal .toggle-item .item-link:hover>.desc,
.section-toggle-modal.show.modal .toggle-item .item-link:hover>.desc {
    margin-top: -27px
}

.section-toggle-modal.modal .toggle-item .item-link:hover>.arrow,
.section-toggle-modal.show.modal .toggle-item .item-link:hover>.arrow {
    height: 27px
}

.section-toggle-modal.modal .toggle-item .img-wrap,
.section-toggle-modal.show.modal .toggle-item .img-wrap {
    position: relative;
    overflow: hidden
}

.section-toggle-modal.modal .toggle-item .img-wrap img,
.section-toggle-modal.show.modal .toggle-item .img-wrap img {
    width: 100%;
    margin-bottom: 0
}

.section-toggle-modal.modal .toggle-item .img-wrap:before,
.section-toggle-modal.show.modal .toggle-item .img-wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(51, 63, 72, .2)
}

.section-toggle-modal.modal .toggle-item .desc,
.section-toggle-modal.show.modal .toggle-item .desc {
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    position: relative
}

.section-toggle-modal.modal .toggle-item .desc h3,
.section-toggle-modal.show.modal .toggle-item .desc h3 {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    color: #333f48
}

.section-toggle-modal.modal .toggle-item .desc p,
.section-toggle-modal.show.modal .toggle-item .desc p {
    font-family: Eina01-Regular;
    font-size: 14px;
    line-height: 18px;
    color: #333f48
}

.section-toggle-modal.modal .toggle-item .arrow,
.section-toggle-modal.show.modal .toggle-item .arrow {
    overflow: hidden;
    height: 0;
    margin-bottom: 25px
}

.section-toggle-modal.modal .toggle-item .arrow i,
.section-toggle-modal.show.modal .toggle-item .arrow i {
    color: #333f48
}

.section-toggle-modal.modal .close-modal-text h4,
.section-toggle-modal.show.modal .close-modal-text h4 {
    font-family: Eina01-Bold;
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 1rem
}

.section-toggle-modal.modal .close-modal-text h3,
.section-toggle-modal.show.modal .close-modal-text h3 {
    font-family: Eina01-Bold;
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 2.1875rem
}

.section-toggle-modal.modal .close-modal-text h3 span,
.section-toggle-modal.show.modal .close-modal-text h3 span {
    display: block;
    color: #ffad00
}

.section-toggle-modal.modal .close-modal-text .close-arrow,
.section-toggle-modal.show.modal .close-modal-text .close-arrow {
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    background-color: hsla(0, 0%, 100%, .2);
    border: 2px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.section-toggle-modal.modal .close-modal-text .close-arrow i,
.section-toggle-modal.show.modal .close-modal-text .close-arrow i {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.section-toggle-modal.modal .close-modal-text .close-arrow:hover,
.section-toggle-modal.show.modal .close-modal-text .close-arrow:hover {
    background-color: #333f48
}

.section-toggle-modal-white {
    background-color: #fff;
    overflow-y: scroll
}

.section-toggle-modal-white a {
    margin-right: 0 !important
}

.section-toggle-modal-white .modal-content {
    border: 0
}

.section-toggle-modal-white img {
    margin-bottom: 0
}

.section-toggle-modal-white .img-border .vio-img,
.section-toggle-modal-white .img-border img {
    border: 3px solid #dcdcdc;
    border-radius: 3px;
    margin-bottom: 0 !important
}

.section-toggle-modal-white .img-border .vio-img {
    padding-top: 58.82353%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-toggle-modal-white .img-border .banner-btn {
    align-items: baseline !important;
    margin-top: 24px
}

.section-toggle-modal-white .img-border .banner-btn p {
    font-size: 15px !important;
    font-family: Eina01-SemiBold
}

.blog_single_v2 .content .blog-content .section-toggle-modal-white .img-border .banner-btn #btn-back-to-blog,
.custom-marketo-form .section-toggle-modal-white .img-border .banner-btn .mktoButton,
.section-toggle-modal-white .img-border .banner-btn .blog_single_v2 .content .blog-content #btn-back-to-blog,
.section-toggle-modal-white .img-border .banner-btn .btn,
.section-toggle-modal-white .img-border .banner-btn .custom-marketo-form .mktoButton {
    margin-right: 0
}

.section-toggle-modal-white .img-border.cta-wrapper:hover a img {
    border: none
}

.section-toggle-modal-white .cta-wrapper .asset-title {
    font-size: 22px !important;
    line-height: 26px;
    font-weight: 400;
    font-family: eina01-bold
}

.section-toggle-modal-white .violator-modal .violator-down-btn {
    font-size: 18px !important;
    font-family: Eina01-SemiBold;
    color: #0057b8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.section-toggle-modal-white .violator-modal .violator-down-btn .fa {
    position: unset;
    margin-top: 0
}

.section-toggle-modal-white .violator-modal h2 {
    font-size: 42px
}

.section-toggle-modal-white .violator-modal .cta-wrapper {
    padding: 0 30px 36px
}

.section-toggle-modal-white .violator-modal .cta-wrapper img {
    height: 260px
}

.section-toggle-modal-white .violator-modal .cta-wrapper a {
    margin-bottom: 0 !important
}

.section-toggle-modal-white .violator-modal .cta-wrapper p {
    margin-bottom: 0
}

body.show-ask-me-later-notice .ask-me-later-notice {
    display: block
}

.ask-me-later-notice {
    position: fixed;
    top: -390px;
    right: -8%;
    z-index: 10002
}

.custom-fade-in {
    animation: fadein .5s;
    -moz-animation: fadein .5s;
    -webkit-animation: fadein .5s;
    -o-animation: fadein .5s
}

.custom-fade-out {
    animation: fadeOut .5s;
    -moz-animation: fadeOut .5s;
    -webkit-animation: fadeOut .5s;
    -o-animation: fadeOut .5s
}

body.modal-open .modal-backdrop {
    display: block !important
}

body .modal-backdrop {
    display: none !important
}

.section-toggle-modal-white .violator-down-btn {
    margin-right: 0 !important
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media (max-width:1199px) {
    .section-toggle-modal-white .violator-modal h2 {
        font-size: 32px
    }

    .section-toggle-modal-white .violator-modal .cta-wrapper img {
        height: 160px
    }
}

@media (min-width:992px) {
    .ask-me-later-notice {
        top: -380px;
        right: -8%
    }
}

@media (max-width:991px) {
    .section-toggle-modal-white .cta-wrapper img {
        height: 180px;
        display: block
    }

    .section-toggle-modal-white.modal.show .modal-dialog a {
        margin-right: 0
    }

    .section-toggle-modal-white .img-border .banner-btn {
        flex-direction: column;
        margin-top: 16px
    }

    .section-toggle-modal-white .violator-modal h2 {
        font-size: 32px
    }

    .section-toggle-modal-white .violator-modal .cta-wrapper img {
        height: 160px
    }

    .section-toggle-modal-white .violator-modal .cta-wrapper p {
        margin-bottom: 16px
    }

    .ask-me-later-notice {
        right: -22%
    }

    .violator-modal-text {
        padding-top: 56px
    }
}

@media (min-width:768px) {

    .section-toggle-modal-white .order-0,
    .section-toggle-modal-white .order-1,
    .section-toggle-modal-white .order-2,
    .section-toggle-modal .order-0,
    .section-toggle-modal .order-1,
    .section-toggle-modal .order-2 {
        order: unset
    }

    .section-toggle-modal-white.modal.show .modal-dialog,
    .section-toggle-modal-white.modal.show .modal-dialog .modal-content {
        height: 100%
    }

    .section-toggle-modal-white.modal.show .modal-dialog .modal-content .modal-body {
        display: flex;
        align-items: center
    }
}

@media (max-width:767px) {

    .section-toggle-modal.modal .modal-xl,
    .section-toggle-modal.show.modal .modal-xl {
        top: 80px
    }

    .section-toggle-modal .order-0 {
        order: 0
    }

    .section-toggle-modal .order-1 {
        order: 1
    }

    .section-toggle-modal .order-2 {
        order: 2
    }

    .close-modal-text {
        margin-top: 0;
        margin-bottom: 30px
    }

    .section-toggle-modal .close-modal-text .close-block {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .section-toggle-modal-white.modal.show .modal-dialog a {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 0
    }

    .section-toggle-modal-white.modal.show .modal-dialog a.violator-down-btn {
        white-space: pre-line
    }

    .blog_single_v2 .content .blog-content .section-toggle-modal-white.modal.show .modal-dialog a#btn-back-to-blog,
    .custom-marketo-form .section-toggle-modal-white.modal.show .modal-dialog a.mktoButton,
    .section-toggle-modal-white.modal.show .modal-dialog .blog_single_v2 .content .blog-content a#btn-back-to-blog,
    .section-toggle-modal-white.modal.show .modal-dialog .custom-marketo-form a.mktoButton,
    .section-toggle-modal-white.modal.show .modal-dialog a.btn {
        flex-direction: unset;
        align-items: baseline
    }

    .section-toggle-modal-white .img-border .banner-btn {
        flex-direction: column
    }

    .section-toggle-modal-white .violator-modal h2 {
        font-size: 32px
    }

    .section-toggle-modal-white .violator-modal .cta-wrapper img {
        height: 160px
    }

    .section-toggle-modal-white .violator-modal .violator-down-btn .fa {
        position: relative;
        margin-top: 0
    }

    .ask-me-later-notice,
    body.show-ask-me-later-notice .ask-me-later-notice {
        display: none
    }

    .section-toggle-modal-white .order-0 {
        order: 0;
        padding-bottom: 32px
    }

    .section-toggle-modal-white .order-1 {
        order: 1
    }

    .section-toggle-modal-white .order-2 {
        order: 2
    }

    .violator-modal-text {
        padding-top: 0
    }
}

@media (max-width:510px) {
    .section-toggle-modal .close-modal-text .close-block {
        margin: auto;
        text-align: center
    }
}

.post-password-form {
    width: 50%;
    margin: 0 auto;
    padding: 125px
}

.post-password-form p label {
    margin-bottom: 15px;
    margin-right: 0
}

.post-password-form p input {
    padding: 10px 15px
}

body header .navbar .logo {
    margin-top: 15px;
    margin-bottom: 15px
}

.data-header-light .nav-icon4 span {
    background: #333f48
}

.data-header-transparent header {
    background-color: transparent;
    position: absolute;
    width: 100%
}

header .mega-nav #external-nav-content {
    position: absolute;
    z-index: 9999;
    width: 100%;
    overflow: hidden
}

body header a:not(.btn) {
    font-family: Eina01-SemiBold
}

header .header-icon.click-signin {
    margin-left: 35px
}

header .header-icon.click-signin a {
    color: #fff;
    font-family: Eina01-Bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px
}

header .header-icon.click-signin a i {
    margin-right: 12px;
    display: inline-block
}

header .header-icon.click-signin a span {
    font-size: 15px
}

header .header-icon.click-signin a:hover {
    color: #fead00;
    text-decoration: none
}

header .header-icon.click-signin a:hover i:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-yellow.webp)
}

.data-header-transparent.data-header-light header nav .header-icon.click-signin a,
header.active-search nav.grey-white .header-icon.click-signin a,
header .header-icon.click-signin.grey-white a,
header .header-icon.click-signin.grey-white a:hover {
    color: #333f48
}

.data-header-transparent.data-header-light header nav .header-icon.click-signin a:hover,
header.active-search nav.grey-white .header-icon.click-signin a:hover {
    color: #333f48;
    text-decoration: none
}

.data-header-transparent.data-header-light header nav .header-icon.click-signin a:hover {
    color: #fead00;
    text-decoration: none
}

.data-header-transparent.data-header-light header nav .header-icon.click-signin a:hover i:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-yellow.webp)
}

.data-header-transparent.data-header-light header nav {
    background-color: transparent;
    height: 100%
}

.data-header-transparent.data-header-light header nav .nav-logo.logo-white {
    display: none
}

.data-header-transparent.data-header-light header nav .nav-logo.logo-dark {
    display: inline-block
}

.data-header-transparent.data-header-light header nav .nav-icon3 span {
    background-color: #333f48;
    color: #333f48
}

.data-header-transparent.data-header-light header nav .header-icon.custom-experience:hover .experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-yellow-icon.webp)
}

.data-header-transparent.data-header-light header nav .header-icon.custom-experience span {
    color: #333f48
}

.data-header-transparent.data-header-light header nav .header-icon .experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp);
    display: block
}

.data-header-transparent.data-header-light header nav .header-icon .experience-icon.white-icon:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-yellow-icon.webp)
}

.data-header-transparent.data-header-light header nav .header-icon .search-icon.search-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp);
    display: block
}

.data-header-transparent.data-header-light header nav .header-icon .search-icon.search-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-yellow.webp)
}

.data-header-transparent.data-header-light header nav .header-icon .globe-icon.globe-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp);
    display: block
}

.data-header-transparent.data-header-light header nav .header-icon .globe-icon.globe-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-yellow.webp)
}

.data-header-transparent.data-header-light header nav .header-icon .cloud-icon.cloud-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp);
    display: block
}

.data-header-transparent.data-header-light header nav .header-icon .cloud-icon.cloud-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-yellow.webp)
}

.data-header-transparent.data-header-light header.active-search,
.data-header-transparent.data-header-light header.active-search nav {
    background: transparent
}

.data-header-transparent.data-header-light header.active-search nav .header-left-wrap-col {
    background-color: transparent
}

.data-header-transparent.data-header-light header.header-meganav-active nav {
    background: transparent
}

.data-header-transparent.data-header-light header.header-meganav-active nav .header-left-wrap-col {
    background-color: #333f48
}

.data-header-transparent.data-header-light header.header-meganav-active nav .nav-logo.logo-white {
    display: inline-block
}

.data-header-transparent.data-header-light header.header-meganav-active nav .nav-logo.logo-dark {
    display: none
}

.data-header-transparent.data-header-light header.header-meganav-active .nav-icon4 span {
    background: #fff
}

.data-header-transparent.data-header-light header .world-flags .languageFlags.yellow-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/02/globe-cp@4x.gif)
}

.data-header-transparent.data-header-light header .world-flags .languageFlags.blue-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-yellow@4x.gif)
}

.data-header-transparent.data-header-light header .world-flags .languageFlags.white-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-blue@4x.gif)
}

.data-header-transparent.data-header-light header .world-flags .staticMap svg,
.data-header-transparent.data-header-light header .world-flags .staticMap svg path {
    fill: #333f48
}

.data-header-transparent.data-header-light header .world-flags p {
    color: #333f48
}

.data-header-transparent.data-header-light header .world-flags a:hover p {
    color: #fead00
}

.data-header-transparent.data-header-light header .world-flags a:hover span {
    color: #fead00;
    opacity: .6
}

.data-header-transparent.data-header-dark header nav {
    background-color: transparent
}

.data-header-transparent.data-header-dark header nav .nav-logo.logo-white {
    display: inline-block
}

.data-header-transparent.data-header-dark header nav .nav-logo.logo-dark {
    display: none
}

.data-header-transparent.data-header-dark header nav .world-flags .languageFlags.blue-globe,
.data-header-transparent.data-header-dark header nav .world-flags .languageFlags.white-globe,
.data-header-transparent.data-header-dark header nav .world-flags .languageFlags.yellow-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-yellow@4x.gif)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav {
    background: linear-gradient(90deg, #333f48 0, #333f48 25%, #fff 0, #fff 71%, #fff);
    height: 100%
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .world-flags .languageFlags.blue-globe,
.data-header-transparent.data-header-dark header.header-meganav-active nav .world-flags .languageFlags.white-globe,
.data-header-transparent.data-header-dark header.header-meganav-active nav .world-flags .languageFlags.yellow-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-blue@4x.gif)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon {
    opacity: .4
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon.active,
.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon:hover {
    opacity: 1
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon.active.nav-toggle-icon span,
.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon:hover.nav-toggle-icon span {
    color: #333f48
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.search-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.search-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.search-dark:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.search-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.globe-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.globe-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.globe-dark:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.globe-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.cloud-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.cloud-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.cloud-dark:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.cloud-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.experience-icon.dark-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.experience-icon.dark-icon:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon i.experience-icon.white-icon:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp)
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon .staticMap svg,
.data-header-transparent.data-header-dark header.header-meganav-active nav .header-icon .staticMap svg path {
    fill: #333f48
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .custom-experience span {
    color: #333f48
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .custom-experience:hover .experience-icon.dark-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp);
    display: block
}

.data-header-transparent.data-header-dark header.header-meganav-active nav .custom-experience:hover .experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp);
    display: block
}

.data-dark-header header nav .nav-logo.logo-white {
    display: inline-block
}

.data-dark-header header nav .nav-logo.logo-dark {
    display: none
}

.data-dark-header header nav .world-flags .languageFlags.yellow-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-yellow@4x.gif)
}

.data-dark-header header nav .world-flags .languageFlags.blue-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-blue@4x.gif)
}

.data-dark-header header nav .world-flags .languageFlags.white-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-yellow@4x.gif)
}

.data-dark-header header.header-meganav-active nav {
    height: 100%;
    background: linear-gradient(90deg, #333f48 0, #333f48 25%, #fff 0, #fff 71%, #fff)
}

.data-dark-header header.header-meganav-active nav .world-flags .languageFlags.blue-globe,
.data-dark-header header.header-meganav-active nav .world-flags .languageFlags.white-globe,
.data-dark-header header.header-meganav-active nav .world-flags .languageFlags.yellow-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-blue@4x.gif)
}

.data-dark-header header.header-meganav-active nav .header-icon {
    opacity: .4
}

.data-dark-header header.header-meganav-active nav .header-icon.active,
.data-dark-header header.header-meganav-active nav .header-icon:hover {
    opacity: 1
}

.data-dark-header header.header-meganav-active nav .header-icon.active.nav-toggle-icon span,
.data-dark-header header.header-meganav-active nav .header-icon:hover.nav-toggle-icon span {
    color: #333f48
}

.data-dark-header header.header-meganav-active nav .header-icon i.search-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .header-icon i.search-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp)
}

.data-dark-header header.header-meganav-active nav .header-icon i.search-dark:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .header-icon i.search-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp)
}

.data-dark-header header.header-meganav-active nav .header-icon i.globe-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .header-icon i.globe-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp)
}

.data-dark-header header.header-meganav-active nav .header-icon i.globe-dark:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .header-icon i.globe-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp)
}

.data-dark-header header.header-meganav-active nav .header-icon i.cloud-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .header-icon i.cloud-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp)
}

.data-dark-header header.header-meganav-active nav .header-icon i.cloud-dark:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .header-icon i.cloud-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp)
}

.data-dark-header header.header-meganav-active nav .header-icon i.experience-icon.dark-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .header-icon i.experience-icon.dark-icon:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp)
}

.data-dark-header header.header-meganav-active nav .header-icon i.experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .header-icon i.experience-icon.white-icon:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp)
}

.data-dark-header header.header-meganav-active nav .header-icon .staticMap svg,
.data-dark-header header.header-meganav-active nav .header-icon .staticMap svg path {
    fill: #333f48
}

.data-dark-header header.header-meganav-active nav .custom-experience span {
    color: #333f48
}

.data-dark-header header.header-meganav-active nav .custom-experience:hover .experience-icon.dark-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp);
    display: block
}

.data-dark-header header.header-meganav-active nav .custom-experience:hover .experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp);
    display: block
}

.data-dark-header header .world-flags.grey-white a:hover p {
    color: #333f48
}

.data-dark-header header .world-flags.grey-white a:hover span {
    color: #adb2b5
}

.data-dark-header header .world-flags a:hover p {
    color: #fead00
}

.data-dark-header header .world-flags a:hover span {
    color: #fead00;
    opacity: .6
}

header nav.navbar .grey-white.header-icon,
header nav.navbar .grey-white .header-icon {
    opacity: .4
}

header nav.navbar .grey-white.header-icon:hover,
header nav.navbar .grey-white .header-icon:hover {
    opacity: 1
}

body.macos header .world-flags .header-icon div.staticMap svg:nth-child(2) {
    position: absolute !important;
    left: 3px !important;
    top: 1px !important
}

body.macos header .world-flags .header-icon .languageFlags {
    top: -2px
}

header.header-meganav-active nav {
    background: linear-gradient(90deg, #333f48 0, #333f48 25%, #fff 0, #fff 71%, #fff)
}

header.header-meganav-active nav .header-icon .staticMap svg,
header.header-meganav-active nav .header-icon .staticMap svg path {
    fill: #333f48
}

header.header-meganav-active .header-icon.nav-toggle-icon span {
    color: #333f48
}

header.header-meganav-active .world-flags .languageFlags.yellow-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-yellow@4x.gif)
}

header.header-meganav-active .world-flags .languageFlags.blue-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-blue@4x.gif)
}

header.header-meganav-active .world-flags .languageFlags.white-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/02/globe-cp@4x.gif)
}

header .world-flags .languageFlags.yellow-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-yellow@4x.gif)
}

header .world-flags .languageFlags.blue-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-blue@4x.gif)
}

header .world-flags .languageFlags.white-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/02/globe-cp@4x.gif)
}

header .world-flags .header-icon {
    display: inline-flex;
    align-items: center
}

header .world-flags .header-icon:hover {
    text-decoration: none
}

header .world-flags .header-icon p {
    font-size: 14px;
    font-family: Eina01-Bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

header .world-flags .header-icon p i {
    margin-left: 5px
}

header .world-flags .header-icon span {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #adb2b5
}

header .world-flags .header-icon div {
    margin-left: 10px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    padding: 0
}

header .world-flags .header-icon div.staticMap {
    display: block;
    position: relative;
    margin-left: 0
}

header .world-flags .header-icon div.staticMap svg:nth-child(2) {
    position: absolute !important;
    left: 3px !important;
    top: 4px !important;
    border-radius: 100%
}

header .world-flags.grey-white p {
    color: #333f48
}

header .languageFlags {
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: 50%;
    background-size: contain;
    top: -1px
}

header nav {
    padding: 0;
    z-index: 9999;
    background-color: #333f48
}

header nav .world-flags .languageFlags.blue-globe,
header nav .world-flags .languageFlags.white-globe,
header nav .world-flags .languageFlags.yellow-globe {
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/05/globe-cp__cp-yellow@4x.gif)
}

header nav.navbar {
    padding: 0
}

header nav .logo-wrap {
    display: flex;
    align-items: center
}

header nav .logo {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 32px;
    padding: 0
}

header nav .icon-div {
    margin-right: 10px;
    padding: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

header nav .icon-div:last-child {
    margin-right: 0
}

header nav .header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

header nav .no-gutters .header-left-wrap-col {
    padding-left: 4.5rem;
    padding-top: 5px;
    padding-bottom: 5px
}

header nav .no-gutters .header-right-wrap-col {
    padding-right: 4.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-end
}

header nav .search-form-div {
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
    padding-left: 6.2%
}

header nav .search-form-div form.search-form {
    width: 100%
}

header nav .search-form-div form.search-form input {
    font-family: Eina01-Regular;
    border: none;
    font-size: 24px;
    padding: 16px 30px;
    background: transparent;
    color: #333f48;
    opacity: 1
}

header nav .search-form-div .search-close {
    display: flex;
    align-items: center
}

header nav .search-form-div .search-close i {
    color: #333f48;
    font-size: 28px
}

header .search-form-device input[type=text] {
    font-size: 24px;
    font-family: Eina01-Regular;
    color: #333f48;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    opacity: 1
}

header .glyphicon.glyphicon-remove:before {
    content: "\00d7";
    font-size: 52px
}

header .search-form-device {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d9dcdd;
    padding: 28px 40px 28px 10px;
    z-index: 10001
}

header .header-icon .experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp)
}

header .header-icon .search-icon.search-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-white.webp)
}

header .header-icon .globe-icon.globe-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-white.webp)
}

header .header-icon .cloud-icon.cloud-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-white.webp)
}

header .nav-toggle-icon {
    text-decoration: none !important;
    overflow: hidden;
    width: 26px;
    white-space: nowrap;
    height: 29px;
    display: flex;
    align-items: end
}

header .nav-toggle-icon span {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    margin-left: 5px
}

header .nav-toggle-icon:hover {
    width: 200px
}

header .dropdown.world-flags {
    top: 0
}

header.active-search .header-right-wrap-col {
    display: flex;
    justify-content: space-between
}

header #externalIconsContent {
    display: none
}

header #externalIconsContent.slide-in,
header #externalIconsContent.slide-out {
    display: flex
}

header #externalIconsContent .icon-div {
    padding: 16px
}

header #external-nav-content {
    position: absolute;
    z-index: 9999;
    width: 100%;
    overflow: hidden
}

header #external-nav-content .menu-links {
    padding-bottom: 20px;
    height: 100%;
    background-color: #333f48
}

header #external-nav-content .p-4 {
    padding: 0 !important;
    margin: 0
}

header #external-nav-content .p-4 li a {
    font-size: 18px;
    font-family: Eina01-Bold;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 21px 30px 21px 22.3%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

header #external-nav-content .p-4 li a:hover {
    text-decoration: none;
    background-color: #3e4c56;
    border-color: #5a666e
}

header #external-nav-content .p-4 li a .fa {
    font-size: 16px
}

header #external-nav-content .p-4 li a .fa.fa-angle-left {
    display: none
}

header #external-nav-content .p-4 li.active,
header #external-nav-content .p-4 li.active-submenu {
    background-color: #3e4c56;
    border-color: #5a666e
}

header #external-nav-content .mega-contents {
    position: relative;
    border-top: 1px solid #c2c5c8;
    padding: 0 5% 40px 4.5%;
    display: none
}

header #external-nav-content .mega-contents.active-mega-menu {
    display: block
}

header #external-nav-content .mega-contents .row-menu-wrap {
    padding-left: 30px;
    padding-right: 10px
}

header #external-nav-content .mega-contents h3 {
    padding: 20px 0;
    border-bottom: 1px solid #a6acaf;
    margin: 0
}

header #external-nav-content .mega-contents h5 {
    font-family: Eina01-Bold;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 5px
}

header #external-nav-content .mega-contents p {
    font-size: 13px;
    font-family: Eina01-Regular;
    line-height: 1.4 !important
}

header #external-nav-content .mega-contents ul {
    margin-top: 16px;
    padding: 0
}

header #external-nav-content .mega-contents ul li {
    font-size: 14px;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 1.4
}

header #external-nav-content .mega-contents ul li a {
    color: #008eaa
}

header #external-nav-content .mega-contents ul li a:before {
    content: "";
    width: 0;
    margin-right: 12px;
    height: 5px;
    border-top: 2px solid #099;
    margin-left: -1em
}

header #external-nav-content .mega-contents ul li a:hover {
    text-decoration: none
}

header #external-nav-content .mega-contents ul li a:hover:before {
    display: inline-block;
    border-color: #008eaa;
    width: 15px;
    margin-left: 0
}

header #external-nav-content .mega-contents .text-wrapper {
    margin-bottom: 42px;
    display: flex;
    flex-direction: column
}

header #external-nav-content .mega-contents .text-wrapper:first-child {
    margin-top: 16px
}

header #external-nav-content .mega-contents .text-wrapper .featured-label {
    margin-bottom: 32px;
    border-top: 10px solid #cdd0d2;
    padding-top: 8px
}

header #external-nav-content .mega-contents .text-wrapper .banner-btn {
    padding-top: 16px
}

header #external-nav-content .mega-contents .text-wrapper .banner-btn a {
    background-color: #333f48;
    padding: 12px 20px 11px 30px;
    font-size: 14px
}

header #external-nav-content .mega-contents .text-wrapper .banner-btn a i {
    margin-left: 0;
    opacity: 0
}

header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) {
    background-color: #008eaa;
    padding: 12px 30px 11px
}

header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) i {
    opacity: 1;
    margin-left: 15px
}

header #external-nav-content .mega-contents .text-wrapper .flex-grow-1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

header #external-nav-content .mega-contents .text-wrapper img.greyed-out {
    height: 85px;
    object-fit: contain
}

header #external-nav-content .mega-contents .text-wrapper.contact-details-wrap a,
header #external-nav-content .mega-contents .text-wrapper h5 a {
    color: #008eaa
}

header #external-nav-content .mega-contents .text-wrapper.contact-details-wrap a .bold {
    font-family: Eina01-SemiBold !important
}

header #external-nav-content .mega-contents hr {
    margin: 32px 0;
    border-top: 1px solid #a6acaf
}

header #external-nav-content .mega-contents .nav-cards {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px
}

header #external-nav-content .mega-contents .nav-cards .nav-card {
    padding: 50px 30px 30px;
    margin-top: 0;
    background-color: #eceded;
    display: flex
}

header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn {
    text-align: right
}

header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn a {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    letter-spacing: inherit
}

header #external-nav-content .mega-contents .nav-cards .nav-card:hover {
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 10px 40px 60px rgba(111, 137, 156, .4);
    position: relative;
    z-index: 10
}

header #external-nav-content .mega-contents .nav-cards .nav-card:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

header #external-nav-content .mega-contents .btn-wrapper {
    margin-top: 16px;
    padding-bottom: 8px
}

header #external-nav-content .mega-contents .btn-wrapper a {
    font-size: 14px;
    font-family: Eina01-SemiBold;
    color: #008eaa
}

header #external-nav-content .mega-contents .btn-wrapper a:hover {
    text-decoration: underline
}

header #external-nav-content .mega-contents .btn-wrapper a:last-child {
    margin-right: 0
}

header #external-nav-content .mega-contents .btn-wrapper a .fa {
    margin-left: 8px
}

header #external-nav-content .mega-contents .btn-wrapper .middot {
    font-size: 20px;
    color: #333;
    font-family: Eina01-SemiBold;
    padding: 0 8px
}

header .contact-details-wrap p {
    margin-bottom: 0
}

header .contact-details-wrap p+.icon-label-wrapper:first-of-type {
    margin-top: 32px
}

header .contact-details-wrap .icon-label-wrapper {
    margin-bottom: 25px
}

header .contact-details-wrap .icon-label-wrapper img {
    margin-right: 10px;
    width: 100%;
    max-width: 24px;
    margin-bottom: 0;
    margin-top: 2px
}

header .contact-details-wrap .icon-label-wrapper p {
    margin-bottom: 0
}

header .header-icon {
    display: inline-block;
    position: relative
}

header .header-icon i {
    display: block
}

header .header-icon i.globe-icon,
header .header-icon i.search-icon {
    height: 24px;
    width: 24px
}

header .header-icon i.cloud-icon {
    height: 25px;
    width: 31px
}

header .header-icon i.search-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-white.webp);
    display: block
}

header .header-icon i.search-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-yellow.webp)
}

header .header-icon i.globe-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-white.webp);
    display: block
}

header .header-icon i.globe-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-yellow.webp)
}

header .header-icon i.cloud-white:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-white.webp);
    display: block
}

header .header-icon i.cloud-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-yellow.webp)
}

header .header-icon i.experience-icon {
    height: 26px;
    width: 26px
}

header .header-icon i.experience-icon.dark-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp);
    display: block
}

header .header-icon i.experience-icon.dark-icon:hover:before,
header .header-icon i.experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp)
}

header .header-icon i.experience-icon.white-icon:before {
    display: block
}

header .header-icon i.experience-icon.white-icon:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-yellow-icon.webp)
}

header .header-icon.nav-toggle-icon {
    text-decoration: none !important;
    overflow: hidden;
    width: 26px;
    white-space: nowrap;
    height: 29px
}

header .header-icon.nav-toggle-icon span {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    line-height: 24px;
    height: 24px
}

header .header-icon.nav-toggle-icon:hover {
    width: 200px
}

header .custom-experience {
    text-decoration: none !important;
    overflow: hidden;
    width: 26px;
    white-space: nowrap;
    height: 29px;
    display: flex;
    align-items: center
}

header .custom-experience span {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    margin-left: 5px
}

header .custom-experience.hovered,
header .custom-experience:hover {
    width: 200px
}

header .custom-experience.hovered .experience-icon.dark-icon:before,
header .custom-experience:hover .experience-icon.dark-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp);
    display: block
}

header .custom-experience.hovered .experience-icon.white-icon:before,
header .custom-experience:hover .experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-yellow-icon.webp);
    display: block
}

header.active-search {
    background: linear-gradient(90deg, #333f48 0, #333f48 25%, #fff 0, #fff 71%, #fff)
}

header.active-search nav.grey-white {
    background-color: #fff
}

header.active-search nav.grey-white .header-left-wrap-col {
    background-color: #333f48
}

header.active-search nav .no-gutters .header-right-wrap-col {
    justify-content: space-between
}

header.active-search nav.grey-white .header-icon {
    opacity: .4
}

header.active-search nav.grey-white .header-icon.active,
header.active-search nav.grey-white .header-icon:hover {
    opacity: 1
}

header.active-search nav.grey-white .header-icon.active.nav-toggle-icon span,
header.active-search nav.grey-white .header-icon:hover.nav-toggle-icon span {
    color: #333f48
}

header.active-search nav.grey-white .header-icon i.search-white:before {
    display: block
}

header.active-search nav.grey-white .header-icon i.search-dark:before,
header.active-search nav.grey-white .header-icon i.search-white:before,
header.active-search nav.grey-white .header-icon i.search-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp)
}

header.active-search nav.grey-white .header-icon i.search-dark:before {
    display: block
}

header.active-search nav.grey-white .header-icon i.search-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp)
}

header.active-search nav.grey-white .header-icon i.globe-white:before {
    display: block
}

header.active-search nav.grey-white .header-icon i.globe-dark:before,
header.active-search nav.grey-white .header-icon i.globe-white:before,
header.active-search nav.grey-white .header-icon i.globe-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp)
}

header.active-search nav.grey-white .header-icon i.globe-dark:before {
    display: block
}

header.active-search nav.grey-white .header-icon i.globe-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp)
}

header.active-search nav.grey-white .header-icon i.cloud-white:before {
    display: block
}

header.active-search nav.grey-white .header-icon i.cloud-dark:before,
header.active-search nav.grey-white .header-icon i.cloud-white:before,
header.active-search nav.grey-white .header-icon i.cloud-white:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp)
}

header.active-search nav.grey-white .header-icon i.cloud-dark:before {
    display: block
}

header.active-search nav.grey-white .header-icon i.cloud-dark:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp)
}

header.active-search nav.grey-white .header-icon i.experience-icon.dark-icon:before {
    display: block
}

header.active-search nav.grey-white .header-icon i.experience-icon.dark-icon:before,
header.active-search nav.grey-white .header-icon i.experience-icon.dark-icon:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp)
}

header.active-search nav.grey-white .header-icon i.experience-icon.white-icon:before {
    display: block
}

header.active-search nav.grey-white .header-icon i.experience-icon.white-icon:before,
header.active-search nav.grey-white .header-icon i.experience-icon.white-icon:hover:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp)
}

header.active-search nav.grey-white .custom-experience span {
    color: #333f48
}

header.active-search nav.grey-white .custom-experience:hover .experience-icon.dark-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp);
    display: block
}

header.active-search nav.grey-white .custom-experience:hover .experience-icon.white-icon:before {
    content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp);
    display: block
}

.data-header-transparent.data-header-dark header.active-search .mega-nav .navbar .header-left-wrap-col,
.data-header-transparent.data-header-dark header .mega-nav.meganav-active .navbar .header-left-wrap-col {
    background-color: #333f48
}

@media (min-width:992px) {

    header #externalIconsContent.slide-in,
    header #externalIconsContent.slide-out,
    header nav+form.search-form-device {
        display: none
    }
}

@media (max-width:991px) {

    .cradlepoint-page header .navbar .flex.hidden,
    header .navbar .header-right-wrap-col .search-form-div.flex,
    header nav .search-form-div {
        display: none !important
    }

    header.active-search .header-right-wrap-col,
    header.active-search nav .no-gutters .header-right-wrap-col {
        justify-content: flex-end
    }

    header.header-meganav-active .header-icon {
        opacity: .4
    }

    header.header-meganav-active .header-icon.active,
    header.header-meganav-active .header-icon:hover {
        opacity: 1
    }

    header.header-meganav-active .header-icon.active.nav-toggle-icon span,
    header.header-meganav-active .header-icon:hover.nav-toggle-icon span {
        color: #333f48
    }

    header.header-meganav-active .header-icon i.search-white:before {
        display: block
    }

    header.header-meganav-active .header-icon i.search-dark:before,
    header.header-meganav-active .header-icon i.search-white:before,
    header.header-meganav-active .header-icon i.search-white:hover:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp)
    }

    header.header-meganav-active .header-icon i.search-dark:before {
        display: block
    }

    header.header-meganav-active .header-icon i.search-dark:hover:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-dark.webp)
    }

    header.header-meganav-active .header-icon i.globe-white:before {
        display: block
    }

    header.header-meganav-active .header-icon i.globe-dark:before,
    header.header-meganav-active .header-icon i.globe-white:before,
    header.header-meganav-active .header-icon i.globe-white:hover:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp)
    }

    header.header-meganav-active .header-icon i.globe-dark:before {
        display: block
    }

    header.header-meganav-active .header-icon i.globe-dark:hover:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-dark.webp)
    }

    header.header-meganav-active .header-icon i.cloud-white:before {
        display: block
    }

    header.header-meganav-active .header-icon i.cloud-dark:before,
    header.header-meganav-active .header-icon i.cloud-white:before,
    header.header-meganav-active .header-icon i.cloud-white:hover:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp)
    }

    header.header-meganav-active .header-icon i.cloud-dark:before {
        display: block
    }

    header.header-meganav-active .header-icon i.cloud-dark:hover:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-dark.webp)
    }

    header.header-meganav-active .header-icon i.experience-icon.dark-icon:before {
        display: block
    }

    header.header-meganav-active .header-icon i.experience-icon.dark-icon:before,
    header.header-meganav-active .header-icon i.experience-icon.dark-icon:hover:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp)
    }

    header.header-meganav-active .header-icon i.experience-icon.white-icon:before {
        display: block
    }

    header.header-meganav-active .header-icon i.experience-icon.white-icon:before,
    header.header-meganav-active .header-icon i.experience-icon.white-icon:hover:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp)
    }

    header.header-meganav-active .custom-experience span {
        color: #333f48
    }

    header.header-meganav-active .custom-experience:hover .experience-icon.dark-icon:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp);
        display: block
    }

    header.header-meganav-active .custom-experience:hover .experience-icon.white-icon:before {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-dark-icon.webp);
        display: block
    }

    header.active-search .search-form-device.slide-in {
        display: flex
    }
}

@media (max-width:991.98px) and (min-width:880px) {
    header .icon-slider.slide-out {
        animation: unset;
        -webkit-animation: unset
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .data-header-transparent.data-header-dark header.header-meganav-active nav {
        background: linear-gradient(90deg, #333f48 0, #333f48 40%, #fff 0, #fff 71%, #fff);
        height: 100%
    }

    header nav.navbar {
        padding: 0
    }

    header nav .no-gutters .header-left-wrap-col {
        padding-left: 2rem
    }

    header nav .no-gutters .header-right-wrap-col {
        padding-right: 2rem
    }

    header #external-nav-content .mega-contents.active-mega-menu {
        padding: 0 0 56px 20px;
        opacity: .4;
        background-color: #333f48
    }

    header #external-nav-content .mega-contents.active-mega-menu .row-menu-wrap {
        display: none
    }

    header #external-nav-content .p-4 li a {
        padding-left: 40px
    }

    header ._image-w-cta-head {
        padding: 16px
    }

    header .meganav-left-wrap-col {
        height: 100vh;
        position: relative
    }

    header .main-nav-inner {
        top: 0;
        border-bottom: 1px solid #fff
    }

    header .main-nav-inner .header-left-col {
        padding-left: 40px
    }

    header .main-nav-inner .header-left-col .logo {
        width: 206px
    }

    header .menu-links {
        top: 122px;
        height: 100%;
        width: 100%;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    header #external-nav-content {
        background: transparent
    }

    header.header-meganav-active .navbar .header-left-wrap-col {
        max-width: 100%
    }

    header.header-meganav-active .mega-nav #external-nav-content {
        top: 0
    }

    header .mega-nav #external-nav-content .meganav-left-wrap-col {
        max-width: 100%
    }

    header .mega-nav #external-nav-content .meganav-left-wrap-col .menu-links {
        background-color: #333f48 !important
    }

    header .mega-nav #external-nav-content .meganav-left-wrap-col .menu-links ul li.has-mega-menu .inner-sub-menu {
        display: none
    }

    header .mega-nav #external-nav-content .meganav-left-wrap-col .menu-links ul li.has-mega-menu.active-submenu a {
        background-color: transparent
    }

    header .mega-nav #external-nav-content .meganav-left-wrap-col .menu-links ul li.has-mega-menu.active-submenu .inner-sub-menu {
        display: block
    }

    header .mega-nav #external-nav-content .meganav-left-wrap-col .menu-links ul li a {
        cursor: pointer
    }

    header .navbar-nav {
        float: left !important
    }

    header .main-nav-inner .logo {
        display: inline-block;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 1rem;
        width: 140px
    }

    header .main-nav-inner .icon-div {
        margin-right: 10px !important;
        display: none
    }

    header .main-nav-inner .icon-div .nav-search-icon i.search-icon {
        height: 24px;
        width: 24px
    }

    header .main-nav-inner .icon-div .nav-search-icon i.search-white {
        display: block
    }

    header .main-nav-inner .icon-div .nav-search-icon i.search-white,
    header .main-nav-inner .icon-div .nav-search-icon i.search-white:hover {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-white.webp)
    }

    header .mobile-submenu .inner-sub-menu a {
        text-align: left;
        justify-content: flex-start;
        background-color: #171f24;
        border-color: transparent;
        font-size: 18px;
        padding: 21px 20px;
        font-family: Eina01-Bold;
        font-weight: 400;
        display: block;
        color: #fff
    }

    header .mobile-submenu .inner-sub-menu a .fa {
        font-size: 16px;
        display: inline-block
    }

    header .mobile-submenu .inner-sub-menu a .fa-angle-left {
        margin-right: 35px
    }

    header .mobile-submenu .inner-sub-menu a .fa-angle-right {
        margin-left: 35px
    }

    header .mobile-submenu .inner-sub-menu .submenu {
        list-style: none;
        padding: 0;
        margin: 0
    }

    header .mobile-submenu .inner-sub-menu .submenu li a {
        border-color: transparent;
        background-color: transparent;
        color: #333f48;
        font-size: 18px;
        font-family: Eina01-Bold;
        font-weight: 400;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding: 21px 20px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }

    header .active-submenu #external-nav-content {
        background-color: transparent !important
    }

    header .mobile-menu-contents {
        display: none;
        width: 100%;
        z-index: 1;
        position: absolute;
        top: 113px
    }

    header .mobile-menu-contents .inner-sub-menu {
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #fff;
        display: none
    }

    header .mobile-menu-contents .inner-sub-menu.active-mobile-sub-nav {
        display: block
    }

    header .mobile-menu-contents .inner-sub-menu .sub-title {
        align-items: center;
        justify-content: end;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        font-family: Eina01-Bold;
        font-weight: 400;
        display: flex;
        align-items: baseline;
        justify-content: normal;
        padding: 21px 20px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }

    header .mobile-menu-contents .inner-sub-menu .sub-title i {
        margin-right: 32px
    }

    header .mobile-menu-contents .inner-sub-menu .sub-title:hover {
        text-decoration: none;
        font-weight: 400
    }

    header .mobile-menu-contents .inner-sub-menu ul {
        padding: 0;
        list-style: none
    }

    header .mobile-menu-contents .inner-sub-menu ul li a {
        align-items: center;
        justify-content: end;
        background-color: #fff;
        color: #333f48;
        font-size: 18px;
        font-weight: 400;
        font-family: Eina01-Bold;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding: 21px 20px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }

    header .mobile-menu-contents .inner-sub-menu ul li a:hover {
        text-decoration: none;
        color: #333f48;
        font-weight: unset
    }

    header .mobile-menu-contents .inner-sub-menu ul li ul li .sub-sub-title {
        justify-content: normal;
        font-family: Eina01-Bold;
        font-weight: 400
    }

    header .mobile-menu-contents .inner-sub-menu ul li ul li .sub-sub-title:hover {
        text-decoration: none;
        color: #333f48;
        font-weight: unset
    }

    header .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu {
        display: block;
        position: absolute;
        width: 100%;
        height: auto;
        margin-left: 100%;
        background-color: #fff;
        top: 0
    }

    header .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu .sub-sub-sub-title {
        justify-content: normal;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        font-family: Eina01-Bold;
        font-weight: 400
    }

    header .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu .sub-sub-sub-title i {
        margin-right: 32px
    }

    header .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu .sub-sub-sub-title:hover {
        text-decoration: none;
        font-weight: 400
    }

    header .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu ul li a {
        justify-content: flex-start;
        font-size: 17px
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li {
        display: none
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu {
        display: block
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu .inner-inner-sub-menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 0
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu .inner-inner-sub-menu .sub-sub-sub-title {
        justify-content: normal;
        background-color: #000;
        color: #fff;
        text-decoration: none
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu .inner-inner-sub-menu .sub-sub-sub-title i {
        margin-right: 32px
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu ul li {
        display: block
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu ul li a:before {
        content: "";
        width: 0;
        margin-right: 12px;
        height: 5px;
        border-top: 2px solid #099;
        margin-left: -12px
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu ul li a:hover {
        text-decoration: none;
        font-weight: unset
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu ul li a:hover:before {
        display: inline-block;
        border-color: #333f48;
        width: 15px;
        margin-left: 0
    }

    header .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu ul li:hover {
        text-decoration: none;
        color: #333f48;
        font-weight: unset
    }

    header .active-mobile-sub-nav ul li.has-sub-menu.active .inner-inner-sub-menu {
        display: block
    }

    header .active-mobile-sub-nav ul li.has-sub-menu .inner-inner-sub-menu {
        display: none
    }

    header .featured-mobile {
        padding: 0 20px 20px
    }

    header .featured-mobile a {
        color: #008eaa
    }

    header .featured-mobile.text-wrapper .featured-label,
    header .featured-mobile .text-wrapper .featured-label {
        margin-bottom: 32px;
        border-top: 10px solid #cdd0d2;
        padding-top: 32px
    }

    header .featured-mobile.text-wrapper h5,
    header .featured-mobile .text-wrapper h5 {
        font-family: Eina01-Bold;
        font-size: 18px;
        margin: 0;
        line-height: 1.8
    }

    header .featured-mobile.text-wrapper .btn-wrapper,
    header .featured-mobile .text-wrapper .btn-wrapper {
        display: flex;
        flex-direction: column
    }

    header .featured-mobile.text-wrapper .btn-wrapper span.middot,
    header .featured-mobile .text-wrapper .btn-wrapper span.middot {
        display: none
    }

    .custom-marketo-form header .featured-mobile.text-wrapper a.mktoButton,
    .custom-marketo-form header .featured-mobile .text-wrapper a.mktoButton,
    header .featured-mobile.text-wrapper .custom-marketo-form a.mktoButton,
    header .featured-mobile .text-wrapper .custom-marketo-form a.mktoButton,
    header .featured-mobile.text-wrapper a.btn-poly-dark,
    header .featured-mobile .text-wrapper a.btn-poly-dark {
        color: #fff
    }

    header .featured-mobile hr {
        width: 100%;
        max-width: 100%
    }

    header .header-right-wrap-col .icons-nav {
        display: none
    }

    header .slider {
        position: absolute !important;
        width: 100%;
        height: auto;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }

    header .slide-in {
        animation: slide-in .5s forwards;
        -webkit-animation: slide-in .5s forwards
    }

    header .slide-out {
        animation: slide-out .5s forwards;
        -webkit-animation: slide-out .5s forwards
    }

    header .sub-menu-slide-in {
        -webkit-animation-name: sub-menu-slide-in;
        animation: sub-menu-slide-in .5s forwards;
        -webkit-animation: sub-menu-slide-in .5s forwards
    }

    header .sub-menu-slide-out {
        -webkit-animation-name: sub-menu-slide-out;
        animation: sub-menu-slide-out .5s forwards;
        -webkit-animation: sub-menu-slide-out .5s forwards
    }

    @keyframes slide-in {
        to {
            transform: translateX(0)
        }
    }

    @-webkit-keyframes slide-in {
        to {
            -webkit-transform: translateX(0)
        }
    }

    @keyframes slide-out {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-100%)
        }
    }

    @-webkit-keyframes slide-out {
        0% {
            -webkit-transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(-100%)
        }
    }

    @-webkit-keyframes sub-menu-slide-in {
        0% {
            transform: translateX(100%)
        }

        to {
            transform: translateX(0)
        }
    }

    @-webkit-keyframes sub-menu-slide-out {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(100%)
        }
    }

    header .active-mobile-sub-nav ul li.has-sub-menu.active .inner-inner-sub-menu {
        display: block !important
    }

    header.header-meganav-active #external-nav-content {
        top: 0
    }

    header.header-meganav-active #external-nav-content .meganav-left-wrap-col {
        max-width: 100%
    }

    header.header-meganav-active #external-nav-content .main-nav-inner {
        display: flex
    }

    header.header-meganav-active .mobile-menu-contents .inner-sub-menu.active-mobile-sub-nav {
        display: block
    }

    header.header-meganav-active .mobile-menu-contents .mobile-menu-contents .inner-sub-menu .sub-title {
        align-items: center;
        justify-content: end;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        font-family: Eina01-Bold;
        font-weight: 400;
        display: flex;
        align-items: baseline;
        justify-content: normal;
        padding: 21px 20px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }

    header.header-meganav-active .active-mobile-sub-nav ul li.has-sub-menu .inner-inner-sub-menu {
        display: none
    }

    header.header-meganav-active .main-nav-inner {
        top: 0;
        border-bottom: 1px solid #fff
    }

    header.header-meganav-active .main-nav-inner .header-left-col {
        padding-left: 40px
    }

    header.header-meganav-active .main-nav-inner .header-left-col .logo {
        width: 206px;
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 1rem
    }

    header.header-meganav-active #external-nav-content .mega-contents {
        border-top: 0
    }

    header.header-meganav-active .mega-nav #external-nav-content .mega-contents {
        display: none
    }

    header.header-meganav-active #navbarToggleExternalContent .meganav-left-wrap-col {
        overflow-x: hidden;
        background-color: #333f48
    }

    header .main-nav-inner {
        display: flex;
        background-color: #333f48;
        align-items: center;
        justify-content: space-between;
        flex-direction: row
    }
}

@media (max-width:880px) {
    header nav .header-right-wrap-col .icons-nav {
        height: 100%;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end
    }

    header nav .header-right-wrap-col .nav-icon3 {
        display: flex;
        padding: 20px 0 20px 15px;
        margin-right: 3px
    }

    header nav .header-right-wrap-col .mobile-hidden {
        display: none !important
    }

    header #externalIconsContent {
        z-index: 10000;
        position: absolute;
        left: 0;
        width: 100%;
        justify-content: space-between !important;
        background-color: #171f24
    }

    body header .slide-out {
        animation: slide-out .5s forwards !important;
        -webkit-animation: slide-out .5s forwards !important
    }

    header .slide-in {
        animation: slide-in .5s forwards;
        -webkit-animation: slide-in .5s forwards
    }

    header .icon-slider {
        position: absolute !important;
        width: 100%;
        height: auto;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }

    header .icons-wrapper {
        display: unset;
        align-items: unset;
        justify-content: unset;
        width: unset
    }
}

@media (min-width:768px) {

    header .icon-toggler,
    header .inner-sub-menu,
    header .main-nav-inner,
    header .mobile-menu-contents {
        display: none
    }
}

@media (max-width:767px) {

    .data-dark-header header.header-meganav-active nav,
    .data-header-transparent.data-header-dark header.header-meganav-active nav {
        background: #333f48
    }

    header nav .no-gutters .header-left-wrap-col {
        padding-left: .5rem
    }

    header nav .no-gutters .header-right-wrap-col {
        padding-right: .5rem
    }

    header .icon-toggler {
        display: block
    }

    header .languageFlags {
        top: 2px
    }

    header nav.navbar {
        padding: 0
    }

    header nav .header-left-wrap-col {
        max-width: 320px
    }

    header nav .header-right-wrap-col {
        max-width: calc(100% - 320px)
    }

    header nav .header-right-wrap-col .icons-nav {
        height: 100%;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end
    }

    header nav .header-right-wrap-col .nav-icon3 {
        display: flex;
        padding: 20px 0 20px 15px;
        margin-right: 3px
    }

    header nav .header-right-wrap-col .mobile-hidden {
        display: none !important
    }

    header .mega-nav #external-nav-content {
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        background: transparent
    }

    header .mega-nav #external-nav-content .meganav-left-wrap-col {
        max-width: 100%
    }

    header .mega-nav #external-nav-content .meganav-left-wrap-col .menu-links {
        background-color: #333f48 !important
    }

    header .mega-nav.meganav-active:not(.active-submenu) #external-nav-content #navbarToggleExternalContent .menu-links {
        border-top: 1px solid #657580
    }

    header.header-meganav-active .mega-nav #external-nav-content {
        top: 0
    }

    header .icons-wrapper {
        display: unset;
        align-items: unset;
        justify-content: unset;
        width: unset
    }

    header .icon-slider,
    header .slider {
        position: absolute !important;
        width: 100%;
        height: auto;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }

    header .slide-in {
        animation: slide-in .5s forwards;
        -webkit-animation: slide-in .5s forwards
    }

    header .slide-out {
        animation: slide-out .5s forwards;
        -webkit-animation: slide-out .5s forwards
    }

    header .sub-menu-slide-in {
        -webkit-animation-name: sub-menu-slide-in;
        animation: sub-menu-slide-in .5s forwards;
        -webkit-animation: sub-menu-slide-in .5s forwards
    }

    header .sub-menu-slide-out {
        -webkit-animation-name: sub-menu-slide-out;
        animation: sub-menu-slide-out .5s forwards;
        -webkit-animation: sub-menu-slide-out .5s forwards
    }

    header .icons-slide-in {
        display: flex;
        -webkit-animation-name: sub-menu-slide-in;
        animation: sub-menu-slide-in .5s forwards;
        -webkit-animation: sub-menu-slide-in .5s forwards
    }

    header .icons-slide-out {
        -webkit-animation-name: icons-slide-out;
        animation: icons-slide-out .5s forwards;
        -webkit-animation: icons-slide-out .5s forwards
    }

    @keyframes slide-in {
        0% {
            transform: translateX(-100%)
        }

        to {
            transform: translateX(0)
        }
    }

    @-webkit-keyframes slide-in {
        0% {
            transform: translateX(-100%)
        }

        to {
            -webkit-transform: translateX(0)
        }
    }

    @keyframes slide-out {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-100%)
        }
    }

    @-webkit-keyframes slide-out {
        0% {
            -webkit-transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(-100%)
        }
    }

    @-webkit-keyframes sub-menu-slide-in {
        0% {
            transform: translateX(100%)
        }

        to {
            transform: translateX(0)
        }
    }

    @-webkit-keyframes sub-menu-slide-out {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(100%)
        }
    }

    @-webkit-keyframes icons-slide-out {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(100%);
            display: none
        }
    }

    header .main-nav-inner {
        display: flex;
        background-color: #333f48;
        align-items: center;
        justify-content: space-between;
        flex-direction: row
    }

    header .main-nav-inner .header-left-col {
        padding-left: 15px
    }

    header .menu-links {
        top: 120px;
        height: 100%;
        width: 100%;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    header.header-meganav-active #external-nav-content {
        top: 0
    }

    header .flex {
        flex-direction: inherit
    }

    header .meganav-left-wrap-col .main-nav-inner .header-left-col .logo {
        display: inline-block;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 1rem;
        width: 140px;
        padding: 0
    }

    .nav-icon4 {
        padding: 10px 13px
    }

    .nav-icon4 span {
        height: 3px;
        width: 25px
    }

    .nav-icon4 span:first-child {
        top: 0
    }

    .nav-icon4 span:nth-child(2) {
        top: 7px
    }

    .nav-icon4 span:nth-child(3) {
        top: 14px
    }

    .nav-icon4.open span:nth-child(3) {
        top: 0
    }

    .nav-icon4.open span:nth-child(2) {
        width: 0;
        opacity: 0
    }

    .nav-icon4.open span:nth-child(3) {
        top: 17px
    }

    .mobile-menu-contents {
        display: none;
        width: 100%;
        z-index: 1;
        position: absolute;
        top: 120px
    }

    .mobile-menu-contents .inner-sub-menu {
        position: absolute;
        width: 100%;
        height: auto;
        display: none;
        padding-bottom: 40px
    }

    .mobile-menu-contents .inner-sub-menu.active-mobile-sub-nav {
        display: block;
        background: #fff
    }

    .mobile-menu-contents .inner-sub-menu .sub-title {
        align-items: center;
        justify-content: end;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        font-family: Eina01-Bold;
        font-weight: 400;
        display: flex;
        align-items: baseline;
        justify-content: normal;
        padding: 21px 20px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }

    .mobile-menu-contents .inner-sub-menu .sub-title i {
        margin-right: 32px
    }

    .mobile-menu-contents .inner-sub-menu .sub-title:hover {
        text-decoration: none;
        color: #fff;
        font-weight: 400
    }

    .mobile-menu-contents .inner-sub-menu ul {
        padding: 0;
        list-style: none;
        margin-top: 16px
    }

    .mobile-menu-contents .inner-sub-menu ul li+.featured-mobile {
        margin-top: 16px
    }

    .mobile-menu-contents .inner-sub-menu ul li a {
        align-items: center;
        justify-content: end;
        background-color: #fff;
        color: #333f48;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding: 16px 20px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        font-family: Eina01-Bold
    }

    .mobile-menu-contents .inner-sub-menu ul li a.sub-sub-title {
        font-family: Eina01-Bold
    }

    .mobile-menu-contents .inner-sub-menu ul li a:hover {
        text-decoration: none;
        color: #333f48;
        font-weight: unset
    }

    .mobile-menu-contents .inner-sub-menu ul li a:hover i {
        text-decoration: none
    }

    .mobile-menu-contents .inner-sub-menu ul li ul li .sub-sub-title {
        justify-content: normal
    }

    .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu {
        display: block;
        position: absolute;
        width: 100%;
        height: auto;
        margin-left: 100%;
        top: 0
    }

    .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu .sub-sub-sub-title {
        justify-content: normal;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        font-family: Eina01-Bold;
        font-weight: 400;
        display: block
    }

    .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu .sub-sub-sub-title i {
        margin-right: 32px
    }

    .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu .sub-sub-sub-title:hover {
        text-decoration: none;
        color: #fff;
        font-weight: unset
    }

    .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu ul li a {
        color: #008eaa;
        padding: 10px 20px;
        display: block;
        font-family: Eina01-SemiBold;
        font-size: 17px
    }

    .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu ul li a.animate-link:before {
        display: inline-block;
        border-color: #008eaa;
        width: 15px;
        margin-left: 0
    }

    .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu ul li:first-child a {
        font-family: Eina01-Bold;
        color: #333f48;
        font-size: 18px
    }

    .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li,
    .mobile-menu-contents .inner-sub-menu ul li .inner-inner-sub-menu ul li:first-child a.animate-link:before {
        display: none
    }

    .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu {
        display: block
    }

    .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu .inner-inner-sub-menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 0
    }

    .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu .inner-inner-sub-menu .sub-sub-sub-title {
        justify-content: normal;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        font-family: Eina01-Bold;
        font-weight: 400
    }

    .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu .inner-inner-sub-menu .sub-sub-sub-title i {
        margin-right: 32px
    }

    .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu ul li {
        display: block
    }

    .mobile-menu-contents .inner-sub-menu.active-sub-sub-menu ul li.active-sub-sub-menu ul li:hover {
        text-decoration: underline;
        color: #333f48;
        font-weight: 700
    }

    .mobile-menu-contents ._image-w-cta-head,
    .mobile-menu-contents .featured-mobile {
        padding: 0 20px 20px
    }

    .mobile-menu-contents .featured-mobile a {
        color: #008eaa
    }

    .mobile-menu-contents .featured-mobile.text-wrapper .featured-label,
    .mobile-menu-contents .featured-mobile .text-wrapper .featured-label {
        margin-bottom: 32px;
        border-top: 10px solid #cdd0d2;
        padding-top: 32px
    }

    .mobile-menu-contents .featured-mobile.text-wrapper h5,
    .mobile-menu-contents .featured-mobile .text-wrapper h5 {
        font-family: Eina01-Bold;
        font-size: 18px;
        margin: 0;
        line-height: 1.8
    }

    .mobile-menu-contents .featured-mobile.text-wrapper .btn-wrapper,
    .mobile-menu-contents .featured-mobile .text-wrapper .btn-wrapper {
        display: flex;
        flex-direction: column
    }

    .mobile-menu-contents .featured-mobile.text-wrapper .btn-wrapper span.middot,
    .mobile-menu-contents .featured-mobile .text-wrapper .btn-wrapper span.middot {
        display: none
    }

    .custom-marketo-form .mobile-menu-contents .featured-mobile.text-wrapper a.mktoButton,
    .custom-marketo-form .mobile-menu-contents .featured-mobile .text-wrapper a.mktoButton,
    .mobile-menu-contents .featured-mobile.text-wrapper .custom-marketo-form a.mktoButton,
    .mobile-menu-contents .featured-mobile .text-wrapper .custom-marketo-form a.mktoButton,
    .mobile-menu-contents .featured-mobile.text-wrapper a.btn-poly-dark,
    .mobile-menu-contents .featured-mobile .text-wrapper a.btn-poly-dark {
        color: #fff
    }

    .mobile-menu-contents .featured-mobile hr {
        width: 100%;
        max-width: 100%;
        margin: 16px 0
    }

    .mobile-menu-contents .header-right-wrap-col {
        position: unset
    }

    .mobile-menu-contents .header-right-wrap-col .nav-icon3 {
        display: flex;
        padding: 20px 0 20px 15px
    }

    .mobile-menu-contents .header-right-wrap-col .icons-nav {
        height: 100%;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end
    }

    .mobile-menu-contents .header-right-wrap-col .icons-wrapper {
        position: absolute;
        width: 100%;
        height: auto;
        transform: translate(-100%);
        -webkit-transform: translate(-100%)
    }

    .mobile-menu-contents .header-right-wrap-col .justify-content-end {
        position: absolute;
        left: -41.7%;
        top: 120px;
        width: 100%;
        justify-content: space-between !important;
        background-color: #171f24
    }

    .mobile-menu-contents .header-right-wrap-col .justify-content-end .icon-div {
        padding: 16px
    }

    .mobile-menu-contents #externalIconsContent {
        top: 0;
        z-index: 10000;
        display: block
    }

    .mobile-menu-contents #externalIconsContent .justify-content-end {
        position: absolute;
        left: 0;
        top: 120px;
        width: 100%;
        justify-content: space-between !important;
        background-color: #171f24
    }

    .mobile-menu-contents #externalIconsContent .justify-content-end .icon-div {
        padding: 16px
    }

    .mobile-menu-contents #externalIconsContent .justify-content-end .icon-div .header-icon.nav-toggle-icon {
        text-decoration: none !important;
        overflow: hidden;
        width: 26px;
        white-space: nowrap;
        height: 29px
    }

    header #external-nav-content {
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #fff !important
    }

    header .active-mobile-sub-nav ul li.has-sub-menu.active .inner-inner-sub-menu {
        display: block
    }

    header #external-nav-content #navbarToggleExternalContent .mega-contents,
    header .active-mobile-sub-nav ul li.has-sub-menu .inner-inner-sub-menu {
        display: none
    }

    header .meganav-left-wrap-col {
        height: 100vh;
        position: relative
    }

    header #external-nav-content .menu-links {
        border-top: 1px solid #657580
    }

    header #externalIconsContent {
        z-index: 10000;
        position: absolute;
        left: 0;
        width: 100%;
        justify-content: space-between !important;
        background-color: #171f24
    }

    header #externalIconsContent .justify-content-end .icon-div {
        padding: 16px
    }

    header .contact-details-wrap .icon-label-wrapper img {
        margin-bottom: 0
    }

    header.active-search nav.grey-white {
        background: #333f48
    }

    header.header-meganav-active .header-icon {
        opacity: 1
    }

    header.header-meganav-active .header-icon.custom-experience span {
        color: #333f48
    }

    header.header-meganav-active .header-icon.custom-experience .experience-icon.white-icon {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-white-icon.webp)
    }

    header.header-meganav-active .header-icon.custom-experience .experience-icon.white-icon:hover,
    header.header-meganav-active .header-icon.custom-experience:hover .experience-icon.white-icon {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/experience-yellow-icon.webp)
    }

    header.header-meganav-active .header-icon .search-icon.search-white {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-white.webp)
    }

    header.header-meganav-active .header-icon .search-icon.search-white:hover {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/search-yellow.webp)
    }

    header.header-meganav-active .header-icon .globe-icon.globe-white {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-white.webp)
    }

    header.header-meganav-active .header-icon .globe-icon.globe-white:hover {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/globe-yellow.webp)
    }

    header.header-meganav-active .header-icon .cloud-icon.cloud-white {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-white.webp)
    }

    header.header-meganav-active .header-icon .cloud-icon.cloud-white:hover {
        content: url(//img.cradlepoint.com/wp-content/uploads/2020/05/cloud-yellow.webp)
    }

    header #external-nav-content.slide-out {
        background-color: #333f48 !important
    }

    .ios header .text-wrapper h5 a,
    .ios header .text-wrapper h5 a i {
        width: 100%
    }
}

@media (max-width:575px) {
    header nav .nav-logo {
        padding-left: 1rem;
        width: 140px
    }

    header nav .header-left-wrap-col {
        max-width: 260px
    }

    header nav .header-right-wrap-col {
        max-width: calc(100% - 260px);
        padding-right: 10px
    }

    header #external-nav-content .meganav-left-wrap-col {
        max-width: 100%
    }

    header #external-nav-content #navbarToggleExternalContent .p-4 li a {
        padding-left: 20px;
        padding-right: 20px
    }

    header .search-form-device {
        padding-top: 18px;
        padding-bottom: 18px
    }

    header .search-form-device input[type=text] {
        font-size: 18px
    }
}

@media (max-width:500px) {
    header .main-nav-inner .header-left-col {
        padding-left: 15px;
        width: 100%
    }

    header #externalIconsContent .justify-content-end,
    header .menu-links,
    header .mobile-menu-contents {
        top: 104px
    }
}

@media (max-width:1179px) and (min-width:1051px) {
    header nav .no-gutters .header-left-wrap-col {
        padding-left: 3rem
    }

    header nav .logo {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:1380px) and (min-width:1180px) {
    header nav .no-gutters .header-left-wrap-col {
        padding-left: 4rem
    }

    header nav .logo {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:1050px) and (min-width:993px) {
    header nav .no-gutters .header-left-wrap-col {
        padding-left: 3rem
    }

    header nav .logo {
        margin-left: 15px;
        margin-right: 15px
    }
}

.title_content_w_hr_links p {
    font-size: 15px !important
}

.title_content_w_hr_links h4 {
    font-size: 32px;
    margin-bottom: 0
}

.title_content_w_hr_links h5 {
    font-size: 26px
}

.title_content_w_hr_links hr {
    color: #848c91;
    max-width: 100% !important;
    margin: 23px 0 !important
}

.title_content_w_hr_links .btn-wrapper a {
    font-size: 15px !important
}

.title_content_w_hr_links .btn-wrapper a+a {
    margin-left: 15px
}

.firefox br {
    margin-top: 2rem
}

@media (max-width:991px) {
    .title_content_w_hr_links {
        padding: 0 20px 20px
    }

    .title_content_w_hr_links h4 {
        font-size: 22px;
        margin-bottom: 0
    }

    .title_content_w_hr_links h5 {
        font-family: Eina01-Bold;
        font-size: 18px;
        margin: 0;
        line-height: 1.8
    }

    .title_content_w_hr_links .btn-wrapper a {
        display: block
    }

    .title_content_w_hr_links .btn-wrapper a i {
        margin-left: 10px
    }

    .title_content_w_hr_links .btn-wrapper a+a {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .title_content_w_hr_links h4 {
        font-size: 22px
    }
}

@media (min-width:1200px) {
    .title_content_w_hr_links h4 {
        font-size: 30px
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .title_content_w_hr_links h4 {
        font-size: 25px
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .title_content_w_hr_links h4 {
        font-size: 20px
    }
}

@media (max-width:875px) {
    .title_content_w_hr_links h4 {
        font-size: 18px
    }
}

.featured_images .col-md-4 {
    padding: 0;
    display: flex;
    background-color: #fff
}

.featured_images .col-md-4:first-child div.feat-img,
.featured_images .col-md-4:first-child div.lazy {
    margin: 0 4px 8px 8px
}

.featured_images .col-md-4:last-child div.feat-img,
.featured_images .col-md-4:last-child div.lazy {
    margin: 0 8px 8px 4px
}

.featured_images .col-md-4 div.feat-img,
.featured_images .col-md-4 div.lazy {
    margin: 0 4px 8px;
    flex-grow: 1;
    display: flex;
    max-height: 165px;
    padding-top: 129.41176%;
    display: block;
    background-size: cover;
    width: 100%
}

.featured_images .col-md-12 div.feat-img,
.featured_images .col-md-12 div.lazy {
    padding-top: 88.31169%;
    display: block;
    background-size: cover
}

.featured_images .col-md-12 div.bg-white {
    padding: 8px
}

.featured_images img {
    padding: 8px;
    background: #fff;
    object-fit: cover
}

@media (max-width:767px) {
    .featured_images {
        padding: 0 10px 20px
    }

    .featured_images .col-md-4,
    .featured_images .flex {
        display: flex
    }
}

header .external-language-nav {
    display: none
}

header .external-language-nav.show {
    z-index: 10000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #333f48
}

header .external-language-nav .description {
    margin-bottom: 50px
}

header .external-language-nav .col-md-1 {
    text-align: right
}

header .external-language-nav .fa-times {
    font-size: 18px;
    color: #fff;
    line-height: .7;
    padding: 15px;
    border: 3px solid rgba(173, 178, 181, .30196078431372547);
    border-radius: 50%
}

header .external-language-nav hr {
    background-color: #adb2b5;
    padding: 0;
    margin-bottom: 16px;
    max-width: 100%;
    width: 100%
}

header .external-language-nav hr:last-child {
    margin-bottom: 0;
    margin-top: 16px
}

header .external-language-nav hr+div span {
    color: #adb2b5;
    opacity: .8;
    font-size: 14px
}

header .external-language-nav hr+div span a {
    text-decoration: underline;
    color: #fff
}

header .external-language-nav .intl-additional-description p {
    color: #adb2b5;
    opacity: .8;
    font-size: 14px;
    margin-bottom: 0
}

header .external-language-nav .intl-additional-description p a {
    text-decoration: underline;
    color: #fff
}

header .external-language-nav .container {
    background-repeat: no-repeat;
    background-position: 100% 0
}

header .external-language-nav h2 {
    color: #fafafb;
    font-family: Eina01-Bold;
    font-size: 36px
}

header .external-language-nav p {
    font-size: 20px;
    font-family: Eina01-Regular;
    color: #adb2b5;
    white-space: pre-line
}

header .external-language-nav .lang-wrapper {
    padding-bottom: 10px;
    flex-shrink: 0
}

header .external-language-nav .lang-wrapper:last-child {
    padding-bottom: 0
}

header .external-language-nav .lang-wrapper h5 {
    font-size: 24px;
    color: #ffad00;
    font-family: Eina01-Bold;
    line-height: 32px;
    margin-top: 10px
}

header .external-language-nav .lang-wrapper ul {
    padding-left: 0
}

header .external-language-nav .lang-wrapper ul li {
    margin-bottom: 15px;
    list-style: none
}

header .external-language-nav .lang-wrapper ul li:last-child {
    margin-bottom: 0
}

header .external-language-nav .lang-wrapper ul li a {
    color: #fff
}

header .external-language-nav .lang-wrapper ul li a:hover {
    text-decoration: underline;
    color: #fff
}

header .external-language-nav .lang-wrapper ul li p {
    color: #fafafb;
    font-family: Eina01-Bold;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2
}

header .external-language-nav .lang-wrapper ul li span {
    color: #adb2b5;
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 1.2
}

header .external-language-nav .lang-wrapper ul+ul {
    margin-left: 50px
}

@media (max-width:767px) {
    header .external-language-nav {
        max-height: 100vh;
        overflow-y: scroll;
        text-align: center
    }

    header .external-language-nav .col-md-1 {
        text-align: center;
        margin-bottom: 40px
    }

    header .external-language-nav hr {
        max-width: 100% !important;
        opacity: .2
    }

    header .external-language-nav .description h2 {
        font-size: 24px
    }

    header .external-language-nav .description p {
        font-size: 16px;
        white-space: normal
    }

    header .external-language-nav .lang-wrapper {
        text-align: center;
        padding-bottom: 30px
    }

    header .external-language-nav .lang-wrapper ul+ul {
        margin-left: 0
    }

    header .external-language-nav .lang-wrapper:last-child {
        padding-bottom: 30px
    }

    header .external-language-nav .lang-wrapper h5 {
        display: flex;
        align-items: center;
        justify-content: center
    }

    header .external-language-nav .custom-accordion-trigger:hover {
        cursor: pointer
    }

    header .external-language-nav .custom-accordion-trigger.active:after {
        content: "\f106";
        margin-left: 10px
    }

    header .external-language-nav .custom-accordion-trigger:after {
        content: "\f107";
        margin-left: 10px;
        font-size: 16px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 700
    }

    header .external-language-nav .custom-accordion {
        padding: 0 18px;
        display: none;
        overflow: hidden;
        flex-direction: column
    }

    header .external-language-nav .col-md-8.flex {
        flex-direction: column
    }

    header .external-language-nav .m-order-1 {
        order: 1
    }

    header .external-language-nav .m-order-2 {
        order: 2
    }

    header .external-language-nav .m-order-3 {
        order: 3
    }

    header .external-language-nav .m-order-4 {
        order: 4
    }

    header .external-language-nav .m-order-5 {
        order: 5
    }
}

body.data-footer-yellowbar footer {
    padding-top: 190px
}

._full-width-landingpage-footer {
    padding: 180px 20px 202px
}

._full-width-landingpage-footer img {
    margin-bottom: 33px
}

._full-width-landingpage-footer .footer-text-area {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-family: Eina01-SemiBold
}

._full-width-landingpage-footer .footer-text-area i {
    padding: 0 10px 0 5px;
    text-align: center
}

._full-width-landingpage-footer .footer-text-area a,
._full-width-landingpage-footer .footer-text-area span {
    color: #fff
}

footer {
    background-color: #333f48;
    padding-top: 151px;
    position: relative;
    z-index: 1
}

footer .bg-image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1
}

footer .footer-menus .menu-col h4 {
    font-family: Eina01-Bold;
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px
}

footer .footer-menus .menu-col h4:before {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #fead00;
    display: block;
    border-radius: 10px;
    margin-bottom: 12px
}

footer .footer-menus .menu-col ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 45px
}

footer .footer-menus .menu-col ul li {
    margin: 10px 0
}

footer .footer-menus .menu-col ul li a {
    color: hsla(0, 0%, 88.2%, .6);
    font-size: 16px;
    font-family: Eina01-Regular;
    text-decoration: none
}

footer .footer-menus .menu-col ul li a:hover {
    color: #fff;
    text-decoration: underline
}

footer .footer-menus .menu-col:hover h4 {
    color: #fead00
}

footer .footer-menus .footer-logo {
    margin-bottom: 54px;
    display: inline-block
}

footer .footer-menus .contact-wrapper {
    padding: 40px 52px 40px 30px;
    border: 2px solid hsla(0, 0%, 100%, .2);
    background: hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    margin-bottom: 60px;
    text-decoration: none
}

footer .footer-menus .contact-wrapper img {
    opacity: 1;
    margin-right: 24px
}

footer .footer-menus .contact-wrapper .text-wrapper {
    opacity: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    font-family: Eina01-Bold;
    font-size: 16px
}

footer .footer-menus .contact-wrapper .text-wrapper span {
    font-family: Eina01-Light;
    font-size: 32px
}

footer .footer-menus .social-media {
    margin-bottom: 90px;
    text-align: left
}

footer .footer-menus .social-media a {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-right: 24px
}

footer .footer-menus .social-media a:last-child {
    margin-right: 0
}

footer .footer-menus .social-media a:hover {
    color: #c1c6c8
}

footer .footer-menus .copyright {
    padding-bottom: 95px
}

footer .footer-menus .copyright a,
footer .footer-menus .copyright p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0
}

footer .footer-menus .footer-map-wrapper {
    margin-bottom: 24px
}

footer .footer-menus .foote-site-details h6 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

footer .footer-menus .foote-site-details h6 a {
    color: inherit
}

footer .footer-menus .foote-site-details h6.no-margin {
    margin-bottom: 0;
    line-height: 1.5
}

footer .footer-menus .foote-site-details p {
    font-size: 16px;
    margin-bottom: 32px;
    white-space: pre-line;
    color: #c1c6c8;
    font-family: Eina01-Regular
}

footer .footer-inner .inner-col {
    padding: 75px
}

footer .footer-inner .copyright p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0
}

footer .footer-inner .footer-logo {
    text-align: center
}

footer .footer-inner .social-media {
    text-align: right
}

footer .footer-inner .social-media a {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-left: 20px
}

footer .footer-inner .social-media a:hover {
    color: #c1c6c8
}

footer .footer-menus .contact-wrapper {
    padding: 23px 25px;
    margin-bottom: 37px
}

footer .footer-menus .contact-wrapper.hotline-email {
    max-width: 418px
}

footer .footer-menus .contact-wrapper.hotline-email .text-wrapper {
    font-size: 16px;
    word-break: break-word
}

footer .footer-menus .contact-wrapper.hotline-email .text-wrapper span {
    font-size: 16px;
    margin-top: 12px;
    text-transform: uppercase
}

@media (max-width:1390px) {
    footer .footer-menus .contact-wrapper.hotline-email .text-wrapper span {
        font-size: 12px
    }
}

@media (max-width:1199px) {
    footer .footer-menus .contact-wrapper.hotline-email .text-wrapper span {
        font-size: 12px
    }
}

@media (max-width:992px) {
    footer .footer-menus .contact-wrapper.hotline-email .text-wrapper span {
        font-size: 14px
    }
}

@media (max-width:767px) {
    footer .footer-menus .contact-wrapper.hotline-email .text-wrapper span {
        font-size: 4vw
    }
}

@media (min-width:1024px) {
    footer .footer-menus .social-media a {
        margin-right: 24.5px
    }
}

.footer-banner {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-banner .footer-banner-inner {
    background-color: #fead00;
    padding: 75px
}

.footer-banner .footer-banner-inner .banner-btn {
    text-align: right;
    margin-top: 17px
}

.footer-banner .footer-banner-inner p {
    color: #fff;
    font-size: 30px;
    font-family: Eina01-Regular;
    line-height: 42px;
    margin-bottom: 0
}

footer .footer-menus.container {
    padding: 0 20px
}

footer .footer-menus .col2,
footer .footer-menus .flex-column-end {
    padding-top: 15px
}

footer .col-md-4.flex-column-center .items {
    width: 100%
}

footer .footer-menus .social-media.hidden-tablet {
    margin-bottom: 21px
}

footer .footer-menus .copyright.hidden-tablet {
    margin-left: 36px
}

footer {
    background-position: top;
    background-size: cover
}

@media (max-width:575.98px) {
    footer .bg-image {
        background-position: 0 0;
        background-size: auto
    }

    footer .footer-menus .footer-logo {
        text-align: center
    }

    footer .footer-menus .contact-wrapper img {
        display: none
    }

    footer .footer-menus .hotline-number {
        text-align: center
    }

    footer .footer-menus .contact-wrapper {
        padding: 23px 25px;
        margin-bottom: 37px
    }

    footer .footer-menus .hidden-tablet {
        display: none
    }

    footer {
        padding-top: 88px
    }

    footer .footer-menus .menu-col {
        text-align: center
    }

    footer .footer-menus .menu-col h4:before {
        margin-left: auto;
        margin-right: auto
    }

    footer .footer-menus .menu-col h4 {
        margin-bottom: 26px
    }

    footer .footer-menus .foote-site-details {
        width: 100%;
        text-align: center;
        padding-top: 54px
    }

    footer .footer-menus .footer-map-wrapper {
        margin-bottom: 14px
    }

    footer .footer-menus .foote-site-details p {
        margin-bottom: 22px
    }

    footer .footer-menus .social-media {
        margin-top: 45px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    footer .footer-menus .copyright {
        text-align: center;
        padding: 0 50px 25px
    }

    footer .footer-menus .copyright a {
        display: block;
        margin-top: 12px;
        text-decoration: underline
    }

    footer .footer-menus .contact-wrapper .text-wrapper span {
        margin-top: 5px
    }
}

@media (max-width:767px) {
    .footer-banner .footer-banner-inner .banner-btn {
        text-align: center
    }

    body.data-footer-yellowbar footer {
        padding-top: 180px
    }

    footer .footer-menus .footer-logo {
        margin-left: auto;
        margin-right: auto !important;
        display: block
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    footer .bg-image {
        background-position: 0 0;
        background-size: auto
    }

    footer .footer-menus .footer-logo {
        text-align: center
    }

    footer .footer-menus .contact-wrapper img {
        display: none
    }

    footer .footer-menus .hotline-number {
        text-align: center
    }

    footer .footer-menus .contact-wrapper {
        padding: 23px 25px;
        margin-bottom: 37px
    }

    footer .footer-menus .hidden-tablet {
        display: none
    }

    footer {
        padding-top: 88px
    }

    footer .footer-menus .menu-col {
        text-align: center
    }

    footer .footer-menus .menu-col h4:before {
        margin-left: auto;
        margin-right: auto
    }

    footer .footer-menus .menu-col h4 {
        margin-bottom: 26px
    }

    footer .footer-menus .foote-site-details {
        width: 100%;
        text-align: center;
        padding-top: 54px
    }

    footer .footer-menus .footer-map-wrapper {
        margin-bottom: 14px
    }

    footer .footer-menus .foote-site-details p {
        margin-bottom: 22px
    }

    footer .footer-menus .social-media {
        margin-top: 45px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    footer .footer-menus .copyright {
        text-align: center;
        padding: 0 50px 25px
    }

    footer .footer-menus .copyright a {
        display: block;
        margin-top: 12px;
        text-decoration: underline
    }

    footer .footer-menus .contact-wrapper .text-wrapper span {
        margin-top: 5px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    footer {
        padding-top: 60px
    }

    footer .bg-image {
        background-size: auto;
        background-position: 0 0
    }

    footer .col1 {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    footer .col2 .col-md-4:last-child {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    footer .col3.flex-column-end {
        align-items: normal
    }

    footer .col3 .foote-site-details {
        display: flex;
        justify-content: space-between
    }

    footer .col3 .foote-site-details .footer-map-wrapper img {
        width: 190px
    }

    footer .footer-menus .menu-col ul {
        margin-bottom: 70px
    }

    footer .footer-menus.bg-light-grey {
        padding-top: 70px
    }

    footer .footer-menus.bg-light-grey .footer-map-wrapper,
    footer .footer-menus.bg-light-grey p {
        margin-bottom: 0
    }

    footer .footer-menus.bg-light-grey .col3 {
        margin-bottom: 110px
    }

    footer .footer-menus.bg-light-grey .social-media {
        margin-bottom: 35px
    }

    footer .footer-menus.bg-light-grey .copyright {
        padding-bottom: 50px
    }

    footer .footer-menus.bg-light-grey .copyright a {
        text-decoration: underline
    }

    footer .footer-banner .footer-banner-inner {
        padding: 58px
    }

    footer .footer-banner .footer-banner-inner p {
        font-size: 26px;
        line-height: 32px
    }

    footer .footer-banner .footer-banner-inner .col-md-5 {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    footer .footer-banner .footer-banner-inner .col-md-5 .banner-btn {
        margin-top: 0
    }

    footer .footer-inner .inner-col {
        padding: 60px
    }
}

@media (min-width:992px) {
    .footer-menus .xlg-pad-left {
        padding-left: 50px
    }

    .footer-menus .xlg-pad-right {
        padding-right: 9px;
        padding-left: 41px
    }
}

@media (max-width:1390px) {
    footer .footer-menus .contact-wrapper {
        padding: 30px
    }

    footer .footer-menus .contact-wrapper .text-wrapper span {
        font-size: 26px
    }
}

@media (max-width:1199px) {
    footer .footer-menus .contact-wrapper {
        padding: 20px
    }

    footer .footer-menus .contact-wrapper .text-wrapper span {
        font-size: 20px
    }

    footer .footer-menus .contact-wrapper .text-wrapper {
        font-size: 14px
    }

    .footer-banner .footer-banner-inner {
        padding: 35px
    }

    body.data-footer-yellowbar footer {
        padding-top: 170px
    }
}

@media (max-width:992px) {
    footer .footer-menus {
        padding: 0 62px
    }

    footer .footer-menus a.contact-wrapper {
        padding: 39px 48px
    }

    footer .footer-menus a.contact-wrapper.hotline-number {
        max-width: 406px;
        width: 100%;
        text-align: right
    }

    footer .footer-menus a.contact-wrapper.hotline-number h5 {
        text-align: left
    }

    footer .footer-menus a.contact-wrapper.hotline-number h5 span {
        font-size: 31px
    }

    footer .footer-menus .social-media {
        flex-direction: row
    }

    footer .footer-menus .social-media a {
        display: inline-block
    }
}

@media (max-width:991px) {
    .footer-banner .footer-banner-inner p {
        font-size: 1.25rem;
        line-height: 1.625rem
    }

    body.data-footer-yellowbar footer {
        padding-top: 120px
    }

    footer .footer-menus .footer-logo {
        margin-right: 65px
    }
}

@media (max-width:768px) {
    footer .footer-menus {
        padding: 0 20px
    }

    footer .footer-menus a.contact-wrapper {
        padding: 2.4375rem 3rem;
        width: 100%
    }

    footer .footer-menus a.contact-wrapper.hotline-number {
        max-width: none;
        width: 100%;
        text-align: center;
        margin: auto
    }

    footer .footer-menus a.contact-wrapper.hotline-number h5 {
        text-align: center;
        margin: auto;
        font-size: 16px
    }

    footer .footer-menus a.contact-wrapper.hotline-number h5 span {
        font-size: 32px
    }

    footer .footer-menus .social-media {
        justify-content: center
    }
}

@media (max-width:650px) {
    ._full-width-landingpage-footer .footer-text-area {
        flex-direction: column
    }

    ._full-width-landingpage-footer .footer-text-area i {
        display: none
    }

    ._full-width-landingpage-footer .footer-text-area a {
        margin-bottom: 10px
    }
}

nav .navbar-toggler .nav-icon4 .menu-text {
    position: relative;
    left: -17px;
    top: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #fead00;
    font-family: Eina01-Bold
}

.nav-primary li a {
    font-family: Eina01-Bold;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 20px 0 35px 45px !important
}

.nav-primary li.page-active a,
.nav-primary li.page-active a:hover,
.nav-primary li a:hover {
    color: #333f48 !important
}

.nav-secondary {
    margin: 0;
    display: flex;
    padding: 0
}

.nav-secondary li {
    list-style-type: none
}

.nav-secondary li a {
    font-family: Eina01-SemiBold;
    font-size: 14px;
    font-weight: 400;
    opacity: .6;
    color: #333f48;
    text-decoration: none
}

.nav-secondary li a:hover {
    opacity: 1
}

.nav-secondary-icon {
    margin: 0;
    display: flex
}

.nav-secondary-icon li {
    list-style-type: none
}

.nav-secondary-icon li a {
    font-family: Eina01-SemiBold;
    font-size: 14px;
    font-weight: 400;
    color: #008eaa;
    text-decoration: none
}

.nav-secondary-icon li a img {
    width: 16px;
    height: 16px
}

.nav-footer {
    font-family: Eina01-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #333f48;
    line-height: 28px
}

.nav-primary-dash {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffaf00
}

.nav-secondary-devider {
    width: 3px;
    height: 3px;
    background-color: #ffaf00;
    display: -webkit-inline-box;
    margin: 0 16px
}

body.macos h5 .faj .fa.fa-angle-right:after {
    position: relative;
    top: 0
}

body h5 .faj .fa.fa-angle-right {
    position: relative;
    display: flex;
    align-items: flex-start
}

body h5 .faj .fa.fa-angle-right:after {
    position: relative;
    top: 3.5px
}

body h5 .faj .fa.fa-angle-right span {
    line-height: 23px
}

@media (max-width:767px) {
    body.macos h5 .faj .fa.fa-angle-right:after {
        top: 0
    }

    body h5 .faj .fa.fa-angle-right:after {
        top: 2px
    }
}

body .dropdown.world-flags.flag-mobile img {
    position: absolute;
    right: 9vw;
    top: -16px
}

body .dropdown.world-flags.flag-mobile .dropdown-menu {
    left: auto !important;
    right: -10vw;
    top: 51px !important
}

body .dropdown.world-flags img {
    position: absolute;
    right: 56px;
    top: -16px
}

body .dropdown.world-flags .dropdown-menu {
    left: auto;
    right: -50px;
    top: 51px;
    border-color: #4e555b
}

body .dropdown.world-flags .dropdown-menu img {
    pointer-events: none
}

body .dropdown.world-flags .dropdown-menu a {
    font-family: Eina01-SemiBold;
    font-size: 14px;
    line-height: 18px;
    color: #212529;
    font-size: 16px
}

body .dropdown.world-flags .dropdown-menu a span {
    font-family: Eina01-Regular;
    pointer-events: none
}

body .dropdown.world-flags .dropdown-menu a.canada-flag,
body .dropdown.world-flags .dropdown-menu a.uk-flag,
body .dropdown.world-flags .dropdown-menu a.us-flag {
    background-repeat: no-repeat;
    background-position: 31px;
    padding: 10px 67px;
    width: 94%;
    margin: 5px auto 0;
    border-radius: 6px
}

body .dropdown.world-flags .dropdown-menu a.global-flag {
    background-repeat: no-repeat;
    background-position: 31px;
    width: 94%;
    margin: 5px auto 0;
    border-radius: 6px;
    padding: 4px 33px 12px
}

body .dropdown.world-flags .dropdown-menu a.global-flag:before {
    position: relative;
    margin-right: 4px;
    top: 5px
}

body .dropdown.world-flags .dropdown-menu a.global-flag:hover {
    color: #fff;
    background-color: #333f48;
    width: 85%
}

body .dropdown.world-flags .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #333f48;
    width: 85%;
    margin: 5px auto 0;
    border-radius: 6px
}

.dropdown.world-flags {
    top: 4px
}

@media (min-width:768px) {

    .inner-sub-menu,
    .main-nav-inner,
    .mobile-menu-contents {
        display: none
    }
}

@media (max-width:767px) {
    nav .navbar-toggler .nav-icon4 .menu-text {
        top: 13px;
        font-size: 9px;
        left: -14px
    }

    body .dropdown.world-flags.flag-mobile img {
        right: 25vw
    }

    body .dropdown.world-flags.flag-mobile .dropdown-menu {
        width: auto;
        transform: inherit !important;
        right: -22vw;
        top: 60px !important
    }
}

.side-nav-bottom ul {
    padding-top: 20px !important;
    padding-left: 40px !important
}

.side-nav-bottom ul li a:hover {
    color: #fff !important
}

.side-nav-bottom ul .call-to-action-div.primary {
    margin-right: 16px
}

.side-nav-bottom ul .call-to-action-div.primary:last-child {
    margin-right: 0
}

.side-nav-bottom ul .call-to-action-div:hover {
    cursor: pointer
}

.side-nav-bottom ul .icon-div {
    margin-right: 16px
}

.side-nav-bottom ul .icon-div:last-child {
    margin-right: 0
}

.side-nav-bottom ul .icon-div a {
    display: flex;
    align-items: center;
    justify-content: center
}

._notification {
    z-index: 2
}

._notification.col-wrapper .notification-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 70px
}

._notification img {
    margin-right: 32px
}

._notification .notification-label {
    font-size: 20px;
    font-family: Eina01-Bold;
    white-space: nowrap
}

._notification .notification-description {
    font-size: 15px;
    font-family: Eina01-Regular
}

._notification .notification-description a {
    color: #fff;
    font-size: 15px;
    font-family: Eina01-Regular
}

._notification .notification-close {
    cursor: pointer
}

.data-header-transparent.data-header-dark ._notification+header,
.data-header-transparent.data-header-light ._notification+header {
    top: 104px
}

.data-header-transparent.data-header-dark ._notification.hidden+header,
.data-header-transparent.data-header-light ._notification.hidden+header {
    top: 0
}

@media (max-width:1800px) {
    ._notification .col-wrapper .notification-wrapper {
        padding: 30px 4%
    }
}

@media (max-width:320px) {

    .data-header-transparent.data-header-dark ._notification+header,
    .data-header-transparent.data-header-light ._notification+header {
        top: 283px !important
    }
}

@media (max-width:767px) {

    .data-header-transparent.data-header-dark ._notification+header,
    .data-header-transparent.data-header-light ._notification+header {
        top: 208px
    }

    ._notification .flex-center {
        display: inline-block
    }

    ._notification .col-wrapper {
        padding: 0
    }

    ._notification img {
        margin-right: 10px
    }

    ._notification .notification-wrapper .notification-description {
        padding-right: 0 !important
    }

    ._notification .notification-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    ._notification.col-wrapper .notification-wrapper {
        margin: 0
    }
}

@media (min-width:768px) {

    .data-header-transparent.data-header-dark ._notification+header,
    .data-header-transparent.data-header-light ._notification+header {
        top: 134px
    }
}

@media (max-width:1199px) and (min-width:993px) {
    .notification-label {
        white-space: normal !important
    }

    ._notification .notification-wrapper {
        width: 100%
    }

    ._notification .notification-wrapper .flex-align-center,
    ._notification .notification-wrapper .li-align-center-18 li,
    .li-align-center-18 ._notification .notification-wrapper li {
        flex-direction: column;
        align-items: baseline;
        width: 100%
    }

    ._notification .notification-wrapper .flex-align-center .notification-description,
    ._notification .notification-wrapper .li-align-center-18 li .notification-description,
    .li-align-center-18 ._notification .notification-wrapper li .notification-description {
        padding-left: 0
    }
}

@media (max-width:992px) {
    ._notification .notification-wrapper {
        align-items: end;
        padding-left: 23px;
        padding-right: 23px
    }

    ._notification .notification-wrapper .flex-align-center,
    ._notification .notification-wrapper .li-align-center-18 li,
    .li-align-center-18 ._notification .notification-wrapper li {
        flex-direction: column;
        align-items: baseline
    }

    ._notification .notification-wrapper .notification-label {
        white-space: normal
    }

    ._notification .notification-wrapper .notification-description {
        white-space: normal;
        padding: 0 32px 0 0
    }

    ._notification.col-wrapper .notification-wrapper {
        margin: 0
    }
}

@media (min-width:992px) {
    ._notification .container {
        max-width: 1800px
    }

    ._notification .col-wrapper .notification-wrapper {
        padding: 30px 4%
    }

    .data-header-transparent.data-header-dark ._notification+header,
    .data-header-transparent.data-header-light ._notification+header {
        top: 104px
    }
}

@media (max-width:1199px) {
    ._notification .col-wrapper .notification-wrapper {
        padding: 30px 10px
    }
}

@media (min-width:1200px) {
    ._notification .col-wrapper .notification-wrapper {
        padding: 30px 4%
    }
}

@media (min-width:1360px) {
    ._notification .col-wrapper .notification-wrapper {
        padding: 30px 4%
    }
}

@media (min-width:1680px) {
    ._notification .col-wrapper .notification-wrapper {
        padding: 30px 5%
    }
}

body aside.side-button-jm {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1001
}

body aside.side-button-jm div {
    display: flex;
    margin: 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    transform-origin: 0 0;
    transform: rotate(90deg)
}

body aside.side-button-jm div a {
    padding: 10px 24px;
    margin-right: 15px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    border: 1px solid #858c91;
    color: #858c91;
    box-shadow: 0 0 8px 0 #6b6b6b;
    flex: 0 0 67%;
    max-width: 67%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Eina01-Bold;
    align-items: center
}

body aside.side-button-jm div a:hover {
    text-decoration: none;
    background: #008eaa;
    border: 1px solid #008eaa;
    color: #fff
}

body aside.side-button-jm div a.orange-btn {
    background: #ffad00;
    border: 1px solid #ffad00;
    color: #fff;
    flex: 0 0 67%;
    max-width: 67%
}

body aside.side-button-jm div a.orange-btn:hover {
    background: #ffbd30;
    border: 1px solid #ffbd30
}

body aside.side-button-jm div a.teal-btn {
    background: #008eaa;
    border: 1px solid #008eaa;
    color: #fff;
    flex: 0 0 67%;
    max-width: 67%
}

body aside.side-button-jm div a.teal-btn:hover {
    background: #fff;
    border: 1px solid #858c91;
    color: #858c91
}

.visibility-hidden {
    visibility: hidden !important
}

.visibility-hidden._press-release-single.social-media-icons-floating-right .container ul li a {
    transition: none
}

body ._press-release-single.social-media-icons-floating-right {
    top: 33%;
    right: 40px
}

@media (max-width:767px) {
    body ._press-release-single.social-media-icons-floating-right {
        top: auto;
        right: 0
    }

    body.single-press-releas ._press-release-single .container {
        padding-right: 15px
    }

    body aside.side-button-jm {
        top: 20%
    }
}

.header-multi-column-ctas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    padding-top: 40px
}

.header-multi-column-ctas .header-multi-column-cta {
    background-color: #eceded;
    padding: 35px 20px;
    text-align: center
}

.header-multi-column-ctas .header-multi-column-cta img {
    object-fit: contain
}

.blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton,
.header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog,
.header-multi-column-ctas .header-multi-column-cta .btn,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton {
    background-color: #333f48;
    padding: 12px 20px 11px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    top: 0;
    text-transform: uppercase
}

.blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog i,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton i,
.header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog i,
.header-multi-column-ctas .header-multi-column-cta .btn i,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton i {
    margin-left: 0;
    opacity: 0
}

.blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover,
.header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover,
.header-multi-column-ctas .header-multi-column-cta .btn:hover,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover {
    background-color: #008eaa;
    padding: 12px 20px 11px
}

.blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover i,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover i,
.header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover i,
.header-multi-column-ctas .header-multi-column-cta .btn:hover i,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover i {
    opacity: 1;
    margin-left: 8px
}

.header-multi-column-ctas .header-multi-column-cta a:not(.btn) {
    color: #008eaa !important
}

.header-multi-column-ctas .header-multi-column-cta a:not(.btn) h4 {
    color: #008eaa !important;
    font-family: Eina01-Regular
}

@media (min-width:992px) {
    ._multi_column_cta.col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .header-multi-column-ctas {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media (max-width:992px) {
    .header-multi-column-ctas {
        padding-top: 10px;
        padding-bottom: 40px;
        grid-template-columns: repeat(1, 1fr)
    }
}

.hero-a.section-banner.flex-image-bg .container {
    max-width: 720px
}

.hero-a.section-banner.flex-image-bg.banner-inner {
    text-align: center
}

.hero-a.section-banner.flex-image-bg.banner-inner h1,
.hero-a.section-banner.flex-image-bg.banner-inner h2,
.hero-a.section-banner.flex-image-bg.banner-inner h3,
.hero-a.section-banner.flex-image-bg.banner-inner h4 {
    font-family: Eina01-Bold
}

.hero-a.section-banner.flex-image-bg.banner-inner h1 p,
.hero-a.section-banner.flex-image-bg.banner-inner h2 p,
.hero-a.section-banner.flex-image-bg.banner-inner h3 p,
.hero-a.section-banner.flex-image-bg.banner-inner h4 p {
    margin: 0
}

.hero-a.section-banner.flex-image-bg.banner-inner h1,
.hero-a.section-banner.flex-image-bg.banner-inner h3 {
    font-size: 6.3vw;
    line-height: 7.5vw
}

.hero-a.section-banner.flex-image-bg.banner-inner h4 {
    font-size: 5vw;
    line-height: 6vw;
    margin-top: auto;
    margin-bottom: .5rem
}

.hero-a.section-banner.flex-image-bg.banner-inner h4 a {
    color: inherit
}

.hero-a.section-banner.flex-image-bg.banner-inner h2 {
    font-size: 4.8vw;
    line-height: 5.2vw;
    margin-top: 0;
    margin-bottom: auto
}

.hero-a.section-banner.flex-image-bg.banner-inner h1 a,
.hero-a.section-banner.flex-image-bg.banner-inner h2 a {
    color: inherit
}

.hero-a.section-banner.flex-image-bg .sub-superscript {
    font-family: Eina01-Regular;
    font-size: 16px;
    vertical-align: super;
    position: relative;
    top: 0;
    left: 2px
}

.hero-a.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
.hero-a.section-banner.flex-image-bg div[class^=col-].text-wrapper {
    padding: 7.4vw 12vw
}

@media (max-width:767px) {
    .section-banner.hero-a.dark-bg div.flex {
        min-height: 0
    }

    .hero-a.section-banner.flex-image-bg.banner-inner h4 {
        margin-top: 0
    }

    .hero-a.section-banner.flex-image-bg.banner-inner   {
        background-color: #333f48 !important;
        position: relative !important
    }

}

@media (min-width:768px) {
    .hero-a.section-banner.flex-image-bg.banner-inner {
        text-align: left;
        background-color: #333f48 !important;
        position: relative !important
    }

    .hero-a.section-banner.flex-image-bg.banner-inner h1,
    .hero-a.section-banner.flex-image-bg.banner-inner h3 {
        font-size: 64px;
        line-height: 72px;
        margin-bottom: auto
    }

    .hero-a.section-banner.flex-image-bg.banner-inner h4 {
        font-size: 32px;
        line-height: 38.4px;
        margin-top: auto
    }

    .hero-a.section-banner.flex-image-bg.banner-inner h2 {
        font-size: 5.8vw;
        line-height: 6.2vw
    }

    .hero-a.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        display: flex;
        flex-direction: column;
        width: 80%;
        min-height: 635px;
        padding: 98px 0 50px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-banner.hero-a h1 {
        font-size: 64px;
        line-height: 72px
    }

    .section-banner.hero-a.dark-bg,
    .section-banner.hero-a.dark-bg div.flex {
        min-height: auto
    }

    .hero-a.section-banner.flex-image-bg.banner-inner h2 {
        font-size: 7.3vw;
        line-height: 7.5vw
    }
}

@media (min-width:992px) {
    .hero-a.section-banner.flex-image-bg .container {
        max-width: 1800px
    }

    .hero-a.section-banner.flex-image-bg.banner-inner h2 {
        font-size: 5.6vw;
        line-height: 6vw
    }

    .hero-a.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 80%;
        min-height: 862px;
        padding: 98px 0 50px 88px
    }
}

@media (min-width:1200px) {

    .hero-a.section-banner.flex-image-bg.banner-inner h1,
    .hero-a.section-banner.flex-image-bg.banner-inner h3 {
        font-size: 72px;
        line-height: 88px
    }

    .hero-a.section-banner.flex-image-bg.banner-inner h2 {
        font-size: 64px;
        font-size: 4rem;
        line-height: 72px
    }

    .hero-a.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 65%
    }
}

@media (min-width:1440px) {

    .hero-a.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 55%
    }
}

@media (min-width:1680px) {

    .hero-a.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 50%
    }
}

@media (min-width:1750px) {

    .hero-a.post-cradle-6916.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.post-cradle-6916.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 60%
    }
}

@media (min-width:1800px) {

    .hero-a.post-cradle-6916.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.post-cradle-6916.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        padding: 98px 0 50px 86px;
        width: 60%
    }
}

@media (max-width:1800px) {

    .hero-a.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        padding-left: 5%
    }
}

@media (max-width:1199px) {

    .hero-a.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-a.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        padding-left: 30px
    }
}

@media (max-width:991px) {
    .hero-a.section-banner.flex-image-bg .container {
        max-width: none
    }
}

._hero-b.about-us-img {
    margin-top: -22.8125rem
}

._hero-b.about-us-img .section-content-image-grid .content-grid {
    background-color: transparent;
    color: #333;
    text-align: center;
    margin-top: 7.1875rem
}

._hero-b.about-us-img .section-content-image-grid .content-grid .content-text {
    margin-bottom: 0
}

._hero-b.about-us-img .section-content-image-grid .content-grid .vertical-line {
    width: 1px;
    height: 200px;
    margin: 3.375rem auto 0;
    background-color: #fead00
}

._hero-b.about-us-img .section-content-image-grid .content-grid .align-self-center.inner-content {
    margin: auto
}

._hero-b.about-us-img .section-content-image-grid .content-grid h3 {
    color: #ffad00;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-family: Eina01-Bold;
    margin-bottom: .8125rem
}

._hero-b.about-us-img .section-content-image-grid .content-grid h3 a {
    color: inherit
}

._hero-b.about-us-img .section-content-image-grid .content-grid h1,
._hero-b.about-us-img .section-content-image-grid .content-grid h2 {
    color: #333;
    font-family: Eina01-Bold;
    text-align: center;
    margin-bottom: 20px
}

._hero-b.about-us-img .section-content-image-grid .content-grid h1 a,
._hero-b.about-us-img .section-content-image-grid .content-grid h2 a {
    color: inherit
}

._hero-b.about-us-img .section-content-image-grid .content-grid h1 {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 88px;
    line-height: 5.5rem
}

._hero-b.about-us-img .section-content-image-grid .content-grid h2 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 75px;
    line-height: 4.6875rem
}

._hero-b.about-us-img .section-content-image-grid .content-grid p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    max-width: 575px;
    max-width: 35.9375rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

._hero-b.about-us-img .section-content-image-grid .content-grid p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._hero-b.about-us-img .section-content-image-grid .content-grid p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._hero-b.about-us-img .section-content-image-grid .content-grid li a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    text-decoration: none
}

._hero-b.about-us-img .section-content-image-grid .content-grid li a:hover {
    border-bottom-color: var(--link-color-secondary-b);
    color: var(--link-color-secondary-b);
    text-decoration: none
}

._hero-b.about-us-img .section-content-image-grid .image-grid {
    margin-left: 0;
    margin-right: 0
}

._hero-b.about-us-img .section-content-image-grid .image-grid.col-grid-left .col-grid {
    padding-right: 0
}

._hero-b.about-us-img .section-content-image-grid .image-grid.col-grid-left p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

._hero-b.about-us-img .section-content-image-grid .image-grid.col-grid-left h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: Eina01-Bold;
    padding: 1.1875rem 0 .375rem;
    white-space: nowrap
}

._hero-b.about-us-img .section-content-image-grid .image-grid.col-grid-right .col-grid {
    padding-right: 0
}

._hero-b.about-us-img .section-content-image-grid .col-grid {
    margin-bottom: 15px;
    display: flex
}

._hero-b.about-us-img .section-content-image-grid .col-grid img {
    display: flex;
    flex-grow: 1;
    object-fit: cover
}

._hero-b.about-us-img .md-show-all {
    padding: 10px 35px;
    margin-bottom: 100px
}

._hero-b.about-us-img .md-show-all .col-md-3 {
    padding: 0 5px
}

._hero-b.about-us-img .md-show-all .col-grid {
    margin-bottom: 10px
}

@media (max-width:768px) {
    .cradlepoint-page .about-us-img {
        margin-top: -431px
    }

    .section-content-image-grid h2 br {
        display: none
    }

    .section-content-image-grid h2 br:before {
        content: " "
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h1 {
        font-size: 48px;
        font-size: 3rem;
        line-height: 60px;
        line-height: 3.75rem
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h2 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 56px;
        line-height: 3.5rem
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h3 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 32px;
        line-height: 2rem
    }
}

@media (max-width:991px) {
    .about-us-img .section-content-image-grid .col-grid.col-md-2 {
        display: none
    }

    .section-content-image-grid .content-grid .content-text {
        margin-bottom: 20px
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h1 {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 60px;
        line-height: 3.75rem
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h2 {
        font-size: 48px;
        font-size: 3rem;
        line-height: 56px;
        line-height: 3.5rem
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h3 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem
    }
}

@media (max-width:1199px) {
    .section-content-image-grid.about-center-list .content-grid .content-list .offset-sm-1 {
        margin-left: 0
    }

    .section-content-image-grid.about-center-list .content-grid .content-list {
        max-width: 420px;
        margin: auto
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h1 {
        font-size: 64px;
        font-size: 4rem;
        line-height: 70px;
        line-height: 4.375rem
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h2 {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 62px;
        line-height: 3.875rem
    }

    ._hero-b.about-us-img .section-content-image-grid .content-grid h3 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem
    }
}

@media (min-width:1801px) {
    .cradlepoint-page .about-us-bg {
        background-size: contain;
        background-position: 100%
    }
}

.hero-c h1 {
    font-size: 72px;
    line-height: 80px;
    font-family: Eina01-Bold
}

.hero-c h1 a {
    color: inherit
}

.hero-c h2 {
    font-size: 64px;
    line-height: 68px
}

.hero-c h2,
.hero-c h3 {
    font-family: Eina01-Bold
}

.hero-c h3 {
    color: #ffad00;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: .8125rem
}

.hero-c h3 p {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

.hero-c h4 {
    font-size: 36px;
    line-height: 42px;
    font-family: Eina01-Bold;
    margin: 51px auto 23px
}

.hero-c h4 p {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

._full-width-cta-list.section-content-image-grid .content-grid .hero-c p u a,
._full-width-cta-list.section-content-image-grid .content-grid ul .hero-c li u a,
._full-width._full-width-image-title-content .text-block .hero-c p u a,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid p u a,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid ul li u a,
.hero-c ._full-width._full-width-image-title-content .text-block p u a,
.hero-c .body-large u a,
.hero-c .section-content-box._full-width .content-box p u a,
.hero-c .section-text-block._full-width .text-block p u a,
.section-content-box._full-width .content-box .hero-c p u a,
.section-text-block._full-width .text-block .hero-c p u a {
    border-bottom: 0;
    padding-bottom: unset
}

._full-width-cta-list.section-content-image-grid .content-grid .hero-c p a,
._full-width-cta-list.section-content-image-grid .content-grid ul .hero-c li a,
._full-width._full-width-image-title-content .text-block .hero-c p a,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid p a,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid ul li a,
.hero-c ._full-width._full-width-image-title-content .text-block p a,
.hero-c .body-large a,
.hero-c .section-content-box._full-width .content-box p a,
.hero-c .section-text-block._full-width .text-block p a,
.section-content-box._full-width .content-box .hero-c p a,
.section-text-block._full-width .text-block .hero-c p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._full-width-cta-list.section-content-image-grid .content-grid .hero-c p a:hover,
._full-width-cta-list.section-content-image-grid .content-grid ul .hero-c li a:hover,
._full-width._full-width-image-title-content .text-block .hero-c p a:hover,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid p a:hover,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid ul li a:hover,
.hero-c ._full-width._full-width-image-title-content .text-block p a:hover,
.hero-c .body-large a:hover,
.hero-c .section-content-box._full-width .content-box p a:hover,
.hero-c .section-text-block._full-width .text-block p a:hover,
.section-content-box._full-width .content-box .hero-c p a:hover,
.section-text-block._full-width .text-block .hero-c p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.hero-c .hero-content p {
    width: 100%;
    margin: 0 auto;
    font-size: inherit !important;
    line-height: inherit !important
}

.hero-c .hero-content p:last-child {
    margin: 0 auto 29px
}

.hero-c .hero-content p.font-20,
.hero-c .hero-content p font-20,
.hero-c .hero-content p span {
    font-size: 20px !important
}

.hero-c .hero-content p img {
    margin-bottom: 24px;
    margin-top: 10px
}

.hero-c h5 {
    font-size: 30px;
    line-height: 34px;
    font-family: Eina01-Bold;
    margin: 51px auto 23px
}

.hero-c h5 p {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

.hero-c h6 {
    font-size: 24px;
    line-height: 30px;
    font-family: Eina01-Bold;
    margin: 51px auto 23px
}

._full-width-cta-list.section-content-image-grid .content-grid .hero-c p p,
._full-width-cta-list.section-content-image-grid .content-grid ul .hero-c li p,
._full-width._full-width-image-title-content .text-block .hero-c p p,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid p p,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid ul li p,
.hero-c ._full-width._full-width-image-title-content .text-block p p,
.hero-c .body-large p,
.hero-c .section-content-box._full-width .content-box p p,
.hero-c .section-text-block._full-width .text-block p p,
.hero-c h6 p,
.section-content-box._full-width .content-box .hero-c p p,
.section-text-block._full-width .text-block .hero-c p p {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

._full-width-cta-list.section-content-image-grid .content-grid .hero-c p h5,
._full-width-cta-list.section-content-image-grid .content-grid ul .hero-c li h5,
._full-width._full-width-image-title-content .text-block .hero-c p h5,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid p h5,
.hero-c ._full-width-cta-list.section-content-image-grid .content-grid ul li h5,
.hero-c ._full-width._full-width-image-title-content .text-block p h5,
.hero-c .body-large h5,
.hero-c .section-content-box._full-width .content-box p h5,
.hero-c .section-text-block._full-width .text-block p h5,
.section-content-box._full-width .content-box .hero-c p h5,
.section-text-block._full-width .text-block .hero-c p h5 {
    margin-bottom: 5px
}

@media (max-width:575px) {
    .section-hero-transparent .hero-content h1 {
        font-size: 50px;
        font-size: 3.125rem
    }
}

@media (max-width:767px) {
    .section-hero-transparent.hero-c .hero-content p {
        overflow-wrap: break-word
    }

    .section-hero-transparent.hero-c .hero-content p br {
        display: none
    }

    .hero-c.margin-b-negative70 {
        margin-bottom: 0
    }

    .section-hero-transparent .hero-content h1 {
        font-size: 56px;
        font-size: 3.5rem
    }

    .section-hero-transparent .hero-content p {
        font-size: 18px;
        line-height: 30px
    }

    .section-hero-transparent .sub-section {
        background-position: 56% -35%
    }
}

@media (max-width:1105px) {
    .section-hero-transparent .sub-section {
        background-position: 52% 15%
    }

    .section-hero-transparent .hero-content h1 br {
        display: none
    }
}

.section-details-hero.hero-d {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 760px
}

.section-details-hero.hero-d .hero-content a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.section-details-hero.hero-d .hero-content a:hover {
    color: #fff;
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px
}

.section-details-hero.hero-d .hero-content h1 {
    font-family: Eina01-Bold;
    font-size: 72px;
    line-height: 88px;
    color: #ffad00;
    margin-bottom: 32px
}

.section-details-hero.hero-d .hero-content h1 p {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

.section-details-hero.hero-d .hero-content h1 span {
    color: #ffad00
}

.section-details-hero.hero-d .hero-content h2 {
    font-size: 36px;
    line-height: 39px;
    color: #fff
}

.section-details-hero.hero-d .hero-content h2.c_title {
    font-size: 64px;
    line-height: 72px;
    font-family: Eina01-Bold;
    color: #ffad00;
    margin-bottom: 32px
}

.section-details-hero.hero-d .hero-content h2.c_title p {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

.section-details-hero.hero-d .hero-content h2 span {
    color: #ffad00
}

.section-details-hero.hero-d .hero-content p {
    font-size: 36px;
    line-height: 39px;
    color: #fff
}

.section-details-hero.hero-d .hero-content h1 a,
.section-details-hero.hero-d .hero-content h2 a,
.section-details-hero.hero-d .hero-content h3 a,
.section-details-hero.hero-d .hero-content h4 a,
.section-details-hero.hero-d .hero-content h5 a,
.section-details-hero.hero-d .hero-content h6 a {
    opacity: 1;
    text-decoration: none;
    color: inherit
}

.section-details-hero.hero-d .hero-content h1 a:hover,
.section-details-hero.hero-d .hero-content h2 a:hover,
.section-details-hero.hero-d .hero-content h3 a:hover,
.section-details-hero.hero-d .hero-content h4 a:hover,
.section-details-hero.hero-d .hero-content h5 a:hover,
.section-details-hero.hero-d .hero-content h6 a:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: inherit
}

.section-details-hero.hero-d .details-product-img {
    margin-bottom: -128px;
    text-align: center
}

@media (max-width:991px) {
    .section-details-hero .details-product-img {
        margin-bottom: -65px
    }

    .section-details-hero.hero-d {
        padding-bottom: 60px !important;
        min-height: 650px
    }

    .section-details-hero.hero-d .hero-content h1 {
        font-size: 64px;
        line-height: 68px
    }

    .section-details-hero.hero-d .hero-content h2 {
        font-size: 36px;
        line-height: 39px
    }

    .section-details-hero.hero-d .hero-content h2.c_title {
        font-size: 52px;
        line-height: 60px
    }

    .section-details-hero.hero-d .hero-content p {
        font-size: 26px;
        line-height: 36px
    }
}

.landingpage-jm .hero-landingpage-main {
    position: relative
}

.landingpage-jm .hero-landingpage-main .form-main-container {
    display: flex;
    justify-content: flex-end
}

.landingpage-jm .hero-landingpage-main .form-main-container .form-container {
    background: #fbaa1a;
    max-width: 558px;
    width: 100%;
    border-radius: 20px;
    z-index: 2;
    right: 0;
    margin-top: 50px
}

.landingpage-jm .form-container form {
    width: 100% !important
}

.landingpage-jm .form-container form .mktoField {
    padding: 11px 17px !important;
    font-size: 16px !important
}

.landingpage-jm .form-container form .mktoFieldDescriptor.mktoFormCol {
    display: block;
    width: 100%
}

.landingpage-jm .form-container form .mktoFieldDescriptor.mktoFormCol .mktoField {
    margin-bottom: 0 !important;
    border-radius: 15px !important
}

.landingpage-jm .form-container form .mktoFieldWrap {
    width: 100%
}

.landingpage-jm .form-container form .mktoButtonRow {
    width: 100% !important;
    margin-top: 14px;
    margin-bottom: 35px
}

.landingpage-jm .form-container form .mktoButtonWrap.mktoRound {
    margin-left: 0 !important
}

.landingpage-jm .form-container form .mktoButton {
    background: #018eaa !important;
    color: #fff !important;
    width: 100% !important;
    max-width: none;
    border-radius: 100px !important
}

.landingpage-jm .hero-landingpage-main .neg-top {
    margin-top: -123px
}

.landingpage-jm .hero-landingpage-main img.d-block {
    margin: auto
}

.landingpage-jm .hero-landingpage-main .separator-form-mkto {
    clear: both;
    margin-bottom: 12vw
}

.landingpage-jm .hero-landingpage-main .form-mkto .form-container {
    padding: 40px 47px !important
}

.landingpage-jm .hero-landingpage-main .right-cont {
    margin-bottom: -283px;
    margin-top: -73px
}

.landingpage-jm .hero-landingpage-main h2 {
    color: #fff;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 30px;
    font-family: Eina01-Bold
}

.hero-landingpage.section-banner.flex-image-bg {
    background-color: #333f48
}

.hero-landingpage.section-banner.flex-image-bg h1,
.hero-landingpage.section-banner.flex-image-bg h2,
.hero-landingpage.section-banner.flex-image-bg h3 {
    font-family: Eina01-Bold
}

.hero-landingpage.section-banner.flex-image-bg h1 p,
.hero-landingpage.section-banner.flex-image-bg h2 p,
.hero-landingpage.section-banner.flex-image-bg h3 p {
    margin: 0
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner {
    text-align: center
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner .container .logo-landing {
    max-width: 215px
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner .container h1 {
    font-size: 56px;
    margin-top: 40px;
    line-height: 62px;
    margin-bottom: 10px
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner .container h2 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 53px;
    margin-top: 23px
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner .container .form-mkto .form-container h2 {
    font-size: 30px;
    line-height: 36px
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner .container p {
    font-size: 25px;
    margin-bottom: 23px
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner .container .left-cont {
    padding: 60px 42px 50px 88px
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner .container .left-cont p a,
.hero-landingpage.section-banner.flex-image-bg.banner-inner .container .left-cont p a:hover {
    color: inherit
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner h1,
.hero-landingpage.section-banner.flex-image-bg.banner-inner h3 {
    font-size: 6.3vw;
    line-height: 7.5vw
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner h2 {
    font-size: 5vw;
    line-height: 6vw
}

.hero-landingpage.section-banner.flex-image-bg .sub-superscript {
    font-family: Eina01-Regular;
    font-size: 16px;
    vertical-align: super;
    position: relative;
    top: 0;
    left: 2px
}

.hero-landingpage.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
.hero-landingpage.section-banner.flex-image-bg div[class^=col-].text-wrapper {
    padding: 7.4vw 12vw
}

.hero-landingpage.section-banner.flex-image-bg.banner-inner .container section._form .container .custom-marketo-form .mktoButton:before {
    content: none
}

.hero-landingpage .form-container form .mktoButtonRow {
    margin-bottom: 0 !important;
    display: flex
}

.hero-landingpage .form-container form .mktoButtonRow span {
    width: 100%;
    margin-left: 0 !important
}

.hero-landingpage .form-container form .mktoButtonRow span button {
    clip-path: none !important
}

.hero-landingpage .form-container form .mktoButtonRow span button:before {
    content: none
}

@media (max-width:767px) {
    .section-banner.hero-landingpage.dark-bg div.flex {
        min-height: 0
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner h2 {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .hero-landingpage.section-banner.flex-image-bg.banner-inner {
        text-align: left
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner h1,
    .hero-landingpage.section-banner.flex-image-bg.banner-inner h3 {
        font-size: 64px;
        line-height: 72px;
        margin-bottom: 0
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner h2 {
        font-size: 32px;
        line-height: 38.4px;
        margin-top: 0
    }

    .hero-landingpage.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        display: flex;
        flex-direction: column;
        width: 80%;
        min-height: 635px;
        min-height: auto;
        padding: 98px 0 50px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-banner.hero-landingpage h1 {
        font-size: 64px;
        line-height: 72px
    }

    .section-banner.hero-landingpage.dark-bg,
    .section-banner.hero-landingpage.dark-bg div.flex {
        min-height: 635px
    }
}

@media (min-width:992px) {
    .hero-landingpage.section-banner.flex-image-bg .container {
        max-width: 1800px
    }

    .hero-landingpage.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 80%;
        min-height: 862px;
        min-height: auto;
        padding: 27px 42px 50px 88px
    }
}

@media (min-width:1200px) {

    .hero-landingpage.section-banner.flex-image-bg.banner-inner h1,
    .hero-landingpage.section-banner.flex-image-bg.banner-inner h3 {
        font-size: 72px;
        line-height: 88px
    }

    .hero-landingpage.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 65%
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container .form-mkto .form-container h2 {
        font-size: 24px;
        margin: 0;
        line-height: 30px
    }

    .hero-landingpage .mktoFormRow label,
    .hero-landingpage .mktoFormRow label.mktoLabel {
        font-size: 15px !important
    }

    .hero-landingpage .form-container form .mktoField {
        padding: 8px 16px !important;
        font-size: 16px !important
    }

    .hero-landingpage .mktoForm input[type=date].mktoField,
    .hero-landingpage .mktoForm input[type=email].mktoField,
    .hero-landingpage .mktoForm input[type=number].mktoField,
    .hero-landingpage .mktoForm input[type=tel].mktoField,
    .hero-landingpage .mktoForm input[type=url].mktoField,
    .hero-landingpage .mktoForm select.mktoField,
    .hero-landingpage .mktoForm textarea.mktoField {
        font-size: 16px !important
    }
}

@media (min-width:1440px) {

    .hero-landingpage.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 55%
    }
}

@media (min-width:1680px) {

    .hero-landingpage.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 50%
    }
}

@media (min-width:1750px) {

    .hero-landingpage.post-cradle-6916.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.post-cradle-6916.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        width: 60%
    }
}

@media (min-width:1800px) {

    .hero-landingpage.post-cradle-6916.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.post-cradle-6916.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        padding: 98px 0 50px 86px;
        width: 60%
    }
}

@media (max-width:1800px) {

    .hero-landingpage.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        padding-left: 5%
    }
}

@media (max-width:1420px) {
    .landingpage-jm .hero-landingpage-main .separator-form-mkto {
        margin-bottom: 6vw
    }
}

@media (max-width:1199px) {

    .hero-landingpage.section-banner.flex-image-bg div[class*=" col-"].text-wrapper,
    .hero-landingpage.section-banner.flex-image-bg div[class^=col-].text-wrapper {
        padding-left: 30px
    }
}

@media (max-width:1199px) {
    .landingpage-jm .hero-landingpage-main .separator-form-mkto {
        padding-bottom: 50px
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container .right-cont {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        padding: 0;
        margin-bottom: -119px
    }

    .landingpage-jm .hero-landingpage-main .form-main-container {
        position: unset;
        padding: 61px 20px 0
    }

    .landingpage-jm .hero-landingpage-main .form-main-container .container {
        position: unset
    }

    .landingpage-jm .hero-landingpage-main .form-main-container .container .form-container {
        margin: auto;
        position: unset
    }

    .form-container .hero-landingpage-main .separator-form-mkto {
        display: none !important
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container .left-cont {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 88px
    }
}

@media (max-width:991px) {
    .hero-landingpage.section-banner.flex-image-bg .container {
        max-width: none
    }
}

@media (max-width:767px) {
    .landingpage-jm .hero-landingpage-main .neg-top {
        margin-top: -35px
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container h1 {
        margin-bottom: 10px
    }

    .landingpage-jm .hero-landingpage-main .top-image,
    body.macos .landingpage-jm .hero-landingpage-main .top-image {
        margin-top: 40px
    }

    .landingpage-jm .hero-landingpage-main .form-main-container .form-container {
        margin-left: auto;
        margin-right: auto;
        padding: 20px 7vw 5px !important
    }

    .landingpage-jm .form-container form .mktoButtonRow {
        margin-bottom: 26px;
        margin-top: 11px
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container .left-cont {
        padding: 20px
    }

    .landingpage-jm .hero-landingpage-main .right-cont {
        margin-bottom: -60px
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container h1 {
        font-size: 6.3vw;
        line-height: 7.5vw
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container h2 {
        font-size: 5vw;
        line-height: 6vw
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container p {
        font-size: 4vw;
        line-height: 5.5vw
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container section._form .container {
        margin-top: 0
    }

    .hero-landingpage.section-banner.flex-image-bg.banner-inner .container section._form .container .mktoFieldDescriptor.mktoFormCol label.mktoLabel {
        margin-bottom: 5px
    }

    .landingpage-jm .form-container form .mktoFieldDescriptor.mktoFormCol input.mktoField {
        padding: 9px 17px !important
    }
}

.landingpage-jm section._marketo-form {
    margin-bottom: 0
}

.hero-e .logo2-venn-diagram {
    margin-top: 46px
}

.hero-e .logo2-venn-diagram .logo-circ {
    width: 384px;
    height: 384px;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.hero-e .logo2-venn-diagram .logo-circ.yellow-bg {
    background-color: #ffad00;
    box-shadow: 0 26px 43px rgba(255, 173, 0, .35)
}

.hero-e .logo2-venn-diagram .logo-circ.dark-bg {
    background-color: rgba(51, 63, 72, .97);
    box-shadow: 0 26px 43px rgba(57, 69, 78, .35)
}

.hero-e .logo2-venn-diagram .logo-circ.logo-circ-2 {
    left: -33px
}

.hero-e .logo2-venn-diagram .logo-circ.logo-circ-1 {
    z-index: 1;
    right: -14px
}

.hero-e.section-hero-transparent {
    background-position: left 105%;
    background-repeat: no-repeat;
    background-size: auto
}

.hero-e.section-hero-transparent .padding-xl2-top {
    padding-top: 112px
}

.hero-e.section-hero-transparent .hero-content {
    padding-top: 107px
}

._full-width-cta-list.section-content-image-grid .content-grid .hero-e.section-hero-transparent .hero-content p a,
._full-width-cta-list.section-content-image-grid .content-grid ul .hero-e.section-hero-transparent .hero-content li a,
._full-width._full-width-image-title-content .text-block .hero-e.section-hero-transparent .hero-content p a,
.hero-e.section-hero-transparent .hero-content ._full-width-cta-list.section-content-image-grid .content-grid p a,
.hero-e.section-hero-transparent .hero-content ._full-width-cta-list.section-content-image-grid .content-grid ul li a,
.hero-e.section-hero-transparent .hero-content ._full-width._full-width-image-title-content .text-block p a,
.hero-e.section-hero-transparent .hero-content .body-large a,
.hero-e.section-hero-transparent .hero-content .section-content-box._full-width .content-box p a,
.hero-e.section-hero-transparent .hero-content .section-text-block._full-width .text-block p a,
.section-content-box._full-width .content-box .hero-e.section-hero-transparent .hero-content p a,
.section-text-block._full-width .text-block .hero-e.section-hero-transparent .hero-content p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._full-width-cta-list.section-content-image-grid .content-grid .hero-e.section-hero-transparent .hero-content p a:hover,
._full-width-cta-list.section-content-image-grid .content-grid ul .hero-e.section-hero-transparent .hero-content li a:hover,
._full-width._full-width-image-title-content .text-block .hero-e.section-hero-transparent .hero-content p a:hover,
.hero-e.section-hero-transparent .hero-content ._full-width-cta-list.section-content-image-grid .content-grid p a:hover,
.hero-e.section-hero-transparent .hero-content ._full-width-cta-list.section-content-image-grid .content-grid ul li a:hover,
.hero-e.section-hero-transparent .hero-content ._full-width._full-width-image-title-content .text-block p a:hover,
.hero-e.section-hero-transparent .hero-content .body-large a:hover,
.hero-e.section-hero-transparent .hero-content .section-content-box._full-width .content-box p a:hover,
.hero-e.section-hero-transparent .hero-content .section-text-block._full-width .text-block p a:hover,
.section-content-box._full-width .content-box .hero-e.section-hero-transparent .hero-content p a:hover,
.section-text-block._full-width .text-block .hero-e.section-hero-transparent .hero-content p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.hero-e.section-hero-transparent .sub-section .hero-content h1,
.hero-e.section-hero-transparent .sub-section .hero-content h2 {
    margin-bottom: 23px
}

.hero-e.section-hero-transparent .sub-section .hero-content h1 a,
.hero-e.section-hero-transparent .sub-section .hero-content h2 a {
    color: inherit
}

.hero-e.section-hero-transparent .sub-section .hero-content h1 a:hover,
.hero-e.section-hero-transparent .sub-section .hero-content h2 a:hover {
    color: #0057b8;
    text-decoration-color: #0057b8
}

.hero-e.section-hero-transparent .sub-section .hero-content h2 {
    font-family: Eina01-Bold;
    font-size: 64px;
    color: #ffad00;
    margin-bottom: 32px
}

.hero-e.section-hero-transparent .sub-section .hero-content h2 p {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

.hero-e .sub-section {
    background-repeat: no-repeat;
    background-position: top
}

.hero-e ._multi-column-text-w-icon div[class*=" col-md-"],
.hero-e ._multi-column-text-w-icon div[class^=col-md-],
.hero-e .section-icon-box div[class*=" col-md-"],
.hero-e .section-icon-box div[class^=col-md-] {
    display: flex;
    flex-direction: column
}

.hero-e ._multi-column-text-w-icon h2 a,
.hero-e ._multi-column-text-w-icon h3 a,
.hero-e ._multi-column-text-w-icon h4 a,
.hero-e ._multi-column-text-w-icon h5 a,
.hero-e ._multi-column-text-w-icon h6 a,
.hero-e .section-icon-box h2 a,
.hero-e .section-icon-box h3 a,
.hero-e .section-icon-box h4 a,
.hero-e .section-icon-box h5 a,
.hero-e .section-icon-box h6 a {
    color: inherit
}

.hero-e ._multi-column-text-w-icon h2 a:hover,
.hero-e ._multi-column-text-w-icon h3 a:hover,
.hero-e ._multi-column-text-w-icon h4 a:hover,
.hero-e ._multi-column-text-w-icon h5 a:hover,
.hero-e ._multi-column-text-w-icon h6 a:hover,
.hero-e .section-icon-box h2 a:hover,
.hero-e .section-icon-box h3 a:hover,
.hero-e .section-icon-box h4 a:hover,
.hero-e .section-icon-box h5 a:hover,
.hero-e .section-icon-box h6 a:hover {
    color: #0057b8;
    text-decoration-color: #0057b8
}

.hero-e ._multi-column-text-w-icon p a,
.hero-e .section-icon-box p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.hero-e ._multi-column-text-w-icon p a:hover,
.hero-e .section-icon-box p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.hero-e ._multi-column-text-w-icon li a,
.hero-e .section-icon-box li a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    text-decoration: none
}

.hero-e ._multi-column-text-w-icon li a:hover,
.hero-e .section-icon-box li a:hover {
    border-bottom-color: var(--link-color-secondary-b);
    color: var(--link-color-secondary-b);
    text-decoration: none
}

.hero-e ._multi-column-text-w-icon .icon-box,
.hero-e .section-icon-box .icon-box {
    margin-bottom: 0;
    flex-grow: 1
}

.hero-e ._multi-column-text-w-icon .icon-box .text-wrapper,
.hero-e .section-icon-box .icon-box .text-wrapper {
    padding-top: 10px
}

.hero-e ._multi-column-text-w-icon .icon-box .text-wrapper h3,
.hero-e .section-icon-box .icon-box .text-wrapper h3 {
    margin-bottom: 5px
}

.hero-e ._multi-column-text-w-icon .icon-box .text-wrapper p,
.hero-e .section-icon-box .icon-box .text-wrapper p {
    margin-bottom: auto
}

.hero-e ._multi-column-text-w-icon .icon-box .text-wrapper a.downloads-btn,
.hero-e .section-icon-box .icon-box .text-wrapper a.downloads-btn {
    margin-top: 16px
}

.section-hero-transparent {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

.section-hero-transparent .hero-content h1 {
    font-family: Eina01-Bold;
    font-size: 72px;
    color: #ffad00;
    margin-bottom: 32px
}

.section-hero-transparent .hero-content h1 p {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

.section-hero-transparent .hero-content p {
    font-size: 24px;
    line-height: 34px
}

@media (max-width:575px) {
    .section-hero-transparent .logo2-venn-diagram .logo-circ {
        width: 45vw;
        height: 45vw
    }

    .section-hero-transparent .logo2-venn-diagram .logo-circ.logo-circ-1 {
        right: -2.5vw
    }

    .section-hero-transparent .logo2-venn-diagram .logo-circ.logo-circ-2 {
        left: -5.5vw
    }

    .section-hero-transparent .hero-content h1 {
        font-size: 50px;
        font-size: 3.125rem;
        font-size: 56px;
        font-size: 3.5rem
    }

    .section-hero-transparent .hero-content p {
        font-size: 18px;
        line-height: 30px
    }

    .section-hero-transparent .sub-section {
        background-position: 56% -35%
    }
}

@media (max-width:767px) {
    .hero-e.section-hero-transparent .padding-xl2-top {
        padding-top: 60px
    }

    .section-hero-transparent .logo2-venn-diagram .logo-circ img {
        width: 50%
    }

    .section-hero-transparent .logo2-venn-diagram .logo-circ {
        height: 255px
    }
}

@media (min-width:768px) {
    .section-hero-transparent .hero-content h1 {
        line-height: 80px
    }
}

@media (max-width:991px) {
    .hero-e.section-hero-transparent .padding-xl2-top {
        padding-top: 80px
    }
}

@media (max-width:1105px) {
    .section-hero-transparent .sub-section {
        background-position: 52% 15%
    }

    .section-hero-transparent .hero-content h1 br {
        display: none
    }

    .hero-e.section-hero-transparent .sub-section .hero-content h2 {
        font-size: 56px
    }
}

._statistics.section-counter a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._statistics.section-counter a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._statistics.section-counter strong a {
    color: inherit
}

._statistics.section-counter h1,
._statistics.section-counter h2 {
    margin-bottom: 100px
}

._statistics.section-counter h1 {
    font-family: Eina01-Bold;
    font-size: 48px
}

._statistics.section-counter .num-holder span {
    font-family: Eina01-Light;
    color: #fead00;
    font-size: 60px
}

._statistics.section-counter .text-holder p {
    margin: 0;
    font-size: 18px;
    line-height: 26px
}

._statistics.section-counter.company-section .numbers-div .row .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: center
}

._statistics.section-counter.company-section .numbers-div .row .col-lg-3 .counter-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    height: 100%
}

._statistics.section-counter.company-section .numbers-div .row .col-lg-3 .counter-col .img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 121px
}

._statistics.section-counter.company-section .numbers-div .row .col-lg-3 .counter-col .sub-title {
    font-family: Eina01-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #333f48;
    margin-bottom: 15px
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center
}

.separator div:before {
    content: "";
    display: none;
    width: 2px;
    height: 140px;
    margin: auto;
    position: relative;
    top: -60px
}

.separator.border-jm-Yellow:before,
.separator.border-jm-Yellow div {
    background-color: #ffad00
}

.separator.border-jm-Grey:before,
.separator.border-jm-Grey div {
    background-color: #adb2b6
}

._full-width-cta-list.section-content-image-grid .content-grid ul {
    padding-left: 20px !important
}

._full-width-cta-list.section-content-image-grid .container-full {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto
}

._full-width-cta-list.section-content-image-grid .col-grid {
    margin-bottom: 10px
}

._full-width-cta-list.section-content-image-grid .image-grid {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px
}

._full-width-cta-list.section-content-image-grid .image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

._full-width-cta-list.section-content-image-grid .content-grid {
    color: #fff;
    background-color: #47525a;
    padding: 8.4vw 0 0;
    margin-left: -10px;
    margin-right: -10px
}

._full-width-cta-list.section-content-image-grid .content-grid .inner-content {
    width: 100%
}

._full-width-cta-list.section-content-image-grid .content-grid .inner-content>.row {
    margin-right: 0;
    margin-left: 0
}

._full-width-cta-list.section-content-image-grid .content-grid .inner-content.margin-auto {
    margin-bottom: 0
}

._full-width-cta-list.section-content-image-grid .content-grid .content-text {
    margin-bottom: 50px
}

._full-width-cta-list.section-content-image-grid .content-grid .content-list {
    margin-bottom: 3.3125rem
}

._full-width-cta-list.section-content-image-grid .content-grid h1,
._full-width-cta-list.section-content-image-grid .content-grid h2 {
    font-family: Eina01-Bold;
    text-align: center;
    margin-bottom: 20px
}

._full-width-cta-list.section-content-image-grid .content-grid h1 {
    font-size: 64px;
    font-size: 4rem
}

._full-width-cta-list.section-content-image-grid .content-grid h2 {
    font-size: 52px;
    font-size: 3.25rem
}

._full-width-cta-list.section-content-image-grid .content-grid p {
    text-align: center
}

._full-width-cta-list.section-content-image-grid .content-grid p a {
    font-family: var(--font-semibold);
    color: inherit
}

._full-width-cta-list.section-content-image-grid .content-grid p a:hover {
    color: inherit
}

._full-width-cta-list.section-content-image-grid .content-grid ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

._full-width-cta-list.section-content-image-grid .content-grid ul li {
    padding-left: 30px;
    position: relative
}

._full-width-cta-list.section-content-image-grid .content-grid ul li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #fdac00
}

._full-width-cta-list.section-content-image-grid .content-grid ul li a {
    font-family: var(--font-semibold);
    color: inherit
}

._full-width-cta-list.section-content-image-grid .content-grid ul li a:hover {
    color: inherit
}

._full-width-cta-list.section-content-image-grid .content-grid .content-links h3,
._full-width-cta-list.section-content-image-grid .content-grid .content-links h3 a {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: eina01-bold;
    color: #fff;
    text-decoration: none
}

._full-width-cta-list.section-content-image-grid .content-grid .content-links h3 a:hover,
._full-width-cta-list.section-content-image-grid .content-grid .content-links h3:hover {
    color: #ffad00
}

._full-width-cta-list.section-content-image-grid .future-of-retail {
    max-width: 1767px;
    max-width: 110.4375rem;
    color: #fff;
    margin: 5.9375rem auto auto;
    text-align: center
}

._full-width-cta-list.section-content-image-grid .future-of-retail .row {
    width: 100%;
    padding: 2.3vw 60px
}

._full-width-cta-list.section-content-image-grid .future-of-retail a.learn-more {
    font-size: 14px;
    line-height: 30px;
    font-family: Eina01-Bold;
    color: #ffad00;
    text-decoration: underline;
    margin-top: auto
}

._full-width-cta-list.section-content-image-grid .future-of-retail a.learn-more:hover {
    text-decoration: none;
    color: #e1d1a6;
    cursor: pointer
}

._full-width-cta-list.section-content-image-grid .future-of-retail.bg-gray {
    background-color: #333f48;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

._full-width-cta-list.section-content-image-grid .future-of-retail ul {
    list-style: none
}

._full-width-cta-list.section-content-image-grid .future-of-retail ul li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    position: relative
}

._full-width-cta-list.section-content-image-grid .future-of-retail ul li:before {
    content: "";
    width: 19px;
    width: 1.1875rem;
    height: 2px;
    background-color: #fead00;
    display: inline-block;
    top: 11px;
    top: .6875rem;
    position: absolute;
    margin-right: 100%;
    right: 8px;
    right: .5rem
}

._full-width-cta-list.section-content-image-grid .future-of-retail .inner {
    margin: auto;
    max-width: 650px;
    max-width: 40.625rem;
    width: 100%
}

._full-width-cta-list.section-content-image-grid .future-of-retail .inner .row {
    margin-bottom: 3.3125rem
}

._full-width-cta-list.section-content-image-grid .future-of-retail h2 {
    text-align: center;
    font-size: 52px;
    font-size: 3.25rem;
    font-family: eina01-bold;
    margin-bottom: 2.0625rem
}

._full-width-cta-list.section-content-image-grid .future-of-retail h3,
._full-width-cta-list.section-content-image-grid .future-of-retail h3 a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: eina01-bold;
    color: #fff
}

._full-width-cta-list.section-content-image-grid .future-of-retail h3 a:hover,
._full-width-cta-list.section-content-image-grid .future-of-retail h3:hover {
    color: #ffad00;
    text-decoration: none
}

.featured-retail-wrapper p {
    font-size: 16px;
    font-size: 1rem;
    color: #333f48
}

._50-50-image-content .col-lg-10.col-md-11 {
    flex: 0 0 88.5%;
    max-width: 88.5%
}

._50-50-image-content .col-md-6 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999
}

._50-50-image-content .col-md-6 .img-wrapper,
._50-50-image-content .col-md-6 .img-wrapper img {
    width: 100%;
    height: 100%
}

._50-50-image-content .col-md-6 .text-wrapper {
    padding: 0 80px;
    max-width: unset
}

._50-50-image-content .col-md-6 .text-wrapper p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._50-50-image-content.content-section.retail .text-wrapper.content-section p {
    padding-bottom: 32px
}

._50-50-image-content.content-section.retail p {
    color: #333f48
}

._50-50-image-content.content-section.retail .content-section h1.section-title-large,
._50-50-image-content.content-section.retail .content-section h2.section-title-large {
    margin-bottom: 1.375rem
}

._50-50-image-content.content-section.retail .content-section h1.section-title-large {
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 3.5rem
}

._50-50-image-content.content-section.retail .content-section h2.section-title-large {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem
}

._50-50-image-content.content-section.retail .content-section p {
    font-size: 18px;
    color: #333f48
}

._50-50-image-content.content-section.retail.section-5g .yellow-bordered p.opacity-8 {
    font-size: 20px
}

@media (min-width:768px) {
    ._50-50-image-content .col-md-6 .img-wrapper img {
        width: 100%
    }
}

@media (max-width:768px) {
    .retail-cases-section .col-md-6 {
        margin-bottom: 57px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .retail.public-safety-wrapper .margin-top-10 {
        margin-top: 12px
    }

    .retail .negative-xxxl {
        padding: 30px
    }

    .retail.content-section p {
        white-space: normal
    }

    .retail.content-section .font-52 {
        font-size: 48px;
        line-height: 49px
    }

    .retail.featured-section .feat-title {
        align-items: flex-start
    }

    .retail.featured-section h4 {
        padding-left: 16px
    }

    .retail.featured-section .nav-primary-dash {
        margin-top: 8px;
        width: 25px;
        min-width: 25px;
        height: 2px
    }

    .retail.featured-section .featured-content {
        padding-left: 42px
    }

    .retail .section-content h2 {
        font-size: 48px;
        line-height: 65px
    }

    .retail .bg-dark-blue .text-wrapper {
        padding: 45px 32px
    }

    .retail .cta-wrapper {
        padding: 0 16px 30px
    }

    .retail .cta-wrapper img {
        height: 175px
    }

    .retail .cta-wrapper .asset-title {
        font-size: 18px
    }

    .retail .cta-wrapper .banner-btn {
        align-items: baseline;
        flex-direction: column
    }

    .blog_single_v2 .content .blog-content .retail .cta-wrapper #btn-back-to-blog,
    .custom-marketo-form .retail .cta-wrapper .mktoButton,
    .retail .cta-wrapper .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .retail .cta-wrapper .btn,
    .retail .cta-wrapper .custom-marketo-form .mktoButton {
        display: flex;
        align-items: baseline;
        font-size: 13px;
        padding: 12px 12px 12px 18px
    }

    .retail .lined-title br {
        display: none
    }

    .retail .featured-profile .row {
        display: flex;
        justify-content: center
    }

    .retail .featured-profile .row .quote-logo {
        bottom: auto
    }

    .retail .pad-382-top {
        padding-top: 382px
    }

    .retail .quote-wrapper .quote {
        padding: 56px;
        white-space: normal;
        line-height: 38px
    }

    .retail .yellow-bordered .no-br-lg br {
        display: none
    }

    .retail.retail-cases-section .col-md-6 .content-section h2.section-title-large {
        font-size: 28px;
        line-height: 32px
    }

    .retail.retail-cases-section .col-md-6 .content-section h1.section-title-large {
        font-size: 32px;
        line-height: 40px
    }

    .retail.retail-cases-section .col-md-6 .content-section p {
        font-size: 16px;
        margin-bottom: 4px
    }

    .retail.retail-cases-section .col-md-6 .img-wrapper {
        height: 100%
    }

    .retail.retail-cases-section .col-md-6 .text-wrapper {
        padding: 40px 30px
    }

    .retail.retail-cases-section .col-md-6 .text-wrapper .case-study-btn {
        display: -webkit-inline-box
    }

    .retail.section-5g .yellow-bordered .text-wrapper {
        padding: 70px 55px 300px
    }

    .retail.section-5g .yellow-bordered p.opacity-8 {
        white-space: normal;
        padding-left: 220px
    }

    .retail.section-5g h2 {
        font-size: 64px
    }

    .retail.section-5g .section-5g-bg {
        top: -108px;
        left: -90px
    }

    .li-align-center-18 .retail .featured-retail li,
    .retail .featured-retail .flex-align-center,
    .retail .featured-retail .li-align-center-18 li {
        align-items: baseline;
        justify-content: center
    }

    .retail.section-5g .yellow-bordered .text-wrapper {
        padding: 70px 55px 320px
    }

    .retail.section-5g .yellow-bordered p.opacity-8 {
        font-size: 20px;
        white-space: pre-line;
        width: 50%;
        margin-left: 50%;
        min-height: 237px
    }

    .retail.section-5g .section-5g-bg {
        background-size: cover;
        top: -89px;
        left: -225px;
        z-index: -1
    }
}

@media (min-width:1200px) {
    .retail.section-5g .yellow-bordered .text-wrapper {
        padding: 160px 105px 160px 32px
    }

    .retail.section-5g .yellow-bordered p.opacity-8 {
        white-space: pre-line;
        min-height: 237px
    }

    .retail.section-5g h2 {
        line-height: 85px
    }

    .retail.section-5g .section-5g-bg {
        top: -243px;
        left: -180px
    }
}

@media (max-width:1360px) {
    ._50-50-image-content .col-md-6 .img-wrapper img {
        width: auto
    }
}

@media (min-width:1400px) {
    .retail.section-5g .yellow-bordered .text-wrapper {
        padding: 160px 62px 160px 32px
    }

    .retail.section-5g .yellow-bordered p.opacity-8 {
        white-space: pre-line
    }

    .retail.section-5g h2 {
        line-height: 85px
    }

    .retail.section-5g .section-5g-bg {
        top: -392px;
        left: 0
    }
}

@media (max-width:1443px) {
    body .retail-cases-section .col-md-6 .text-wrapper {
        padding: 20px 30px 40px
    }
}

._flipping-circles .flip-card {
    background-color: transparent;
    width: 590px;
    height: 200px;
    perspective: 1000px
}

._flipping-circles .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

._flipping-circles .center-text-circle h5 {
    font-size: 1.5rem;
    font-family: Eina01-Bold;
    margin-top: 40px
}

._flipping-circles .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

._flipping-circles .flip-card-back,
._flipping-circles .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 0;
    visibility: visible;
    z-index: 1
}

._flipping-circles .flip-card-back {
    background-color: transparent;
    color: #fff;
    transform: rotateY(180deg);
    left: -32px;
    top: -119px;
    z-index: 9999
}

.cradlepoint-page .about-us-yellow-circle {
    margin-top: 0 !important
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue a {
    color: #afc5d5;
    font-size: 15px;
    text-decoration: none;
    max-width: 95px;
    margin-left: auto;
    margin-right: auto;
    font-family: Eina01-SemiBold
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue a:hover {
    color: #fff;
    text-decoration: underline
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue p a {
    border-bottom: 1px dotted #fff;
    padding-bottom: 1px;
    color: inherit;
    max-width: none
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue p a:hover {
    opacity: .8;
    text-decoration: none
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue li a {
    border-bottom: 1px dotted #fff;
    padding-bottom: 1px;
    color: inherit;
    max-width: none;
    text-decoration: none
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue li a:hover {
    opacity: .8;
    text-decoration: none
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue strong.sub-title {
    line-height: 1.2;
    cursor: auto
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue .no-title {
    margin-top: 3.4375rem
}

.cradlepoint-page .about-us-yellow-circle .col .circleBlue h2 {
    line-height: 1
}

@media (max-width:500px) {
    .cradlepoint-page .about-us-yellow-circle .col .circleBlue {
        min-width: 365px;
        min-height: 365px
    }

    .cradlepoint-page .about-us-yellow-circle .flip-card {
        left: -25px
    }
}

@media (max-width:620px) {
    .cradlepoint-page .about-us-yellow-circle {
        padding-top: 0;
        padding-bottom: 0
    }

    .center-text-circle .div,
    .cradlepoint-page .about-us-yellow-circle .col .circle1,
    .cradlepoint-page .about-us-yellow-circle .col .circle2,
    .cradlepoint-page .about-us-yellow-circle .col .circle3,
    .flip-container1 {
        position: static;
        margin: 75px AUTO
    }
}

@media (max-width:767px) {
    ._flipping-circles .flip-card {
        width: 400px
    }

    ._flipping-circles .center-text-circle h5 {
        margin-top: 25px
    }
}

@media (max-width:935px) {
    ._flipping-circles .flip-card {
        width: 400px
    }

    .cradlepoint-page .about-us-yellow-circle .col .circle1 {
        left: -7px;
        top: -307px
    }

    .cradlepoint-page .about-us-yellow-circle .col .circle2 {
        left: calc(100% - 528px);
        top: -213px
    }

    .flip-container1 {
        top: -2vw
    }

    .cradlepoint-page .about-us-yellow-circle .col .circle3 {
        top: 19vw;
        left: calc(100% - 389px)
    }

    .cradlepoint-page .about-us-yellow-circle {
        padding-top: 390px;
        padding-bottom: 300px;
        background-position: 50%
    }

    .cradlepoint-page .about-us-yellow-circle .flip-card {
        left: 0
    }

    .about-us-yellow-circle .c1,
    .about-us-yellow-circle .c2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: static
    }

    .cradlepoint-page .about-us-yellow-circle .col .circleBlue h2 {
        font-size: 40px
    }
}

@media (max-width:1360px) {
    .cradlepoint-page .about-us-yellow-circle .col .circle3 {
        top: -7vw
    }

    .about-us-yellow-circle .c3,
    .about-us-yellow-circle .c4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.wpcf7-submit {
    border-radius: 0;
    margin-top: 32px
}

.custom-marketo-form .wpcf7-submit.mktoButton,
.wpcf7-submit.btn-poly-dark {
    background-color: #23272b;
    color: #fff;
    opacity: 1
}

.custom-marketo-form .wpcf7-submit.mktoButton:hover,
.wpcf7-submit.btn-poly-dark:hover {
    background-color: #23272b;
    color: #fff
}

.wpcf7-submit:hover {
    border-radius: 0
}

form {
    overflow: hidden
}

form input,
form select {
    width: 100%;
    padding: 16px 30px;
    border-radius: 30px;
    display: block;
    border: 3px solid #333f48;
    opacity: 1;
    margin-bottom: 32px;
    outline: none
}

form input:focus,
form input:hover,
form select:focus,
form select:hover {
    border: 3px solid #008eaa;
    opacity: .7;
    border-radius: 30px
}

form input:last-child,
form select:last-child {
    margin-bottom: 0
}

form input:not(:placeholder-shown) {
    color: #008eaa;
    opacity: .7;
    border: 3px solid #008eaa
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 18px
}

form select option {
    font-size: 14px
}

form label {
    margin-right: 15px;
    margin-bottom: 0
}

form label input[type=radio] {
    width: auto;
    position: absolute;
    visibility: hidden
}

form label input[type=radio]:checked .check {
    border: 3px solid #0dff92
}

form label input[type=radio]:checked .check:before {
    background: #0dff92
}

form label .check {
    display: block;
    border: 3px solid #333f48;
    opacity: 1;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    align-items: center;
    justify-content: center;
    display: flex
}

form label .check:before {
    display: block;
    content: "";
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

form label .check:hover {
    border: 3px solid #333f48;
    cursor: pointer;
    opacity: .7
}

form label input[type=radio]:checked~.check {
    border: 3px solid #008eaa;
    opacity: .7
}

form label input[type=radio]:checked~.check:before {
    background: #008eaa;
    opacity: .7
}

form label input[type=checkbox].check-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 5px;
    border: 3px solid #333f48;
    opacity: 1
}

form label input[type=checkbox].check-box:checked {
    background-color: transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 3px solid #008eaa;
    opacity: .7
}

form label input[type=checkbox].check-box:checked:before {
    display: block;
    content: "\2713";
    position: absolute;
    margin: 0 auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    color: #008eaa;
    font-weight: bolder
}

form label input[type=checkbox].check-box:checked:hover {
    border: 3px solid #008eaa;
    cursor: pointer;
    opacity: .7
}

form label input[type=checkbox].check-box:hover {
    border: 3px solid #333f48;
    cursor: pointer;
    opacity: .7
}

form label:last-child {
    margin-right: 0
}

form .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 40px
}

form .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

form .switch .slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ed6856
}

form .switch .slider,
form .switch .slider:before {
    position: absolute;
    -webkit-transition: 0s;
    transition: 0s
}

form .switch .slider:before {
    content: "";
    height: 30px;
    width: 30px;
    left: 7px;
    bottom: 5px;
    background-color: #fff
}

form .switch .slider:after {
    position: absolute;
    content: "\d7";
    height: 34px;
    font-size: 20px;
    right: 11px;
    font-weight: 700;
    bottom: 3px;
    background-color: transparent;
    -webkit-transition: 0s;
    transition: 0s;
    color: #fff
}

form .switch .round {
    border-radius: 34px
}

form .switch .round:before {
    border-radius: 50%
}

form .switch input:checked+.slider {
    background-color: #2196f3
}

form .switch input:checked+.slider:after {
    position: absolute;
    content: "\2713";
    height: 28px;
    font-size: 17px;
    left: 11px;
    font-weight: 700;
    bottom: 4px;
    background-color: transparent;
    -webkit-transition: 0s;
    color: #fff
}

form .switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

form .switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

._form._full-width-title-subtitle .container p a,
._form.contact-form-area .container p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._form._full-width-title-subtitle .container p a:hover,
._form.contact-form-area .container p a:hover {
    color: var(--link-color-secondary-a-hover)
}

@media (max-width:767px) {

    ._form._full-width-title-subtitle .container p br,
    ._form.contact-form-area .container p br {
        display: none
    }
}

._full-width-cta-gated.customers-pg {
    padding: 4.3125rem 15px 3.6875rem
}

._full-width-cta-gated.customers-pg .container {
    max-width: 1360px;
    max-width: 100.1875rem;
    border: 1.25rem solid #ffad00;
    padding: 2.6875rem 7.4375rem 2.6875rem 8.125rem
}

._full-width-cta-gated.customers-pg .container div {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Eina01-SemiBold
}

._full-width-cta-gated.customers-pg .container div.textRight {
    text-align: right
}

._full-width-cta-gated.customers-pg .container p {
    margin: 0;
    display: initial
}

._full-width-cta-gated.customers-pg .container p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._full-width-cta-gated.customers-pg .container p a:hover {
    color: var(--link-color-secondary-a-hover)
}

._full-width-cta-gated.customers-pg .container a {
    color: #008eaa
}

._full-width-cta-gated.customers-pg .container .col-md-8 img {
    padding-right: .75rem
}

._full-width-cta-gated.customers-pg .container .col-md-4 img {
    padding-right: .3125rem
}

.customers-pg {
    padding: 4.3125rem 15px 3.6875rem
}

.customers-pg .container {
    max-width: 1603px;
    max-width: 100.1875rem;
    border: 1.25rem solid #ffad00;
    padding: 2.6875rem 7.4375rem 2.6875rem 8.125rem
}

.customers-pg .container div {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Eina01-SemiBold
}

.customers-pg .container div.textRight {
    text-align: right
}

.customers-pg .container .col-md-8 img {
    padding-right: .75rem
}

.customers-pg .container .col-md-4 img {
    padding-right: .3125rem
}

@media (min-width:1361px) {
    ._full-width-cta-gated.customers-pg .container {
        padding: 2.6875rem 6.875rem
    }

    ._full-width-cta-gated.customers-pg .container div.textRight {
        justify-content: flex-end
    }
}

@media (max-width:767px) {
    .cradlepoint-page.downloads ._full-width-cta-gated.customers-pg .container {
        padding: 0
    }
}

@media (max-width:1360px) {
    .cradlepoint-page.downloads .customers-pg .container div:not(.row) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
        clear: both;
        display: block;
        padding: 20px
    }

    .customers-pg .container {
        max-width: 860px;
        padding: 20px
    }

    .customers-pg .container div:not(.row) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
        clear: both;
        display: block;
        padding: 20px
    }

    .cradlepoint-page.downloads .customers-pg .container {
        max-width: 860px;
        padding: 20px
    }
}

@media (max-width:440px) {
    .cradlepoint-page.downloads .customers-pg.how-to-buy-bottom .container div {
        padding: 0 3px
    }

    .cradlepoint-page.downloads .customers-pg.how-to-buy-bottom .container {
        margin: 0 20px
    }
}

._full-width-content-w-graphic-text-bg.about-us-sorry {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/sorrybg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 322px;
    min-height: 20.125rem;
    padding-top: 11.5625rem;
    margin-bottom: 5.6875rem;
    margin-top: -25px
}

._full-width-content-w-graphic-text-bg.about-us-sorry .container {
    margin: auto;
    text-align: center
}

._full-width-content-w-graphic-text-bg.about-us-sorry .container h3 {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: Eina01-Bold;
    margin-bottom: 1.25rem
}

._full-width-content-w-graphic-text-bg.about-us-sorry .container h1 a:not(.btn),
._full-width-content-w-graphic-text-bg.about-us-sorry .container h2 a:not(.btn),
._full-width-content-w-graphic-text-bg.about-us-sorry .container h3 a:not(.btn),
._full-width-content-w-graphic-text-bg.about-us-sorry .container h4 a:not(.btn),
._full-width-content-w-graphic-text-bg.about-us-sorry .container h5 a:not(.btn),
._full-width-content-w-graphic-text-bg.about-us-sorry .container h6 a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._full-width-content-w-graphic-text-bg.about-us-sorry .container h1 a:not(.btn):hover,
._full-width-content-w-graphic-text-bg.about-us-sorry .container h2 a:not(.btn):hover,
._full-width-content-w-graphic-text-bg.about-us-sorry .container h3 a:not(.btn):hover,
._full-width-content-w-graphic-text-bg.about-us-sorry .container h4 a:not(.btn):hover,
._full-width-content-w-graphic-text-bg.about-us-sorry .container h5 a:not(.btn):hover,
._full-width-content-w-graphic-text-bg.about-us-sorry .container h6 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._full-width-content-w-graphic-text-bg.about-us-sorry .container a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._full-width-content-w-graphic-text-bg.about-us-sorry .container a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.ios ._full-width-content-w-graphic-text-bg.about-us-sorry,
.macos ._full-width-content-w-graphic-text-bg.about-us-sorry {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/sorrybg.png)
}

@media (max-width:767px) {
    ._full-width-content-w-graphic-text-bg {
        background-size: contain
    }

    ._full-width-content-w-graphic-text-bg .container {
        padding: 0
    }

    ._full-width-content-w-graphic-text-bg .container h3 {
        margin-top: -2vw
    }

    ._full-width-content-w-graphic-text-bg .container p br {
        display: none
    }
}

body.cradlepoint-page ._fullwidth-text-w-hr {
    position: relative;
    margin-bottom: 56px
}

body.cradlepoint-page ._fullwidth-text-w-hr hr {
    margin: unset;
    max-width: unset;
    position: absolute;
    top: 50%;
    border-top-color: #adb2b6;
    width: 100%
}

body.cradlepoint-page ._fullwidth-text-w-hr h1,
body.cradlepoint-page ._fullwidth-text-w-hr h2,
body.cradlepoint-page ._fullwidth-text-w-hr p {
    margin-bottom: 0
}

body.cradlepoint-page ._fullwidth-text-w-hr h1,
body.cradlepoint-page ._fullwidth-text-w-hr h2 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    padding: 20px;
    color: #333f48;
    font-family: Eina01-Light
}

body.cradlepoint-page ._fullwidth-text-w-hr h1 a,
body.cradlepoint-page ._fullwidth-text-w-hr h2 a {
    font-family: Eina01-SemiBold;
    color: #008eaa;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

body.cradlepoint-page ._fullwidth-text-w-hr h1 a:hover,
body.cradlepoint-page ._fullwidth-text-w-hr h2 a:hover {
    color: #008eaa;
    text-decoration: none;
    border-bottom: 1px solid #008eaa;
    padding-bottom: 1px
}

@media (min-width:1099px) {
    body.cradlepoint-page ._fullwidth-text-w-hr br {
        display: none
    }
}

@media (min-width:768px) {
    body.cradlepoint-page ._fullwidth-text-w-hr {
        max-width: 91.667%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:992px) {
    body.cradlepoint-page ._fullwidth-text-w-hr {
        top: unset !important
    }
}

._multi-column-text-w-icon {
    position: static
}

._multi-column-text-w-icon .icon-box-container,
._multi-column-text-w-icon.section-icon-box .icon-box-container {
    display: flex;
    flex-direction: column
}

._multi-column-text-w-icon.section-icon-box.yellow-shadowed .icon-box,
._multi-column-text-w-icon.yellow-shadowed .icon-box {
    padding: 0 15%
}

._multi-column-text-w-icon.section-icon-box.yellow-shadowed .icon-box .icon-wrapper,
._multi-column-text-w-icon.yellow-shadowed .icon-box .icon-wrapper {
    width: 100%
}

._multi-column-text-w-icon.section-icon-box.yellow-shadowed .icon-box .icon-wrapper .icon-wrapper-inner,
._multi-column-text-w-icon.yellow-shadowed .icon-box .icon-wrapper .icon-wrapper-inner {
    width: 100%;
    position: relative
}

._multi-column-text-w-icon.section-icon-box.yellow-shadowed .icon-box .icon-wrapper .icon-wrapper-inner:before,
._multi-column-text-w-icon.yellow-shadowed .icon-box .icon-wrapper .icon-wrapper-inner:before {
    content: "";
    position: absolute;
    display: block;
    width: 55%;
    height: 50%;
    box-shadow: 14px 14px 30px rgba(80, 91, 98, .2);
    left: 40%;
    bottom: 2px;
    margin-left: -48px
}

._multi-column-text-w-icon.section-icon-box.yellow-shadowed .icon-box .icon-wrapper .icon-wrapper-inner:after,
._multi-column-text-w-icon.yellow-shadowed .icon-box .icon-wrapper .icon-wrapper-inner:after {
    content: "";
    position: absolute;
    display: block;
    width: 55%;
    height: 50%;
    box-shadow: 30px 30px 80px rgba(255, 173, 0, .4);
    left: 30%;
    bottom: 2px;
    margin-left: -48px
}

._multi-column-text-w-icon.section-icon-box.yellow-shadowed .icon-box .icon-wrapper .icon-wrapper-inner:after:last-child,
._multi-column-text-w-icon.yellow-shadowed .icon-box .icon-wrapper .icon-wrapper-inner:after:last-child {
    content: none
}

._multi-column-text-w-icon._w-auto .row .icon-wrapper,
._multi-column-text-w-icon.section-icon-box._w-auto .row .icon-wrapper {
    min-height: 77px
}

._multi-column-text-w-icon._w-auto .row .icon-wrapper img,
._multi-column-text-w-icon.section-icon-box._w-auto .row .icon-wrapper img {
    object-fit: contain
}

._multi-column-text-w-icon.no_bg .row .text-wrapper,
._multi-column-text-w-icon.section-icon-box.no_bg .row .text-wrapper {
    padding-top: 20px
}

._multi-column-text-w-icon .icon-box-container {
    word-break: break-word
}

._multi-column-text-w-icon .icon-box-container .icon-box .text-wrapper .content-subTitle-wrapper a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._multi-column-text-w-icon .icon-box-container .icon-box .text-wrapper .content-subTitle-wrapper a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._multi-column-text-w-icon .icon-box-container .icon-box .text-wrapper .content-subTitle-wrapper a.link-yellow {
    color: #ffad00;
    border-bottom: none;
    padding-bottom: unset;
    font-family: Eina01-Regular
}

._multi-column-text-w-icon .icon-box-container .icon-box .text-wrapper .content-subTitle-wrapper a.link-yellow:hover {
    color: #ffad00;
    text-decoration: underline
}

._multi-column-text-w-icon ol {
    padding-inline-start: 40px;
    margin-left: unset;
    text-align: initial
}

._multi-column-text-w-icon ol li {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Eina01-Regular;
    padding-bottom: 0;
    display: -webkit-inline-box;
    text-transform: none
}

._multi-column-text-w-icon ol li:before {
    content: "";
    position: inherit;
    margin-right: 0;
    right: 0;
    display: list-item
}

._multi-column-text-w-icon .icon-box,
.section-icon-box .icon-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px 10px
}

._multi-column-text-w-icon .icon-box .icon-wrapper,
.section-icon-box .icon-box .icon-wrapper {
    background-color: #fff7e5;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    flex-grow: 0;
    align-items: center;
    justify-content: center
}

._multi-column-text-w-icon .icon-box .icon-wrapper .icon-wrapper-inner,
.section-icon-box .icon-box .icon-wrapper .icon-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    border-radius: 50%
}

._multi-column-text-w-icon .icon-box .text-wrapper,
.section-icon-box .icon-box .text-wrapper {
    padding-top: 37px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-direction: column;
    text-align: center
}

._multi-column-text-w-icon .icon-box .text-wrapper h3,
.section-icon-box .icon-box .text-wrapper h3 {
    color: #333f48;
    font-family: Eina01-Bold;
    font-size: 26px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0
}

._multi-column-text-w-icon .icon-box .text-wrapper .content-subTitle-wrapper,
.section-icon-box .icon-box .text-wrapper .content-subTitle-wrapper {
    margin: 16px 0
}

._multi-column-text-w-icon .icon-box .text-wrapper .content-subTitle-wrapper p a.font-40,
.section-icon-box .icon-box .text-wrapper .content-subTitle-wrapper p a.font-40 {
    line-height: 45px
}

._multi-column-text-w-icon .icon-box .text-wrapper .content-subTitle-wrapper ul li:last-child:after,
.section-icon-box .icon-box .text-wrapper .content-subTitle-wrapper ul li:last-child:after {
    content: none !important
}

._multi-column-text-w-icon .icon-box .text-wrapper p,
.section-icon-box .icon-box .text-wrapper p {
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

._multi-column-text-w-icon .icon-box .text-wrapper a.downloads-btn,
.section-icon-box .icon-box .text-wrapper a.downloads-btn {
    margin-top: auto;
    margin-bottom: 0
}

._multi-column-text-w-icon .icon-box .text-wrapper ul,
.section-icon-box .icon-box .text-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0
}

._multi-column-text-w-icon .icon-box .text-wrapper ul li:after,
.section-icon-box .icon-box .text-wrapper ul li:after {
    content: "";
    display: block;
    background-color: #a0acb5;
    height: 2px;
    border-top: 1px solid #e7eaec;
    width: 50%;
    margin: 13px auto
}

@media (max-width:991px) {

    ._multi-column-text-w-icon .icon-box .text-wrapper,
    .section-icon-box .icon-box .text-wrapper {
        padding-top: 20px
    }
}

.section-product-specs-column._specs {
    position: static
}

.section-product-specs-column._specs .specs-column-right a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-product-specs-column._specs .specs-column-right a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.section-product-specs-column._specs .specs-column-right .table-bordered a:not(.btn) {
    font-family: inherit
}

.section-product-specs-column._specs .specs-column-left {
    background-color: #47525a;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    padding-left: 7%;
    padding-right: 7%
}

.section-product-specs-column._specs .specs-column-left .inner-column,
.section-product-specs-column._specs .specs-column-left .previews {
    float: right
}

.section-product-specs-column._specs .specs-column-left .inner-column.no-round-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.section-product-specs-column._specs .specs-column-right {
    background-color: #1999b2;
    height: 100%;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 100px
}

.section-product-specs-column._specs .specs-column-right .inner-column .col-title h2:before {
    background-color: #1999b2
}

.section-product-specs-column._specs .inner-column {
    max-width: 700px;
    box-shadow: 12px 12px 46px rgba(80, 91, 98, .2);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    top: -139px;
    margin-bottom: -139px;
    overflow: hidden;
    padding: 72px 10% 60px;
    width: 100%
}

.section-product-specs-column._specs .inner-column .col-title h2 {
    margin-bottom: 60px
}

.section-product-specs-column._specs .inner-column .col-title h2:before {
    content: "";
    width: 40px;
    height: 8px;
    border-radius: 4px;
    margin-bottom: 18px;
    display: block;
    background-color: #ffad00
}

.section-product-specs-column._specs .inner-column .col-title .description {
    font-size: 16px;
    font-family: Eina01-Regular
}

.section-product-specs-column._specs .inner-column .col-title .description p {
    line-height: 24px
}

.section-product-specs-column._specs .inner-column .col-title .description ul {
    padding: 0 16px
}

.section-product-specs-column._specs .inner-column .col-title .description ul li {
    list-style-type: none;
    display: flex;
    line-height: 24px
}

.section-product-specs-column._specs .inner-column .col-title .description ul li:before {
    display: inline-block;
    content: "\2014";
    width: 2em;
    margin-left: -1em;
    color: #fead00;
    padding-right: 20px
}

.section-product-specs-column._specs .inner-column .col-title .description h1,
.section-product-specs-column._specs .inner-column .col-title .description h2,
.section-product-specs-column._specs .inner-column .col-title .description h3,
.section-product-specs-column._specs .inner-column .col-title .description h4,
.section-product-specs-column._specs .inner-column .col-title .description h5,
.section-product-specs-column._specs .inner-column .col-title .description h6 {
    margin-bottom: 20px
}

.section-product-specs-column._specs .inner-column .col-title .description h1 a,
.section-product-specs-column._specs .inner-column .col-title .description h2 a,
.section-product-specs-column._specs .inner-column .col-title .description h3 a,
.section-product-specs-column._specs .inner-column .col-title .description h4 a,
.section-product-specs-column._specs .inner-column .col-title .description h5 a,
.section-product-specs-column._specs .inner-column .col-title .description h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.section-product-specs-column._specs .inner-column .col-title .description h1 a:hover,
.section-product-specs-column._specs .inner-column .col-title .description h2 a:hover,
.section-product-specs-column._specs .inner-column .col-title .description h3 a:hover,
.section-product-specs-column._specs .inner-column .col-title .description h4 a:hover,
.section-product-specs-column._specs .inner-column .col-title .description h5 a:hover,
.section-product-specs-column._specs .inner-column .col-title .description h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.section-product-specs-column._specs .inner-column .col-title .description h1:before,
.section-product-specs-column._specs .inner-column .col-title .description h2:before,
.section-product-specs-column._specs .inner-column .col-title .description h3:before,
.section-product-specs-column._specs .inner-column .col-title .description h4:before,
.section-product-specs-column._specs .inner-column .col-title .description h5:before,
.section-product-specs-column._specs .inner-column .col-title .description h6:before {
    display: none
}

.section-product-specs-column._specs .inner-column .specs-list table.table-borderless tr td.desc a {
    font-family: Eina01-Regular
}

.section-product-specs-column._specs .inner-column .specs-list table td {
    padding-top: 8px;
    padding-bottom: 8px
}

.section-product-specs-column._specs .inner-column .specs-list table td:first-child {
    padding-left: 0
}

.section-product-specs-column._specs .inner-column .specs-list table td:last-child {
    padding-right: 0
}

.section-product-specs-column._specs .inner-column .specs-list table td.title {
    font-size: 16px;
    font-family: Eina01-Bold;
    color: #333f48
}

.section-product-specs-column._specs .inner-column .specs-list table td.desc {
    font-size: 16px;
    font-family: Eina01-Regular;
    color: #333f48
}

.section-product-specs-column._specs .inner-column .specs-list table td.desc p {
    margin-bottom: 0
}

.section-product-specs-column._specs .inner-column .specs-list table td.desc p+p {
    margin-top: 10px
}

.section-product-specs-column._specs .inner-column .specs-list table td.desc a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-product-specs-column._specs .inner-column .specs-list table td.desc a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.section-product-specs-column._specs .inner-column .content-table table {
    margin-bottom: 30px
}

.section-product-specs-column._specs .inner-column .content-table table tr:first-child td {
    border-bottom: 1px solid transparent;
    padding: 30px 16px;
    font-size: 14px
}

.section-product-specs-column._specs .inner-column .content-table table tr:first-child td:first-child {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6
}

.section-product-specs-column._specs .inner-column .content-table table td {
    font-size: 16px;
    color: #333f48;
    font-family: Eina01-Bold;
    line-height: normal;
    vertical-align: middle;
    padding-top: 15px
}

.section-product-specs-column._specs .inner-column .content-table table td.has_column {
    width: 115px
}

.section-product-specs-column._specs .inner-column .content-table table td span.point {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%
}

.section-product-specs-column._specs .inner-column .content-table table td span.point_essentials {
    background-color: #6bc;
    border: 2px solid #008eaa
}

.section-product-specs-column._specs .inner-column .content-table table td span.point_advanced {
    background-color: #ffce66;
    border: 2px solid #ffad00
}

.section-product-specs-column._specs .inner-column .content-table table td span.point_additional_services {
    background-color: #009a44;
    border: 2px solid #03753c
}

.section-product-specs-column._specs .inner-column .content-table table td span.point_advanced_essentials {
    background-color: #65c18e;
    border: 2px solid #38b06e
}

.section-product-specs-column._specs .inner-column .content-table table td span.point_not_supported {
    background-color: #fff;
    border: 2px solid #dee2e6
}

.section-product-specs-column._specs .inner-column .content-table table td.point-v2 span.point_additional_services {
    background-color: #009a44;
    border: 2px solid #03753c
}

.section-product-specs-column._specs .inner-column .content-table table td.point-v2 span.point_advanced_essentials {
    background-color: #ffce66;
    border: 2px solid #ffad00
}

.section-product-specs-column._specs .inner-column .content-table table td:first-child {
    padding-left: 30px;
    padding-right: 30px
}

.section-product-specs-column._specs .inner-column .content-table table td:not(:first-child) {
    text-align: center
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul {
    list-style: none;
    font-size: 14px;
    display: flex;
    padding-left: 32px
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul li {
    padding-right: 30px
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul li.advanced .point {
    background-color: #ffce66;
    border: 2px solid #ffad00
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul li.essentials .point {
    background-color: #6bc;
    border: 2px solid #008eaa
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul li.additional_services .point {
    background-color: #009a44;
    border: 2px solid #03753c
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul li.advanced_essentials .point {
    background-color: #65c18e;
    border: 2px solid #38b06e
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul li.not-supported .point {
    background-color: #fff;
    border: 2px solid #dee2e6
}

.section-product-specs-column._specs .inner-column .content-table .list-of-types ul.list-of-types-v2 li.advanced_essentials .point {
    background-color: #ffce66;
    border: 2px solid #ffad00
}

.section-product-specs-column._specs .inner-column .content-table .footnote {
    font-size: 14px;
    font-family: Eina01-Regular;
    font-style: italic;
    margin-left: 38px
}

.section-product-specs-column._specs .inner-column .s-icon {
    display: block;
    width: 26px;
    height: 26px;
    background-position: 0;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/yellow-specs-icons.webp)
}

.section-product-specs-column._specs .inner-column .s-icon.icon-model {
    background-position: 0
}

.section-product-specs-column._specs .inner-column .s-icon.icon-lte {
    background-position: -35px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-wifi {
    background-position: -71px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-2rings {
    background-position: -109px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-rug {
    background-position: -144px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-cloud {
    background-position: -181px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-port {
    background-position: -219px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-plug {
    background-position: -255px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-material {
    background-position: -288px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-temperature {
    background-position: -322px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-processor {
    background-position: -357px
}

.section-product-specs-column._specs .inner-column .s-icon.icon-switch {
    background-position: -392px
}

.section-product-specs-column._specs .previews {
    background-color: #353c42;
    padding-top: 55px;
    padding-bottom: 67px;
    max-width: 700px;
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%
}

.section-product-specs-column._specs .previews.reduceSpacing {
    padding-top: 0;
    padding-bottom: 0
}

.section-product-specs-column._specs .previews .expand {
    padding: 0 5px;
    display: flex
}

@media (max-width:576px) {
    .section-product-specs-column._specs .previews .expand {
        justify-content: center
    }
}

.section-product-specs-column._specs .previews .expand a {
    font-size: 14px;
    font-family: Eina01-Bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 26px;
    background-color: #424b53;
    border-radius: 8px;
    display: flex;
    flex-direction: column
}

.section-product-specs-column._specs .previews .expand a img.prod-img {
    margin-bottom: 35px;
    margin-top: -4px
}

.section-product-specs-column._specs .previews .expand a span.title {
    display: block;
    text-align: center;
    margin-top: auto
}

.section-product-specs-column._specs .previews .expand a span.icon {
    display: inline-block;
    padding: 1px 7px 5px 6px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    bottom: 20px;
    right: 20px
}

.section-product-specs-column._specs .previews .expand a:hover {
    background-color: #ffad00
}

.section-product-specs-column._specs .content-list {
    padding-top: 55px;
    padding-bottom: 63px;
    float: right;
    max-width: 700px;
    width: 100%;
    padding-left: 40px
}

.section-product-specs-column._specs .content-list h4 {
    color: #fff;
    font-family: Eina01-Bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px
}

.section-product-specs-column._specs .content-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px
}

.section-product-specs-column._specs .content-list ul li {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px
}

.section-product-specs-column._specs .content-list ul li:before {
    content: "";
    display: block;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #ffad00
}

.section-product-specs-column._specs .content-list ul li a:not(.btn) {
    border-bottom: 1px dotted;
    padding-bottom: 1px;
    color: inherit;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-product-specs-column._specs .content-list ul li a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.blog_single_v2 .content .blog-content .section-product-specs-column._specs .content-list a#btn-back-to-blog,
.custom-marketo-form .section-product-specs-column._specs .content-list a.mktoButton,
.section-product-specs-column._specs .content-list .blog_single_v2 .content .blog-content a#btn-back-to-blog,
.section-product-specs-column._specs .content-list .custom-marketo-form a.mktoButton,
.section-product-specs-column._specs .content-list a.btn {
    margin: 0 5px 5px
}

.section-product-specs-column._specs .modal-body img {
    max-width: 1000px;
    width: 100%;
    padding: 30px
}

.section-product-specs-column._specs .inner-column .content-table table.ver1 tr td {
    border: 1px solid #dee2e6;
    font-size: 16px
}

.section-product-specs-column._specs .inner-column .content-table table.ver1 tr td:nth-child(2) span.point {
    background-color: #6bc;
    border-color: #008eaa
}

.section-product-specs-column._specs .inner-column .content-table table.ver1 tr td span.point {
    background-color: #ffce66;
    border: 2px solid #ffad00
}

.section-product-specs-column._specs .inner-column .content-table table.ver1 tr:first-child td {
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    padding: 30px 16px;
    font-size: 14px
}

.section-product-specs-column._specs .inner-column .content-table table.ver1 tr:first-child td:first-child {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6
}

.section-product-specs-column._specs .inner-column .content-table table.ver1 tr:first-child td:nth-child(3) {
    color: #ffad00
}

.ios .section-product-specs-column._specs .inner-column .s-icon,
.macos .section-product-specs-column._specs .inner-column .s-icon {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/yellow-specs-icons.png)
}

.ios .section-product-specs-column._specs table tr td img,
.macos .section-product-specs-column._specs table tr td img {
    margin-top: 2px;
    align-items: baseline
}

.section-product-specs-column._specs table tr td img {
    width: 22px;
    min-width: 20px;
    display: flex;
    margin-top: 6px
}

@media (min-width:1800px) {
    .section-product-specs-column._specs .inner-column {
        padding: 72px 75px 60px
    }
}

@media (max-width:430px) {

    .section-product-specs-column .specs-column-left,
    .section-product-specs-column .specs-column-right {
        padding: 20px
    }
}

@media (max-width:767px) {
    .section-product-specs-column._specs .inner-column {
        top: 0;
        margin-bottom: 0
    }

    .section-product-specs-column._specs .specs-column-left {
        padding-bottom: 0
    }

    .section-product-specs-column .previews {
        padding-bottom: 10px
    }

    .section-product-specs-column .inner-column {
        top: 0;
        margin-bottom: 0;
        max-width: 100%
    }

    .section-product-specs-column .previews {
        max-width: 100%
    }

    .section-product-specs-column .content-list {
        padding-bottom: 0
    }

    .section-product-specs-column .specs-column-left,
    .section-product-specs-column .specs-column-right {
        padding: 40px
    }

    .section-product-specs-column {
        padding-top: 80px
    }
}

@media (max-width:991px) {
    .section-product-specs-column .previews .expand {
        padding: 0 30px;
        margin-bottom: 40px
    }

    .section-product-specs-column .content-table {
        overflow: scroll
    }
}

@media (max-width:1199px) {
    .section-product-specs-column .content-list {
        padding-left: 0
    }

    .section-product-specs-column .inner-column,
    .section-product-specs-column .specs-column-left,
    .section-product-specs-column .specs-column-right {
        padding-left: 20px;
        padding-right: 20px
    }

    .section-product-specs-column .inner-column .content-table table td:first-child {
        padding-left: 15px;
        padding-right: 15px
    }

    ._multi-column-title-icon-description-button .icon-btn-box,
    .section-icon-btn-box .icon-btn-box {
        padding-left: 0;
        padding-right: 0
    }

    .section-product-specs-column .inner-column {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section-product-specs-column .previews .expand {
        padding: 0
    }
}

._multi-column-title-icon-description-button .container .row {
    justify-content: center
}

._multi-column-title-icon-description-button .icon-btn-box .box-content {
    min-height: 132px
}

body ._multi-column-title-icon-description-button .container .row .col-md-4 {
    align-self: baseline
}

body ._multi-column-title-icon-description-button .icon-btn-box .box-content a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

body ._multi-column-title-icon-description-button .icon-btn-box .box-content a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover)
}

._multi-column-title-icon-description-button .icon-btn-box,
.section-icon-btn-box .icon-btn-box {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

._multi-column-title-icon-description-button .icon-btn-box .icon-wrap,
.section-icon-btn-box .icon-btn-box .icon-wrap {
    background-color: #f7f9fb;
    border: 2px solid #e9eff3;
    border-radius: 4px;
    height: 136px;
    margin-bottom: 40px
}

._multi-column-title-icon-description-button .icon-btn-box .icon-wrap img,
.section-icon-btn-box .icon-btn-box .icon-wrap img {
    vertical-align: middle
}

._multi-column-title-icon-description-button .icon-btn-box .icon-wrap:before,
.section-icon-btn-box .icon-btn-box .icon-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

._multi-column-title-icon-description-button .icon-btn-box .box-content,
.section-icon-btn-box .icon-btn-box .box-content {
    padding-left: 20px;
    padding-right: 20px
}

._multi-column-title-icon-description-button .icon-btn-box h4,
.section-icon-btn-box .icon-btn-box h4 {
    font-size: 26px;
    line-height: 32px;
    color: #333f48;
    font-family: Eina01-Bold
}

._multi-column-title-icon-description-button .icon-btn-box p,
.section-icon-btn-box .icon-btn-box p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #333f48;
    font-family: Eina01-Regular
}

@media (max-width:1075px) {
    ._multi-column-title-icon-description-button .icon-btn-box .box-content {
        min-height: 150px
    }
}

@media (max-width:992px) {
    ._multi-column-title-icon-description-button .icon-btn-box .box-content {
        min-height: auto
    }

    ._multi-column-title-icon-description-button .icon-btn-box h4,
    .section-icon-btn-box .icon-btn-box h4 {
        min-height: 69px
    }

    ._multi-column-title-icon-description-button .icon-btn-box p,
    .section-icon-btn-box .icon-btn-box p {
        min-height: 150px
    }
}

@media (max-width:991px) {

    ._multi-column-title-icon-description-button .icon-btn-box .box-content,
    .section-icon-btn-box .icon-btn-box .box-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {

    ._multi-column-title-icon-description-button .icon-btn-box h4,
    ._multi-column-title-icon-description-button .icon-btn-box p,
    .section-icon-btn-box .icon-btn-box h4,
    .section-icon-btn-box .icon-btn-box p {
        min-height: inherit
    }

    ._multi-column-title-icon-description-button .icon-btn-box .icon-wrap,
    ._multi-column-title-icon-description-button .icon-btn-box p,
    .section-icon-btn-box .icon-btn-box .icon-wrap,
    .section-icon-btn-box .icon-btn-box p {
        margin-bottom: 20px
    }

    ._multi-column-title-icon-description-button .icon-btn-box,
    .section-icon-btn-box .icon-btn-box {
        margin-bottom: 50px
    }
}

.section-timeline {
    z-index: 2
}

.section-timeline .box-content {
    text-align: center;
    padding-top: 88px
}

.section-timeline .box-content h1,
.section-timeline .box-content h2 {
    font-family: Eina01-Bold;
    color: #333f48;
    margin-bottom: 2rem
}

.section-timeline .box-content h1 a,
.section-timeline .box-content h2 a {
    color: #008eaa;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0
}

.section-timeline .box-content h1 a:hover,
.section-timeline .box-content h2 a:hover {
    color: #008eaa;
    text-decoration: underline;
    text-decoration-style: solid
}

.section-timeline .box-content h1 {
    font-size: 54px;
    font-size: 3.375rem
}

.section-timeline .box-content h2 {
    font-size: 48px;
    font-size: 3rem
}

.section-timeline .box-content a {
    font-family: Eina01-SemiBold;
    color: rgba(51, 63, 72, .8);
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    text-decoration: none
}

.section-timeline .box-content a:hover {
    color: #009a44;
    border-color: #009a44;
    opacity: 1
}

.section-timeline .box-content p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333f48;
    line-height: 26px;
    line-height: 1.65rem
}

.section-timeline .timeline-block {
    position: relative;
    width: 100%;
    border: 20px solid #ffad00;
    margin-top: -20px
}

.section-timeline .timeline-block .slide-wrap {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    white-space: nowrap
}

.section-timeline .timeline-block .slide-wrap:after {
    content: "";
    display: block;
    width: 2px;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: calc(50% - 37px);
    background-color: #ffad00
}

.section-timeline .timeline-block .timeline-slide {
    position: relative;
    padding-top: 40px
}

.section-timeline .timeline-block .timeline-item {
    display: inline-block;
    min-width: 600px;
    padding-left: 150px;
    white-space: normal
}

.section-timeline .timeline-block .timeline-item .year-line {
    position: relative
}

.section-timeline .timeline-block .timeline-item .year-line span {
    font-family: Eina01-Bold;
    color: #333f48;
    font-size: 120px;
    font-size: 7.5rem;
    line-height: normal;
    position: relative;
    display: block;
    letter-spacing: 5px;
    opacity: .06
}

.section-timeline .timeline-block .timeline-item .year-line:after {
    content: "";
    display: block;
    position: absolute;
    right: -13%;
    top: calc(50% - 10px);
    width: 206px;
    height: 20px;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/timeline-inactive-line.webp);
    background-repeat: no-repeat
}

.section-timeline .timeline-block .timeline-item .timeline-content {
    padding-left: 9.08rem
}

.section-timeline .timeline-block .timeline-item .timeline-content h1 a,
.section-timeline .timeline-block .timeline-item .timeline-content h2 a,
.section-timeline .timeline-block .timeline-item .timeline-content h3 a,
.section-timeline .timeline-block .timeline-item .timeline-content h4 a,
.section-timeline .timeline-block .timeline-item .timeline-content h5 a,
.section-timeline .timeline-block .timeline-item .timeline-content h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.section-timeline .timeline-block .timeline-item .timeline-content h1 a:hover,
.section-timeline .timeline-block .timeline-item .timeline-content h2 a:hover,
.section-timeline .timeline-block .timeline-item .timeline-content h3 a:hover,
.section-timeline .timeline-block .timeline-item .timeline-content h4 a:hover,
.section-timeline .timeline-block .timeline-item .timeline-content h5 a:hover,
.section-timeline .timeline-block .timeline-item .timeline-content h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.section-timeline .timeline-block .timeline-item .timeline-content .content {
    width: 380px;
    padding: 20px 35px 120px 2.41rem
}

.section-timeline .timeline-block .timeline-item .timeline-content span {
    font-family: Eina01-Bold;
    color: #333f48;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .3
}

.section-timeline .timeline-block .timeline-item .timeline-content h3 {
    font-family: Eina01-Bold;
    color: #333f48;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 1.25rem;
    opacity: .5
}

.section-timeline .timeline-block .timeline-item .timeline-content p {
    font-family: Eina01-Regular;
    font-size: 14px;
    line-height: 18px;
    color: #333f48;
    text-align: left;
    opacity: .5
}

.section-timeline .timeline-block .timeline-item .timeline-content p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-timeline .timeline-block .timeline-item .timeline-content p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.section-timeline .timeline-block .timeline-item.active .year-line span,
.section-timeline .timeline-block .timeline-item.is-selected .year-line span {
    opacity: 1;
    color: #ffad00
}

.section-timeline .timeline-block .timeline-item.active .year-line:after,
.section-timeline .timeline-block .timeline-item.is-selected .year-line:after {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/timeline-active-line.webp)
}

.section-timeline .timeline-block .timeline-item.active .timeline-content span,
.section-timeline .timeline-block .timeline-item.is-selected .timeline-content span {
    opacity: 1;
    color: #ffad00
}

.section-timeline .timeline-block .timeline-item.active .timeline-content h3,
.section-timeline .timeline-block .timeline-item.active .timeline-content p,
.section-timeline .timeline-block .timeline-item.is-selected .timeline-content h3,
.section-timeline .timeline-block .timeline-item.is-selected .timeline-content p {
    opacity: 1
}

.section-timeline .timeline-block .timeline-ctrl a {
    position: absolute;
    width: 27%;
    height: 100%;
    top: 0
}

.section-timeline .timeline-block .timeline-ctrl a.prev {
    left: 0
}

.section-timeline .timeline-block .timeline-ctrl a.next {
    right: 0
}

@media (max-width:767px) {
    .section-timeline>.container {
        max-width: 100%
    }

    .section-timeline .timeline-block .timeline-item {
        padding-left: 88px;
        min-width: 685px
    }

    .section-timeline .timeline-block .timeline-item .year-line:after {
        display: none
    }

    .section-timeline .timeline-block .slide-wrap:after {
        left: calc(50% - 120px);
        width: 1px
    }

    .section-timeline .box-content {
        padding-left: 40px;
        padding-right: 40px
    }

    .section-timeline .timeline-block .timeline-item {
        margin-right: 2.1rem;
        width: 270px
    }

    .section-timeline .timeline-block .timeline-item .year-line:after {
        width: 60px
    }

    .section-timeline .timeline-block .timeline-item .timeline-content {
        padding-left: 0
    }

    .section-timeline .timeline-block .timeline-item .timeline-content .content {
        padding-left: 0;
        padding-bottom: 50px
    }

    .section-timeline .timeline-block .timeline-item .timeline-content span {
        font-size: 12px
    }

    .section-timeline .timeline-block .timeline-item .timeline-content h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: .25rem
    }

    .section-timeline .timeline-block .timeline-item .timeline-content p {
        font-size: 12px;
        line-height: 18px
    }

    .section-timeline .timeline-block .timeline-item .year-line span {
        font-size: 4.5rem
    }

    .section-timeline .timeline-block .slide-wrap:after {
        height: 50px;
        left: calc(50% - 1px)
    }
}

@media (max-width:575px) {
    .section-timeline .timeline-block .timeline-item {
        min-width: 487px
    }

    .section-timeline .timeline-block .timeline-item .timeline-content {
        padding-left: 54px
    }

    .section-timeline .timeline-block .timeline-item .timeline-content .content {
        width: 280px;
        padding-left: 45px;
        padding-right: 20px
    }

    .section-timeline .box-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .section-timeline .timeline-block .timeline-item .timeline-content .content {
        padding-bottom: 20px
    }

    .section-timeline .timeline-block .timeline-item {
        padding-left: 15px
    }

    .section-timeline .timeline-block {
        border: 10px solid #ffad00;
        margin-top: -10px
    }

    .section-timeline .timeline-block .slide-wrap:after {
        left: calc(50% - 110px)
    }

    .section-timeline .timeline-block .timeline-item {
        min-width: 325px
    }

    .section-timeline .timeline-block .timeline-item .timeline-content {
        padding-left: 20px
    }
}

._full-width._full-width-image-title-content h1 a:not(.btn),
._full-width._full-width-image-title-content h2 a:not(.btn),
._full-width._full-width-image-title-content h3 a:not(.btn),
._full-width._full-width-image-title-content h4 a:not(.btn),
._full-width._full-width-image-title-content h5 a:not(.btn),
._full-width._full-width-image-title-content h6 a:not(.btn),
.section-text-block._full-width h1 a:not(.btn),
.section-text-block._full-width h2 a:not(.btn),
.section-text-block._full-width h3 a:not(.btn),
.section-text-block._full-width h4 a:not(.btn),
.section-text-block._full-width h5 a:not(.btn),
.section-text-block._full-width h6 a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._full-width._full-width-image-title-content h1 a:not(.btn):hover,
._full-width._full-width-image-title-content h2 a:not(.btn):hover,
._full-width._full-width-image-title-content h3 a:not(.btn):hover,
._full-width._full-width-image-title-content h4 a:not(.btn):hover,
._full-width._full-width-image-title-content h5 a:not(.btn):hover,
._full-width._full-width-image-title-content h6 a:not(.btn):hover,
.section-text-block._full-width h1 a:not(.btn):hover,
.section-text-block._full-width h2 a:not(.btn):hover,
.section-text-block._full-width h3 a:not(.btn):hover,
.section-text-block._full-width h4 a:not(.btn):hover,
.section-text-block._full-width h5 a:not(.btn):hover,
.section-text-block._full-width h6 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._full-width._full-width-image-title-content .container .row>div.col-lg-10,
.section-text-block._full-width .container .row>div.col-lg-10 {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

._full-width._full-width-image-title-content .text-block h1,
._full-width._full-width-image-title-content .text-block h2,
._full-width._full-width-image-title-content .text-block h3,
._full-width._full-width-image-title-content .text-block h4,
._full-width._full-width-image-title-content .text-block h5,
._full-width._full-width-image-title-content .text-block h6,
.section-text-block._full-width .text-block h1,
.section-text-block._full-width .text-block h2,
.section-text-block._full-width .text-block h3,
.section-text-block._full-width .text-block h4,
.section-text-block._full-width .text-block h5,
.section-text-block._full-width .text-block h6 {
    color: #333f48;
    font-family: Eina01-Bold;
    margin-top: 0;
    margin-bottom: 50px
}

._full-width._full-width-image-title-content .text-block h1,
.section-text-block._full-width .text-block h1 {
    font-size: 3.75rem
}

._full-width._full-width-image-title-content .text-block h2,
.section-text-block._full-width .text-block h2 {
    font-size: 52px;
    font-size: 3.25rem
}

._full-width._full-width-image-title-content .text-block h3,
.section-text-block._full-width .text-block h3 {
    font-size: 2.75rem
}

._full-width._full-width-image-title-content .text-block h4,
.section-text-block._full-width .text-block h4 {
    font-size: 2.25rem !important;
    font-family: Eina01-Bold !important;
    line-height: 1.2 !important;
    margin-bottom: 1.875rem
}

._full-width._full-width-image-title-content .text-block h4.color-sun,
.section-text-block._full-width .text-block h4.color-sun {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffad00;
    position: relative
}

._full-width._full-width-image-title-content .text-block h4.color-sun-no-before,
.section-text-block._full-width .text-block h4.color-sun-no-before {
    font-family: Eina01-Bold;
    color: #ffad00;
    position: relative
}

._full-width._full-width-image-title-content .text-block h4.color-sun-no-before:before,
.section-text-block._full-width .text-block h4.color-sun-no-before:before {
    display: none
}

._full-width._full-width-image-title-content .text-block h4.color-sun:before,
.section-text-block._full-width .text-block h4.color-sun:before {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background-color: #ffad00;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}

._full-width._full-width-image-title-content .text-block h4 strong,
.section-text-block._full-width .text-block h4 strong {
    font-size: 24px;
    font-size: 1.5rem;
    position: relative
}

._full-width._full-width-image-title-content .text-block h4 strong-no-before,
.section-text-block._full-width .text-block h4 strong-no-before {
    font-family: Eina01-Bold;
    color: #ffad00;
    position: relative
}

._full-width._full-width-image-title-content .text-block h4 strong-no-before:before,
.section-text-block._full-width .text-block h4 strong-no-before:before {
    display: none
}

._full-width._full-width-image-title-content .text-block h4 strong:before,
.section-text-block._full-width .text-block h4 strong:before {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background-color: #ffad00;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}

._full-width._full-width-image-title-content .text-block h5,
.section-text-block._full-width .text-block h5 {
    font-size: 1.5rem;
    font-family: Eina01-Bold;
    font-size: 24px;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 2.1875rem
}

._full-width._full-width-image-title-content .text-block h6,
.section-text-block._full-width .text-block h6 {
    font-size: 18px;
    margin-bottom: 15px
}

._full-width._full-width-image-title-content .text-block .p-marg,
.section-text-block._full-width .text-block .p-marg {
    margin-bottom: 1rem
}

._full-width._full-width-image-title-content .text-block p,
.section-text-block._full-width .text-block p {
    line-height: 1.875rem;
    display: block;
    margin: 1em 0
}

._full-width._full-width-image-title-content .text-block p a:not(.btn),
.section-text-block._full-width .text-block p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._full-width._full-width-image-title-content .text-block p a:not(.btn):hover,
.section-text-block._full-width .text-block p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._full-width._full-width-image-title-content .text-block p a.color-night,
.section-text-block._full-width .text-block p a.color-night {
    font-family: Eina01-Bold;
    color: #333f48
}

._full-width._full-width-image-title-content .text-block p a.color-sun,
.section-text-block._full-width .text-block p a.color-sun {
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px
}

._full-width._full-width-image-title-content .text-block p a.color-sun:hover,
.section-text-block._full-width .text-block p a.color-sun:hover {
    border-color: inherit
}

._full-width._full-width-image-title-content .text-block p img,
.section-text-block._full-width .text-block p img {
    margin-bottom: 5px;
    margin-top: -13px
}

._full-width._full-width-image-title-content .text-block .custom-line-height p,
.section-text-block._full-width .text-block .custom-line-height p {
    line-height: inherit
}

._full-width._full-width-image-title-content .text-block .custom-line-height blockquote,
.section-text-block._full-width .text-block .custom-line-height blockquote {
    position: relative;
    border: 3pt solid #ffad00;
    padding: 40px 40px 40px 60px
}

._full-width._full-width-image-title-content .text-block .custom-line-height blockquote p,
.section-text-block._full-width .text-block .custom-line-height blockquote p {
    font-family: Lora;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

._full-width._full-width-image-title-content .text-block .custom-line-height blockquote:before,
.section-text-block._full-width .text-block .custom-line-height blockquote:before {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/quote_1.png);
    position: absolute;
    left: -35px;
    border-radius: 100%;
    top: 42px
}

._full-width._full-width-image-title-content .text-block .custom-line-height blockquote h4,
.section-text-block._full-width .text-block .custom-line-height blockquote h4 {
    font-size: 18px !important;
    font-family: Eina01-Regular !important;
    margin: 30px 0 0
}

._full-width._full-width-image-title-content .text-block .custom-line-height blockquote h4 strong,
.section-text-block._full-width .text-block .custom-line-height blockquote h4 strong {
    font-size: 18px;
    font-family: Eina01-Bold
}

._full-width._full-width-image-title-content .text-block .custom-line-height blockquote h4 strong:before,
.section-text-block._full-width .text-block .custom-line-height blockquote h4 strong:before {
    content: none
}

.section-content-box._full-width ol li {
    padding-left: 0
}

.section-content-box._full-width h1 a:not(.btn),
.section-content-box._full-width h2 a:not(.btn),
.section-content-box._full-width h3 a:not(.btn),
.section-content-box._full-width h4 a:not(.btn),
.section-content-box._full-width h5 a:not(.btn),
.section-content-box._full-width h6 a:not(.btn) {
    border-bottom: 0;
    padding-bottom: 0;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-content-box._full-width h1 a:not(.btn):hover,
.section-content-box._full-width h2 a:not(.btn):hover,
.section-content-box._full-width h3 a:not(.btn):hover,
.section-content-box._full-width h4 a:not(.btn):hover,
.section-content-box._full-width h5 a:not(.btn):hover,
.section-content-box._full-width h6 a:not(.btn):hover {
    color: #0057b8;
    border-color: none;
    text-decoration: none
}

.section-content-box._full-width a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-content-box._full-width a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.section-content-box._full-width ul li {
    position: relative;
    list-style-type: none;
    font-size: .9375rem;
    font-family: Eina01-SemiBold;
    padding-left: 5px;
    margin-top: 1.3125rem;
    margin-bottom: 1.625rem;
    align-items: center;
    text-align: left
}

.section-content-box._full-width ul li:before {
    content: " ";
    width: 1.75rem;
    height: .25rem;
    background-color: #ffad00;
    display: block;
    position: absolute;
    left: -40px;
    top: 10px;
    border-radius: .625rem
}

.section-content-box._full-width ul li strong {
    font-family: Eina01-SemiBold
}

.section-content-box._full-width ul li ul {
    list-style-type: disc;
    margin-top: 30px;
    margin-bottom: 30px
}

.section-content-box._full-width ul li ul li {
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 0
}

.section-content-box._full-width ul li ul li:before {
    content: none
}

.section-content-box._full-width ul li ul li ul {
    list-style-type: none
}

.section-content-box._full-width ul li ul li ul li {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 26px
}

.section-content-box._full-width ul li ul li ul li:before {
    content: " ";
    width: 1.75rem;
    height: .25rem;
    background-color: #008eaa;
    display: block;
    position: absolute;
    left: -40px;
    top: 10px;
    border-radius: .625rem
}

.section-content-box._full-width ul li a {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit
}

.section-content-box._full-width ul.flex-align-space-between li {
    padding-left: 40px;
    align-self: self-end
}

.section-content-box._full-width ul.flex-align-space-between li:before {
    left: 0 !important;
    margin-left: 10px;
    top: 14px !important;
    align-items: center
}

.section-content-box._full-width .content-box h3 {
    font-family: Eina01-Bold;
    color: #333f48;
    font-size: 48px;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 30px
}

.section-content-box._full-width .content-box h3 span {
    color: #ffad00
}

.blog_single_v2 .content .blog-content .section-content-box._full-width .content-box #btn-back-to-blog,
.custom-marketo-form .section-content-box._full-width .content-box .mktoButton,
.section-content-box._full-width .content-box .blog_single_v2 .content .blog-content #btn-back-to-blog,
.section-content-box._full-width .content-box .btn,
.section-content-box._full-width .content-box .custom-marketo-form .mktoButton {
    margin-top: 20px
}

.section-content-box._full-width.privacy-p .address-area {
    padding: 0 3.125rem;
    font-size: 15px;
    font-size: .9375rem;
    max-width: 480px;
    max-width: 30rem;
    margin-top: 2.6875rem;
    margin-bottom: 4.25rem
}

.section-content-box._full-width.privacy-p .address-area p {
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 1rem;
    white-space: inherit
}

.section-content-box._full-width.privacy-p .noColor a {
    font-size: 15px;
    font-size: .9375rem;
    font-family: Eina01-SemiBold
}

.section-content-box._full-width.privacy-p .main-content {
    padding-bottom: 0;
    max-width: unset !important
}

.section-content-box._full-width.privacy-p .main-content h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: Eina01-SemiBold;
    max-width: 795px;
    margin: auto auto 30px
}

._full-width-image-title-content .text-block p.p-xs,
.section-text-block .text-block p.p-xs {
    font-size: 15px;
    line-height: 26px
}

.cradlepoint-page .section-content-box._full-width ol li {
    padding-bottom: 1.8125rem;
    text-transform: none;
    font-family: Eina01-Regular;
    font-size: 18px !important;
    line-height: 27px
}

.cradlepoint-page .section-content-box._full-width ol li:before {
    font-size: 24px;
    font-family: Eina01-Bold
}

.cradlepoint-page .section-content-box._full-width ol li strong {
    display: block;
    font-size: 24px
}

.cradlepoint-page .section-content-box._full-width ol li h5,
.cradlepoint-page .section-content-box._full-width ol li h6 {
    font-size: 18px !important;
    font-family: Eina01-Regular !important;
    margin-top: 25px !important;
    margin-left: -30px;
    margin-bottom: 20px !important;
    bottom: 20px;
    line-height: 27px
}

.cradlepoint-page .section-content-box._full-width ol li ul {
    margin-top: 30px
}

.cradlepoint-page .section-content-box._full-width ol li ul li {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px !important
}

.cradlepoint-page .section-content-box._full-width ol li ul li strong {
    font-family: Eina01-SemiBold
}

.cradlepoint-page .section-content-box._full-width ol li ol li strong {
    font-size: 18px;
    display: inline
}

.cradlepoint-page .section-content-box._full-width ol li ol li:before {
    font-size: 18px;
    font-family: Eina01-Bold
}

.cradlepoint-page .section-content-box._full-width ol li ol li ol li {
    padding: 0;
    margin-bottom: 0;
    margin-left: 50px
}

.cradlepoint-page .section-content-box._full-width ol li ol li ol li:before {
    content: none
}

@media (max-width:850px) {
    .cradlepoint-page .section-content-box._full-width ol li ol li ol li {
        margin-left: 0
    }

    .cradlepoint-page ._full-width a {
        overflow-wrap: break-word
    }
}

@media (max-width:767px) {
    ._full-width .custom-line-height p br {
        display: none
    }

    ._full-width-image-title-content .text-block h2,
    .section-text-block .text-block h2 {
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p {
        padding-right: 20px
    }
}

._full-width._full-width-chat._full-width-image-title-content,
.section-text-block._full-width._full-width-chat {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    z-index: 1000
}

._full-width._full-width-chat._full-width-image-title-content .main-content,
.section-text-block._full-width._full-width-chat .main-content {
    max-width: none;
    width: 100%
}

._full-width._full-width-chat._full-width-image-title-content .main-content.curr_fix,
.section-text-block._full-width._full-width-chat .main-content.curr_fix {
    position: fixed;
    bottom: -30px;
    padding: 0
}

._50-50-image-video {
    position: static !important
}

.cradlepoint-page ._50-50-image-video .container {
    max-width: 540px
}

.cradlepoint-page ._50-50-image-video .container .content .content-inner h1 a,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h2 a,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h3 a,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h4 a,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h5 a,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 2px solid
}

.cradlepoint-page ._50-50-image-video .container .content .content-inner h1 a:hover,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h2 a:hover,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h3 a:hover,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h4 a:hover,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h5 a:hover,
.cradlepoint-page ._50-50-image-video .container .content .content-inner h6 a:hover {
    color: inherit;
    border-bottom: 2px solid
}

.cradlepoint-page ._50-50-image-video .container .content .content-inner a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted;
    font-family: Eina01-SemiBold
}

.cradlepoint-page ._50-50-image-video .container .content .content-inner a:not(.btn):hover {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    opacity: .8
}

.cradlepoint-page ._50-50-image-video .container .col-content-video div[class*=" col-"] .video a:before,
.cradlepoint-page ._50-50-image-video .container .col-content-video div[class^=col-] .video a:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%
}

.cradlepoint-page ._50-50-image-video .container .col-content-video div[class*=" col-"] .video a:after,
.cradlepoint-page ._50-50-image-video .container .col-content-video div[class^=col-] .video a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//img.cradlepoint.com/wp-content/uploads/2020/04/video-play-icon-1.webp?tr=lo-true);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

._50-50-image-video .content {
    background-color: #0057b8;
    color: #fff;
    font-family: Eina01-Regular;
    padding: 45px
}

._50-50-image-video .content .content-inner a {
    color: inherit;
    text-decoration: none
}

._50-50-image-video .content .content-inner a:hover {
    opacity: 1;
    text-decoration: underline
}

._50-50-image-video .content * {
    margin-bottom: 25px
}

._50-50-image-video .content :last-child {
    margin-bottom: 0
}

._50-50-image-video .content h4 {
    font-family: Eina01-Bold
}

._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
._50-50-image-video .content .btn.btn-poly-bordered-white,
._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton,
.blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
.custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 16px 25px 12px
}

._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog:last-child,
._50-50-image-video .content .btn.btn-poly-bordered-white:last-child,
._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton:last-child,
.blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog:last-child,
.custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton:last-child {
    margin-bottom: 0
}

._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog:hover,
._50-50-image-video .content .btn.btn-poly-bordered-white:hover,
._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton:hover,
.blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog:hover,
.custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton:hover {
    color: #333f48
}

._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
._50-50-image-video .blog_single_v2 .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
._50-50-image-video .blog_single_v2 .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
._50-50-image-video .content .btn.btn-poly-bordered-white+.btn.btn-poly-bordered-white,
._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
._50-50-image-video .content .custom-marketo-form .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
.blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
.blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
.blog_single_v2 ._50-50-image-video .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
.blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
.blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
.blog_single_v2 ._50-50-image-video .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
.blog_single_v2 .custom-marketo-form ._50-50-image-video .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
.custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
.custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
.custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
.custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
.custom-marketo-form ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
.custom-marketo-form .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton {
    margin-left: 10px
}

._50-50-image-video+._feature-wave {
    z-index: 0;
    position: static
}

@media (max-width:767px) {

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton {
        display: block;
        margin-bottom: 10px
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 .custom-marketo-form ._50-50-image-video .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    .custom-marketo-form ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .cradlepoint-page ._50-50-image-video .container {
        max-width: 720px
    }

    ._50-50-image-video .content .btn-container {
        display: flex;
        align-items: baseline;
        flex-direction: row
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton {
        display: inline-block;
        margin-bottom: 0
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 .custom-marketo-form ._50-50-image-video .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    .custom-marketo-form ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton {
        margin-left: 10px
    }
}

@media (min-width:992px) {
    .cradlepoint-page ._50-50-image-video .container {
        max-width: unset
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video {
        padding: 0 80px
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6 {
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6 .content,
    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6 .video {
        display: flex;
        flex-grow: 1
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6 .content .content-inner {
        display: flex;
        flex-direction: column
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6 .content .content-inner .btn-container {
        margin-top: auto;
        margin-bottom: 0
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6 .video a {
        flex-grow: 1
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6 .video img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6:first-child {
        padding-right: 0
    }

    .cradlepoint-page ._50-50-image-video .container .col-content-video .col-lg-6:last-child {
        padding-left: 0
    }

    ._50-50-image-video .content .btn-container {
        display: flex;
        align-items: baseline;
        flex-direction: column
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton {
        display: block;
        margin-bottom: 10px;
        width: 100%
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 .custom-marketo-form ._50-50-image-video .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    .custom-marketo-form ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .cradlepoint-page ._50-50-image-video .container {
        max-width: 91.667%
    }

    ._50-50-image-video .content .btn-container {
        display: flex;
        align-items: baseline;
        flex-direction: column
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton {
        display: block;
        margin-bottom: 10px;
        width: auto
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 .custom-marketo-form ._50-50-image-video .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    .custom-marketo-form ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton {
        margin-left: 0
    }
}

@media (min-width:1360px) {
    ._50-50-image-video .content .btn-container {
        display: flex;
        align-items: baseline;
        flex-direction: row
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton {
        display: inline-block;
        margin-bottom: 0;
        width: auto
    }

    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    ._50-50-image-video .blog_single_v2 .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .blog_single_v2 .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .blog_single_v2 .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    ._50-50-image-video .content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    ._50-50-image-video .content .custom-marketo-form .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn.btn-poly-bordered-white,
    .blog_single_v2 ._50-50-image-video .content .blog-content .btn.btn-poly-bordered-white+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .blog_single_v2 ._50-50-image-video .content .blog-content .custom-marketo-form .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 ._50-50-image-video .content .custom-marketo-form .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .blog_single_v2 .custom-marketo-form ._50-50-image-video .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .blog_single_v2 .content .blog-content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white#btn-back-to-blog,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form ._50-50-image-video .content .btn-poly-bordered-white.mktoButton+.btn.btn-poly-bordered-white,
    .custom-marketo-form ._50-50-image-video .content .btn.btn-poly-bordered-white+.btn-poly-bordered-white.mktoButton,
    .custom-marketo-form .blog_single_v2 ._50-50-image-video .content .blog-content .btn-poly-bordered-white#btn-back-to-blog+.btn-poly-bordered-white.mktoButton {
        margin-left: 10px
    }
}

._information-materials.section-3column-grid {
    position: relative;
    z-index: 1
}

._information-materials.section-3column-grid .column-grid {
    position: relative;
    height: 100%
}

._information-materials.section-3column-grid .column-grid h3 {
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: Eina01-Bold;
    margin-bottom: 20px
}

._information-materials.section-3column-grid .column-grid h3:before {
    content: "";
    display: block;
    width: 40px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px
}

._information-materials.section-3column-grid .column-grid h3 a:hover {
    color: #fff;
    text-decoration: underline
}

._information-materials.section-3column-grid .btn-icon {
    display: inline-block;
    color: #ffad00;
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 19px 14px;
    background-color: rgba(28, 34, 39, .8);
    border-radius: 30px;
    font-family: Eina01-Bold;
    letter-spacing: 1px;
    margin-right: 5px;
    text-decoration: none;
    margin-bottom: 15px
}

._information-materials.section-3column-grid .btn-icon i {
    margin-right: 10px;
    margin-top: -4px
}

._information-materials.section-3column-grid .btn-icon:hover {
    background-color: #0056b3;
    color: #fff
}

._information-materials.section-3column-grid .btn-icon:hover i.b-icon {
    background-image: url(//img.cradlepoint.com/wp-content/themes/cradlepoint-2019/src/img/white-button-icons.png)
}

._information-materials.section-3column-grid .grid-text {
    padding: 12%;
    background-color: #ffad00
}

._information-materials.section-3column-grid .grid-text p {
    color: #fff
}

._information-materials.section-3column-grid .grid-text .buttons {
    margin-top: 75px
}

._information-materials.section-3column-grid .grid-image {
    transition: transform .2s;
    overflow: hidden
}

._information-materials.section-3column-grid .grid-image:hover {
    z-index: 10;
    transition: transform 1s
}

._information-materials.section-3column-grid .grid-image:hover img {
    transform: scale(1.25);
    opacity: .35
}

._information-materials.section-3column-grid .grid-image img {
    object-fit: cover;
    width: 100%;
    transition: opacity .3s ease-in-out, transform 1s ease-in-out;
    transform-origin: 65% 75%;
    transform: scale(1);
    opacity: 1
}

._information-materials.section-3column-grid .grid-image h3 {
    margin-bottom: 0;
    position: absolute;
    top: 30%
}

._information-materials.section-3column-grid .grid-image h3 a {
    color: #fff;
    text-decoration: none
}

._information-materials.section-3column-grid .grid-image h3:before {
    background-color: #ffad00
}

._information-materials.section-3column-grid .grid-image .grid-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

._information-materials.section-3column-grid .grid-image .grid-inner .inner-flex {
    height: 100%;
    justify-content: center;
    align-items: center
}

._information-materials.section-3column-grid .grid-image .grid-inner .inner-wrap {
    padding: 10% 15%;
    height: 100%
}

._information-materials.section-3column-grid .grid-image .grid-inner .inner-wrap .text-wrap {
    height: 100%;
    position: relative
}

._information-materials.section-3column-grid .grid-image .grid-inner .inner-wrap .btn-icon {
    position: absolute;
    bottom: 0
}

._information-materials.section-3column-grid-v2 {
    position: relative;
    z-index: 1
}

._information-materials.section-3column-grid-v2>.container-full {
    overflow: hidden
}

._information-materials.section-3column-grid-v2 .grid-image {
    transition: transform .2s;
    overflow: hidden;
    min-height: 475px
}

._information-materials.section-3column-grid-v2 .grid-image img {
    object-fit: cover;
    width: 100%;
    transition: opacity .3s ease-in-out, transform 1s ease-in-out;
    transform-origin: 65% 75%;
    transform: scale(1);
    opacity: 1
}

._information-materials.section-3column-grid-v2 .grid-image h3 a {
    color: #fff;
    text-decoration: none
}

._information-materials.section-3column-grid-v2 .grid-image h3 a span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-top: 23px;
    max-width: 360px
}

._information-materials.section-3column-grid-v2 .grid-image h3:before {
    background-color: #ffad00
}

._information-materials.section-3column-grid-v2 .grid-image .grid-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-flex {
    height: 100%
}

._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap {
    padding: 5.5vw 4.35vw 4.7vw;
    height: 100%;
    position: relative
}

._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap div.button {
    margin-top: auto
}

._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap .text-wrap {
    position: unset
}

._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap .btn-icon-group {
    position: absolute;
    bottom: 0
}

._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap .btn-icon-group .btn-icon {
    position: static
}

._information-materials.section-3column-grid-v2 .grid-image:hover img {
    transform: scale(1.25);
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out
}

._information-materials.section-3column-grid-v2 .column-grid {
    position: relative;
    height: 100%
}

._information-materials.section-3column-grid-v2 .column-grid h3 {
    color: #fff;
    font-size: 40px;
    font-size: 2.22vw;
    line-height: 3rem;
    line-height: 2.7vw;
    font-family: Eina01-Bold;
    margin-bottom: 43px
}

._information-materials.section-3column-grid-v2 .column-grid h3:before {
    content: "";
    display: block;
    width: 40px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px
}

._information-materials.section-3column-grid-v2 .column-grid h3 a:hover {
    color: #fff;
    text-decoration: underline
}

._information-materials.section-3column-grid-v2 .column-grid h3 span {
    display: block;
    font-size: 1.4vw;
    line-height: 1.8vw;
    margin-top: 23px;
    max-width: 360px
}

._information-materials.section-3column-grid-v2 .column-grid.active,
._information-materials.section-3column-grid-v2 .column-grid:hover {
    background-color: #ffad00;
    box-shadow: 0 46px 95px #000;
    z-index: 10
}

._information-materials.section-3column-grid-v2 .column-grid.active img,
._information-materials.section-3column-grid-v2 .column-grid:hover img {
    opacity: .35
}

._information-materials.section-3column-grid-v2 .column-grid.active h3,
._information-materials.section-3column-grid-v2 .column-grid:hover h3 {
    margin-bottom: 1.12vw
}

._information-materials.section-3column-grid-v2 .column-grid.active h3:before,
._information-materials.section-3column-grid-v2 .column-grid:hover h3:before {
    background-color: #fff
}

._information-materials.section-3column-grid-v2 .column-grid.active p,
._information-materials.section-3column-grid-v2 .column-grid:hover p {
    height: auto
}

._information-materials.section-3column-grid-v2 .column-grid.active .grid-inner .inner-wrap .text-wrap .sub_title_info,
._information-materials.section-3column-grid-v2 .column-grid:hover .grid-inner .inner-wrap .text-wrap .sub_title_info {
    display: none
}

._information-materials.section-3column-grid-v2 .column-grid.active .grid-inner .inner-wrap .text-wrap p,
._information-materials.section-3column-grid-v2 .column-grid:hover .grid-inner .inner-wrap .text-wrap p {
    display: block
}

._information-materials.section-3column-grid-v2 .column-grid p a {
    border-bottom: 1px dotted #fff;
    padding-bottom: 1px;
    color: #fff;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._information-materials.section-3column-grid-v2 .column-grid p a:hover {
    border-bottom-color: #fff;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

._information-materials.section-3column-grid-v2 .btn-icon {
    display: inline-block;
    color: #ffad00;
    text-transform: uppercase;
    font-size: 14px;
    background-color: rgba(28, 34, 39, .8);
    border-radius: 30px;
    font-family: Eina01-Bold;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 15px;
    font-size: .78vw;
    padding: .9vw 1.05vw .8vw;
    margin-right: .28vw
}

._information-materials.section-3column-grid-v2 .btn-icon i {
    margin-right: 4px;
    margin-top: -4px
}

._information-materials.section-3column-grid-v2 .btn-icon i.fa {
    font-size: 26px;
    position: relative;
    top: 3px
}

._information-materials.section-3column-grid-v2 .btn-icon:hover i.b-icon {
    background-image: url(//img.cradlepoint.com/wp-content/themes/cradlepoint-2019/src/img/white-button-icons.png)
}

._information-materials.section-3column-grid-v2 .btn-icon:hover {
    background-color: #333f48;
    color: #fff
}

._information-materials.section-3column-grid-v2 .btn-icon:hover i.b-icon.icon-webinar {
    background-image: url(/wp-content/uploads/2020/05/web-white2.webp);
    background-size: cover
}

._information-materials.section-3column-grid-v2 .btn-icon .icon-webinar {
    background-image: url(/wp-content/uploads/2020/05/web-yellow.webp);
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    background-repeat: no-repeat
}

._information-materials.section-3column-grid-v2 .grid-text {
    background-color: #ffad00
}

._information-materials.section-3column-grid-v2 .grid-text p {
    color: #fff;
    font-family: Eina01-Regular;
    height: 0;
    display: none;
    margin-bottom: 1vw;
    font-size: .89vw;
    line-height: 1.35vw
}

._information-materials.section-3column-grid-v2 .grid-text .buttons {
    margin-top: 75px
}

.ios ._information-materials.section-3column-grid .btn-icon:hover i.b-icon,
.macos ._information-materials.section-3column-grid .btn-icon:hover i.b-icon {
    background-image: url(//img.cradlepoint.com/wp-content/themes/cradlepoint-2019/src/img/white-button-icons.png)
}

._information-materials .button a i {
    transition: all .3s
}

@media (min-width:1800px) {
    body ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap {
        padding: 5.5vw 4.35vw 4.7vw
    }

    body ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap p {
        padding-right: 8%
    }

    body ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap h3 {
        adding-right: 8%
    }

    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap {
        padding: 13% 9%
    }

    ._information-materials.section-3column-grid-v2 .column-grid h3 {
        font-size: 40px;
        line-height: 3rem
    }

    ._information-materials.section-3column-grid-v2 .column-grid h3 span {
        font-size: 24px;
        line-height: 30px
    }

    ._information-materials.section-3column-grid-v2 .column-grid.active h3,
    ._information-materials.section-3column-grid-v2 .column-grid:hover h3 {
        margin-bottom: 20px
    }

    ._information-materials.section-3column-grid-v2 .grid-text p {
        font-size: 16px;
        line-height: 24px
    }

    ._information-materials.section-3column-grid-v2 .btn-icon {
        font-size: 14px;
        padding: 16px 19px 14px;
        margin-right: 5px
    }

    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap .text-wrap {
        top: 37.3%
    }
}

body.windows.firefox ._information-materials.section-3column-grid-v2 .grid-text {
    width: 101%;
    height: 101%;
    margin-bottom: -1px;
    margin-top: -1px
}

@media (min-width:1356px) {
    ._information-materials.section-3column-grid-v2 .btn-icon i.b-icon.icon-webinar:hover {
        background-image: url(//img.cradlepoint.com/wp-content/uploads/2020/05/web-white2.webp);
        transition: none;
        background-position: 0 0
    }
}

@media (max-width:1199px) {
    ._information-materials.section-3column-grid-v2 .grid-text .buttons {
        margin-top: 30px
    }

    ._information-materials.section-3column-grid-v2 .grid-text p {
        font-size: 14px;
        line-height: 20px
    }

    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap {
        padding: 30px
    }

    ._information-materials.section-3column-grid-v2 .btn-icon {
        margin-bottom: 5px;
        margin-right: 0
    }
}

@media (max-width:991px) {
    ._information-materials.section-3column-grid-v2 .column-grid h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 26px;
        line-height: 1.625rem;
        margin-bottom: .9375rem
    }

    ._information-materials.section-3column-grid-v2 .column-grid h3 span {
        display: block;
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px;
        max-width: 360px
    }

    ._information-materials.section-3column-grid-v2 .column-grid.active h3,
    ._information-materials.section-3column-grid-v2 .column-grid:hover h3 {
        margin-bottom: 15px
    }

    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap div.button {
        bottom: 10%
    }
}

@media (max-width:767px) {
    ._information-materials.section-3column-grid-v2 .btn-icon {
        padding: 13px 16px 11px
    }

    ._information-materials.section-3column-grid-v2 .column-grid h3:before {
        margin-bottom: 5px
    }

    ._information-materials.section-3column-grid-v2 .btn-icon {
        font-size: 12px;
        padding: 9px 16px 7px
    }

    ._information-materials.section-3column-grid-v2 .grid-text p {
        line-height: 24px;
        margin-bottom: 10px
    }

    ._information-materials.section-3column-grid-v2 .column-grid.active h3,
    ._information-materials.section-3column-grid-v2 .column-grid:hover h3,
    ._information-materials.section-3column-grid-v2 .column-grid h3 {
        margin-bottom: 10px
    }

    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap {
        padding: 28px 20px;
        justify-content: center
    }

    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap .text-wrap {
        margin-bottom: 1vw
    }

    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap div.button {
        margin-top: 0
    }
}

@media (max-width:575px) {
    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap div.button {
        position: unset;
        margin-top: 35px
    }

    ._information-materials.section-3column-grid-v2 .grid-image .grid-inner .inner-wrap {
        padding: 40px 30px;
        justify-content: center
    }
}

._bordered-multi-column-w-title._multi-column-text-w-icon .icon-box .text-wrapper p,
._bordered-multi-column-w-title ._multi-column-text-w-icon .icon-box .text-wrapper p,
._bordered-multi-column-w-title.section-icon-box .icon-box .text-wrapper p {
    margin-bottom: 2rem
}

._bordered-multi-column-w-title .boxed-icon-box {
    border: 20px solid #eaebec;
    margin: auto;
    padding: 65px 45px;
    max-width: 1440px
}

._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box .icon-box .text-wapper {
    padding-top: 15px
}

._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box .icon-box .text-wapper h3 {
    padding-bottom: 20px
}

._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box p a:hover {
    color: #009a44;
    border-color: #009a44;
    text-decoration: none
}

._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h1 a,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h2 a,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h3 a,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h4 a,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h5 a,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h1 a:hover,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h2 a:hover,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h3 a:hover,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h4 a:hover,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h5 a:hover,
._bordered-multi-column-w-title .boxed-icon-box .dark-icon-box h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._bordered-multi-column-w-title .box-title h1,
._bordered-multi-column-w-title .box-title h2 {
    font-family: Eina01-Bold;
    color: #333f48
}

._bordered-multi-column-w-title .box-title h2 {
    font-size: 52px;
    font-size: 3.25rem
}

._bordered-multi-column-w-title .box-title h1 {
    font-size: 64px;
    font-size: 4rem
}

._bordered-multi-column-w-title .icon-btn-box {
    padding-left: 35px;
    padding-right: 35px
}

._bordered-multi-column-w-title .icon-btn-box h4 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1.5625rem
}

._bordered-multi-column-w-title .icon-btn-box p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem
}

._bordered-multi-column-w-title .icon-btn-box .item-icon {
    margin-bottom: 10px
}

@media (max-width:1199px) {
    ._bordered-multi-column-w-title .box-title h1 {
        font-size: 56px;
        font-size: 3.5rem
    }
}

@media (max-width:991px) {

    ._bordered-multi-column-w-title._multi-column-text-w-icon .icon-box .text-wrapper h3,
    .section-icon-box._bordered-multi-column-w-title .icon-box .text-wrapper h3 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    ._bordered-multi-column-w-title .box-title h1 {
        font-size: 52px;
        font-size: 3.25rem
    }

    ._bordered-multi-column-w-title .box-title h2 {
        font-size: 46px;
        font-size: 2.875rem
    }
}

@media (max-width:767px) {
    ._bordered-multi-column-w-title .text-wrapper p br {
        display: none
    }

    ._bordered-multi-column-w-title .box-title h1 {
        font-size: 48px;
        font-size: 3rem
    }

    ._bordered-multi-column-w-title .box-title h2 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

._map.section-naspo-map .naspo-map {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 622px
}

._map.section-naspo-map .naspo-map a.map-hover {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0
}

._map.section-naspo-map .naspo-map a.map-hover.st-dakota {
    width: 89px;
    left: 228px;
    top: 85px
}

._map.section-naspo-map .naspo-map a.map-hover.st-missouri {
    width: 79px;
    left: 324px;
    top: 166px
}

._map.section-naspo-map .naspo-map a.map-hover.st-alaska {
    width: 187px;
    top: 320px;
    left: 0
}

._map.section-naspo-map .naspo-map a.map-hover:hover {
    opacity: 1
}

.section-image-text-features {
    position: static
}

.section-image-text-features.w-main {
    margin-top: 18vw
}

.section-image-text-features.w-main .features-bar ul {
    margin-top: 25px
}

.section-image-text-features.w-o-main .image-text-features {
    background-size: cover
}

.section-image-text-features.w-o-main .features-bar ul {
    margin-top: 0;
    margin-bottom: 0
}

.section-image-text-features .image-text-features.video-link:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//img.cradlepoint.com/wp-content/uploads/2020/04/video-play-icon-1.webp?tr=lo-true);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto
}

.section-image-text-features .image-text-features .row .content-wrap h1 a,
.section-image-text-features .image-text-features .row .content-wrap h2 a,
.section-image-text-features .image-text-features .row .content-wrap h3 a,
.section-image-text-features .image-text-features .row .content-wrap h4 a,
.section-image-text-features .image-text-features .row .content-wrap h5 a,
.section-image-text-features .image-text-features .row .content-wrap h6 a {
    color: inherit
}

.section-image-text-features .image-text-features .row .content-wrap li a:not(.btn),
.section-image-text-features .image-text-features .row .content-wrap p a:not(.btn) {
    border-bottom: 1px dotted;
    padding-bottom: 1px;
    color: inherit;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    border-color: inherit
}

.section-image-text-features .image-text-features .row .content-wrap li a:not(.btn):hover,
.section-image-text-features .image-text-features .row .content-wrap p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.section-image-text-features .image-text-features .features-bar .row .flex {
    flex-direction: row
}

.section-image-text-features .image-text-features .features-bar .row .flex p {
    display: inline
}

.section-image-text-features .image-text-features .features-bar .row .flex p a:not(.btn) {
    color: #fff;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-image-text-features .image-text-features .features-bar .row .flex p a:not(.btn):hover {
    border-bottom-color: #fff;
    color: #fff;
    text-decoration: underline;
    opacity: .8
}

.section-image-text-features .image-text-features .features-bar .row .flex li a:not(.btn) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 1px;
    color: #fff;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-image-text-features .image-text-features .features-bar .row .flex li a:not(.btn):hover {
    color: #fff;
    text-decoration: underline;
    opacity: 1
}

.section-image-text-features .image-text-features .features-bar .row h2 a {
    color: inherit
}

.section-image-text-features .min-440 {
    min-height: 440px
}

.section-image-text-features .videoIframe {
    width: 100%;
    height: 100%;
    min-height: 338px
}

.section-image-text-features .image-text-features {
    background-color: #ffad00;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: flex;
    min-height: 880px;
    flex-flow: wrap;
    background-size: cover
}

@media (max-width:991px) {
    .section-image-text-features .image-text-features {
        min-height: 90vw
    }
}

@media (max-width:768px) {
    .section-image-text-features .image-text-features {
        min-height: 60vw
    }
}

.section-image-text-features .image-text-features .features-bar {
    margin-top: auto
}

@media (max-width:768px) {
    .section-image-text-features .image-text-features .features-bar {
        margin-top: -5px
    }
}

.section-image-text-features .image-wrap {
    position: relative;
    margin-top: -30.2%;
    margin-bottom: 3.4375rem;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px
}

.section-image-text-features .image-wrap img {
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    padding: 20px;
    box-shadow: -51px 60px 95px 0 rgba(51, 63, 72, .4);
    border: 1px solid rgba(51, 63, 72, .2);
    background-color: #fff
}

.section-image-text-features .content-wrap {
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 0 40px
}

.section-image-text-features .content-wrap h1,
.section-image-text-features .content-wrap h2 {
    color: #fff;
    margin-bottom: 30px;
    font-family: Eina01-Bold
}

.section-image-text-features .content-wrap h1 {
    font-size: 60px;
    font-size: 3.75rem
}

.section-image-text-features .content-wrap h2 {
    font-size: 52px;
    font-size: 3.25rem
}

.section-image-text-features .content-wrap p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #fff
}

.section-image-text-features .features-bar {
    background-color: #333f48;
    padding: 62px 86px;
    position: relative;
    top: 41px
}

.section-image-text-features .features-bar h2 {
    font-family: Eina01-Bold;
    font-size: 45px;
    color: #fff
}

.section-image-text-features .features-bar h2 a {
    color: inherit
}

.section-image-text-features .features-bar p {
    color: #fff;
    opacity: .6;
    line-height: 1.625rem;
    margin-bottom: 1.875rem;
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    align-items: center;
    display: flex
}

.section-image-text-features .features-bar a.btn-poly-bordered-white {
    color: #fff
}

.section-image-text-features .features-bar a.btn-poly-bordered-white:hover {
    color: #333f48
}

.section-image-text-features .features-bar ul {
    list-style: none;
    padding-left: 0;
    margin-top: 25px
}

.section-image-text-features .features-bar ul li {
    font-family: Eina01-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    position: relative;
    padding-left: 25px
}

.section-image-text-features .features-bar ul li:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: #ffad00;
    position: absolute;
    left: 0;
    top: 12px
}

.section-image-text-features._itf-c .feature-sub-title {
    margin-top: 30px
}

.section-image-text-features._itf-c .feature-sub-title a:not(.btn) {
    color: #fff;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-image-text-features._itf-c .feature-sub-title a:not(.btn):hover {
    border-bottom-color: #fff;
    color: #fff;
    text-decoration: underline;
    opacity: 1
}

.section-image-text-features._itf-c p {
    opacity: 1
}

.section-image-text-features._itf-c .image-text-features {
    background: none;
    display: block;
    min-height: unset;
    flex-flow: unset;
    background-size: unset
}

@media (max-width:991px) {
    .section-image-text-features._itf-c .image-text-features {
        min-height: unset
    }
}

@media (max-width:768px) {
    .section-image-text-features._itf-c .image-text-features {
        min-height: unset
    }
}

.section-image-text-features._itf-c .image-text-features .features-bar {
    margin-top: unset
}

@media (max-width:768px) {
    .section-image-text-features._itf-c .image-text-features .features-bar {
        margin-top: unset
    }
}

.section-image-text-features._itf-c .features-bar {
    padding: 57px 86px 27px
}

.section-image-text-features._itf-c .features-bar .row .flex {
    flex-direction: row
}

.section-image-text-features._itf-c .features-bar ul {
    margin-top: 0
}

.section-image-text-features._itf-c .features-bar ul li {
    margin-bottom: 25px
}

.section-image-text-features._itf-c .features-bar ul li.no-line {
    padding-left: 0;
    padding-top: 8px
}

.section-image-text-features._itf-c .features-bar ul li.no-line:before {
    width: 0 !important
}

.section-image-text-features._itf-c .features-bar ul li a:not(.btn) {
    border-bottom: 1px dotted !important;
    padding-bottom: 1px !important;
    color: inherit !important;
    font-family: Eina01-SemiBold !important;
    text-decoration: none !important;
    border-bottom-color: inherit !important
}

.section-image-text-features._itf-c .features-bar ul li a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover) !important;
    border-color: var(--link-color-secondary-a-hover) !important;
    text-decoration: none !important;
    opacity: 1
}

.blog-article section .container .row .section-image-text-features._itf-c .features-bar a.btn.btn-poly-bordered-dark,
.blog_single_v2 .content .blog-content .section-image-text-features._itf-c .features-bar #btn-back-to-blog,
.custom-marketo-form .section-image-text-features._itf-c .features-bar .btn-poly-bordered-dark.mktoButton,
.section-image-text-features._itf-c .features-bar .blog-article section .container .row a.btn.btn-poly-bordered-dark,
.section-image-text-features._itf-c .features-bar .blog_single_v2 .content .blog-content #btn-back-to-blog,
.section-image-text-features._itf-c .features-bar .btn-poly-bordered-dark.btn,
.section-image-text-features._itf-c .features-bar .custom-marketo-form .btn-poly-bordered-dark.mktoButton {
    background-color: #fff !important;
    width: 100%;
    max-width: 420px;
    font-size: 12px;
    color: #333f48 !important
}

.blog_single_v2 .content .blog-content .section-image-text-features._itf-c .features-bar #btn-back-to-blog:hover,
.custom-marketo-form .section-image-text-features._itf-c .features-bar .btn-poly-bordered-dark.mktoButton:hover,
.section-image-text-features._itf-c .features-bar .blog_single_v2 .content .blog-content #btn-back-to-blog:hover,
.section-image-text-features._itf-c .features-bar .btn-poly-bordered-dark.btn:hover,
.section-image-text-features._itf-c .features-bar .custom-marketo-form .btn-poly-bordered-dark.mktoButton:hover {
    background-color: #333f48 !important;
    color: #fff !important
}

.section-image-text-features._itf-c .features-bar h1 {
    font-family: Eina01-SemiBold;
    font-size: 54px
}

@media (max-width:1200px) {
    .section-image-text-features._itf-c .features-bar ul {
        margin-top: 25px
    }
}

@media (max-width:767px) {
    .section-image-text-features._itf-c .features-bar {
        padding: 15px
    }

    .section-image-text-features._itf-c .features-bar ul li.no-line {
        text-align: center
    }

    .section-image-text-features._itf-c .feature-sub-title {
        margin-bottom: 0
    }

    .section-image-text-features._itf-c .features-bar ul {
        margin-top: 10px
    }

    .section-image-text-features .image-text-features.video-link:after {
        height: 44%
    }

    .section-image-text-features .min-440 {
        min-height: 160px
    }

    .section-image-text-features.padding-xl-bottom {
        padding-bottom: 56px
    }

    .section-image-text-features .image-text-features .features-bar .row .flex {
        flex-direction: column
    }

    .section-image-text-features.w-o-main .image-text-features {
        background-color: transparent;
        background-size: contain;
        background-position: top;
        padding-left: 0;
        padding-right: 0
    }

    .section-image-text-features.w-o-main .features-bar {
        top: 41px
    }

    .section-image-text-features.w-o-main .features-bar h2 {
        font-family: Eina01-Bold;
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 44px;
        line-height: 2.75rem;
        color: #fff;
        margin-top: 0
    }

    .section-image-text-features .content-wrap {
        padding: 0
    }

    .section-image-text-features .features-bar {
        padding: 15px
    }
}

@media (min-width:768px) {
    .section-image-text-features .min-440 {
        min-height: 200px
    }

    .section-image-text-features.padding-xl-bottom {
        padding-bottom: 56px
    }

    .section-image-text-features.w-o-main .image-text-features {
        background-color: transparent;
        background-size: contain;
        background-position: top;
        padding-left: 80px;
        padding-right: 80px
    }

    .section-image-text-features.w-o-main .features-bar {
        top: 41px
    }

    .section-image-text-features.w-o-main .features-bar h2 {
        font-family: Eina01-Bold;
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 44px;
        line-height: 2.75rem;
        color: #fff;
        margin-top: 0
    }
}

@media (max-width:991px) {
    .section-image-text-features .image-text-features {
        padding-left: 20px;
        padding-right: 20px
    }

    .section-image-text-features .features-bar ul {
        margin-bottom: 0
    }
}

@media (min-width:991px) {
    .section-image-text-features .min-440 {
        min-height: 440px
    }

    .section-image-text-features.padding-xl-bottom {
        padding-bottom: 110px
    }

    body .section-image-text-features._itf-c {
        margin-top: 0
    }

    .section-image-text-features.w-o-main .image-text-features {
        background-color: #ffad00;
        background-size: cover;
        background-position: bottom
    }

    .section-image-text-features.w-o-main .features-bar {
        top: 95px
    }
}

@media (max-width:1199px) {
    .section-image-text-features.w-o-main .features-bar {
        padding: 40px
    }

    .section-image-text-features.w-o-main .container {
        padding: 0
    }

    .section-image-text-features .features-bar ul {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .section-image-text-features.w-o-main.padding-xl-bottom {
        padding-bottom: 165px
    }

    .section-image-text-features.w-o-main .features-bar {
        top: 142px;
        padding: 50px 80px
    }
}

._50-50-image-w-circle-bg-content-repeater .alt-content-image-row {
    padding: 0 5.9375rem
}

._50-50-image-w-circle-bg-content-repeater .alt-content {
    padding-left: 6.25rem
}

._50-50-image-w-circle-bg-content-repeater .alt-content h2 {
    font-family: Eina01-Bold;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
    color: #333f48;
    margin-bottom: 1.5625rem
}

._50-50-image-w-circle-bg-content-repeater .alt-content h2 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._50-50-image-w-circle-bg-content-repeater .alt-content ul {
    list-style: none;
    padding-left: 0
}

._50-50-image-w-circle-bg-content-repeater .alt-content ul li {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #333f48;
    position: relative;
    padding-left: 29px
}

._50-50-image-w-circle-bg-content-repeater .alt-content ul li:before {
    content: "";
    display: block;
    height: 2px;
    width: 18px;
    background-color: #ffad00;
    top: 14px;
    left: 0;
    position: absolute
}

._50-50-image-w-circle-bg-content-repeater .alt-content ul li a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._50-50-image-w-circle-bg-content-repeater .alt-content p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #333f48
}

._50-50-image-w-circle-bg-content-repeater .alt-content p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    text-decoration: none;
    font-family: Eina01-SemiBold
}

._50-50-image-w-circle-bg-content-repeater .alt-content h2 a,
._50-50-image-w-circle-bg-content-repeater .alt-content h3 a,
._50-50-image-w-circle-bg-content-repeater .alt-content h4 a,
._50-50-image-w-circle-bg-content-repeater .alt-content h5 a,
._50-50-image-w-circle-bg-content-repeater .alt-content h6 a {
    border-bottom: 1px dotted;
    border-color: inherit;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px
}

._50-50-image-w-circle-bg-content-repeater .alt-content h2 a:hover,
._50-50-image-w-circle-bg-content-repeater .alt-content h3 a:hover,
._50-50-image-w-circle-bg-content-repeater .alt-content h4 a:hover,
._50-50-image-w-circle-bg-content-repeater .alt-content h5 a:hover,
._50-50-image-w-circle-bg-content-repeater .alt-content h6 a:hover {
    color: #0057b8;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._50-50-image-w-circle-bg-content-repeater .alt-image {
    position: relative
}

._50-50-image-w-circle-bg-content-repeater .alt-image:before {
    content: "";
    display: block;
    width: 35.389vw;
    height: 35.389vw;
    position: relative;
    z-index: 0;
    background-color: #e7edf2;
    margin: auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

._50-50-image-w-circle-bg-content-repeater .alt-image .img-wrap-round {
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%
}

._50-50-image-w-circle-bg-content-repeater .alt-image .img-wrap-round img {
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    padding: 14px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid rgba(51, 63, 72, .2);
    box-shadow: -51px 60px 95px 0 rgba(51, 63, 72, .3)
}

@media (max-width:767px) {
    ._50-50-image-w-circle-bg-content-repeater .alt-content-image-row {
        padding: 0
    }

    ._50-50-image-w-circle-bg-content-repeater .alt-content {
        padding-left: 1.875rem
    }
}

@media (max-width:991px) {
    ._50-50-image-w-circle-bg-content-repeater .alt-content-image-row {
        padding: 1.875rem
    }

    ._50-50-image-w-circle-bg-content-repeater .alt-content-image-row .row {
        margin-bottom: 1.875rem
    }

    ._50-50-image-w-circle-bg-content-repeater .alt-image:before {
        display: none
    }

    ._50-50-image-w-circle-bg-content-repeater .alt-image .img-wrap-round {
        position: relative
    }

    ._50-50-image-w-circle-bg-content-repeater .alt-content {
        margin-top: 1.25rem;
        padding-left: 1.875rem
    }
}

.section-linear-diagram .linear-diagram {
    background-repeat: no-repeat;
    background-position: bottom;
    padding-left: 80px;
    padding-right: 80px;
    background-size: contain
}

.section-linear-diagram .diagram-row {
    position: relative;
    border-bottom: 1px solid rgba(51, 63, 72, .3);
    padding-right: 16px
}

.section-linear-diagram .diagram-row:last-child {
    border: 0
}

.section-linear-diagram .diagram-row .data-label {
    font-family: Eina01-Bold;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #333f48;
    display: inline-block;
    transform-origin: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    letter-spacing: 2px;
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%)
}

.section-linear-diagram .diagram-row .data-value {
    float: right
}

.section-linear-diagram .diagram-row .data-value .score {
    font-family: Eina01-Bold;
    text-align: center;
    font-size: 24px;
    font-size: 1.475vw;
    text-transform: uppercase;
    color: #fff;
    padding: 5.767vw 3.991vw;
    background-color: #ffad00;
    display: inline-block;
    margin-right: 1vw;
    letter-spacing: 1px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.section-linear-diagram .diagram-row .data-value .score span {
    font-family: Eina01-Light;
    font-size: 60px;
    font-size: 3.67vw;
    line-height: 60px;
    line-height: 3.8vw;
    color: #fff;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 3px
}

.section-linear-diagram .diagram-row .data-value .score.connections-score {
    padding-top: 6.767vw;
    padding-bottom: 6.767vw
}

.section-linear-diagram .diagram-row .data-value .description {
    display: inline-block
}

@media (min-width:1920px) {
    .section-linear-diagram .diagram-row .data-value .description {
        position: relative;
        left: 1.5vw
    }
}

.section-linear-diagram .diagram-row .data-value .description h4 {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.6vw;
    color: #333f48;
    margin-bottom: 3px
}

.section-linear-diagram .diagram-row .data-value .description p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.1vw;
    line-height: 28px;
    line-height: 1.75vw;
    color: #333f48;
    white-space: pre-line;
    margin-bottom: 0
}

.section-linear-diagram .diagram-row .data-value .description a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-linear-diagram .diagram-row .data-value .description a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.section-linear-diagram .diagram-row .data-value.data-default {
    padding-top: 14px;
    padding-bottom: 14px
}

.section-linear-diagram .diagram-row .data-value.data-default .score span {
    min-width: 183px
}

.section-linear-diagram .diagram-row .data-value.data-md {
    padding-top: 52px;
    padding-bottom: 28px;
    margin-right: 21vw
}

.section-linear-diagram .diagram-row .data-value.data-md .score {
    font-size: 18px;
    font-size: 1.1vw;
    padding: 3.681vw 2.95vw
}

.section-linear-diagram .diagram-row .data-value.data-md .score span {
    font-size: 48px;
    font-size: 2.95vw;
    min-width: 139px
}

.section-linear-diagram .diagram-row .data-value.data-md .score.connections-score {
    padding-top: 4.681vw;
    padding-bottom: 4.681vw
}

.section-linear-diagram .diagram-row .data-value.data-sm {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-left: 10.9vw;
    float: left
}

.section-linear-diagram .diagram-row .data-value.data-sm .score {
    font-size: 14px;
    font-size: .86vw;
    padding: 2.332vw 2.132vw;
    background-color: #333f48
}

.section-linear-diagram .diagram-row .data-value.data-sm .score span {
    font-size: 36px;
    font-size: 2.27vw;
    min-width: 110px
}

.section-linear-diagram .diagram-row .data-value.data-sm .score.connections-score {
    padding-top: 3.332vw;
    padding-bottom: 3.332vw
}

.section-linear-diagram .linear-diagram-bg2 {
    position: absolute;
    top: -60%;
    right: 3%
}

.section-linear-diagram .diagram-msg {
    position: absolute;
    max-width: 272px;
    text-align: center;
    box-shadow: 1px 7px 9px #d1d1d1;
    border-radius: 6px;
    padding: 20px;
    left: 14vw;
    top: -105px;
    background: #fff;
    font-family: Eina01-Bold
}

.section-linear-diagram .diagram-msg a {
    color: #333f48;
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

.section-linear-diagram .diagram-msg a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.section-linear-diagram .diagram-row .data-value .description p {
    max-width: 213px
}

.section-text-block-2 h1.font-40 {
    font-size: 52px
}

@media (min-width:1630px) {
    .section-linear-diagram .diagram-row .data-value .score {
        font-size: 24px;
        padding: 94px 65px;
        margin-right: 34px;
        left: 1.8vw;
        top: -1.5vw;
        position: relative
    }

    .section-linear-diagram .diagram-row .data-value .score.connections-score {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .section-linear-diagram .diagram-row .data-value .score span {
        font-size: 60px;
        line-height: 60px
    }

    .section-linear-diagram .diagram-row .data-value .description h4 {
        font-size: 26px
    }

    .section-linear-diagram .diagram-row .data-value .description p {
        font-size: 18px;
        line-height: 28px
    }

    .section-linear-diagram .diagram-row .data-value.data-md {
        margin-right: 342px
    }

    .section-linear-diagram .diagram-row .data-value.data-md .score {
        font-size: 18px;
        padding: 60px 48px
    }

    .section-linear-diagram .diagram-row .data-value.data-md .score.connections-score {
        padding-top: 71px;
        padding-bottom: 71px
    }

    .section-linear-diagram .diagram-row .data-value.data-md .score span {
        font-size: 48px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm {
        margin-left: 178px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm .score {
        padding: 38px 35px;
        font-size: 14px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm .score.connections-score {
        padding-top: 49px;
        padding-bottom: 49px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm .score span {
        font-size: 36px
    }
}

@media (max-width:1630px) {
    .section-linear-diagram .diagram-row .data-value .description p {
        max-width: 12.5vw
    }
}

@media (max-width:1375px) {
    .section-linear-diagram .linear-diagram-bg2 {
        position: absolute;
        top: calc(43% - 44.5vw);
        right: calc(25% - 13.5vw);
        width: calc(57% + 8vw)
    }
}

@media (max-width:1225px) {
    .section-linear-diagram .linear-diagram-bg2 {
        display: none
    }
}

@media (max-width:1199px) {
    .section-linear-diagram .linear-diagram {
        background-position: 25%
    }
}

@media (max-width:991px) {
    .section-linear-diagram .linear-diagram {
        background-image: none !important
    }

    .section-linear-diagram .diagram-row .data-value .description p {
        max-width: 150px
    }

    .section-linear-diagram .diagram-row .data-label {
        left: 10px
    }

    .section-linear-diagram .diagram-row .data-value .score {
        font-size: 14px;
        margin-right: 15px;
        padding: 48px 30px
    }

    .section-linear-diagram .diagram-row .data-value .score.connections-score {
        padding-top: 59px;
        padding-bottom: 59px
    }

    .section-linear-diagram .diagram-row .data-value .score span {
        font-size: 35px
    }

    .section-linear-diagram .diagram-row .data-value .description h4 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .section-linear-diagram .diagram-row .data-value .description p {
        font-size: 14px;
        line-height: 18px
    }

    .section-linear-diagram .diagram-row .data-value.data-md .score {
        padding: 35px 20px;
        font-size: 12px
    }

    .section-linear-diagram .diagram-row .data-value.data-md .score.connections-score {
        padding-top: 46px;
        padding-bottom: 46px
    }

    .section-linear-diagram .diagram-row .data-value.data-md .score span {
        font-size: 28px;
        line-height: 28px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm .score {
        padding: 25px 14px;
        font-size: 11px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm .score.connections-score {
        padding-top: 36px;
        padding-bottom: 36px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm .score span {
        font-size: 24px;
        line-height: normal
    }

    .section-linear-diagram .diagram-row .data-value.data-md {
        margin-right: 45px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm {
        margin-left: 80px
    }

    .section-linear-diagram .diagram-msg {
        position: relative
    }

    .section-linear-diagram .diagram-row .data-value.data-default .score span {
        min-width: 116px
    }

    .section-linear-diagram .diagram-row .data-value.data-md .score span {
        min-width: 101px
    }

    .section-linear-diagram .diagram-row .data-value.data-sm .score span {
        min-width: 94px
    }
}

@media (max-width:767px) {
    .section-linear-diagram .linear-diagram {
        padding: 0
    }

    .section-linear-diagram .diagram-row .data-value .description p {
        max-width: 150px
    }

    .section-linear-diagram .diagram-row .data-value .score {
        margin-right: 0;
        margin-bottom: 5px;
        padding: 48px 29px
    }

    .section-linear-diagram .diagram-row .data-value .score.connections-score {
        padding-top: 59px;
        padding-bottom: 59px
    }

    .section-linear-diagram .diagram-row .data-value .score span {
        line-height: 35px
    }

    .section-linear-diagram .diagram-row .data-value .description {
        text-align: center;
        display: block
    }

    .section-linear-diagram .diagram-row .data-value {
        text-align: center;
        padding-top: 28px !important;
        padding-bottom: 14px !important
    }

    .section-linear-diagram .diagram-row .data-value .description h4 {
        font-size: 24px
    }

    .section-linear-diagram .diagram-row .data-value .description p {
        font-size: 18px;
        line-height: 26px
    }

    .section-linear-diagram .diagram-row .data-value.data-md {
        margin-right: 0
    }

    .section-linear-diagram .diagram-row .data-value.data-sm {
        float: right
    }

    .section-linear-diagram .diagram-msg {
        top: -70px;
        position: relative
    }
}

._bordered-image-cta .image-cta-box {
    border: 20px solid #ffad00;
    padding: 43px 30px 50px
}

._bordered-image-cta .image-cta-box .col-lg-4 {
    display: flex;
    flex-direction: column
}

._bordered-image-cta .image-cta-box .col-lg-4 .image-cta-col {
    flex-grow: 1;
    display: flex;
    justify-content: center
}

._bordered-image-cta .image-cta-box .bic-content-area p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._bordered-image-cta .image-cta-box .bic-content-area p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._bordered-image-cta .image-cta-box .no-gutters h2 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._bordered-image-cta .image-cta-box .no-gutters h2 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._bordered-image-cta .image-cta-box .no-gutters h2 span a:hover {
    color: #ffad00;
    text-decoration: none;
    border-bottom: 1px solid #ffad00;
    padding-bottom: 1px
}

._bordered-image-cta .image-cta-box li a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    text-decoration: none
}

._bordered-image-cta .image-cta-box li a:hover {
    border-bottom-color: var(--link-color-secondary-b);
    color: var(--link-color-secondary-b);
    text-decoration: none
}

._bordered-image-cta .image-cta-box h1,
._bordered-image-cta .image-cta-box h2 {
    text-align: center;
    font-family: Eina01-Bold;
    margin-top: 51px;
    margin-bottom: 34px
}

._bordered-image-cta .image-cta-box h1 a,
._bordered-image-cta .image-cta-box h2 a {
    color: inherit
}

._bordered-image-cta .image-cta-box h1 {
    font-size: 64px
}

._bordered-image-cta .image-cta-box h2 {
    font-size: 52px
}

._bordered-image-cta .image-cta-box .bic-content-area p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 48px
}

._bordered-image-cta .image-cta-col .img-wrap {
    margin-bottom: 25px;
    position: relative
}

._bordered-image-cta .image-cta-col .img-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

._bordered-image-cta .image-cta-col .img-wrap img {
    border: 3px solid rgba(51, 63, 72, .1)
}

._bordered-image-cta .image-cta-col h3 {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.625rem;
    color: #333f48;
    margin-bottom: 9px
}

._bordered-image-cta .image-cta-col p {
    font-family: Eina01-SemiBold;
    font-size: 15px;
    line-height: 22px;
    line-height: 1.375rem;
    color: #333f48;
    margin-bottom: 30px
}

._bordered-image-cta .image-cta-col a {
    text-decoration: none;
    padding: 30px 30px 48px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between
}

._bordered-image-cta .image-cta-col a:hover {
    box-shadow: 0 65px 60px rgba(111, 137, 156, .4);
    background-color: #fff
}

._bordered-image-cta .image-cta-col .blog_single_v2 .content .blog-content #btn-back-to-blog,
._bordered-image-cta .image-cta-col .btn,
._bordered-image-cta .image-cta-col .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._bordered-image-cta .image-cta-col #btn-back-to-blog,
.custom-marketo-form ._bordered-image-cta .image-cta-col .mktoButton {
    padding: 14px 19px 13px;
    letter-spacing: 0;
    font-size: 14px
}

._bordered-image-cta .image-cta-col .blog_single_v2 .content .blog-content #btn-back-to-blog:hover,
._bordered-image-cta .image-cta-col .btn:hover,
._bordered-image-cta .image-cta-col .custom-marketo-form .mktoButton:hover,
.blog_single_v2 .content .blog-content ._bordered-image-cta .image-cta-col #btn-back-to-blog:hover,
.custom-marketo-form ._bordered-image-cta .image-cta-col .mktoButton:hover {
    background-color: #fff;
    color: #333f48
}

._bordered-image-cta .image-cta-col:hover .blog_single_v2 .content .blog-content #btn-back-to-blog,
._bordered-image-cta .image-cta-col:hover .btn,
._bordered-image-cta .image-cta-col:hover .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._bordered-image-cta .image-cta-col:hover #btn-back-to-blog,
.custom-marketo-form ._bordered-image-cta .image-cta-col:hover .mktoButton {
    background-color: #333f48;
    color: #fff
}

@media (max-width:1199px) {
    ._bordered-image-cta .image-cta-box h1 {
        font-size: 64px
    }

    ._bordered-image-cta .image-cta-box h2 {
        font-size: 46px
    }
}

@media (max-width:991px) {
    ._bordered-image-cta .image-cta-box h1 {
        font-size: 56px
    }

    ._bordered-image-cta .image-cta-box h2 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    ._bordered-image-cta .image-cta-box h1 {
        font-size: 48px
    }

    ._bordered-image-cta .image-cta-box h2 {
        font-size: 38px
    }
}

.section-wave-feature._feature-wave {
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: -29.6vw;
    margin-bottom: -37.4vw;
    background-size: auto
}

.section-wave-feature._feature-wave.right_location {
    background-position: 100%;
    margin-top: -783px;
    margin-bottom: -613px;
    background-size: 73%
}

.section-wave-feature._feature-wave.right_location .container {
    padding-left: 75px;
    padding-right: 75px
}

.section-wave-feature._feature-wave.right_location .container .features-detail-block {
    height: 2335px
}

@media (max-width:991px) {
    .section-wave-feature._feature-wave.right_location .container .features-detail-block {
        height: auto
    }
}

.section-wave-feature._feature-wave.right_location .container .flex-cont {
    justify-content: center;
    display: flex;
    flex-direction: column
}

.section-wave-feature._feature-wave.right_location .container .flex-cont h3 {
    font-size: 36px;
    font-family: Eina01-SemiBold;
    margin-bottom: 20px
}

.section-wave-feature._feature-wave.right_location .container .flex-cont p.content {
    font-size: 20px;
    font-family: Eina01-Regular;
    margin-bottom: 34px
}

.blog_single_v2 .content .blog-content .section-wave-feature._feature-wave.right_location .container #btn-back-to-blog,
.custom-marketo-form .section-wave-feature._feature-wave.right_location .container .mktoButton,
.section-wave-feature._feature-wave.right_location .container .blog_single_v2 .content .blog-content #btn-back-to-blog,
.section-wave-feature._feature-wave.right_location .container .btn,
.section-wave-feature._feature-wave.right_location .container .custom-marketo-form .mktoButton {
    max-width: 210px
}

.section-wave-feature._feature-wave.right_location .container .adjust-position {
    position: relative;
    left: 83px
}

@media (max-width:655px) {
    .section-wave-feature._feature-wave.right_location .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    .section-wave-feature._feature-wave.right_location {
        background-size: 136%;
        margin-bottom: 65px;
        padding-bottom: 132px;
        background-position: -44px 0;
        margin-top: -330px !important;
        padding-top: 448px;
        z-index: 4;
        position: relative
    }

    .section-wave-feature._feature-wave.right_location .adjust-position {
        left: auto !important
    }

    .section-wave-feature._feature-wave.right_location .row.align-self-center {
        flex-direction: column-reverse;
        width: 100%;
        margin: auto
    }

    .section-wave-feature._feature-wave.right_location .flex-cont {
        margin-top: 60px
    }
}

.section-wave-feature._feature-wave .features-detail-block {
    height: 2007px;
    height: 123.129vw;
    background-repeat: no-repeat
}

.section-wave-feature._feature-wave .features-detail-block>.row {
    width: 100%
}

.section-wave-feature._feature-wave .feature-detail .feature-text {
    margin-top: -25%
}

.section-wave-feature._feature-wave .feature-detail h3 {
    font-family: Eina01-Bold;
    font-size: 52px;
    font-size: 3.25rem;
    color: #333f48;
    font-size: 3.2vw;
    margin-bottom: 1.85vw
}

.section-wave-feature._feature-wave .feature-detail h3 a {
    color: inherit;
    text-decoration: none !important;
    border: none
}

.section-wave-feature._feature-wave .feature-detail h3 a:hover {
    text-decoration: underline !important;
    color: inherit !important
}

.section-wave-feature._feature-wave .feature-detail h3 span {
    color: #ffad00
}

.section-wave-feature._feature-wave .feature-detail h3 p {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important
}

.section-wave-feature._feature-wave .feature-detail h3 p a {
    color: inherit;
    border: none
}

@media (min-width:1150px) {

    .section-wave-feature._feature-wave .feature-detail h3,
    .section-wave-feature._feature-wave .feature-detail h3 a {
        font-size: 36px !important
    }
}

.section-wave-feature._feature-wave .feature-detail p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #333f48;
    margin-bottom: 1.85vw;
    font-size: 1.104vw;
    line-height: 1.65vw
}

@media (min-width:1150px) {
    .section-wave-feature._feature-wave .feature-detail p {
        font-size: 16px !important;
        line-height: 24px
    }

    .section-wave-feature._feature-wave .feature-detail p a {
        font-size: 16px !important
    }
}

.section-wave-feature._feature-wave .feature-detail p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

.section-wave-feature._feature-wave .feature-detail p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.section-wave-feature._feature-wave .feature-detail p li a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    text-decoration: none
}

.section-wave-feature._feature-wave .feature-detail p li a:hover {
    border-bottom-color: var(--link-color-secondary-b);
    color: var(--link-color-secondary-b);
    text-decoration: none
}

.blog_single_v2 .content .blog-content .section-wave-feature._feature-wave .feature-detail #btn-back-to-blog,
.custom-marketo-form .section-wave-feature._feature-wave .feature-detail .mktoButton,
.section-wave-feature._feature-wave .feature-detail .blog_single_v2 .content .blog-content #btn-back-to-blog,
.section-wave-feature._feature-wave .feature-detail .btn,
.section-wave-feature._feature-wave .feature-detail .custom-marketo-form .mktoButton {
    font-size: .86vw;
    padding: .9vw 1vw;
    margin-bottom: 15px;
    margin-right: 10px
}

.blog_single_v2 .content .blog-content .section-wave-feature._feature-wave .feature-detail #btn-back-to-blog:last-child,
.custom-marketo-form .section-wave-feature._feature-wave .feature-detail .mktoButton:last-child,
.section-wave-feature._feature-wave .feature-detail .blog_single_v2 .content .blog-content #btn-back-to-blog:last-child,
.section-wave-feature._feature-wave .feature-detail .btn:last-child,
.section-wave-feature._feature-wave .feature-detail .custom-marketo-form .mktoButton:last-child {
    margin-right: 0
}

body section._feature-wave {
    z-index: 0
}

@media (max-width:991px) {
    ._feature-wave.section-wave-feature {
        padding-top: 60px;
        margin: 0;
    }

    ._feature-wave.section-wave-feature .features-detail-block {
        height: auto;
        background-position: top !important;
        background-size: contain !important
    }

    ._feature-wave.section-wave-feature .features-detail-block>.row {
        width: auto
    }

    ._feature-wave.section-wave-feature .features-detail-block img {
        margin: 0;
        width: 100%
    }

    ._feature-wave.section-wave-feature .feature-detail {
        padding-top: 75%
    }

    ._feature-wave.section-wave-feature .feature-detail .feature-text {
        margin-top: 0
    }

    ._feature-wave.section-wave-feature .feature-detail h3 {
        font-size: 52px;
        font-size: 3.25rem;
        margin-bottom: 30px;
        line-height: 54px;
        line-height: 3.375rem
    }

    ._feature-wave.section-wave-feature .feature-detail p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem;
        margin-bottom: 30px
    }

    ._feature-wave.section-wave-feature .feature-detail .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._feature-wave.section-wave-feature .feature-detail .btn,
    ._feature-wave.section-wave-feature .feature-detail .custom-marketo-form .mktoButton,
    .blog_single_v2 .content .blog-content ._feature-wave.section-wave-feature .feature-detail #btn-back-to-blog,
    .custom-marketo-form ._feature-wave.section-wave-feature .feature-detail .mktoButton {
        font-size: 14px;
        padding: 15px 25px
    }
}

._full-width-cta-sub-footer.sub-footer {
    background: #ffad00;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-flow: wrap
}

._full-width-cta-sub-footer.sub-footer .alignRight {
    margin-top: 2.625rem;
    text-align: inherit
}

._full-width-cta-sub-footer.sub-footer.main-content {
    padding: 4.6875rem 3.5rem
}

._full-width-cta-sub-footer.sub-footer.main-content h1,
._full-width-cta-sub-footer.sub-footer.main-content h2 {
    color: #fff;
    margin-bottom: 0
}

._full-width-cta-sub-footer.sub-footer.main-content h1 a,
._full-width-cta-sub-footer.sub-footer.main-content h2 a {
    color: #fff;
    font-family: Eina01-SemiBold
}

._full-width-cta-sub-footer.sub-footer.main-content h1 a:hover,
._full-width-cta-sub-footer.sub-footer.main-content h2 a:hover {
    color: #fff
}

._full-width-cta-sub-footer.sub-footer.main-content h1 {
    font-size: 36px;
    line-height: 2.625rem
}

._full-width-cta-sub-footer.sub-footer.main-content h2 {
    font-size: 30px;
    line-height: 2.625rem
}

._full-width-cta-sub-footer.sub-footer .foot-btn1,
._full-width-cta-sub-footer.sub-footer .foot-btn1:last-child {
    margin-bottom: 10px
}

._full-width-cta-sub-footer.sub-footer .btn-poly-dark:hover,
._full-width-cta-sub-footer.sub-footer .custom-marketo-form .mktoButton:hover,
.custom-marketo-form ._full-width-cta-sub-footer.sub-footer .mktoButton:hover {
    background-color: #fff;
    color: #333f48 !important;
    box-shadow: inset 0 0 0 2px #333f48 !important;
    -webkit-box-shadow: inset 0 0 0 2px #333f48 !important;
    -moz-box-shadow: inset 0 0 0 2px #333f48 !important
}

._full-width-cta-sub-footer.sub-footer .btn-poly-dark:hover:before,
._full-width-cta-sub-footer.sub-footer .custom-marketo-form .mktoButton:hover:before,
.custom-marketo-form ._full-width-cta-sub-footer.sub-footer .mktoButton:hover:before {
    content: "";
    width: 20px;
    bottom: 0;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #333f48;
    -webkit-clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 71%, 100% 100%, 100% 100%, 0 100%, 0 100%)
}

._full-width-cta-sub-footer.sub-footer .foot-btn1 {
    z-index: 1 !important
}

.cradlepoint-page .sub-footer .foot-btn1 {
    margin-bottom: 10px
}

@media (max-width:430px) {
    .cradlepoint-page .sub-footer .btn-clip {
        top: 30px;
        margin-bottom: 21px;
        right: auto
    }
}

@media (min-width:400px) {
    ._full-width-cta-sub-footer.sub-footer .foot-btn1 {
        margin-bottom: 10px;
        margin-left: 3px;
        margin-right: 3px
    }
}

@media (min-width:768px) {
    ._full-width-cta-sub-footer.sub-footer {
        padding: 0 50px
    }

    ._full-width-cta-sub-footer.sub-footer .alignRight {
        text-align: right
    }

    ._full-width-cta-sub-footer.sub-footer .main-content {
        text-align: left
    }
}

@media (max-width:767px) {
    ._full-width-cta-sub-footer.sub-footer.main-content {
        padding: 4.6875rem 0;
        text-align: center
    }
}

@media (max-width:991px) {
    ._full-width-cta-sub-footer.sub-footer {
        flex-direction: column
    }
}

@media (min-width:1200px) {
    ._full-width-cta-sub-footer.sub-footer .alignRight {
        margin-top: unset;
        margin-bottom: unset
    }

    ._full-width-cta-sub-footer.sub-footer .main-content {
        text-align: initial
    }
}

@media (max-width:1500px) {
    .sub-footer {
        padding: 0 50px
    }
}

.blog_single_v2 ._full-width-cta-sub-footer.sub-footer.main-content,
.press-detail ._full-width-cta-sub-footer.sub-footer.main-content {
    max-width: none;
    margin-bottom: 0 !important
}

.perimeter-client-area {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/bg-peri.webp);
    background-size: cover;
    min-height: 760px;
    min-height: 47.5rem;
    color: #fff
}

.perimeter-client-area h1.section-title-large {
    font-size: 42px !important;
    font-size: 2.625rem !important;
    line-height: 2.875rem !important
}

.perimeter-client-area #download-file p {
    padding-bottom: 1.6875rem
}

.perimeter-client-area #download-file a:not(.btn) {
    margin-bottom: .6875rem;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted;
    font-family: Eina01-SemiBold
}

.perimeter-client-area #download-file a:not(.btn):hover {
    color: inherit;
    text-decoration: none;
    opacity: .8;
    padding-bottom: 1px;
    border-bottom: 1px dotted
}

.perimeter-client-area #download-file .content-area a.link {
    padding-bottom: 1px;
    display: inline-block;
    border: none;
    font-family: Eina01-Regular
}

.perimeter-client-area #download-file .content-area a.link:hover {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 1px
}

.perimeter-client-area .container {
    max-width: 1519px;
    max-width: 94.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.perimeter-client-area .container h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem
}

.perimeter-client-area .container img {
    display: block;
    margin: auto
}

.perimeter-client-area .container .col-md-4 {
    text-align: center;
    min-height: 301px;
    min-height: 18.8125rem;
    border-radius: 6px;
    padding: 3.125rem 1.25rem;
    max-width: 280px;
    max-width: 17.5rem;
    display: flex;
    flex-direction: column;
    flex: 1 0 33%
}

.perimeter-client-area .container .col-md-4:hover {
    background: #2f3a43
}

.perimeter-client-area .container .col-md-4.android-jm {
    padding: 2.5rem 1.875rem 3.75rem
}

.perimeter-client-area .container .col-md-4.routers {
    padding: 3.125rem 1.25rem
}

.perimeter-client-area .container .col-md-4 a.link {
    color: #afc5d5;
    font-size: 14px;
    display: block;
    margin-top: .625rem;
    font-family: Eina01-SemiBold
}

.perimeter-client-area .container .col-md-4 a.link:hover {
    text-decoration: underline
}

.perimeter-client-area .container .col-md-4 .peri-feat-img {
    margin-bottom: .625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.perimeter-client-area .container .col-md-4 .peri-feat-img .img-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.perimeter-client-area .container .col-md-4 img {
    margin: 0
}

.perimeter-client-area .container .col-md-4 h4 {
    margin-bottom: 1.125rem;
    font-family: Eina01-Bold
}

.perimeter-client-area .container .content-area {
    max-width: 513px;
    max-width: 32.0625rem
}

.perimeter-client-area .container .content-area p a {
    display: unset !important;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted;
    font-family: Eina01-SemiBold
}

.perimeter-client-area .container .content-area p a:hover {
    color: inherit;
    text-decoration: none;
    opacity: .8;
    padding-bottom: 1px;
    border-bottom: 1px dotted
}

.perimeter-client-area .container a.perimeter-client-modal {
    color: inherit;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    display: inline-block !important
}

.perimeter-client-area .container a.perimeter-client-modal:hover {
    font-family: Eina01-SemiBold;
    color: #fff;
    text-decoration: underline
}

.perimeter-client-area .container .peri-btn {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/w-btn.webp);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    width: 100px;
    display: inline-block;
    height: 55px;
    padding: 15px 11px 25px 23px;
    font-family: Eina01-Bold;
    margin-left: 5px
}

.perimeter-client-area .container .peri-btn:hover {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/w-btn-hover.webp);
    text-decoration: none;
    color: #333f48
}

.perimeter-client-area .container .peri-btn.dmg {
    padding: 15px 0 25px 31px
}

.perimeter-client-area .container .peri-btn2 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/w-btn2.webp);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    width: 177px;
    display: inline-block;
    height: 55px;
    padding: 13px 11px 25px 23px;
    font-family: Eina01-Bold
}

.perimeter-client-area .container .peri-btn2:hover {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/w-btn2-hover.webp);
    text-decoration: none;
    color: #333f48
}

.perimeter-client-area .container .peri-btn2.google-btn {
    padding-top: 16px
}

.perimeter-client-area .container .peri-btn2 i.fa-google {
    padding-right: 6px;
    font-size: 18px;
    position: relative;
    top: 1px
}

.perimeter-client-area .container .peri-btn2 i.fa-apple {
    padding-right: 15px;
    font-size: 22px;
    position: relative;
    top: 1px
}

.perimeter-client-area .container .peri-btn3 {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/w-btn3.webp);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    width: 220px;
    display: inline-block;
    height: 52px;
    padding: 15px 11px 25px 23px;
    font-family: Eina01-Bold;
    text-align: center
}

.perimeter-client-area .container .peri-btn3:hover {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/w-btn3-hover.webp);
    text-decoration: none;
    color: #333f48
}

.perimeter-client-area .container a.link {
    display: block;
    color: #fff
}

.perimeter-client-area .container .downloads-btn {
    color: #fff
}

.perimeter-client-area .container .downloads-btn:before {
    background: #fff
}

.perimeter-client-area .container .btn-poly-bordered-white {
    color: #fff
}

.perimeter-client-area .container .btn-poly-bordered-white:hover {
    color: #333f48
}

#perimeter-client .modal-body p a {
    color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit
}

#perimeter-client .modal-body p a:hover {
    text-decoration: none
}

@media (max-width:1500px) {
    .cradlepoint-page.downloads .perimeter-client-area .container .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:768px) {
    .cradlepoint-page.downloads .perimeter-client-area .container .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }

    .cradlepoint-page.downloads .perimeter-client-area .container {
        margin-top: 2.5rem
    }

    .cradlepoint-page.downloads .perimeter-client-area .flex .col-md-5 {
        margin-bottom: 1.5625rem
    }

    .cradlepoint-page.downloads .perimeter-client-area .container .col-md-4 {
        max-width: 280px;
        margin: 0 auto;
        padding: 20px 10px;
        min-height: 223px
    }

    .cradlepoint-page.downloads .perimeter-client-area .container .col-md-4.android-jm {
        padding: 20px 10px;
        margin-bottom: 7px
    }

    .cradlepoint-page.downloads .perimeter-client-area .container .col-md-4.linux-jm {
        min-height: inherit;
        padding: 20px 10px
    }

    .cradlepoint-page.downloads .perimeter-client-area .container .col-md-4.routers {
        padding: 14px 10px 20px
    }
}

.bordered-50-50-image-cta-repeater {
    margin-top: 120px
}

.bordered-50-50-image-cta-repeater>.container {
    border: 20px solid #ffad00;
    max-width: 1600px !important;
    padding: 20px
}

.bordered-50-50-image-cta-repeater>.container>.row {
    margin-top: -90px;
    margin-bottom: -60px
}

.bordered-50-50-image-cta-repeater>.container>.row>div:last-child .text-wrapper .content-section {
    padding-bottom: 80px
}

.bordered-50-50-image-cta-repeater .img-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 260px;
    margin-right: 15px;
    margin-left: 15px;
    order: 1
}

.bordered-50-50-image-cta-repeater .text-wrapper {
    order: 2
}

.bordered-50-50-image-cta-repeater .content-section {
    padding: 20px 15px 40px
}

.bordered-50-50-image-cta-repeater .content-section h2 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
    margin-bottom: 1.375rem
}

.bordered-50-50-image-cta-repeater .content-section p {
    padding: 0
}

.bordered-50-50-image-cta-repeater .content-section p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

.bordered-50-50-image-cta-repeater .content-section p:last-of-type {
    margin-bottom: 30px
}

.bordered-50-50-image-cta-repeater .content-section p:last-child {
    margin-bottom: 0
}

.blog_single_v2 .content .blog-content .bordered-50-50-image-cta-repeater .content-section a#btn-back-to-blog,
.bordered-50-50-image-cta-repeater .content-section .blog_single_v2 .content .blog-content a#btn-back-to-blog,
.bordered-50-50-image-cta-repeater .content-section .custom-marketo-form a.mktoButton,
.bordered-50-50-image-cta-repeater .content-section a.btn,
.custom-marketo-form .bordered-50-50-image-cta-repeater .content-section a.mktoButton {
    margin-top: 20px
}

.blog_single_v2 .content .blog-content .bordered-50-50-image-cta-repeater .content-section a#btn-back-to-blog:first-of-type,
.bordered-50-50-image-cta-repeater .content-section .blog_single_v2 .content .blog-content a#btn-back-to-blog:first-of-type,
.bordered-50-50-image-cta-repeater .content-section .custom-marketo-form a.mktoButton:first-of-type,
.bordered-50-50-image-cta-repeater .content-section a.btn:first-of-type,
.custom-marketo-form .bordered-50-50-image-cta-repeater .content-section a.mktoButton:first-of-type {
    margin-top: 0
}

.bordered-50-50-image-cta-repeater .content-section ul li:before {
    width: 18px;
    padding-right: 35px
}

@media (max-width:1380px) {
    .bordered-50-50-image-cta-repeater {
        margin-top: 140px !important;
        margin-bottom: 50px
    }
}

@media (min-width:580px) and (max-width:767px) {

    .blog_single_v2 .content .blog-content .bordered-50-50-image-cta-repeater .content-section a#btn-back-to-blog,
    .bordered-50-50-image-cta-repeater .content-section .blog_single_v2 .content .blog-content a#btn-back-to-blog,
    .bordered-50-50-image-cta-repeater .content-section .custom-marketo-form a.mktoButton,
    .bordered-50-50-image-cta-repeater .content-section a.btn,
    .custom-marketo-form .bordered-50-50-image-cta-repeater .content-section a.mktoButton {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .bordered-50-50-image-cta-repeater>.container>.row>div:first-child .text-wrapper .content-section {
        padding-top: 110px
    }

    .bordered-50-50-image-cta-repeater .content-section {
        padding: 40px 30px;
        max-width: 529px;
        margin-left: auto;
        margin-right: auto
    }

    .bordered-50-50-image-cta-repeater .img-wrapper {
        height: unset;
        margin-right: 0;
        margin-left: 0;
        order: unset;
        padding-top: 50%
    }

    .bordered-50-50-image-cta-repeater .text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: unset
    }
}

@media (max-width:1360px) {
    .bordered-50-50-image-cta-repeater .col-md-6 .img-wrapper img {
        width: auto
    }
}

.support-content-area._checklist-selection.width785 .container {
    width: 100%
}

.support-content-area._checklist-selection h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-family: Eina01-Bold;
    margin-top: 1.8125rem;
    margin-bottom: 1.125rem
}

.support-content-area._checklist-selection p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 3rem
}

.support-content-area._checklist-selection p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

.support-content-area._checklist-selection p a:hover {
    color: var(--link-color-secondary-a-hover)
}

.support-content-area._checklist-selection strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: Eina01-SemiBold
}

.support-table-area._checklist-selection {
    display: none;
    margin-top: 30px
}

.support-table-area._checklist-selection .main-box {
    border: 2px solid #333f48;
    border-radius: 6px;
    max-width: 0;
    margin-bottom: 50px
}

.support-table-area._checklist-selection .main-box p {
    font-size: 15px;
    line-height: 30px;
    font-family: Eina01-Bold;
    margin-bottom: 30px
}

.support-table-area._checklist-selection .main-box p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

.support-table-area._checklist-selection .main-box p a:hover {
    color: var(--link-color-secondary-a-hover)
}

.support-table-area._checklist-selection .main-box h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: Eina01-Bold;
    padding: 15px 15px 20px;
    background-color: #fff;
    margin-bottom: 0
}

.support-table-area._checklist-selection .main-box .coljm {
    display: none
}

.support-table-area._checklist-selection .main-box .coljm.lastElement .content-yellow-bg {
    border-right: 2px solid #ffefcc
}

.support-table-area._checklist-selection .main-box .coljm.lastElement .advanced {
    border-right: 2px solid #ffad00
}

.support-table-area._checklist-selection .main-box .coljm.lastElement .content-white-bg {
    border-right: 2px solid #fff
}

.support-table-area._checklist-selection .main-box .col {
    padding: 0;
    background-color: #ffefcc;
    flex-flow: column
}

.support-table-area._checklist-selection .main-box .essentials {
    background-color: #333f48;
    padding: 10px
}

.support-table-area._checklist-selection .main-box .essentials strong {
    color: #fff;
    font-size: 14px
}

.support-table-area._checklist-selection .main-box .content-white-bg {
    border-right: 2px solid #333f48;
    padding: 50px 20px 20px;
    background-color: #fff;
    min-height: 617px
}

.support-table-area._checklist-selection .main-box .advanced {
    background-color: #ffad00;
    padding: 10px;
    border-bottom: 2px solid #333f48;
    border-top: 2px solid #333f48;
    border-right: 2px solid #333f48
}

.support-table-area._checklist-selection .main-box .advanced strong {
    color: #333f48;
    font-size: 14px
}

.support-table-area._checklist-selection .main-box .content-yellow-bg {
    background-color: #ffefcc;
    border-right: 2px solid #333f48;
    padding: 50px 20px 20px;
    min-height: 640px;
    display: flex;
    flex-flow: column
}

.support-table-area._checklist-selection .main-box .content-yellow-bg .content-area-support {
    padding-bottom: 40px
}

.support-table-area._checklist-selection .main-box .content-yellow-bg .footer-area-support {
    margin-bottom: 25px;
    margin-top: auto
}

.support-bottom._checklist-selection {
    margin-bottom: 157px;
    padding-top: 30px
}

.support-bottom._checklist-selection h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: Eina01-SemiBold;
    display: inline;
    margin-left: 10px
}

.support-bottom._checklist-selection img {
    display: inline
}

.support-bottom._checklist-selection a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

.support-bottom._checklist-selection a:hover {
    color: var(--link-color-secondary-a-hover)
}

._checklist-selection .checkbox-area .container-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    font-family: Eina01-Bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 22px 10px 60px;
    border-radius: 6px;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 14px;
    left: 20px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #d6d9db;
    border-radius: 6px
}

.container-checkbox.active,
.container-checkbox:hover {
    background-color: #ffefcc;
    border: 1px solid #ffe2a3
}

.container-checkbox:hover input~.checkmark,
.container-checkbox input:checked~.checkmark {
    background-color: #fff;
    border-radius: 6px;
    border: 2px solid #ffad00
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container-checkbox input:checked~.checkmark:after {
    display: block
}

.container-checkbox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 13px;
    border: solid #ffad00;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.support-bottom._checklist-selection .container {
    text-align: center;
    display: flex;
    justify-content: center
}

.support-bottom._checklist-selection img {
    max-width: 67px;
    height: 24px;
    margin-right: 10px
}

.support-bottom._checklist-selection .container p strong {
    font-family: Eina01-SemiBold
}

@media (max-width:845px) {
    .cradlepoint-page .support-table-area .main-box h4 {
        min-height: 78px
    }
}

@media (max-width:768px) {
    .cradlepoint-page .support-table-area {
        padding: 0 20px
    }

    .cradlepoint-page .support-table-area .main-box h4 {
        padding-top: 28px;
        font-size: 23px
    }

    .cradlepoint-page .support-table-area .main-box .content-yellow-bg {
        border-bottom: 2px solid #333f48
    }

    .cradlepoint-page .support-table-area .main-box .coljm.lastElement .content-yellow-bg {
        border-bottom: none
    }

    .cradlepoint-page .support-table-area .main-box .advanced,
    .cradlepoint-page .support-table-area .main-box .content-white-bg,
    .cradlepoint-page .support-table-area .main-box .content-yellow-bg {
        border-right: none
    }

    .container-checkbox:hover {
        background-color: transparent;
        border: none
    }

    .container-checkbox.active {
        background-color: #ffefcc;
        border: 1px solid #ffe2a3
    }
}

@media (max-width:500px) {
    .container-checkbox {
        display: block
    }
}

._download-mobile img {
    width: 100%
}

._download-mobile h1 {
    font-family: Eina01-SemiBold
}

._download-mobile .note-phone-content-area,
._download-mobile.phone-note-area .note-phone-content-area {
    padding-top: 3.6875rem
}

._download-mobile .note-phone-content-area p a,
._download-mobile.phone-note-area .note-phone-content-area p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._download-mobile .note-phone-content-area p a:hover,
._download-mobile.phone-note-area .note-phone-content-area p a:hover {
    color: var(--link-color-secondary-a-hover)
}

._download-mobile .note-phone-content-area {
    padding-left: 75px
}

.cradlepoint-page.downloads h1.heading-medium span {
    color: #ffad00
}

._download-mobile,
.phone-note-area {
    max-width: 1712px;
    max-width: 107rem;
    margin: auto auto 2.9375rem;
    padding-top: .375rem
}

.bottom-area._download-mobile,
.phone-note-area.bottom-area {
    max-width: 1499px;
    max-width: 93.6875rem;
    padding-top: 9.5rem;
    padding-bottom: 5rem
}

.bottom-area._download-mobile .col .flex,
.phone-note-area.bottom-area .col .flex {
    margin-top: 3.3125rem;
    padding: 0 1.25rem
}

.bottom-area._download-mobile .note-phone-content-area,
.phone-note-area.bottom-area .note-phone-content-area {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.bottom-area._download-mobile .note-phone-content-area img,
.phone-note-area.bottom-area .note-phone-content-area img {
    width: 20px;
    width: 1.25rem;
    margin-right: .6875rem
}

.bottom-area._download-mobile .note-phone-content-area .btn-clip,
.phone-note-area.bottom-area .note-phone-content-area .btn-clip {
    top: 0;
    margin-bottom: 3.625rem;
    padding-left: 1.0625rem
}

.bottom-area._download-mobile .note-phone-content-area .dark-long-btn,
.phone-note-area.bottom-area .note-phone-content-area .dark-long-btn {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/dark-long-btn.webp);
    background-repeat: no-repeat;
    height: 52px;
    height: 3.25rem;
    display: inline-block;
    padding: .875rem 1.25rem;
    width: 234px;
    width: 14.625rem;
    font-size: 14px;
    font-size: .875rem;
    font-family: Eina01-Bold;
    color: #fff;
    text-decoration: none
}

.bottom-area._download-mobile .note-phone-content-area .dark-long-btn:hover,
.phone-note-area.bottom-area .note-phone-content-area .dark-long-btn:hover {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/dark-long-btn-hover.webp);
    color: #333f48
}

.bottom-area._download-mobile .note-phone-content-area .font15,
.phone-note-area.bottom-area .note-phone-content-area .font15 {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem
}

._download-mobile .container,
.phone-note-area .container {
    margin-bottom: -3.125rem
}

._download-mobile .downloads-btn,
.phone-note-area .downloads-btn {
    margin-right: .9375rem;
    padding: .9375rem 0;
    margin-top: 1.25rem
}

._download-mobile .downloads-btn.google-btn,
.phone-note-area .downloads-btn.google-btn {
    width: 177px;
    width: 11.0625rem
}

._download-mobile .downloads-btn.apple-btn,
.phone-note-area .downloads-btn.apple-btn {
    width: 154px;
    width: 9.625rem
}

._download-mobile .downloads-btn .fa-apple,
.phone-note-area .downloads-btn .fa-apple {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: .5rem
}

._download-mobile .downloads-btn .fa-google,
.phone-note-area .downloads-btn .fa-google {
    font-size: 16px;
    font-size: 1rem;
    margin-right: .5rem
}

._download-mobile .note-phone-content-area,
.phone-note-area .note-phone-content-area {
    padding-top: 5.6875rem
}

._download-mobile .col,
.phone-note-area .col {
    padding-left: 0;
    padding-right: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%
}

._download-mobile p,
.phone-note-area p {
    max-width: 643px;
    max-width: 40.1875rem;
    margin-bottom: 2.25rem
}

.ios .bottom-area._download-mobile .note-phone-content-area .dark-long-btn,
.ios .phone-note-area.bottom-area .note-phone-content-area .dark-long-btn,
.macos .bottom-area._download-mobile .note-phone-content-area .dark-long-btn,
.macos .phone-note-area.bottom-area .note-phone-content-area .dark-long-btn {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/dark-long-btn.png)
}

.ios .bottom-area._download-mobile .note-phone-content-area .dark-long-btn:hover,
.ios .phone-note-area.bottom-area .note-phone-content-area .dark-long-btn:hover,
.macos .bottom-area._download-mobile .note-phone-content-area .dark-long-btn:hover,
.macos .phone-note-area.bottom-area .note-phone-content-area .dark-long-btn:hover {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/dark-long-btn-hover.png)
}

@media (min-width:992px) {
    ._download-mobile .note-phone-content-area {
        padding-left: 75px
    }
}

@media (max-width:768px) {
    ._download-mobile .note-phone-content-area {
        padding-left: 15px
    }
}

@media (max-width:767px) {
    ._download-mobile .note-phone-content-area {
        padding-left: unset
    }
}

@media (max-width:819px) {

    .cradlepoint-page.downloads ._download-mobile .col,
    .cradlepoint-page.downloads .phone-note-area .col {
        -ms-flex: 0 0 48.5%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px
    }
}

@media (max-width:768px) {

    .cradlepoint-page.downloads .bottom-area._download-mobile,
    .cradlepoint-page.downloads .phone-note-area.bottom-area {
        padding: 40px 0 0
    }
}

.flag-image-texts-buttons .blue-bg-jm {
    background-color: #f2f6f8;
    padding: 3.4375rem 3.4375rem 2rem;
    margin-top: 1.125rem;
    margin-bottom: 3.125rem
}

.flag-image-texts-buttons .blue-bg-jm .main-content .btn-clip {
    top: 0;
    margin-right: .9375rem;
    width: 395px;
    width: 24.6875rem
}

.flag-image-texts-buttons .blue-bg-jm .main-content img {
    border: 1px solid #fff
}

.flag-image-texts-buttons .blue-bg-jm .main-content p {
    margin-bottom: 2.1875rem
}

.flag-image-texts-buttons .blue-bg-jm .main-content p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

.flag-image-texts-buttons .blue-bg-jm .main-content p a:hover {
    color: var(--link-color-secondary-a-hover)
}

.flag-image-texts-buttons .blue-bg-jm .main-content h1,
.flag-image-texts-buttons .blue-bg-jm .main-content h2 {
    color: #0057b8;
    font-family: Eina01-SemiBold;
    margin-bottom: 1rem;
    margin-top: .75rem
}

.flag-image-texts-buttons .blue-bg-jm .main-content h1 {
    font-size: 42px;
    font-size: 2.625rem
}

.flag-image-texts-buttons .blue-bg-jm .main-content h2 {
    font-size: 30px;
    font-size: 1.875rem
}

.flag-image-texts-buttons .blue-bg-jm .main-content .case-study-btn {
    font-size: 14px;
    font-size: .875rem;
    padding: 1.125rem 1.5625rem;
    top: 2px;
    -webkit-clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 5% 100%);
    clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 5% 100%);
    font-family: Eina01-SemiBold;
    box-shadow: inset 0 0 0 3px #333f48;
    -webkit-box-shadow: inset 0 0 0 3px #333f48;
    -moz-box-shadow: inset 0 0 0 3px #333f48;
    width: 270px;
    width: 16.875rem;
    text-align: center;
    display: block
}

.flag-image-texts-buttons .blue-bg-jm .main-content .col4 {
    margin-bottom: .625rem
}

.flag-image-texts-buttons .blue-bg-jm .main-content a.white-btn-jm {
    color: #333f48;
    background: #f2f6f8;
    border: 1px solid #333f48;
    -webkit-clip-path: polygon(-24% 0, 100% 0, 100% 100%, 0 100%, 6% 100%);
    clip-path: polygon(-24% 0, 100% 0, 100% 100%, 0 100%, 7% 100%)
}

.flag-image-texts-buttons .blue-bg-jm .main-content a.white-btn-jm:before {
    background: #333f48;
    -webkit-clip-path: polygon(-170% 25%, 100% 100%, 100% 100%, 11% 100%, 0 100%);
    clip-path: polygon(-170% 25%, 100% 100%, 100% 100%, 11% 100%, 0 100%)
}

.flag-image-texts-buttons .blue-bg-jm .main-content .button-container {
    justify-content: start
}

@media (max-width:767px) {
    .flag-image-texts-buttons .blue-bg-jm .main-content .col4 {
        width: 100%
    }

    .flag-image-texts-buttons .blue-bg-jm .main-content .col4.marginRight20 {
        margin-right: 0 !important
    }

    .blog_single_v2 .content .blog-content .flag-image-texts-buttons .blue-bg-jm .main-content .col4.marginRight20 a#btn-back-to-blog,
    .custom-marketo-form .flag-image-texts-buttons .blue-bg-jm .main-content .col4.marginRight20 a.mktoButton,
    .flag-image-texts-buttons .blue-bg-jm .main-content .col4.marginRight20 .blog_single_v2 .content .blog-content a#btn-back-to-blog,
    .flag-image-texts-buttons .blue-bg-jm .main-content .col4.marginRight20 .custom-marketo-form a.mktoButton,
    .flag-image-texts-buttons .blue-bg-jm .main-content .col4.marginRight20 a.btn {
        width: 100%
    }
}

._full-width-cta-50-50-graphics {
    display: flex;
    align-items: center
}

._full-width-cta-50-50-graphics.w-has-tower-5g {
    margin-top: 190px
}

@media (max-width:768px) {
    ._full-width-cta-50-50-graphics.w-has-tower-5g {
        margin-top: auto
    }
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.img {
    background-repeat: no-repeat;
    background-position: left -230px;
    background-position: left 0;
    background-size: 95%;
    height: 763px;
    height: 81vw;
    position: relative;
    top: -15vw;
    margin-bottom: -33vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content.img {
    position: relative;
    top: 230px;
    top: 34vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    height: 763px;
    height: 57vw;
    position: relative;
    top: -13vw;
    margin-bottom: -16vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content {
    position: relative;
    top: 370px;
    top: 5.2vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h4 {
    font-family: Eina01-Bold;
    font-size: 30px;
    color: #333f48;
    font-size: 1.88rem;
    margin-bottom: 0;
    font-size: 1.67vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h1,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h2 {
    font-family: Eina01-Bold;
    line-height: 5.63rem;
    color: #ffad00;
    font-size: 5vw;
    margin-bottom: 2.1vw;
    line-height: 5vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h1 a,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h2 a,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h3 a,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h4 a,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h5 a,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h1 a:hover,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h2 a:hover,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h3 a:hover,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h4 a:hover,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h5 a:hover,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p {
    font-family: Eina01-Regular;
    font-size: 20px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 1.5rem;
    color: #333f48;
    font-size: 1.246vw;
    margin-bottom: 1.9vw;
    line-height: 1.7vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content li a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    text-decoration: none
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content li a:hover {
    border-bottom-color: var(--link-color-secondary-b);
    color: var(--link-color-secondary-b);
    text-decoration: none
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .btn,
._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content #btn-back-to-blog,
.custom-marketo-form ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .mktoButton {
    padding: .92vw 2.3vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.img .offset-lg-6 {
    margin-left: 48%
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g {
    margin-bottom: -26vw;
    height: 82vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content {
    position: relative;
    top: 34vw;
    left: 10vw
}

._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content p {
    max-width: 43vw
}

body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont {
    padding-top: 0
}

@media (max-width:575px) {
    body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont {
        margin-bottom: -200px;
        top: -20vw
    }
}

@media (min-width:768px) {
    body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont {
        margin-bottom: -7vw;
        height: 43vw;
        top: 0
    }
}

body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont .row .no-bg-graphics {
    flex: 0 0 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont .row .no-bg-graphics {
        border: 20px solid #ffad00;
        padding: 43px 30px 50px
    }
}

@media (max-width:767px) {
    body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont .row .no-bg-graphics {
        flex: 0 0 100%;
        max-width: 100%;
        top: -28vw
    }
}

body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont .row .no-bg-graphics .yellow-box-content {
    top: 0;
    max-width: none;
    left: 0
}

body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont .row .no-bg-graphics .yellow-box-content:before {
    border: 2.6vw solid #ffad00
}

@media (max-width:767px) {
    body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont .row .no-bg-graphics .yellow-box-content {
        padding-top: 55vw
    }
}

body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont .row .no-bg-graphics .yellow-box-content p {
    max-width: none;
    padding-right: 0
}

@media (min-width:1801px) {
    body section._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.no-bg-graphics-cont .row .no-bg-graphics .yellow-box-content p {
        width: 100%
    }
}

body .section-yellowbox-5g-sun._full-width-cta-50-50-graphics {
    z-index: 0
}

@media (min-width:1921px) {
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content p {
        max-width: 765.104px
    }

    .w-tower-5g .offset-lg-5 {
        margin-left: 50%
    }

    body ._full-width-cta-50-50-graphics.w-tower-5g.section-yellowbox-5g-sun .yellow-box-content h1,
    body ._full-width-cta-50-50-graphics.w-tower-5g.section-yellowbox-5g-sun .yellow-box-content h2 {
        font-size: 90px;
        line-height: 5.63rem;
        color: #ffad00;
        margin-bottom: 2.33rem
    }

    body ._full-width-cta-50-50-graphics.w-tower-5g.section-yellowbox-5g-sun .yellow-box-content h4 {
        font-size: 30px
    }

    body ._full-width-cta-50-50-graphics.w-tower-5g.section-yellowbox-5g-sun .yellow-box-content {
        top: 612.453px;
        left: 146px
    }

    body ._full-width-cta-50-50-graphics.w-tower-5g.section-yellowbox-5g-sun {
        background-position: 50%;
        height: 1459.07px;
        top: -270.2px;
        margin-bottom: -594.44px;
        background-size: contain
    }

    body ._full-width-cta-50-50-graphics.w-tower-5g.section-yellowbox-5g-sun .yellow-box-content p {
        max-width: 645px;
        font-size: 20px;
        line-height: 30px
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun {
        margin-bottom: -255px
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h1,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h2 {
        font-size: 96px;
        line-height: 96px;
        margin-bottom: 40.32px
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p {
        font-size: 24px;
        line-height: 32.64px;
        margin-bottom: 36.48px
    }

    .blog_single_v2 .content .blog-content body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content #btn-back-to-blog,
    .custom-marketo-form body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .mktoButton,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .btn,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .custom-marketo-form .mktoButton {
        padding: 17.664px 44.16px
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h4 {
        font-size: 32.064px;
        line-height: 38.4768px
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .container .row {
        top: 154.24px
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .container {
        max-width: 85vw
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun {
        height: 1094.4px;
        margin-bottom: -307.2px;
        top: -249.6px;
        margin-left: auto;
        margin-right: auto;
        width: 1903.33px
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun:before {
        height: 1094.4px;
        left: 355.2px;
        top: 355.2px;
        width: 403.198px
    }
}

@media (max-width:1920px) {
    body ._full-width-cta-50-50-graphics.w-tower-5g.section-yellowbox-5g-sun {
        background-position: -8vw
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content p {
        max-width: 656.104px
    }
}

@media (min-width:1801px) {
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p {
        max-width: none;
        width: 100%
    }

    .section-yellowbox-5g-sun {
        background-position: top;
        background-size: auto;
        top: -200px;
        margin-bottom: -250px;
        height: 1035px
    }

    .section-yellowbox-5g-sun.yellow-about-5g {
        margin-top: -155px
    }

    .section-yellowbox-5g-sun .yellow-box-content h4 {
        font-size: 30px
    }

    .section-yellowbox-5g-sun .yellow-box-content h1,
    .section-yellowbox-5g-sun .yellow-box-content h2 {
        font-size: 90px;
        margin-bottom: 40px;
        line-height: 96px
    }

    .section-yellowbox-5g-sun .yellow-box-content p {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: 30px
    }

    .blog_single_v2 .content .blog-content .section-yellowbox-5g-sun .yellow-box-content #btn-back-to-blog,
    .custom-marketo-form .section-yellowbox-5g-sun .yellow-box-content .mktoButton,
    .section-yellowbox-5g-sun .yellow-box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .section-yellowbox-5g-sun .yellow-box-content .btn,
    .section-yellowbox-5g-sun .yellow-box-content .custom-marketo-form .mktoButton {
        padding: 17px 42px
    }

    .section-yellowbox-5g-sun .yellow-box-content {
        top: 435px
    }
}

@media (max-width:1800px) {
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content p {
        max-width: 43vw
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p {
        padding-right: 0
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .btn,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .custom-marketo-form .mktoButton,
    .blog_single_v2 .content .blog-content ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content #btn-back-to-blog,
    .custom-marketo-form ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .mktoButton {
        font-size: .8vw
    }

    .section-yellowbox-5g-sun.img {
        background-position: 122px;
        height: 1459.07px;
        top: -270.2px;
        margin-bottom: -594.44px;
        background-size: contain
    }

    .section-yellowbox-5g-sun .yellow-box-content.img {
        top: 612.453px
    }

    .section-yellowbox-5g-sun .yellow-box-content.img h4 {
        font-size: 30px
    }

    .section-yellowbox-5g-sun .yellow-box-content.img h1,
    .section-yellowbox-5g-sun .yellow-box-content.img h2 {
        font-size: 90px;
        line-height: 5.63rem;
        color: #ffad00;
        margin-bottom: 2.33rem
    }

    .section-yellowbox-5g-sun .yellow-box-content.img p {
        font-size: 20px;
        line-height: 31px;
        color: #333f48;
        margin-bottom: 2.1rem
    }

    .section-yellowbox-5g-sun.yellow-about-5g .yellow-box-content {
        left: -88px
    }

    .section-yellowbox-5g-sun .yellow-box-content p {
        padding-right: 116px
    }

    .section-yellowbox-5g-sun .yellow-box-content p br {
        display: none
    }
}

@media (max-width:767px) {

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content {
        left: 17vw
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content .btn,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content .custom-marketo-form .mktoButton,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .btn,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .custom-marketo-form .mktoButton,
    .blog_single_v2 .content .blog-content ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content #btn-back-to-blog,
    .blog_single_v2 .content .blog-content ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content #btn-back-to-blog,
    .custom-marketo-form ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content .mktoButton,
    .custom-marketo-form ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .mktoButton {
        font-size: 14px;
        margin-bottom: 40px
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g {
        background-position: top;
        background-size: 100%;
        height: auto;
        padding-top: 13%;
        padding-bottom: 0;
        margin-bottom: 0;
        top: 1vw
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g {
        margin-bottom: -286px;
        padding-top: 35%;
        top: -24vw
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content {
        position: relative;
        top: -28vw;
        text-align: center;
        padding: 73vw 50px 10px;
        left: 0
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content p,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p {
        max-width: 100%;
        padding-right: 0;
        font-size: 18px
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content h4,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h4 {
        font-size: 30px;
        font-size: 1.875rem
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content h1,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content h2,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h1,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h2 {
        font-size: 90px;
        font-size: 5.625rem;
        line-height: 90px;
        line-height: 5.625rem;
        margin-bottom: 35px
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content:before,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 80%;
        border: 2.6vw solid #ffad00;
        left: 0;
        top: 0;
        margin-top: 36.4vw;
        border-top: 0;
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100%
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun {
        background-position: -80% top;
        background-size: 80%;
        height: auto;
        padding-top: 35%;
        padding-bottom: 10%;
        top: -20vw
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content {
        position: relative;
        top: 0;
        margin-top: 30vw;
        max-width: 100%
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h4 {
        font-size: 1.88rem
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h2 {
        font-size: 4.33rem;
        line-height: 5.63rem;
        margin-bottom: 1.5rem
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content p {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 2.1rem
    }

    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .btn,
    ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .custom-marketo-form .mktoButton,
    .blog_single_v2 .content .blog-content ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content #btn-back-to-blog,
    .custom-marketo-form ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content .mktoButton {
        padding: 17px 42px
    }
}

@media (min-width:768px) {

    .section-yellowbox-5g-sun.img,
    .section-yellowbox-5g-sun .yellow-box-content {
        max-width: none
    }

    .section-yellowbox-5g-sun.img .offset-lg-6 {
        margin-left: 0
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .container {
        width: 85%
    }
}

@media (max-width:575px) {

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content h4,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h4 {
        font-size: 4.9vw
    }

    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content h1,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun.w-tower-5g .yellow-box-content h2,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h1,
    body ._full-width-cta-50-50-graphics.section-yellowbox-5g-sun .yellow-box-content h2 {
        font-size: 14.6vw;
        margin-bottom: 6vw;
        line-height: 14.7vw
    }

    .yellow-box-content:before {
        height: 85% !important
    }
}

@media (max-width:1733px) {
    .section-yellowbox-5g-sun.img {
        background-position: -5vw 0
    }
}

@media (max-width:1390px) {

    .section-yellowbox-5g-sun .yellow-box-content h1,
    .section-yellowbox-5g-sun .yellow-box-content h2 {
        margin-bottom: 1.1vw
    }

    .section-yellowbox-5g-sun .yellow-box-content p {
        margin-bottom: .9vw
    }
}

@media (max-width:767px) {
    .section-yellowbox-5g-sun {
        background-position: -80% -25vw;
        background-size: 80%;
        height: auto;
        padding-top: 35%;
        padding-bottom: 10%
    }

    .section-yellowbox-5g-sun .yellow-box-content {
        position: relative;
        top: 0
    }

    .section-yellowbox-5g-sun .yellow-box-content h4 {
        font-size: 1.88rem
    }

    .section-yellowbox-5g-sun .yellow-box-content h1,
    .section-yellowbox-5g-sun .yellow-box-content h2 {
        font-size: 4.33rem;
        line-height: 5.63rem;
        margin-bottom: 1.5rem
    }

    .section-yellowbox-5g-sun .yellow-box-content p {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 2.1rem
    }

    .section-yellowbox-5g-sun .yellow-box-content p br {
        display: none
    }

    .blog_single_v2 .content .blog-content .section-yellowbox-5g-sun .yellow-box-content #btn-back-to-blog,
    .custom-marketo-form .section-yellowbox-5g-sun .yellow-box-content .mktoButton,
    .section-yellowbox-5g-sun .yellow-box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .section-yellowbox-5g-sun .yellow-box-content .btn,
    .section-yellowbox-5g-sun .yellow-box-content .custom-marketo-form .mktoButton {
        padding: 17px 42px
    }
}

@media (max-width:575px) {

    .section-yellowbox-5g-sun .yellow-box-content h1,
    .section-yellowbox-5g-sun .yellow-box-content h2 {
        line-height: 4.33rem
    }
}

._netcloud-manager p {
    margin-bottom: 37px
}

._netcloud-manager p.font15 {
    font-family: Eina01-SemiBold
}

._netcloud-manager p.font15 img {
    margin-right: 15px
}

._netcloud-manager p:last-child {
    margin-bottom: 0
}

._netcloud-manager p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._netcloud-manager p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._netcloud-manager .note-phone-content-area {
    padding-left: 75px
}

._netcloud-manager h1.section-title-large {
    font-family: Eina01-Bold;
    font-size: 38px !important;
    line-height: 42px !important
}

@media (min-width:992px) {
    ._netcloud-manager .note-phone-content-area {
        padding-left: 75px
    }
}

@media (max-width:768px) {
    ._netcloud-manager .note-phone-content-area {
        padding-left: 15px
    }
}

@media (max-width:767px) {
    ._netcloud-manager .note-phone-content-area {
        padding-left: unset
    }
}

._netcloud_comparison_checkbox_tabs {
    max-width: 1660px;
    width: 100%;
    margin: 121px auto 48px
}

._netcloud_comparison_checkbox_tabs .inner_cont {
    border-radius: 6px;
    box-shadow: 0 0 63px #e9edef;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
    margin-left: 30px;
    margin-right: 30px
}

._netcloud_comparison_checkbox_tabs .main-cont {
    min-height: 320px;
    width: 100%
}

._netcloud_comparison_checkbox_tabs .main-list-cont {
    max-width: 1470px;
    width: 100%;
    margin: 72px auto 0;
    padding: 0 30px;
    border-radius: 0 0 6px 6px
}

._netcloud_comparison_checkbox_tabs .main-list-cont h3 {
    text-align: center
}

._netcloud_comparison_checkbox_tabs .main-list-cont .headbox div {
    border-top: 2px solid #333f48;
    border-left: 2px solid #333f48
}

._netcloud_comparison_checkbox_tabs .main-list-cont .headbox div:first-child {
    border: none
}

._netcloud_comparison_checkbox_tabs .main-list-cont .headbox div:last-child {
    border-right: 2px solid #333f48
}

._netcloud_comparison_checkbox_tabs .main-list-cont .headbox div h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Eina01-Bold;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 0
}

@media only screen and (max-width:991px) {
    ._netcloud_comparison_checkbox_tabs .main-list-cont .headbox {
        display: none
    }
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container ul li a,
._netcloud_comparison_checkbox_tabs .main-list-cont .box-container ul li span {
    text-decoration: none
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container ul li>span {
    color: #333f48;
    word-break: break-word
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container ul li a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container ul li a span {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container ul li a:hover {
    border-bottom-color: #008eaa;
    color: #008eaa
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div {
    border-top: 2px solid #333f48;
    border-left: 2px solid #333f48;
    border-bottom: 2px solid #333f48;
    padding: 0
}

@media only screen and (max-width:991px) {
    ._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div {
        border: 2px solid #333f48;
        margin-bottom: 20px;
        border-radius: 0 0 10px 10px !important
    }
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div:first-child {
    padding: 30px 52px;
    border-radius: 0 0 0 10px
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div:last-child {
    border-radius: 0 0 10px 0
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div strong {
    border-bottom: 2px solid #000;
    text-align: center;
    padding: 15px;
    display: none
}

@media only screen and (max-width:991px) {
    ._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div strong {
        display: block
    }
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div.col-lg-9 ul {
    display: flex;
    flex-flow: wrap
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div.col-lg-9 ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    font-family: Eina01-SemiBold
}

@media only screen and (max-width:768px) {
    ._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div.col-lg-9 ul li {
        flex: 0 0 100%;
        max-width: 100%
    }
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div.col-lg-6 ul {
    display: flex;
    flex-flow: wrap
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div.col-lg-6 ul li {
    flex: 0 0 50%;
    max-width: 50%;
    font-family: Eina01-SemiBold;
    display: inline
}

@media only screen and (max-width:768px) {
    ._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div.col-lg-6 ul li {
        flex: 0 0 100%;
        max-width: 100%
    }
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div h2 {
    font-size: 32px;
    line-height: 42px;
    font-family: Eina01-Bold
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 15px
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div ul {
    list-style: none;
    padding: 30px 40px
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    display: flex;
    font-family: Eina01-SemiBold;
    padding: 0 10px 0 40px;
    position: relative
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div ul li svg {
    width: 50px;
    height: 23px;
    margin-right: 15px;
    top: 2px;
    position: absolute;
    left: -15px
}

._netcloud_comparison_checkbox_tabs .main-list-cont .box-container div:last-child {
    border-right: 2px solid #333f48
}

._netcloud_comparison_checkbox_tabs .subcontainer {
    background-color: #ffad00;
    border-radius: 6px;
    padding: 90px 10px 0;
    text-align: center;
    width: 100%
}

._netcloud_comparison_checkbox_tabs .subcontainer img {
    margin: 25px 0 35px
}

._netcloud_comparison_checkbox_tabs .subcontainer h1,
._netcloud_comparison_checkbox_tabs .subcontainer h2 {
    font-family: Eina01-Bold;
    color: #fff;
    max-width: 750px;
    margin: 0 auto 40px;
    padding: 0 30px
}

._netcloud_comparison_checkbox_tabs .subcontainer h1 {
    font-size: 64px;
    line-height: 70px
}

._netcloud_comparison_checkbox_tabs .subcontainer h2 {
    font-size: 52px;
    line-height: 60px
}

._netcloud_comparison_checkbox_tabs .subcontainer h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: Eina01-SemiBold;
    color: #333f48;
    padding: 0 30px
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area {
    background-color: #333f48;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 10px 10px 0 0;
    padding: 28px 20px 17px;
    max-width: 1440px;
    margin: auto
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area ul {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    padding: 0
}

@media only screen and (max-width:768px) {
    ._netcloud_comparison_checkbox_tabs .subcontainer .tab-area ul {
        flex-direction: column
    }
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area ul li {
    padding: 0 20px;
    color: #fff;
    text-align: left
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area ul li label {
    cursor: pointer
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area ul li label span:last-child {
    position: relative;
    top: -1px
}

@-webkit-keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #ffad00;
        transform: translateZ(0) rotate(45deg)
    }

    33% {
        width: 5px;
        height: 0;
        transform: translateZ(0) rotate(45deg)
    }

    to {
        width: 8px;
        height: 13px;
        border-color: #ffad00;
        transform: translate3d(0, -.5em, 0) rotate(45deg)
    }
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #ffad00;
        transform: translateZ(0) rotate(45deg)
    }

    33% {
        width: 5px;
        height: 0;
        transform: translateZ(0) rotate(45deg)
    }

    to {
        width: 8px;
        height: 13px;
        border-color: #ffad00;
        transform: translate3d(0, -.5em, 0) rotate(45deg)
    }
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area input[type=checkbox] {
    height: 0;
    width: 0;
    display: none
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area input[type=checkbox]+label {
    position: relative;
    transition: color .25s cubic-bezier(.4, 0, .23, 1);
    display: flex;
    padding: 10px 20px;
    border-radius: 6px;
    border: 2px solid #333f48;
    align-items: center;
    transition: all .3s ease-in-out;
    color: #adb2b6;
    font-family: Eina01-Bold
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area input[type=checkbox]+label>span.check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 2px solid #adb2b6;
    border-radius: 6px;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .23, 1);
    background: #4c565e
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area input[type=checkbox]:checked+label {
    border: 2px solid #ffad00;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area input[type=checkbox]:checked+label>span.check {
    border: 2px solid #ffad00 !important;
    animation: shrink-bounce .2s cubic-bezier(.4, 0, .23, 1);
    background-color: #fff;
    position: relative
}

._netcloud_comparison_checkbox_tabs .subcontainer .tab-area input[type=checkbox]:checked+label>span.check:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    animation: checkbox-check 125ms cubic-bezier(.4, 0, .23, 1) .25s forwards
}

body.macos ._netcloud_comparison_checkbox_tabs .subcontainer .tab-area ul li label span:last-child {
    position: relative;
    top: 2px
}

body.macos ._netcloud_comparison_checkbox_tabs .main-list-cont .headbox div h2 {
    margin: 10px 0 6px
}

@media only screen and (max-width:1640px) {
    display: none
}

@media (max-width:767px) {
    ._netcloud_comparison_checkbox_tabs .subcontainer h1 {
        font-size: 54px;
        line-height: 60px
    }

    ._netcloud_comparison_checkbox_tabs .subcontainer h2 {
        font-size: 42px;
        line-height: 54px
    }
}

._logo-repeater.logo-wrapper .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: center
}

._logo-repeater.logo-wrapper .logo-center img {
    margin: 0 20px
}

@media (max-width:768px) {
    body .bg-cloud.logo-wrapper .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .logo-wrapper .col-md-2 {
        padding: 20px 0
    }
}

._logo-repeater-w-left-content .sub-container {
    padding: 30px 0
}

._logo-repeater-w-left-content .sub-container .bordered-right {
    border-right: 2px solid #d8e1e4
}

._logo-repeater-w-left-content .sub-container h3 {
    font-family: Eina01-Bold;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 42px
}

._logo-repeater-w-left-content .sub-container .div-margin {
    margin-top: 30px
}

._logo-repeater-w-left-content .sub-container .has-padding {
    padding: 20px 30px
}

._logo-repeater-w-left-content .sub-container .carousel-item {
    justify-content: center;
    align-items: center
}

._logo-repeater-w-left-content .sub-container .carousel-item ul {
    list-style: none;
    height: 100px
}

._logo-repeater-w-left-content .sub-container .carousel-item ul li {
    display: inline;
    padding: 20px
}

._logo-repeater-w-left-content .carousel-control-next-icon,
._logo-repeater-w-left-content .carousel-control-prev-icon {
    width: 30px;
    height: 30px
}

._logo-repeater-w-left-content .carousel-control-next {
    right: -10px
}

._logo-repeater-w-left-content .carousel-control-prev {
    left: -10px
}

._logo-repeater-w-left-content .carousel-control-next,
._logo-repeater-w-left-content .carousel-control-next.bg-dark:focus,
._logo-repeater-w-left-content .carousel-control-next.bg-dark:hover,
._logo-repeater-w-left-content .carousel-control-prev,
._logo-repeater-w-left-content .carousel-control-prev.bg-dark:focus,
._logo-repeater-w-left-content .carousel-control-prev.bg-dark:hover {
    background-color: transparent !important
}

@media (min-width:768px) {
    ._logo-repeater-w-left-content .carousel-item .col-lg-3.col-md-4 {
        padding-left: 30px;
        background-color: #ecf2f6 !important
    }
}

._logo-repeater-w-left-content .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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");
    opacity: .4
}

._logo-repeater-w-left-content .carousel-control-prev-icon:hover {
    opacity: 1
}

._logo-repeater-w-left-content .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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");
    opacity: .4
}

._logo-repeater-w-left-content .carousel-control-next-icon:hover {
    opacity: 1
}

@media (max-width:1100px) {
    ._logo-repeater-w-left-content .has-padding {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    ._logo-repeater-w-left-content .sub-container .bordered-right {
        border: none
    }
}

@media (min-width:768px) {

    ._logo-repeater-w-left-content .carousel-inner .carousel-item-next,
    ._logo-repeater-w-left-content .carousel-inner .carousel-item-right.active {
        transform: translateX(50%)
    }

    ._logo-repeater-w-left-content .carousel-inner .carousel-item-left.active,
    ._logo-repeater-w-left-content .carousel-inner .carousel-item-prev {
        transform: translateX(-50%)
    }
}

@media (min-width:992px) {

    ._logo-repeater-w-left-content .carousel-inner .carousel-item-next,
    ._logo-repeater-w-left-content .carousel-inner .carousel-item-right.active {
        transform: translateX(25%)
    }

    ._logo-repeater-w-left-content .carousel-inner .carousel-item-left.active,
    ._logo-repeater-w-left-content .carousel-inner .carousel-item-prev {
        transform: translateX(-25%)
    }
}

@media (max-width:768px) {
    ._logo-repeater-w-left-content .carousel-inner .carousel-item>div {
        display: none
    }

    ._logo-repeater-w-left-content .carousel-inner .carousel-item>div:first-child {
        display: flex
    }

    ._logo-repeater-w-left-content .carousel-item img {
        height: 120px
    }

    ._logo-repeater-w-left-content .carousel-item div {
        justify-content: center;
        align-items: center
    }
}

._logo-repeater-w-left-content .carousel-inner .carousel-item-next,
._logo-repeater-w-left-content .carousel-inner .carousel-item-prev,
._logo-repeater-w-left-content .carousel-inner .carousel-item.active {
    display: flex;
    background-color: #ecf2f6
}

._logo-repeater-w-left-content .carousel-inner .carousel-item-left,
._logo-repeater-w-left-content .carousel-inner .carousel-item-right {
    transform: translateX(0)
}

._manage-and-support.customers-pg {
    padding-bottom: 0;
    margin-bottom: -79px
}

._manage-and-support.width1670 {
    max-width: 1670px;
    max-width: 104.375rem;
    width: 100%
}

._manage-and-support.width1670.support-services {
    margin-top: -7.8125rem
}

._manage-and-support.support-services .col-md-6 {
    margin-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex
}

._manage-and-support.support-services .col-md-6 .icon-3-div {
    display: flex;
    flex-direction: column
}

._manage-and-support.support-services .col-md-6 .icon-3-div .icon-3-div-content {
    flex: 1 1 auto
}

._manage-and-support.support-services .col-md-6 h3 {
    min-height: 85px
}

._manage-and-support.support-services .col-md-6 p {
    min-height: 75px
}

._manage-and-support .top-yellow-line-head h2 {
    font-family: Eina01-Bold;
    color: #333f48;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    margin-bottom: 2.5rem;
    text-align: center;
    padding-top: 10px
}

._manage-and-support .top-yellow-line-head h2:before {
    content: "";
    width: 40px;
    height: 8px;
    background-color: #fead00;
    display: block;
    border-radius: 10px;
    position: relative;
    top: -12px;
    margin: auto
}

._manage-and-support .icon-3-div-content h3 a {
    color: #333f48;
    text-decoration: none;
    font-family: Eina01-SemiBold
}

._manage-and-support .icon-3-div-content h3 a:hover {
    color: #0057b8;
    text-decoration: underline
}

._manage-and-support .icon-3-div-content p a {
    color: #333f48;
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._manage-and-support .icon-3-div-content p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover)
}

@media (max-width:768px) {
    ._manage-and-support.customers-pg {
        margin-bottom: 0
    }
}

@media (min-width:768px) {

    ._manage-and-support.net-cloud-area.support-services .col-md-2,
    ._manage-and-support.support-services .col-md-2 {
        -ms-flex: 0 0 10.666667%;
        flex: 0 0 10.666667%;
        max-width: 10.666667%
    }

    ._manage-and-support.net-cloud-area.support-services .col-md-2 .col,
    ._manage-and-support.support-services .col-md-2 .col {
        margin-bottom: 0
    }

    .support-services .col-md-5 {
        -ms-flex: 0 0 44.666667%;
        flex: 0 0 44.666667%;
        max-width: 44.666667%;
        min-height: 990px;
        min-height: 61.875rem
    }

    .support-services-section3 {
        margin-top: -32px
    }
}

@media (max-width:1200px) {
    .support-services .col-md-5 {
        min-height: 1149px
    }
}

@media (max-width:768px) {
    .cradlepoint-page .support-services .col-md-6 {
        display: block
    }

    .cradlepoint-page .support-services .col-md-6 p {
        min-height: auto
    }

    .cradlepoint-page.downloads .width1670.support-services {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .support-services .col-md-5 {
        min-height: inherit;
        margin-top: -41px
    }
}

._form .custom-marketo-form .mktoButton {
    padding: 15px 25px !important;
    background-color: #333f48 !important;
    color: #fff !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-top: 20px
}

._form .custom-marketo-form .mktoButton:hover {
    background-color: #fff !important;
    color: #333f48 !important;
    box-shadow: inset 0 0 0 2px #333f48 !important;
    -webkit-box-shadow: inset 0 0 0 2px #333f48 !important;
    -moz-box-shadow: inset 0 0 0 2px #333f48 !important
}

._masonry-layout .grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 0;
    grid-auto-rows: minmax(250px, auto);
    grid-auto-columns: minmax(250px, auto);
    grid-auto-flow: dense;
    padding: 0
}

._masonry-layout .grid-item {
    color: #000;
    border: none;
    text-align: center;
    background-color: #eee
}

._masonry-layout .grid-item>div {
    position: relative;
    height: 100%
}

._masonry-layout .grid-item.sunset-yellow {
    background-color: #ffad00
}

._masonry-layout .grid-item.charcoal-grey {
    background-color: #333f48
}

._masonry-layout .grid-item--width2 {
    grid-column: span 2
}

._masonry-layout .grid-item--height2 {
    grid-row: span 2
}

._masonry-layout .grid-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 2rem
}

._masonry-layout .grid-inner .centered {
    justify-self: center;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto
}

._masonry-layout .grid-inner h4 {
    margin-bottom: unset
}

._masonry-layout .grid-image {
    transition: transform .2s;
    overflow: hidden;
    height: 100%
}

._masonry-layout .grid-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out, transform 1s ease-in-out;
    transform-origin: 65% 75%;
    transform: scale(1);
    opacity: 1
}

._masonry-layout .grid-image .grid-inner {
    position: relative;
    height: 100%;
    width: 100%
}

._masonry-layout .grid-image .bottom-right {
    align-self: flex-end
}

._masonry-layout .grid-image:hover img {
    transform: scale(1.25);
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out
}

@media screen and (max-width:425px) {
    ._masonry-layout .grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(196.5px, 1fr));
        grid-auto-rows: minmax(196.5px, auto);
        grid-auto-columns: minmax(196.5px, auto)
    }
}

@media screen and (max-width:320px) {
    ._masonry-layout .grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
        grid-auto-rows: minmax(144px, auto);
        grid-auto-columns: minmax(144px, auto)
    }
}

.popover .popover-body {
    font-size: 15px;
    font-family: Eina01-Regular;
    padding: 1.875rem
}

.popover .popover-body p {
    margin: 10px 0
}

.popover .popover-body hr {
    background-color: #ffad00 !important;
    height: 2px;
    border: none;
    margin: unset
}

._multi-column-profile.leadershipbg .direct-imgbg,
._multi-column-profile.leadershipbg .imgbg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/leadership_bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 261px;
    justify-content: center
}

._multi-column-profile.leadershipbg .direct-imgbg h3,
._multi-column-profile.leadershipbg .imgbg h3 {
    font-size: 40px;
    font-family: Eina01-Bold;
    line-height: 42px
}

._multi-column-profile.leadershipbg .direct-imgbg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/directors_bg.webp)
}

._multi-column-profile.leadershipbg .direct-imgbg h3 {
    margin-top: 60px
}

._multi-column-profile.leadershipbg h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
    margin-bottom: 2px;
    padding-top: 3px
}

._multi-column-profile.leadershipbg p {
    font-size: 16px
}

._multi-column-profile.leadershipbg .row .offset-top-102 {
    margin-top: -102px
}

._multi-column-profile.leadershipbg .row .offset-top-26 {
    margin-top: -26px
}

._multi-column-profile.leadershipbg .row .social-icon.img-area {
    margin-top: 3px
}

._multi-column-profile.leadershipbg .hasimg:hover {
    cursor: pointer
}

._multi-column-profile.leadershipbg .hasimg:hover img {
    box-shadow: 0 6px 31px #333f48;
    -moz-box-shadow: 0 6px 31px #333f48;
    -webkit-box-shadow: 0 6px 31px #333f48;
    -o-box-shadow: 0 6px 31px #333f48;
    border-radius: 6px
}

._multi-column-profile.leadershipbg .hasimg .cont-area {
    margin-bottom: auto;
    margin-top: 30px
}

._multi-column-profile.leadershipbg .row .imgbg {
    margin-bottom: -50px;
    background-image: url(/wp-content/uploads/2020/04/directors.webp)
}

.customers-pg._manage-and-support+.commercial-top.health-care .padding-md.featured-profile,
.net-cloud-area.customers-pg+.commercial-top.health-care .padding-md.featured-profile {
    padding-top: 0
}

.modal.show.showLeaderInfo .content p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-size: inherit;
    font-family: Eina01-SemiBold !important;
    text-decoration: none
}

.modal.show.showLeaderInfo .content p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

.modal.show.showLeaderInfo .content h1 a,
.modal.show.showLeaderInfo .content h2 a,
.modal.show.showLeaderInfo .content h3 a,
.modal.show.showLeaderInfo .content h4 a,
.modal.show.showLeaderInfo .content h5 a,
.modal.show.showLeaderInfo .content h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

.modal.show.showLeaderInfo .content h1 a:hover,
.modal.show.showLeaderInfo .content h2 a:hover,
.modal.show.showLeaderInfo .content h3 a:hover,
.modal.show.showLeaderInfo .content h4 a:hover,
.modal.show.showLeaderInfo .content h5 a:hover,
.modal.show.showLeaderInfo .content h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

.modal.show .modal-dialog .modal-header {
    border: none
}

.modal.show .modal-dialog .modal-header button span {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-right: 1rem
}

.modal.show .modal-dialog .padding-xl2-bottom {
    padding-bottom: 2.875rem
}

.modal.show .modal-dialog .row img {
    margin-bottom: 1.875rem
}

.modal.show .modal-dialog h3 {
    display: block;
    width: 100%;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: Eina01-Bold
}

.modal.show .modal-dialog h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Eina01-SemiBold;
    width: 100%;
    display: block
}

.modal.show .modal-dialog p {
    font-size: 16px;
    font-size: 1rem
}

.modal.show .modal-dialog a {
    font-size: 14px;
    font-size: .875rem;
    font-family: Eina01-SemiBold;
    margin-right: 1.9375rem;
    margin-bottom: .75rem
}

.modal.show .modal-dialog hr {
    margin-top: 1.6875rem;
    margin-bottom: 1.875rem;
    max-width: 100px;
    max-width: 6.25rem;
    margin-left: 5px
}

.modal.show .modal-dialog .p-60 {
    padding: 0 3.75rem
}

.modal.show.showLeaderInfo .modal-dialog {
    max-width: 1080px;
    max-width: 67.5rem
}

.modal.show.showLeaderInfo .modal-dialog .modal-content {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/popupbg.webp);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left
}

.modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body {
    padding-top: 0
}

.modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body .row img {
    margin-top: -1.5625rem
}

.modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body .row .col-md-7 {
    padding: 0 3.4375rem 3.9375rem 0
}

.modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body .row .col-md-7 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 1.625rem
}

.modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body .row .col-md-7 h3 {
    margin-bottom: 7px
}

.modal.show.showLeaderInfo .modal-dialog .modal-content .modal-body .row .col-md-7 h3 a.link-social {
    margin-left: 15px
}

._multi-column-text-linked-in.leadershipbg.director-section {
    margin-bottom: 53px;
    margin-top: -46px
}

._multi-column-text-linked-in.leadershipbg.director-section .social-icon-area p {
    white-space: pre-line
}

._multi-column-text-linked-in.leadershipbg.director-section .social-icon-area a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._multi-column-text-linked-in.leadershipbg.director-section .social-icon-area a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._multi-column-text-linked-in.leadershipbg .direct-imgbg,
._multi-column-text-linked-in.leadershipbg .imgbg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/leadership_bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 261px;
    justify-content: center
}

._multi-column-text-linked-in.leadershipbg .direct-imgbg h3,
._multi-column-text-linked-in.leadershipbg .imgbg h3 {
    font-size: 40px;
    font-family: Eina01-Bold;
    line-height: 52px;
    margin-top: 30px
}

._multi-column-text-linked-in.leadershipbg .direct-imgbg h3 {
    margin-top: 51px
}

._multi-column-text-linked-in.leadershipbg .direct-imgbg.col4 {
    margin-bottom: 9px !important
}

._multi-column-text-linked-in.leadershipbg .row .col4 {
    margin-bottom: 34px
}

._manage-and-support,
.net-cloud-area {
    color: #333f48;
    text-align: center;
    max-width: 1450px;
    max-width: 90.625rem;
    margin: -.9375rem auto auto;
    padding: 0 1.25rem
}

.customers-pg._manage-and-support .col,
.net-cloud-area.customers-pg .col {
    padding: 0 3rem
}

.customers-pg._manage-and-support h3,
.net-cloud-area.customers-pg h3 {
    padding: 1.1875rem 0 0;
    margin-bottom: 1px
}

.contact-icon-area._manage-and-support h3,
.net-cloud-area.contact-icon-area h3 {
    padding-bottom: 10px
}

.net-cloud-area.support-services .icon-3-div h3,
.support-services._manage-and-support .icon-3-div h3 {
    padding-top: 11px
}

.leadershipbg._manage-and-support,
.net-cloud-area.leadershipbg {
    margin: -5rem auto auto
}

._manage-and-support .col,
._manage-and-support .col4,
.net-cloud-area .col,
.net-cloud-area .col4 {
    margin-bottom: 3.125rem;
    justify-content: space-between;
    flex-direction: column;
    display: flex
}

._manage-and-support .col4 img,
._manage-and-support .col img,
.net-cloud-area .col4 img,
.net-cloud-area .col img {
    margin: auto
}

._manage-and-support .downloads-btn,
.net-cloud-area .downloads-btn {
    padding: .875rem 1.4375rem .8125rem;
    align-self: center
}

._manage-and-support p,
.net-cloud-area p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem
}

._manage-and-support h3,
.net-cloud-area h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: Eina01-Bold;
    padding: 1.1875rem 0 .375rem
}

@media (max-width:768px) {

    .cradlepoint-page.downloads .leadershipbg .direct-imgbg,
    .cradlepoint-page.downloads .leadershipbg .imgbg {
        background-size: contain
    }
}

@media (max-width:767px) {
    ._multi-column-text-linked-in.leadershipbg .direct-imgbg.col4 {
        margin-bottom: -25px !important
    }
}

._testimonial .video-link {
    cursor: pointer !important
}

._testimonial.has_video,
._testimonial .has_video {
    position: static
}

._testimonial.has_video .video-link,
._testimonial .has_video .video-link {
    cursor: pointer
}

._testimonial.has_video .video-link:after,
._testimonial .has_video .video-link:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(//img.cradlepoint.com/wp-content/uploads/2020/04/video-play-icon-1.webp?tr=lo-true);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

._testimonial .visio {
    background-size: cover;
    min-height: 24rem
}

._testimonial.featured-profile {
    display: flex;
    flex-direction: row
}

._testimonial.featured-profile .content-section .quote-wrapper .quote {
    max-width: unset
}

._testimonial.featured-profile .content-section .quote-wrapper .quote a {
    color: #fff
}

._testimonial.featured-profile .content-section .quote-wrapper .quote a:hover {
    text-decoration: underline;
    color: #fff
}

._testimonial.testi_carousel {
    margin-bottom: 70px
}

._testimonial.testi_carousel .carousel .carousel-indicators {
    justify-content: center;
    bottom: -55px;
    position: absolute
}

._testimonial.testi_carousel .carousel .carousel-indicators li {
    width: 12px;
    height: 12px
}

._testimonial.testi_carousel .carousel .carousel-indicators li.active {
    background-color: #333f48
}

._testimonial.testi_carousel .carousel .carousel-inner .carousel-item {
    min-height: 510px
}

._testimonial.testi_carousel .carousel .carousel-inner .carousel-item .quote-wrapper .quote {
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: none;
    flex-direction: column;
    display: inline-block
}

._testimonial.testi_carousel .carousel-inner {
    width: 93%
}

._testimonial.testi_carousel .featured-profile {
    padding: 0
}

._testimonial.testi_carousel #carouselTesti {
    padding: 0;
    justify-content: center;
    display: flex
}

._testimonial.testi_carousel .carousel-control-prev {
    left: 10px
}

._testimonial.testi_carousel .carousel-control-next,
._testimonial.testi_carousel .carousel-control-prev {
    width: 36px;
    opacity: .5;
    color: #333f48
}

._testimonial.testi_carousel .carousel-control-next i,
._testimonial.testi_carousel .carousel-control-prev i {
    font-size: 60px;
    right: 10px
}

._testimonial.testi_carousel .carousel-control-next:hover,
._testimonial.testi_carousel .carousel-control-prev:hover {
    color: #333f48;
    opacity: 1
}

._testimonial.testi_carousel .carousel-control-next {
    right: 10px
}

._testimonial.testi_carousel .carousel-control-prev i {
    position: relative;
    left: 0
}

._testimonial.testi_carousel .carousel-control-next-icon,
._testimonial.testi_carousel .carousel-control-prev-icon {
    background: none
}

.quote-logo {
    bottom: 0;
    width: 100%
}

.quote-logo img {
    margin-right: 32px
}

@media (max-width:1366px) {
    ._testimonial.testi_carousel .carousel-inner {
        width: 90%
    }
}

@media (min-width:992px) {
    ._testimonial.featured-profile {
        display: flex;
        flex-direction: row
    }

    ._testimonial.featured-profile .content-section .quote-wrapper .quote {
        padding: 95px 70px
    }

    ._testimonial.testi_carousel .carousel .carousel-inner .carousel-item .quote-wrapper .quote {
        padding: 95px 70px;
        min-height: 500px
    }
}

@media (max-width:1570px) {
    ._testimonial.testi_carousel .featured-profile .content-section .quote-wrapper .quote {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (max-width:1210px) {
    ._testimonial.testi_carousel .featured-profile .content-section .quote-wrapper .quote {
        font-size: 26px;
        line-height: 41px
    }
}

@media (max-width:992px) {
    ._testimonial.testi_carousel .carousel .carousel-inner .carousel-item .visio.video-link {
        height: auto
    }
}

@media (max-width:991px) {
    ._testimonial.featured-profile {
        display: flex;
        flex-direction: column
    }
}

@media (max-width:440px) {
    .cradlepoint-page .padding-xl2-top.commercial-top {
        margin-top: -387px
    }

    .quote-wrapper .quote {
        padding: 40px
    }
}

@media (max-width:500px) {
    .quote {
        font-size: 4.2vw;
        line-height: 6.2vw
    }
}

@media (max-width:767px) {
    ._testimonial .flex.quote-logo {
        flex-flow: row
    }
}

@media (max-width:620px) {
    .cradlepoint-page .padding-xl2-top.commercial-top {
        margin-top: -461px
    }
}

@media (max-width:768px) {
    .featured-profile .quote-logo img {
        margin-right: 32px;
        width: 145px
    }

    .quote {
        font-size: 3.2vw;
        line-height: 5.2vw
    }

    .featured-profile .padding-xxl-right {
        padding-right: 20px
    }

    .featured-profile .padding-xxl-left {
        padding-left: 35px
    }

    ._testimonial.testi_carousel .carousel-control-next,
    ._testimonial.testi_carousel .carousel-control-prev {
        display: none
    }

    ._testimonial.has_video .video-link:after {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .quote {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 44px;
        line-height: 2.75rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .quote {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 44px;
        line-height: 2.75rem
    }
}

@media (max-width:670px) {
    ._testimonial.testi_carousel .carousel .carousel-inner .carousel-item .quote-wrapper .quote {
        font-size: 3.8vw;
        line-height: 6vw
    }
}

@media (max-width:530px) {
    ._testimonial.testi_carousel .carousel .carousel-inner .carousel-item .quote-wrapper .quote {
        font-size: 3.8vw;
        line-height: 6vw
    }

    ._testimonial.testi_carousel .bg-dark-gray .text-wrapper br {
        display: none
    }

    ._testimonial.testi_carousel span.body-medium,
    ._testimonial.testi_carousel strong.semibold {
        font-size: 2.8vw;
        line-height: 5vw;
        display: block
    }
}

._video {
    background-size: cover;
    background-position: 50%;
    min-height: 909px;
    min-height: 56.8125rem;
    position: relative;
    display: flex;
    justify-content: center
}

._video:hover {
    cursor: pointer
}

._video.hideAfter:after {
    display: none !important
}

._video.hideAfter iframe.opacity-zero {
    opacity: 1
}

._video iframe {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute
}

._video iframe.opacity-zero {
    opacity: 0
}

._video:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 45vw;
    height: 100%;
    background-image: url(//img.cradlepoint.com/wp-content/uploads/2020/04/video-play-icon-1.webp?tr=lo-true);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.demo-page-video-section {
    margin-top: 48px;
    background-position: top;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 142px
}

.demo-page-video-section,
.demo-page-video-section .video-player {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover
}

.demo-page-video-section .video-player {
    margin: auto;
    bottom: -140px;
    box-shadow: 0 0 38px #1b2125;
    border-radius: 13px;
    min-height: 740px;
    max-width: 1279px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.demo-page-video-section .video-player:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 45vw;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.demo-page-video-section .video-player:hover {
    cursor: pointer
}

._video.has-width-max {
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    width: 95%;
    min-height: 805px
}

@media (max-width:1800px) {
    ._video.has-width-max {
        min-height: 45vw
    }
}

@media (min-width:1200px) {
    .demo-page-video-section .video-player {
        min-height: 740px
    }
}

@media (max-width:1199px) {
    .demo-page-video-section .video-player {
        min-height: 421px
    }
}

@media (max-width:767px) {
    ._video:after {
        width: 510px
    }

    .demo-page-video-section .video-player {
        min-height: 194px
    }
}

._40-60-content-image.support-subscriptions-row2 {
    background-size: cover;
    margin-top: 58px
}

._40-60-content-image.support-subscriptions-row2 .col-md-7 {
    position: relative
}

._40-60-content-image.support-subscriptions-row2 .col-md-7 img {
    position: relative;
    right: -24px;
    top: -66px
}

._40-60-content-image.support-subscriptions-row2 .col-md-5 {
    padding: 150px 0 100px 115px
}

._40-60-content-image.support-subscriptions-row2 .col-md-5 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._40-60-content-image.support-subscriptions-row2 .col-md-5 h2 {
    color: #fff;
    font-family: Eina01-Bold;
    font-size: 36px;
    margin-bottom: 25px
}

._40-60-content-image.support-subscriptions-row2 .col-md-5 ul {
    list-style: none;
    margin-bottom: 62px;
    padding-left: 0
}

._40-60-content-image.support-subscriptions-row2 .col-md-5 ul li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    color: #fff
}

._40-60-content-image.support-subscriptions-row2 .col-md-5 ul li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #fdac00
}

@media (max-width:1300px) {
    .cradlepoint-page.downloads .support-subscriptions-row2 .col-md-7 img {
        position: static;
        right: 0;
        top: 0
    }

    .cradlepoint-page.downloads .support-subscriptions-row2 .col-md-5 {
        padding: 60px 0 60px 60px
    }
}

@media (max-width:768px) {
    .cradlepoint-page.downloads .support-subscriptions-row2 .col-md-5 h2 {
        font-size: 28px
    }

    .cradlepoint-page.downloads .support-subscriptions-row2 .col-md-7 img {
        position: relative;
        left: -24px
    }

    .cradlepoint-page.downloads .support-subscriptions-row2 .col-md-5 {
        padding: 60px 60px 0
    }
}

body.cradlepoint-page ._packages.support-subscriptions-service {
    margin: 68px auto 0;
    max-width: none !important
}

body.cradlepoint-page ._packages.support-subscriptions-service .container .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 0 20px
}

body.cradlepoint-page ._packages.support-subscriptions-service .container .row .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-flow: column nowrap;
    margin-right: 15px;
    padding: 0
}

body.cradlepoint-page ._packages.support-subscriptions-service .container .row .col:first-child {
    margin-left: 15px
}

body.cradlepoint-page ._packages.support-subscriptions-service .container .row .col:last-child {
    margin-right: 15px
}

body.cradlepoint-page ._packages.support-subscriptions-service .container .row .col img {
    width: 100%;
    height: 100%
}

body.cradlepoint-page ._packages.support-subscriptions-service .container .row .col img.with-gif-hover {
    height: unset;
    object-fit: contain
}

body.cradlepoint-page ._packages.support-subscriptions-service .col-md-4 {
    padding: 0 15px;
    display: flex
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 16px;
    border: 4px solid #333f48;
    border-radius: 6px;
    text-align: center;
    padding: 25px 32px 0;
    min-height: 391px;
    max-width: 336px;
    width: 100%;
    margin: 0 auto 40px;
    transition: transform .2s
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss:hover {
    border: 6px solid #ffad00;
    margin-top: 0;
    box-shadow: 0 62px 132px #ffad00;
    transform: scale(1.03);
    transition: box-shadow .3s ease-in-out;
    padding: 23px 30px 0;
    margin-bottom: 38px
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss:hover h3 {
    color: #ffad00
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss .button-area {
    margin-top: auto
}

.blog_single_v2 .content .blog-content body.cradlepoint-page ._packages.support-subscriptions-service .box-sss .button-area #btn-back-to-blog,
.custom-marketo-form body.cradlepoint-page ._packages.support-subscriptions-service .box-sss .button-area .mktoButton,
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss .button-area .blog_single_v2 .content .blog-content #btn-back-to-blog,
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss .button-area .btn,
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss .button-area .custom-marketo-form .mktoButton {
    margin-top: 30px;
    margin-bottom: 45px
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h3 {
    font-size: 60px;
    font-family: Eina01-Bold;
    margin-bottom: 12px
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss strong {
    font-size: 20px;
    line-height: 24px;
    font-family: Eina01-SemiBold;
    margin-bottom: 50px;
    display: block
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: flex;
    margin: 0 auto;
    margin-bottom: 0 !important;
    flex-direction: row;
    flex-wrap: wrap
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss p:last-child {
    margin-bottom: 32px !important
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss p span {
    display: block;
    margin-bottom: 10px
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h1 a:not(.btn),
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h2 a:not(.btn),
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h3 a:not(.btn),
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h4 a:not(.btn),
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h5 a:not(.btn),
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h6 a:not(.btn) {
    border-bottom: none;
    padding-bottom: 0;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    line-height: 36px
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h1 a:not(.btn):hover,
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h2 a:not(.btn):hover,
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h3 a:not(.btn):hover,
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h4 a:not(.btn):hover,
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h5 a:not(.btn):hover,
body.cradlepoint-page ._packages.support-subscriptions-service .box-sss h6 a:not(.btn):hover {
    color: #0057b8;
    border-color: #0057b8;
    text-decoration: underline
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    line-height: 36px
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss .button-area a {
    color: #fff;
    padding: 15px 25px;
    font-family: Eina01-Bold;
    font-size: 14px;
    border: none
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss ul li a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

body.cradlepoint-page ._packages.support-subscriptions-service .box-sss ul li a:hover {
    color: var(--link-color-secondary-a-hover)
}

body ._packages a {
    font-family: Eina01-SemiBold;
    font-size: inherit;
    color: rgba(51, 63, 72, .8);
    text-decoration: underline;
    text-decoration-style: dotted
}

body ._packages a:hover {
    color: #009a44;
    opacity: 1
}

body ._packages h1 a,
body ._packages h2 a,
body ._packages h3 a,
body ._packages h4 a,
body ._packages h5 a,
body ._packages h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none
}

body ._packages h1 a:hover,
body ._packages h2 a:hover,
body ._packages h3 a:hover,
body ._packages h4 a:hover,
body ._packages h5 a:hover,
body ._packages h6 a:hover {
    color: #0057b8;
    text-decoration-color: #0057b8;
    text-decoration: underline;
    text-decoration-style: solid
}

@media (max-width:1200px) {
    ._packages.support-subscriptions-service .container .row .col {
        flex-basis: auto;
        flex-grow: 0;
        max-width: 50%;
        margin: auto !important
    }
}

@media (max-width:768px) {
    ._packages.support-subscriptions-service .container .row .col {
        max-width: 90%
    }
}

._carousel.support-subscriptions-how {
    margin-top: 55px;
    padding: 0 40px
}

._carousel.support-subscriptions-how.ssh-2row .head-cont p {
    max-width: 1097px;
    margin: auto;
    text-align: center
}

._carousel.support-subscriptions-how.ssh-2row .box-container-slider {
    height: auto !important;
    width: 98%;
    max-width: 1280px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: 1px 2px 71px #dbdbdb;
    margin: auto
}

._carousel.support-subscriptions-how.ssh-2row p a {
    font-family: Eina01-Bold
}

._carousel.support-subscriptions-how.bg-ssh {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/how.webp);
    background-repeat: no-repeat;
    background-position: bottom
}

._carousel.support-subscriptions-how .vertical-line-120 {
    width: 1px;
    height: 120px;
    background-color: #ffad00;
    margin: auto auto 0
}

._carousel.support-subscriptions-how h3 {
    font-size: 36px;
    font-family: Eina01-Bold;
    text-align: center;
    max-width: 592px;
    margin: 50px auto 20px
}

._carousel.support-subscriptions-how h3 span {
    color: #ffad00;
    display: block
}

._carousel.support-subscriptions-how .box-container-slider-main {
    position: relative;
    max-width: 1413px;
    margin: 50px auto
}

._carousel.support-subscriptions-how .box-container-slider-main .carousel {
    position: static
}

._carousel.support-subscriptions-how .box-container-slider-main .carousel .carousel-indicators {
    display: block;
    left: 100%;
    top: 45%;
    position: absolute
}

._carousel.support-subscriptions-how .box-container-slider-main .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-bottom: -10px
}

._carousel.support-subscriptions-how .box-container-slider-main .carousel .carousel-indicators li.active {
    background-color: #333f48
}

.ios ._carousel.support-subscriptions-how.bg-ssh,
.macos.support-subscriptions-how.bg-ssh {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/how.png)
}

._detail-list-w-yellow-bg.section-detail-list.yellow-bg {
    position: relative
}

._detail-list-w-yellow-bg.section-detail-list.yellow-bg>.container {
    position: relative;
    z-index: 1
}

._detail-list-w-yellow-bg.section-detail-list.yellow-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 764px;
    background-color: #fead00
}

._detail-list-w-yellow-bg.section-detail-list .list-wrap {
    max-width: 860px;
    margin-top: 146px;
    background-color: #fff;
    padding: 8% 11% 8% 8%
}

._detail-list-w-yellow-bg.section-detail-list .detail-item {
    margin-bottom: 85px
}

._detail-list-w-yellow-bg.section-detail-list .detail-item:last-child {
    margin-bottom: 0
}

._detail-list-w-yellow-bg.section-detail-list .detail-item:before {
    content: "";
    display: block;
    width: 40px;
    height: 12px;
    background-color: #fead00;
    margin-bottom: 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}

._detail-list-w-yellow-bg.section-detail-list .detail-item h3 {
    font-family: Eina01-Bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px
}

._detail-list-w-yellow-bg.section-detail-list .detail-item p {
    font-family: Eina01-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333f48
}

._detail-list-w-yellow-bg.section-detail-list .detail-item a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

@media (max-width:1199.98px) and (min-width:992px) {
    .cradlepoint-page ._detail-list-w-yellow-bg .container {
        max-width: 100%
    }
}

@media (max-width:991px) {
    ._detail-list-w-yellow-bg.section-detail-list .list-wrap {
        margin-top: 100%;
        padding: 8%;
        width: 100%
    }

    ._detail-list-w-yellow-bg.section-detail-list .branch-details-bg {
        background-size: contain
    }
}

@media (max-width:991px) and (min-width:768px) {
    .cradlepoint-page ._detail-list-w-yellow-bg .container {
        max-width: 720px
    }
}

.hubs-embedded #collection-items .tile.single {
    display: flex !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    width: 100% !important;
    flex-direction: column !important;
    margin: 30px 0 !important;
    flex-grow: 1 !important;
    height: unset !important;
    max-height: unset !important;
    border-radius: 6px !important;
    transition: all .3s ease-in-out !important
}

.hubs-embedded #collection-items .tile.single .img {
    position: relative !important;
    width: 100% !important;
    padding: 30px 30px 0 !important;
    box-sizing: border-box !important;
    height: auto !important;
    max-height: unset !important;
    overflow: hidden !important
}

.hubs-embedded #collection-items .tile.single .img img {
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    min-height: unset !important
}

.hubs-embedded #collection-items .tile.single div.description {
    position: relative !important;
    padding: 10px 30px 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: auto !important;
    max-height: unset !important;
    overflow: hidden;
    margin-bottom: 30px !important
}

.hubs-embedded #collection-items .tile.single .description .friendly-timestamp {
    display: none !important
}

.hubs-embedded #collection-items .tile.single .description .uf-tile-tag {
    transition: all .1s ease-in-out;
    margin-top: -10px !important;
    margin-bottom: 5px !important
}

.hubs-embedded #collection-items .tile.single .description .uf-tile-tag .uf-tag {
    display: inline-block !important;
    font-family: Eina01-Bold, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: #333f48 !important;
    font-size: 12px !important;
    margin-right: 10px !important;
    text-transform: uppercase !important;
    opacity: .6 !important;
    line-height: 18px !important;
    letter-spacing: 1px !important
}

.hubs-embedded #collection-items .tile.single .description .uf-tile-tag .uf-tag:before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 10px;
    background-color: #0d5ca9
}

.hubs-embedded #collection-items .tile.single .description .h3like,
.hubs-embedded #collection-items .tile.single .description h3 {
    display: inline !important;
    font-weight: 500 !important;
    font-family: Eina01-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px !important;
    color: #333f48 !important;
    transition: color .3s ease-out, border-bottom-color .3s ease-out;
    border-bottom: 1.2px solid transparent;
    margin: 5px 0 15px !important;
    padding: 0 !important;
    line-height: 1.875rem !important
}

.hubs-embedded #collection-items .tile.single .description .long-h3,
.hubs-embedded #collection-items .tile.single .description h4 {
    display: block !important;
    font-size: 16px !important;
    font-family: Eina01-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333f48 !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    line-height: 1.5rem !important
}

.hubs-embedded #collection-items .tile.single .cta-container {
    left: 50px !important
}

.hubs-embedded #collection-items .tile.single a.item-link.view {
    display: none !important
}

.hubs-embedded #collection-items .tile.single:hover {
    cursor: pointer;
    z-index: 99 !important;
    box-shadow: 0 20px 30px rgba(0, 87, 184, .2) !important
}

.hubs-embedded #collection-items .tile.single:hover .description .h3like,
.hubs-embedded #collection-items .tile.single:hover .description h3 {
    color: #0057b8 !important;
    border-bottom: 1.2px solid #0056b3
}

.hubs-embedded #collection-items .tile#loading-notifier,
.hubs-embedded #collection-items .tile.single:hover .share-single {
    display: none !important
}

@media only screen and (min-width:768px) {
    .hubs-embedded #collection-items .tile.single {
        flex: 0 0 33.33333% !important;
        max-width: 33.33333% !important
    }
}

div.hubs-embedded {
    margin-right: -15px !important;
    margin-left: -15px !important;
    display: flex !important;
    justify-content: center !important
}

div.hubs-embedded div#collection-items {
    padding: 0 !important;
    max-width: calc(91.6667% + 60px) !important;
    box-sizing: content-box !important;
    width: calc(91.66667% + 30px) !important;
    max-width: 100% !important
}

div.hubs-embedded div#collection-items>ul {
    overflow: hidden;
    flex-wrap: wrap !important;
    padding: 20px !important
}

div.hubs-embedded div#collection-items .clearfix:after,
div.hubs-embedded div#collection-items .clearfix:before {
    content: none !important
}

@media only screen and (min-width:768px) {
    div.hubs-embedded div#collection-items>ul {
        display: flex !important
    }
}

div.uf-stream-embed-single.hubs-embedded {
    flex-basis: 33.333%;
    max-width: 33.333%;
    margin: 0 !important
}

div.hubs-embedded.uf-stream-embed-single #collection-items {
    width: 100% !important
}

div.hubs-embedded.uf-stream-embed-single #collection-items ul {
    height: 100%;
    padding: 0 !important
}

div.hubs-embedded.uf-stream-embed-single #collection-items .tile.single {
    max-width: 100% !important;
    flex: 0 0 100% !important
}

div.hubs-embedded.uf-stream-embed-single #collection-items .tile.single:not(:first-child) {
    display: none !important
}

._latest-products.network-icons {
    margin-bottom: 80px
}

._latest-products.network-icons .container {
    max-width: 1665px;
    width: 100%
}

._latest-products.network-icons .container h1,
._latest-products.network-icons .container h2 {
    font-family: Eina01-Bold;
    margin-bottom: 60px
}

._latest-products.network-icons .container h1 {
    font-size: 42px;
    line-height: 54px
}

._latest-products.network-icons .container h2 {
    font-size: 36px;
    line-height: 48px
}

._latest-products.network-icons .container .network-icon-cont {
    transition: transform .4s;
    border: 4px solid #d6d9da;
    margin-right: 19px;
    margin-left: 19px;
    margin-bottom: 60px;
    padding: 30px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

._latest-products.network-icons .container .network-icon-cont:hover {
    border: 8px solid #ffad00;
    transform: scale(1.03)
}

._latest-products.network-icons .container .center-box {
    justify-content: center;
    flex-flow: wrap;
    align-content: center
}

._latest-products.antenna-top-icon .network-icons {
    margin-bottom: 70px
}

._latest-products.antenna-top-icon .container {
    max-width: 1457px
}

._latest-products.antenna-top-icon .container .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px
}

._latest-products.antenna-top-icon .container .network-icon-cont {
    transition: transform .4s;
    border: 6px solid #d6d9da;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    height: auto;
    padding: 33px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex-flow: column nowrap;
    text-align: center;
    min-height: 415px;
    cursor: pointer;
    justify-content: flex-start
}

._latest-products.antenna-top-icon .container .network-icon-cont:hover {
    border: 6px solid #ffad00;
    transform: scale(1.03)
}

._latest-products.antenna-top-icon .container .network-icon-cont p {
    margin-bottom: 0
}

._latest-products.antenna-top-icon .container .network-icon-cont strong {
    font-size: 26px;
    line-height: 32px
}

._latest-products.antenna-top-icon .container .network-icon-cont img {
    margin-top: auto;
    margin-bottom: 5px
}

._latest-products.antenna-top-icon .container .network-icon-cont .img-area {
    min-height: 171px
}

._latest-products.antenna-top-icon .container .network-icon-cont a {
    margin-top: auto;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 25px
}

.section-product-compare+script+.clear+.separator,
.section-product-compare+script+script+.clear+.separator {
    z-index: 0
}

.section-product-compare .compare-container-grid .clear-selection-filter {
    color: #005a9e;
    font-size: 16px;
    font-family: Eina01-SemiBold;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none
}

.section-product-compare .compare-container-grid .clear-selection-filter i {
    padding: 5px 7px;
    border: 1px solid;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 7px
}

.section-product-compare .region-link {
    font-size: 14px;
    display: block;
    margin-top: 15px
}

.section-product-compare .additional-details a:not(.btn):hover,
.section-product-compare .region-link:hover {
    text-decoration-color: inherit
}

.section-product-compare .span {
    font-size: 14px;
    display: block;
    margin-top: 15px
}

.section-product-compare .btn-compare {
    background-color: #333f48
}

.section-product-compare .btn-compare[data-compare=disabled] {
    cursor: none;
    pointer-events: none;
    background-color: #d6d8da;
    color: #fff
}

.section-product-compare .product-inner-row {
    overflow: hidden;
    min-height: 100%
}

.section-product-compare .product-inner-row .product-col-item .product-item-link {
    padding: 24px 30px 40px;
    cursor: pointer;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}

.section-product-compare .product-inner-row .product-col-item .product-item-link .more {
    color: #333f48;
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

.section-product-compare .product-inner-row .product-col-item .product-item-link .more:hover {
    border-bottom: 1px dotted var(--link-color-secondary-a-hover);
    color: var(--link-color-secondary-a-hover)
}

.section-product-compare .product-inner-row .product-col-item .product-item-link .checkbox {
    height: 34px
}

.section-product-compare .product-inner-row .product-col-item .product-item-link .checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 0;
    height: 0;
    background-color: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 2px solid #d6d9db;
    cursor: pointer;
    outline: none;
    visibility: hidden;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out
}

.section-product-compare .product-inner-row .product-col-item .product-item-link .checkbox input[type=checkbox]:checked {
    width: 28px;
    height: 28px;
    background-color: #333f48;
    border-color: #333f48;
    visibility: visible
}

.section-product-compare .product-inner-row .product-col-item .product-item-link .checkbox input[type=checkbox]:checked:before {
    display: block;
    content: url(/wp-content/themes/cradlepoint-2019/src/img/icon-check-white.png);
    position: absolute;
    margin: 0 auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    color: #008eaa;
    width: 100%;
    left: 5px;
    top: -1px
}

.section-product-compare .product-inner-row .product-col-item .product-item-link:hover {
    border-color: rgba(255, 173, 0, .4)
}

.section-product-compare .product-inner-row .product-col-item .product-item-link:hover input[type=checkbox] {
    visibility: visible;
    width: 28px;
    height: 28px
}

.section-product-compare .product-inner-row .product-col-item .product-item-link[data-product=selected] {
    background-color: #f6af1a;
    border-color: #f6af1a
}

.section-product-compare .product-inner-row .product-col-item .product-item-link[data-product=selected] .more {
    pointer-events: none;
    cursor: none;
    color: #fff;
    border-bottom: 1px dotted #fff
}

.section-product-compare .product-inner-row .product-col-item .item-img {
    height: 140px;
    max-height: 140px
}

.section-product-compare .product-inner-row .product-col-item .item-img img {
    -webkit-filter: drop-shadow(0 0 30px rgba(51, 63, 73, .6));
    filter: drop-shadow(0 0 30px rgba(51, 63, 73, .6));
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover
}

.section-product-compare .product-inner-row .product-col-item h3 {
    word-break: break-word
}

.section-product-compare .product-inner-row .product-col-item .more {
    text-decoration: underline
}

.section-product-compare .loading-animation {
    text-align: center;
    display: none
}

.section-product-compare .loading-animation img {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.section-product-compare .loading-animation span {
    font-size: 18px;
    color: #333f48;
    font-family: Eina01-Bold;
    opacity: .6;
    display: inline-block;
    margin-left: 2.1875rem
}

.section-product-compare .load-more-btn {
    text-align: center;
    display: none
}

.section-product-compare .load-more-btn a {
    font-size: 18px;
    color: #333f48;
    font-family: Eina01-Bold;
    display: inline-block;
    opacity: .6
}

.section-product-compare .widget-filter .filter-group {
    overflow: hidden;
    transition: height .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .section-product-compare .widget-filter .filter-group {
        transition: none
    }
}

.section-product-compare .widget-filter a.widget-link {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    color: #0057b8;
    display: inline-block;
    top: -15px;
    position: relative
}

.section-product-compare .compare-container-table {
    background-color: #fff;
    display: none
}

.section-product-compare .compare-container-table .loader {
    margin-left: -40px;
    margin-top: 60px
}

.section-product-compare .compare-container-table .compare-top-section .clear-all {
    color: #0057b8;
    font-size: 18px;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0
}

.section-product-compare .compare-container-table .compare-top-section .clear-all:before {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/icon-clear.webp);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.section-product-compare .compare-container-table .compare-top-section .clear-all:hover {
    opacity: .8
}

.section-product-compare .compare-container-table .compare-top-section .btn-edit-compare {
    font-size: 14px
}

.section-product-compare .compare-container-table .compare-top-section .btn-edit-compare img {
    margin-left: 6px
}

.section-product-compare .compare-container-table .compare-top-section .btn-edit-compare:hover {
    background-color: #23272b
}

.section-product-compare .compare-container-table .compare-section {
    margin-top: 60px
}

.section-product-compare .compare-container-table .compare-section .compare-table {
    background-color: #333f48;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #fff;
    padding: 45px 0 2px 40px;
    width: 350px
}

.section-product-compare .compare-container-table .compare-section .compare-table h3 {
    font-family: Eina01-Light;
    font-size: 36px;
    line-height: 30px
}

.section-product-compare .compare-container-table .compare-section .compare-table h3 span {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    font-family: Eina01-Bold;
    text-transform: uppercase
}

.section-product-compare .compare-container-table .compare-section .compare-table ul {
    padding: 0;
    list-style: none;
    margin-top: 56px
}

.section-product-compare .compare-container-table .compare-section .compare-table ul li {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 15px 0;
    border-bottom: 2px solid #6c757b;
    display: flex;
    position: relative;
    white-space: pre-wrap
}

.section-product-compare .compare-container-table .compare-section .compare-table ul li:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #e6e8e9;
    position: absolute;
    bottom: -2px;
    right: -20px
}

.section-product-compare .compare-container-table .compare-section .compare-table ul li:last-child {
    border: none
}

.section-product-compare .compare-container-table .compare-section .compare-table ul li:last-child:after {
    display: none
}

.section-product-compare .compare-container-table .compare-slider .compare-track {
    position: absolute;
    left: 385px;
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 5px;
    top: -50px;
    max-width: calc(100% - 220px)
}

.section-product-compare .compare-container-table .compare-slider .compare-track:after {
    content: "";
    display: block;
    height: calc(100% + 50px);
    width: 330px;
    background: linear-gradient(270deg, #fff 2%, hsla(0, 0%, 100%, 0));
    position: absolute;
    z-index: 10;
    top: -50px;
    right: 0
}

.section-product-compare .compare-container-table .compare-slider .compare-list {
    white-space: nowrap;
    position: relative
}

.section-product-compare .compare-container-table .compare-slider .slide-arrow {
    display: inline-block;
    background-color: #333f48;
    height: 100px;
    width: 44px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    z-index: 11;
    box-shadow: 3px 12px 35px rgba(51, 63, 72, .6);
    position: absolute;
    top: 23%;
    display: none
}

.section-product-compare .compare-container-table .compare-slider .slide-arrow.arrow-next {
    right: 11%
}

.section-product-compare .compare-container-table .compare-slider .slide-arrow.arrow-prev {
    right: calc(11% + 45px)
}

.section-product-compare .compare-container-table .compare-slider .slide-arrow.arrow-prev img {
    transform: rotate(180deg);
    top: calc(50% - 16px)
}

.section-product-compare .compare-container-table .compare-slider .slide-arrow img {
    position: relative;
    top: calc(50% - 8px);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-product-compare .compare-container-table .compare-slider .slide-arrow:hover {
    background-color: rgba(51, 63, 72, .9);
    vertical-align: middle
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item {
    width: 340px;
    display: inline-block;
    margin-left: 20px;
    flex-shrink: 0
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item:first-child {
    margin-left: 0
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-header {
    text-align: center;
    background-color: #ffad00;
    padding-bottom: 20px;
    height: 151px;
    position: relative;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-header:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ffad00;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: -8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    left: calc(50% - 15px)
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-header img {
    z-index: 1;
    position: relative;
    -webkit-filter: drop-shadow(0 14px 30px rgba(51, 63, 73, .2));
    filter: drop-shadow(0 14px 30px rgba(51, 63, 73, .2));
    vertical-align: middle;
    margin-top: -15px;
    width: 210px;
    object-fit: cover
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-header h3 {
    color: #333f48;
    margin-top: 37px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: Eina01-Bold;
    margin-bottom: 0;
    position: absolute;
    bottom: 27px;
    z-index: 1;
    width: 100%;
    white-space: normal;
    word-break: break-word
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-specs {
    border-left: 2px solid #e6e8e9;
    border-right: 2px solid #e6e8e9;
    border-bottom: 2px solid #e6e8e9;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    padding-top: 10px
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-specs ul {
    padding: 0;
    list-style: none
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-specs ul li {
    color: #333f48;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Eina01-SemiBold;
    border-bottom: 2px solid #e6e8e9;
    padding: 15px 27px;
    display: flex;
    position: relative;
    white-space: pre-wrap
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-specs ul li:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #e6e8e9;
    position: absolute;
    bottom: -2px;
    left: -22px
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-specs ul li:last-child {
    border-bottom: 0
}

.section-product-compare .compare-container-table .compare-slider .product-compare-item .item-specs ul li:last-child:after {
    display: none
}

.section-product-compare[data-compare-table=active] .compare-container-table {
    display: block
}

.section-product-compare[data-compare-table=active] .compare-container-grid {
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden
}

body.android .section-product-compare .widget-filter input[type=checkbox].check-box:before {
    top: -3px
}

body.ios .section-product-compare .widget-filter input[type=checkbox].check-box:before {
    top: 0
}

body.macos .section-product-compare .widget-filter input[type=checkbox].check-box:before {
    top: 1px
}

.section-product-compare .inner-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.section-product-compare .semibold {
    font-family: Eina01-SemiBold
}

.section-product-compare .info-img {
    margin-right: 10px;
    display: inline-block
}

.section-product-compare .notice {
    margin-top: 8px;
    display: inline-block
}

.section-product-compare .btn-compare {
    font-size: 14px;
    padding: 20px 16px 15px 20px;
    display: inline-block;
    float: right
}

.section-product-compare .btn-compare:hover {
    background-color: #333f48
}

.section-product-compare .btn-compare img {
    margin-left: 25px
}

.section-product-compare .product-left-col {
    padding-left: 40px
}

.section-product-compare .product-inner-row .notice-wrap {
    padding: 0 10px
}

.section-product-compare .product-inner-row .product-col-wrap {
    padding: 0 10px;
    margin-bottom: 20px
}

.section-product-compare .product-inner-row .product-col-item {
    height: 100%
}

.section-product-compare .product-inner-row .product-col-item .product-item-link {
    display: block;
    text-decoration: none;
    border: 6px solid #eceeee;
    border-radius: 6px;
    height: 100%
}

.section-product-compare .product-inner-row .product-col-item .item-img {
    position: relative;
    display: inline-block
}

.section-product-compare .product-inner-row .product-col-item .item-img img {
    z-index: 1;
    position: relative
}

.section-product-compare .product-inner-row .product-col-item h3 {
    color: #333f48;
    margin-top: 25px;
    font-size: 26px;
    line-height: 32px
}

.section-product-compare .product-inner-row .product-col-item p {
    color: #333f48;
    margin-bottom: 7px;
    line-height: 18px
}

.section-product-compare .product-inner-row .product-col-item span.more {
    text-decoration: underline
}

.section-product-compare .widget-filter {
    position: relative;
    margin-bottom: 50px
}

.section-product-compare .widget-filter:before {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background-color: #ffad00;
    border-radius: 3px;
    position: absolute;
    top: 16px;
    left: -40px
}

.section-product-compare .widget-filter h4.headjm {
    font-family: Eina01-Bold;
    font-size: 24px;
    margin-bottom: 20px
}

.section-product-compare .widget-filter label {
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    font-family: Eina01-SemiBold
}

.section-product-compare .widget-filter label span {
    float: left;
    display: block;
    width: 80%;
    margin-top: 1px
}

.section-product-compare .widget-filter input[type=checkbox].check-box {
    display: inline-block !important;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    border: 2px solid #b3b3b3;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    float: left;
    margin-bottom: 0
}

.section-product-compare .widget-filter input[type=checkbox].check-box:before {
    width: 100%;
    text-align: center;
    top: -2px
}

.section-product-compare .widget-filter input[type=checkbox].check-box:hover {
    border: 3px solid #333f49
}

.section-product-compare .widget-filter input[type=checkbox].check-box:checked {
    border: 3px solid #ffad00
}

.section-product-compare .widget-filter input[type=checkbox].check-box:checked:before {
    color: #ffad00
}

.section-product-compare .widget-filter .show-more {
    font-size: 12px;
    font-family: Eina01-Bold;
    background-color: #ffe6b2;
    padding: 7px 10px;
    border-radius: 6px;
    margin-top: 10px
}

.section-product-compare .widget-filter .show-more i {
    margin-left: 6px
}

.section-product-compare #no-result-text {
    position: absolute;
    top: 0
}

.section-product-compare .product-compare-cont {
    position: relative
}

@media (min-width:768px) {
    ._latest-products .network-icon-cont {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width:992px) {
    ._latest-products .network-icon-cont {
        flex: 0 0 23%;
        max-width: 23%
    }
}

@media (max-width:1240px) {
    .section-product-compare .product-inner-row .product-col-item h3 {
        font-size: 21px;
        line-height: 28px
    }
}

@media (max-width:992px) {
    .section-product-compare .flex-space-between {
        flex-direction: column;
        align-items: flex-end
    }

    .cradlepoint-page ._latest-products .container .network-icon-cont strong {
        font-size: 17px !important;
        line-height: 24px !important
    }
}

@media (max-width:991px) {
    .section-product-compare .inner-container-pad .notice-wrap {
        margin-bottom: 40px
    }

    .section-product-compare .inner-container-pad .notice-wrap p {
        display: none
    }

    .additional-details {
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .section-product-compare .product-inner-row .product-col-item .product-item-link[data-product=selected] {
        background-color: transparent;
        border-color: #eceeee
    }

    .section-product-compare .product-inner-row .product-col-item .product-item-link .checkbox {
        display: none
    }

    .section-product-compare .product-inner-row .product-col-item .product-item-link[data-product=selected] .more {
        color: #008eaa
    }

    .section-product-compare .inner-container-pad .notice-wrap {
        margin-bottom: 0
    }

    .section-product-compare .info-img {
        float: left
    }

    .section-product-compare .notice {
        font-size: 14px;
        margin-bottom: 20px
    }

    .section-product-compare .btn-compare {
        padding: 15px 11px 10px 15px;
        display: none
    }

    .section-product-compare .widget-filter {
        padding-left: 35px
    }

    .section-product-compare .widget-filter:before {
        left: 0
    }

    .section-product-compare .product-left-col {
        padding-left: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-product-compare .widget-filter label {
        margin-right: 5px;
        font-size: 14px
    }

    .section-product-compare .widget-filter input[type=checkbox].check-box {
        margin-right: 10px
    }

    .section-product-compare .notice-wrap {
        text-align: center
    }

    .section-product-compare .btn-compare {
        margin-top: 20px
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .section-product-compare .product-left-col {
        padding-left: 40px
    }

    .section-product-compare .product-inner-row {
        padding-right: 5px
    }
}

@media (max-width:991px) {
    .section-product-compare .widget-filter label span {
        margin-top: 4px
    }

    .section-product-compare .widget-filter input[type=checkbox].check-box:before {
        font-size: 18px
    }

    .section-product-compare .widget-filter label span {
        width: 75%
    }
}

@media (max-width:768px) {
    .section-product-compare .widget-filter {
        margin-bottom: 25px
    }
}

._title-link-repeater.section-specs-tables {
    position: relative
}

._title-link-repeater.section-specs-tables .sub-section-index {
    margin-bottom: 9.375rem
}

._title-link-repeater.section-specs-tables .sub-section-index h1,
._title-link-repeater.section-specs-tables .sub-section-index h2 {
    font-family: Eina01-Bold;
    color: #333f48;
    text-align: center;
    margin-bottom: 7.1875rem
}

._title-link-repeater.section-specs-tables .sub-section-index h1 {
    font-size: 64px;
    font-size: 4rem
}

._title-link-repeater.section-specs-tables .sub-section-index h2 {
    font-size: 52px;
    font-size: 3.25rem
}

._title-link-repeater.section-specs-tables .sub-section-index .sub-col {
    text-align: center
}

._title-link-repeater.section-specs-tables .sub-section-index .sub-col h4 {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffad00;
    margin-bottom: 1.625rem
}

._title-link-repeater.section-specs-tables .sub-section-index .sub-col h4:before {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background-color: #ffad00;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

._title-link-repeater.section-specs-tables .sub-section-index .sub-col a {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #333f48
}

._title-link-repeater.section-specs-tables .sub-section-index .sub-col a:hover {
    color: #008eaa;
    text-decoration: underline
}

._title-link-repeater.section-specs-tables .sub-section-index .sub-col ul {
    padding: 0;
    margin: 0;
    list-style: none
}

._title-link-repeater.section-specs-tables .sub-section-index .sub-col ul li {
    text-align: center
}

@media (max-width:991px) {
    ._title-link-repeater.section-specs-tables .sub-section-index {
        margin-bottom: 3.125rem
    }

    ._title-link-repeater.section-specs-tables .sub-section-index h2 {
        margin-bottom: 3.4375rem
    }

    ._title-link-repeater.section-specs-tables .sub-section-index .sub-col {
        margin-bottom: 45px
    }
}

._title-sub-title-table .extra-content a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._title-sub-title-table .extra-content a:hover {
    color: var(--link-color-secondary-a-hover)
}

._title-sub-title-table.section-specs-tables .sub-section-table {
    margin-bottom: 15.625rem
}

._title-sub-title-table.section-specs-tables .sub-section-table:last-child {
    margin-bottom: 12.3125rem
}

._title-sub-title-table.section-specs-tables .sub-section-table h4 {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffad00;
    text-align: center;
    margin-bottom: 5px
}

._title-sub-title-table.section-specs-tables .sub-section-table h4:before {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background-color: #ffad00;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

._title-sub-title-table.section-specs-tables .sub-section-table h3 {
    font-family: Eina01-Bold;
    font-size: 36px;
    font-size: 2.25rem;
    color: #333f48;
    text-align: center;
    margin-bottom: 3.75rem;
    position: relative
}

._title-sub-title-table.section-specs-tables .sub-section-table h3 label {
    font-family: Eina01-SemiBold;
    font-size: 16px;
    color: #333f48;
    position: absolute;
    right: 40px;
    bottom: 0
}

._title-sub-title-table.section-specs-tables .sub-section-table .specs-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

._title-sub-title-table.section-specs-tables .sub-section-table table {
    border-collapse: inherit;
    border-spacing: 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table thead th {
    font-family: Eina01-Bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

._title-sub-title-table.section-specs-tables .sub-section-table table thead th:first-child {
    border-left: 2px solid #343a40;
    text-align: left;
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table thead th:last-child {
    border-right: 2px solid #343a40;
    border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody th span,
._title-sub-title-table.section-specs-tables .sub-section-table table thead th span {
    background-repeat: no-repeat;
    display: block
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody th span.check,
._title-sub-title-table.section-specs-tables .sub-section-table table thead th span.check {
    width: 17px;
    height: 13px;
    background-position: 0 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody th span.na,
._title-sub-title-table.section-specs-tables .sub-section-table table thead th span.na {
    width: 26px;
    height: 15px;
    background-position: -18px 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody th span.pdf,
._title-sub-title-table.section-specs-tables .sub-section-table table thead th span.pdf {
    width: 16px;
    height: 20px;
    background-position: -46px 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody th span+a,
._title-sub-title-table.section-specs-tables .sub-section-table table thead th span+a {
    margin-left: 8px
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody th a+a,
._title-sub-title-table.section-specs-tables .sub-section-table table thead th a+a {
    margin-left: 5px
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #333f48;
    border-top: 2px solid #e6e8e9;
    vertical-align: middle
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td:first-child,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td:first-child {
    border-left: 2px solid #e6e8e9;
    text-align: left
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td:last-child,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td:last-child {
    border-right: 2px solid #e6e8e9
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td span,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td span {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/table-icons.webp);
    background-repeat: no-repeat;
    display: block
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td span.check,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td span.check {
    width: 17px;
    height: 13px;
    background-position: 0 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td span.na,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td span.na {
    width: 26px;
    height: 15px;
    background-position: -18px 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td span.pdf,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td span.pdf {
    width: 16px;
    height: 20px;
    background-position: -46px 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td span+a,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td span+a {
    margin-left: 8px
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody td a+a,
._title-sub-title-table.section-specs-tables .sub-section-table table thead td a+a {
    margin-left: 5px
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody tr,
._title-sub-title-table.section-specs-tables .sub-section-table table thead tr {
    cursor: pointer
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody tr:first-child td,
._title-sub-title-table.section-specs-tables .sub-section-table table thead tr:first-child td {
    padding-top: 28px;
    border-top: 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody tr:last-child td,
._title-sub-title-table.section-specs-tables .sub-section-table table thead tr:last-child td {
    border-bottom: 2px solid #e6e8e9;
    padding-bottom: 22px
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody tr:last-child td:first-child,
._title-sub-title-table.section-specs-tables .sub-section-table table thead tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody tr:last-child td:last-child,
._title-sub-title-table.section-specs-tables .sub-section-table table thead tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody tr:hover,
._title-sub-title-table.section-specs-tables .sub-section-table table thead tr:hover {
    background-color: #fff5e0
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody tr:hover td,
._title-sub-title-table.section-specs-tables .sub-section-table table thead tr:hover td {
    border-color: #ffecc5
}

._title-sub-title-table.section-specs-tables .sub-section-table table tbody tr:hover td span,
._title-sub-title-table.section-specs-tables .sub-section-table table thead tr:hover td span {
    background-position-y: -22px
}

._title-sub-title-table.section-specs-tables .sub-section-table table td,
._title-sub-title-table.section-specs-tables .sub-section-table table th {
    padding-top: 14px;
    padding-bottom: 15px
}

._title-sub-title-table.section-specs-tables .sub-section-table table td:first-child,
._title-sub-title-table.section-specs-tables .sub-section-table table th:first-child {
    padding-left: 38px
}

@media (max-width:767px) {
    ._title-sub-title-table.section-specs-tables .sub-section-table .specs-table {
        border-right: 2px solid #e6e8e9;
        border-radius: 10px
    }

    ._title-sub-title-table.section-specs-tables .sub-section-table .specs-table table {
        margin-bottom: 0
    }

    ._title-sub-title-table.section-specs-tables .sub-section-table .specs-table table tbody td:last-child {
        border-right: 0
    }
}

@media (max-width:991px) {

    ._title-sub-title-table.section-specs-tables .sub-section-table,
    ._title-sub-title-table.section-specs-tables .sub-section-table:last-child {
        margin-bottom: 5rem
    }
}

._full-width-cta-sub-footer-b a {
    color: #fff;
    font-family: Eina01-Bold
}

._full-width-cta-sub-footer-b .blog_single_v2 .content .blog-content a#btn-back-to-blog,
._full-width-cta-sub-footer-b .custom-marketo-form a.mktoButton,
._full-width-cta-sub-footer-b a.btn,
.blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b a#btn-back-to-blog,
.custom-marketo-form ._full-width-cta-sub-footer-b a.mktoButton {
    max-width: unset !important;
    display: inline;
    width: 100%;
    white-space: nowrap
}

._full-width-cta-sub-footer-b .blog_single_v2 .content .blog-content .custom-marketo-form a#btn-back-to-blog+.mktoButton,
._full-width-cta-sub-footer-b .blog_single_v2 .content .blog-content a#btn-back-to-blog+#btn-back-to-blog,
._full-width-cta-sub-footer-b .blog_single_v2 .content .blog-content a#btn-back-to-blog+.btn,
._full-width-cta-sub-footer-b .blog_single_v2 .content .blog-content a.btn+#btn-back-to-blog,
._full-width-cta-sub-footer-b .custom-marketo-form .blog_single_v2 .content .blog-content a.mktoButton+#btn-back-to-blog,
._full-width-cta-sub-footer-b .custom-marketo-form a.btn+.mktoButton,
._full-width-cta-sub-footer-b .custom-marketo-form a.mktoButton+.btn,
._full-width-cta-sub-footer-b .custom-marketo-form a.mktoButton+.mktoButton,
._full-width-cta-sub-footer-b a.btn+.btn,
.blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b .custom-marketo-form a#btn-back-to-blog+.mktoButton,
.blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b .custom-marketo-form a.mktoButton+#btn-back-to-blog,
.blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b a#btn-back-to-blog+#btn-back-to-blog,
.blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b a#btn-back-to-blog+.btn,
.blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b a.btn+#btn-back-to-blog,
.blog_single_v2 .content .blog-content .custom-marketo-form ._full-width-cta-sub-footer-b a.mktoButton+#btn-back-to-blog,
.custom-marketo-form ._full-width-cta-sub-footer-b .blog_single_v2 .content .blog-content a#btn-back-to-blog+.mktoButton,
.custom-marketo-form ._full-width-cta-sub-footer-b .blog_single_v2 .content .blog-content a.mktoButton+#btn-back-to-blog,
.custom-marketo-form ._full-width-cta-sub-footer-b a.btn+.mktoButton,
.custom-marketo-form ._full-width-cta-sub-footer-b a.mktoButton+.btn,
.custom-marketo-form ._full-width-cta-sub-footer-b a.mktoButton+.mktoButton,
.custom-marketo-form .blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b a#btn-back-to-blog+.mktoButton {
    margin-left: 10px
}

._full-width-cta-sub-footer-b.bluebg-jm .align-middle {
    align-self: center
}

._full-width-cta-sub-footer-b.bluebg-jm .container {
    border-color: #0057b8;
    background-color: #0057b8
}

._full-width-cta-sub-footer-b.bluebg-jm .container div {
    color: #fff
}

._download-mobile .intro-block,
.section-intro-block .intro-block {
    padding-left: 50px;
    padding-right: 50px
}

._download-mobile .intro-block h2,
.section-intro-block .intro-block h2 {
    margin-bottom: 23px
}

.customers-pg._download-mobile a,
.section-intro-block.customers-pg a {
    margin-left: 5px
}

._full-width-cta-sub-footer-b .container .button-area {
    display: flex
}

._full-width-cta-sub-footer-b .container .button-area .blog_single_v2 .content .blog-content #btn-back-to-blog,
._full-width-cta-sub-footer-b .container .button-area .btn,
._full-width-cta-sub-footer-b .container .button-area .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b .container .button-area #btn-back-to-blog,
.custom-marketo-form ._full-width-cta-sub-footer-b .container .button-area .mktoButton {
    margin-bottom: 10px
}

@media (max-width:1360px) {
    .cradlepoint-page.downloads ._full-width-cta-sub-footer-b.customers-pg .container {
        max-width: none
    }

    .cradlepoint-page.downloads ._full-width-cta-sub-footer-b.customers-pg .container div:not(.row) {
        flex: auto;
        max-width: fit-content
    }

    .cradlepoint-page.downloads ._full-width-cta-sub-footer-b.customers-pg .container .row .button-area {
        max-width: fit-content;
        margin-left: -2vw
    }
}

@media (max-width:767px) {
    ._full-width-cta-sub-footer-b.bluebg-jm {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important
    }

    .cradlepoint-page.downloads ._full-width-cta-sub-footer-b.customers-pg .container div:not(.row) {
        max-width: none
    }
}

@media (max-width:440px) {
    ._full-width-cta-sub-footer-b.bluebg-jm .container {
        margin: 0 !important
    }

    ._full-width-cta-sub-footer-b.bluebg-jm .container div {
        padding: 15px 0 !important
    }
}

@media (max-width:400px) {

    ._full-width-cta-sub-footer-b .container .button-area .blog_single_v2 .content .blog-content a#btn-back-to-blog,
    ._full-width-cta-sub-footer-b .container .button-area .custom-marketo-form a.mktoButton,
    ._full-width-cta-sub-footer-b .container .button-area a.btn,
    .blog_single_v2 .content .blog-content ._full-width-cta-sub-footer-b .container .button-area a#btn-back-to-blog,
    .custom-marketo-form ._full-width-cta-sub-footer-b .container .button-area a.mktoButton {
        display: block
    }
}

@media (max-width:991px) {

    ._download-mobile .intro-block,
    .section-intro-block .intro-block {
        padding-left: 0;
        padding-right: 0
    }
}

._full-width-image-modal-repeater {
    margin-bottom: 80px;
    position: static !important
}

._full-width-image-modal-repeater h2 {
    font-family: Eina01-Bold;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
    text-align: center
}

._full-width-image-modal-repeater .center-box {
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    align-content: center
}

._full-width-image-modal-repeater .image-modal-repeater-item {
    transition: transform .4s;
    border: 4px solid #d6d9da;
    margin-right: 19px;
    margin-left: 19px;
    margin-bottom: 60px;
    padding: 30px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer
}

._full-width-image-modal-repeater .image-modal-repeater-item:hover {
    border: 8px solid #ffad00;
    transform: scale(1.03)
}

._full-width-image-modal-repeater .modal-dialog .image-container img {
    margin-bottom: 20px
}

._full-width-image-modal-repeater .modal-dialog p a {
    margin-right: 0 !important;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._full-width-image-modal-repeater .modal-dialog p a:hover {
    color: var(--link-color-secondary-a-hover)
}

._full-width-image-modal-repeater .modal-dialog a {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important
}

._full-width-image-modal-repeater .modal-dialog ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

._multi-column-title-content.featured-new-font .featured-section-item {
    padding-right: 50px;
    padding-left: 15px
}

._multi-column-title-content.featured-new-font .featured-section-item h2 a,
._multi-column-title-content.featured-new-font .featured-section-item h3 a,
._multi-column-title-content.featured-new-font .featured-section-item h4 a,
._multi-column-title-content.featured-new-font .featured-section-item h5 a,
._multi-column-title-content.featured-new-font .featured-section-item h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none;
    font-family: Eina01-SemiBold
}

._multi-column-title-content.featured-new-font .featured-section-item h2 a:hover,
._multi-column-title-content.featured-new-font .featured-section-item h3 a:hover,
._multi-column-title-content.featured-new-font .featured-section-item h4 a:hover,
._multi-column-title-content.featured-new-font .featured-section-item h5 a:hover,
._multi-column-title-content.featured-new-font .featured-section-item h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._multi-column-title-content.featured-new-font .featured-section-item h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 10px;
    padding-left: 0
}

._multi-column-title-content.featured-new-font .featured-section-item h4 br {
    display: none
}

._multi-column-title-content.featured-new-font .featured-section-item p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

._multi-column-title-content.featured-new-font .featured-section-item p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._multi-column-title-content.featured-new-font .featured-section-item p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._multi-column-title-content.featured-new-font .featured-section-item .feature-title {
    position: relative;
    padding-left: 60px;
    display: flex;
    align-items: center
}

._multi-column-title-content.featured-new-font .featured-section-item .feature-title:before {
    background-color: #ffad00;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    margin-top: 6px
}

._multi-column-title-content.featured-new-font .featured-section-item .featured-content {
    padding-left: 60px
}

@media (max-width:991px) and (min-width:768px) {
    ._multi-column-title-content.featured-new-font .featured-section-item {
        padding-right: 15px
    }
}

@media (max-width:767px) {
    ._multi-column-title-content.featured-new-font .featured-section-item {
        padding-right: 15px
    }
}

._featured-image-box-items.section-top-image-box-items .yellow-box-block {
    border: 20px solid #ffad00;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px
}

._featured-image-box-items.section-top-image-box-items .top-image {
    padding-left: 80px;
    padding-right: 80px
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row {
    background-color: #333f48;
    padding: 80px;
    margin-top: -20px;
    flex-direction: row
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-left h3 {
    font-family: Eina01-Bold;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-left .btn-poly-bordered-white {
    color: #fff
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-left .btn-poly-bordered-white:hover {
    color: #333f48
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-left a {
    color: inherit
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-left a:hover {
    text-decoration: underline;
    color: #fff
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-right {
    padding: 7px 45px 7px 25px
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-right p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #fff;
    opacity: .6;
    margin-bottom: 1.875rem
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-right p a {
    font-family: var(--font-semibold);
    color: inherit
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-right p a:hover {
    color: #fff;
    text-decoration: underline
}

._featured-image-box-items.section-top-image-box-items .mid-content-row .mid-content h3 {
    font-family: Eina01-Bold;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
    color: #333f48;
    margin-bottom: 2.0625rem
}

._featured-image-box-items.section-top-image-box-items .mid-content-row .mid-content h3 p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: inherit;
    margin-top: inherit
}

._featured-image-box-items.section-top-image-box-items .mid-content-row .mid-content h3 p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0;
    border-color: inherit
}

._featured-image-box-items.section-top-image-box-items .mid-content-row .mid-content h3 p a:hover {
    text-decoration: underline;
    color: #0057b8
}

._featured-image-box-items.section-top-image-box-items .mid-content-row .mid-content p {
    font-family: Eina01-Regular;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    color: #333f48
}

._featured-image-box-items.section-top-image-box-items .mid-content-row .mid-content p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._featured-image-box-items.section-top-image-box-items .mid-content-row .mid-content p a:hover {
    color: var(--link-color-secondary-a-hover)
}

._featured-image-box-items.section-top-image-box-items .image-box-row>.row {
    margin-left: -30px;
    margin-right: -30px
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item a {
    text-decoration: none;
    display: block;
    padding: 0 1.85vw 3.05vw
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .img-wrap {
    margin-bottom: 1.5vw !important;
    position: relative
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .img-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid rgba(51, 63, 72, .1)
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .img-wrap img {
    width: 100%
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content h4 {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.47vw;
    color: #333f48
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .btn-poly-dark:hover,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .custom-marketo-form .mktoButton:hover,
.custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .mktoButton:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .btn-poly-dark:before,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .custom-marketo-form .mktoButton:before,
.custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .mktoButton:before {
    content: none
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .btn,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content #btn-back-to-blog,
.custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .mktoButton {
    font-size: .86vw;
    padding: .6vw .72vw .56vw 1.09vw
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .blog_single_v2 .content .blog-content .btn-poly-dark#btn-back-to-blog:hover:before,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .blog_single_v2 .content .blog-content .custom-marketo-form #btn-back-to-blog.mktoButton:hover:before,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .btn.btn-poly-dark:hover:before,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .custom-marketo-form .blog_single_v2 .content .blog-content #btn-back-to-blog.mktoButton:hover:before,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .custom-marketo-form .mktoButton:hover:before,
.blog_single_v2 .content .blog-content ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .btn-poly-dark#btn-back-to-blog:hover:before,
.blog_single_v2 .content .blog-content .custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content #btn-back-to-blog.mktoButton:hover:before,
.custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .mktoButton:hover:before,
.custom-marketo-form .blog_single_v2 .content .blog-content ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content #btn-back-to-blog.mktoButton:hover:before {
    background-color: #333f48
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover {
    -moz-box-shadow: 0 20px 30px rgba(0, 87, 184, .2);
    -webkit-box-shadow: 0 20px 30px rgba(0, 87, 184, .2);
    box-shadow: 0 20px 30px rgba(0, 87, 184, .2)
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .btn,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content #btn-back-to-blog,
.custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .mktoButton {
    background-color: #ffad00
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .btn-poly-dark,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .custom-marketo-form .mktoButton,
.custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .mktoButton {
    background-color: #ffad00;
    border-color: #ffad00;
    color: #fff
}

._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .btn-poly-dark:before,
._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .custom-marketo-form .mktoButton:before,
.custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover .box-content .mktoButton:before {
    background-color: #ffad00
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row.padding-t-b-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

._featured-image-box-items.section-top-image-box-items .dark-col-content-row.padding-t-b-50-15 {
    padding-top: 50px;
    padding-bottom: 15px
}

@media (min-width:1630px) {
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item a {
        padding: 0 30px 50px
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .img-wrap {
        margin-bottom: 1.5rem !important
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content h4 {
        font-size: 24px
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .btn,
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .custom-marketo-form .mktoButton,
    .blog_single_v2 .content .blog-content ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content #btn-back-to-blog,
    .custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .mktoButton {
        padding: 10px 12px 9px 17px;
        font-size: 14px
    }
}

@media (max-width:1199px) {
    ._featured-image-box-items.section-top-image-box-items .dark-col-content-row {
        padding: 40px
    }

    ._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-right {
        padding: 7px 0
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item:hover {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }
}

@media (max-width:991px) {
    ._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-right {
        padding: 0
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item a {
        padding: 0 30px 50px;
        width: 100%
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .img-wrap {
        margin-bottom: 1.5rem !important
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content h4 {
        font-size: 24px
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .btn,
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .custom-marketo-form .mktoButton,
    .blog_single_v2 .content .blog-content ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content #btn-back-to-blog,
    .custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .mktoButton {
        padding: 10px 12px 9px 17px;
        font-size: 14px
    }

    ._featured-image-box-items.section-top-image-box-items .dark-col-content-row {
        flex-direction: column
    }
}

@media (max-width:767px) {
    ._featured-image-box-items.section-top-image-box-items .yellow-box-block {
        border: 20px solid #ffad00;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row>.row {
        margin-left: -15px;
        margin-right: -15px
    }

    ._featured-image-box-items.section-top-image-box-items .top-image {
        padding-left: 20px;
        padding-right: 20px
    }

    ._featured-image-box-items.section-top-image-box-items .dark-col-content-row {
        margin-top: -20px
    }

    ._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-left {
        margin-bottom: 1.25rem;
        text-align: center
    }

    ._featured-image-box-items.section-top-image-box-items .dark-col-content-row .col-content-right {
        text-align: center
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .img-wrap {
        margin-bottom: 1.25rem !important
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content h4 {
        margin-bottom: 1.375rem
    }

    ._featured-image-box-items.section-top-image-box-items .dark-col-content-row {
        padding: 20px
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row,
    ._featured-image-box-items.section-top-image-box-items .mid-content-row {
        padding-left: 40px;
        padding-right: 40px
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item a {
        padding: 0
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item {
        padding: 0 30px 50px
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .btn,
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .custom-marketo-form .mktoButton,
    .blog_single_v2 .content .blog-content ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content #btn-back-to-blog,
    .custom-marketo-form ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item .box-content .mktoButton {
        padding: 10px 30px
    }

    ._featured-image-box-items.section-top-image-box-items.container {
        padding-left: 0;
        padding-right: 0
    }

    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-left h3 {
        font-size: 6vw;
        line-height: 7.5vw;
        padding: 0
    }

    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-left,
    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-right {
        padding: 0 10vw
    }

    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-right p {
        text-align: center
    }

    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-right .blog_single_v2 .content .blog-content #btn-back-to-blog,
    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-right .btn,
    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-right .custom-marketo-form .mktoButton,
    .blog_single_v2 .content .blog-content ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-right #btn-back-to-blog,
    .custom-marketo-form ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-right .mktoButton {
        width: 185px;
        margin: auto
    }

    ._featured-image-box-items.section-top-image-box-items .top-image {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:575px) {
    ._featured-image-box-items.section-top-image-box-items .mid-content-row {
        padding-left: 15px;
        padding-right: 15px
    }

    ._featured-image-box-items.section-top-image-box-items .image-box-row,
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item a {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:555px) {

    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-left,
    ._featured-image-box-items.section-top-image-box-items .top-image .dark-col-content-row .col-content-right {
        padding: 0 20px
    }
}

@media (max-width:510px) {
    ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item a {
        padding: 0 0 35px
    }
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box {
    cursor: pointer;
    display: flex;
    flex-flow: column;
    text-decoration: none;
    padding: 40px 40px 50px;
    height: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box:hover {
    box-shadow: 0 20px 30px rgba(51, 63, 72, .2)
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box .col-content {
    flex: 1
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h2 a,
._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h4 a,
._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h5 a,
._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none;
    font-family: Eina01-SemiBold
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h2 a:hover,
._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h4 a:hover,
._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h5 a:hover,
._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h3 {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    color: #333f48;
    margin-bottom: 1.25rem
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h3 a {
    color: #333f48;
    font-size: inherit;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box h3 a:hover {
    color: #0057b8;
    text-decoration: underline
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box p {
    font-family: Eina01-Regular;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #333f48;
    opacity: .8;
    margin-bottom: 1.25rem
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._multi-column-card-w-title-content-button.section-col-text-box .col-text-box span.learn-more {
    font-family: Eina01-Bold;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #008eaa;
    display: inline-block
}

@media (max-width:1199px) {
    ._multi-column-card-w-title-content-button.section-col-text-box .col-text-box {
        padding: 20px 20px 25px
    }
}

._umbrella.section-umbrella-points {
    background-repeat: no-repeat;
    background-position: center 364px
}

._umbrella.section-umbrella-points .umbrella-points {
    background-repeat: no-repeat;
    background-position: center -47px;
    padding-top: 211px
}

._umbrella.section-umbrella-points .umbrella-points a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._umbrella.section-umbrella-points .umbrella-points a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._umbrella.section-umbrella-points .umbrella-points h2 a:not(.btn),
._umbrella.section-umbrella-points .umbrella-points h3 a:not(.btn),
._umbrella.section-umbrella-points .umbrella-points h4 a:not(.btn),
._umbrella.section-umbrella-points .umbrella-points h5 a:not(.btn),
._umbrella.section-umbrella-points .umbrella-points h6 a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._umbrella.section-umbrella-points .umbrella-points h2 a:not(.btn):hover,
._umbrella.section-umbrella-points .umbrella-points h3 a:not(.btn):hover,
._umbrella.section-umbrella-points .umbrella-points h4 a:not(.btn):hover,
._umbrella.section-umbrella-points .umbrella-points h5 a:not(.btn):hover,
._umbrella.section-umbrella-points .umbrella-points h6 a:not(.btn):hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-title span {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    color: #fff
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-title a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-title a:not(.btn):hover {
    color: inherit;
    border-bottom: 1px solid #fff
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-text-wrap {
    padding: 0 40px
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-text {
    text-align: center;
    position: relative
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-text:before {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/yellow-point.webp);
    display: inline-block;
    margin-bottom: 7px
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-text h4 {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    color: #333f48;
    margin-bottom: 23px
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-text p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #333f48
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-text-left,
._umbrella.section-umbrella-points .umbrella-points .umbrella-text-right {
    margin-top: 168px
}

._umbrella.section-umbrella-points .umbrella-points .umbrella-text-mid {
    margin-top: 300px
}

._umbrella.section-umbrella-points .umbrella-points .vertical-line {
    width: 1px;
    height: 120px;
    margin-top: 160px;
    background-color: #ffad00
}

@media (max-width:991px) {
    ._umbrella.section-umbrella-points .umbrella-points {
        padding-top: 120px;
        background-size: contain
    }

    ._umbrella.section-umbrella-points .umbrella-points .umbrella-text-left,
    ._umbrella.section-umbrella-points .umbrella-points .umbrella-text-right {
        margin-top: 98px
    }

    ._umbrella.section-umbrella-points .umbrella-points .umbrella-text-mid {
        margin-top: 200px
    }

    ._umbrella.section-umbrella-points .umbrella-points .umbrella-text-wrap {
        padding: 0
    }
}

@media (max-width:767px) {
    ._umbrella.section-umbrella-points .umbrella-points {
        background-position: center 0
    }

    ._umbrella.section-umbrella-points .umbrella-points .umbrella-text-left,
    ._umbrella.section-umbrella-points .umbrella-points .umbrella-text-mid,
    ._umbrella.section-umbrella-points .umbrella-points .umbrella-text-right {
        margin-top: 40px
    }
}

@media (max-width:575px) {
    ._umbrella.section-umbrella-points .umbrella-points {
        padding-top: 20vw
    }
}

._accordion.section-collapse-QA {
    text-align: center;
    max-width: 975px;
    width: 100%;
    margin: 73px auto 134px;
    z-index: 10;
    position: relative
}

._accordion.section-collapse-QA .col-md-12 p {
    padding-bottom: 30px
}

._accordion.section-collapse-QA .col-md-12 p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._accordion.section-collapse-QA .col-md-12 p a:hover {
    color: var(--link-color-secondary-a-hover)
}

._accordion.section-collapse-QA button {
    background-color: transparent;
    border: none;
    color: #333f48;
    font-size: 26px;
    line-height: 32px;
    font-family: Eina01-Bold;
    margin-bottom: 30px
}

._accordion.section-collapse-QA button i {
    display: none
}

._accordion.section-collapse-QA button[aria-expanded=true] {
    color: #ffad00
}

._accordion.section-collapse-QA button[aria-expanded=true] i {
    display: inline;
    margin-left: 20px
}

._accordion.section-collapse-QA button:focus {
    outline: none
}

._multi-column-cta-button-toggler .wireless-wan-div .col {
    padding: 15px 20px 40px !important;
    display: flex !important;
    flex-flow: column nowrap
}

._multi-column-cta-button-toggler .wireless-wan-div .col .content {
    display: none;
    flex-flow: column nowrap;
    margin-bottom: auto;
    min-height: 365px
}

._multi-column-cta-button-toggler .wireless-wan-div .col .img .img-content {
    min-height: 275px
}

._multi-column-cta-button-toggler .wireless-wan-border {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 87, 184, .2);
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 87, 184, .2);
    box-shadow: 0 5px 30px 0 rgba(0, 87, 184, .2);
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    margin-top: -40px;
    border-radius: 6px;
    transition: box-shadow .3s ease-in-out;
    background-color: #fff
}

._multi-column-cta-button-toggler .wireless-wan-border .blog_single_v2 .content .blog-content .btn-poly#btn-back-to-blog,
._multi-column-cta-button-toggler .wireless-wan-border .blog_single_v2 .content .blog-content .custom-marketo-form #btn-back-to-blog.mktoButton,
._multi-column-cta-button-toggler .wireless-wan-border .btn.btn-poly,
._multi-column-cta-button-toggler .wireless-wan-border .custom-marketo-form .blog_single_v2 .content .blog-content #btn-back-to-blog.mktoButton,
._multi-column-cta-button-toggler .wireless-wan-border .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._multi-column-cta-button-toggler .wireless-wan-border .btn-poly#btn-back-to-blog,
.blog_single_v2 .content .blog-content .custom-marketo-form ._multi-column-cta-button-toggler .wireless-wan-border #btn-back-to-blog.mktoButton,
.custom-marketo-form ._multi-column-cta-button-toggler .wireless-wan-border .mktoButton,
.custom-marketo-form .blog_single_v2 .content .blog-content ._multi-column-cta-button-toggler .wireless-wan-border #btn-back-to-blog.mktoButton {
    display: block;
    max-width: 170px;
    margin: auto
}

._multi-column-cta-button-toggler .wireless-wan-border .blog_single_v2 .content .blog-content .btn-poly.hide#btn-back-to-blog,
._multi-column-cta-button-toggler .wireless-wan-border .blog_single_v2 .content .blog-content .custom-marketo-form .hide#btn-back-to-blog.mktoButton,
._multi-column-cta-button-toggler .wireless-wan-border .btn.btn-poly.hide,
._multi-column-cta-button-toggler .wireless-wan-border .custom-marketo-form .blog_single_v2 .content .blog-content .hide#btn-back-to-blog.mktoButton,
._multi-column-cta-button-toggler .wireless-wan-border .custom-marketo-form .hide.mktoButton,
.blog_single_v2 .content .blog-content ._multi-column-cta-button-toggler .wireless-wan-border .btn-poly.hide#btn-back-to-blog,
.blog_single_v2 .content .blog-content .custom-marketo-form ._multi-column-cta-button-toggler .wireless-wan-border .hide#btn-back-to-blog.mktoButton,
.custom-marketo-form ._multi-column-cta-button-toggler .wireless-wan-border .hide.mktoButton,
.custom-marketo-form .blog_single_v2 .content .blog-content ._multi-column-cta-button-toggler .wireless-wan-border .hide#btn-back-to-blog.mktoButton {
    margin: auto auto 0
}

._multi-column-cta-button-toggler .wireless-wan-border .blog_single_v2 .content .blog-content .circle-btn-dark#btn-back-to-blog,
._multi-column-cta-button-toggler .wireless-wan-border .btn.circle-btn-dark,
._multi-column-cta-button-toggler .wireless-wan-border .custom-marketo-form .circle-btn-dark.mktoButton,
.blog_single_v2 .content .blog-content ._multi-column-cta-button-toggler .wireless-wan-border .circle-btn-dark#btn-back-to-blog,
.custom-marketo-form ._multi-column-cta-button-toggler .wireless-wan-border .circle-btn-dark.mktoButton {
    display: none !important
}

._multi-column-cta-button-toggler .wireless-wan-border .circle-btn-dark,
._multi-column-cta-button-toggler .wireless-wan-border .img {
    display: none
}

._multi-column-cta-button-toggler .wireless-wan-border .content {
    display: flex !important
}

._multi-column-cta-button-toggler .wireless-wan-border .content .clickjm {
    display: block
}

._multi-column-cta-button-toggler .wireless-wan-border a,
._multi-column-cta-button-toggler .wireless-wan-border h3,
._multi-column-cta-button-toggler .wireless-wan-border img,
._multi-column-cta-button-toggler .wireless-wan-border p {
    transition: box-shadow .3s ease-in-out
}

._multi-column-cta-button-toggler .wireless-wan-border p {
    min-height: 75px
}

._multi-column-cta-button-toggler .circle-btn-dark {
    border: 2px solid #333f48;
    background-color: #fff;
    border-radius: 52px;
    height: 52px;
    width: 52px;
    margin: auto;
    text-align: center;
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center
}

._multi-column-cta-button-toggler .circle-btn-dark i {
    font-size: 21px;
    color: #333f48;
    text-align: center;
    margin: 0
}

._multi-column-cta-button-toggler .circle-btn-dark:hover {
    background-color: #333f48
}

._multi-column-cta-button-toggler .circle-btn-dark:hover i {
    color: #fff
}

._multi-column-cta-button-toggler h3 a {
    color: inherit
}

._multi-column-cta-button-toggler h3 a:hover {
    color: #0057b8
}

._multi-column-cta-button-toggler h1,
._multi-column-cta-button-toggler h2 {
    color: #333f48;
    font-family: Eina01-Bold;
    margin-top: 0;
    margin-bottom: 1.5625rem
}

._multi-column-cta-button-toggler h1 a,
._multi-column-cta-button-toggler h2 a {
    color: inherit
}

._multi-column-cta-button-toggler h1 a:hover,
._multi-column-cta-button-toggler h2 a:hover {
    color: #0057b8
}

._multi-column-cta-button-toggler h1 .color-sun a,
._multi-column-cta-button-toggler h2 .color-sun a {
    color: inherit
}

._multi-column-cta-button-toggler h2 {
    font-size: 52px;
    font-size: 3.25rem
}

._multi-column-cta-button-toggler h1 {
    font-size: 64px;
    font-size: 4rem
}

._multi-column-cta-button-toggler .clickjm {
    display: none
}

._multi-column-cta-button-toggler p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._multi-column-cta-button-toggler p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

@media (max-width:992px) {
    .wireless-wan-div .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:767px) {
    .wireless-wan-div .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

._full-width-image-title-content h1 a,
._full-width-image-title-content h2 a,
._full-width-image-title-content h3 a,
._full-width-image-title-content h4 a,
._full-width-image-title-content h5 a,
._full-width-image-title-content h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._full-width-image-title-content h1 a:hover,
._full-width-image-title-content h2 a:hover,
._full-width-image-title-content h3 a:hover,
._full-width-image-title-content h4 a:hover,
._full-width-image-title-content h5 a:hover,
._full-width-image-title-content h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._full-width-image-title-content strong {
    font-family: Eina01-SemiBold
}

._full-width-image-title-content .rollout-index {
    max-width: 410px;
    position: absolute;
    right: 55px;
    bottom: 35px;
    list-style: none;
    z-index: 1
}

._full-width-image-title-content .rollout-index li {
    font-size: 15px;
    text-align: left
}

._full-width-image-title-content.v-line-top p {
    margin-bottom: 30px
}

._full-width-image-title-content .margin-0 {
    margin: 0 !important
}

._full-width-image-title-content .custom-content .blog_single_v2 .content .blog-content a#btn-back-to-blog,
._full-width-image-title-content .custom-content .custom-marketo-form a.mktoButton,
._full-width-image-title-content .custom-content a.btn,
.blog_single_v2 .content .blog-content ._full-width-image-title-content .custom-content a#btn-back-to-blog,
.custom-marketo-form ._full-width-image-title-content .custom-content a.mktoButton {
    font-family: Eina01-Bold;
    max-width: 200px;
    width: 100%;
    text-decoration: none
}

._full-width-image-title-content .custom-content li a,
._full-width-image-title-content .custom-content p a {
    padding-bottom: 1px;
    color: inherit;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    border-bottom: 1px dotted
}

._full-width-image-title-content .custom-content li a:hover,
._full-width-image-title-content .custom-content p a:hover {
    color: #008eaa;
    border-color: #008eaa;
    text-decoration: none
}

._full-width-image-title-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
._full-width-image-title-content .btn,
._full-width-image-title-content .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._full-width-image-title-content #btn-back-to-blog,
.custom-marketo-form ._full-width-image-title-content .mktoButton {
    position: relative;
    padding-right: 30px
}

._full-width-image-title-content .blog_single_v2 .content .blog-content #btn-back-to-blog i,
._full-width-image-title-content .btn i,
._full-width-image-title-content .custom-marketo-form .mktoButton i,
.blog_single_v2 .content .blog-content ._full-width-image-title-content #btn-back-to-blog i,
.custom-marketo-form ._full-width-image-title-content .mktoButton i {
    position: absolute;
    right: 20px;
    top: 19px
}

._full-width-image-title-content .text-block p.p-xs,
.section-text-block .text-block p.p-xs {
    font-size: .9375rem;
    line-height: 1.625rem
}

@media (max-width:991px) {
    ._full-width-image-title-content .rollout-index {
        max-width: 410px;
        position: inherit;
        right: 0;
        bottom: 0;
        margin: auto
    }
}

@media (max-width:768px) {
    ._full-width-image-title-content .rollout-index li {
        font-size: 12px
    }
}

@media (max-width:767px) {

    ._full-width-image-title-content .text-block h2,
    .section-text-block .text-block h2 {
        margin-bottom: 30px
    }
}

._featured-large-text-list.pw-5g-bg {
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    min-height: 793px;
    margin-top: -93px
}

._featured-large-text-list.pw-5g-bg ul {
    max-width: 310px;
    margin: auto;
    position: relative;
    top: 40px;
    left: 37px
}

._featured-large-text-list.pw-5g-bg ul li {
    font-size: 15px;
    line-height: 26px;
    list-style: none;
    font-family: Eina01-Bold;
    position: relative
}

._featured-large-text-list.pw-5g-bg ul li.yellow-text {
    color: #ffad00
}

._featured-large-text-list.pw-5g-bg ul li:before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ffad00;
    position: absolute;
    left: -35px;
    top: 13px
}

._featured-large-text-list.pw-5g-bg ul li a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px
}

._featured-large-text-list.pw-5g-bg ul li a:hover {
    color: var(--link-color-secondary-a-hover)
}

._featured-large-text-list.pw-5g-bg h1.head-yellow-large-text {
    color: #ffad00;
    font-family: Eina01-Bold;
    margin-bottom: auto;
    position: relative;
    font-size: 140px;
    bottom: -277px
}

._featured-large-text-list.pw-5g-bg h1.head-yellow-large-text span {
    bottom: -20px;
    position: relative;
    font-size: 360px
}

._featured-large-text-list.pw-5g-bg h2.head-yellow-large-text {
    color: #ffad00;
    font-family: Eina01-Bold;
    margin-bottom: auto;
    position: relative;
    font-size: 120px;
    bottom: -277px
}

._featured-large-text-list.pw-5g-bg h2.head-yellow-large-text span {
    bottom: -20px;
    position: relative;
    font-size: 360px
}

@media (max-width:1800px) {
    ._featured-large-text-list.pw-5g-bg {
        padding: 10vw 0 8vw;
        background-size: contain;
        min-height: auto;
        margin-top: -5%
    }

    ._featured-large-text-list.pw-5g-bg .container {
        max-width: none
    }

    ._featured-large-text-list.pw-5g-bg ul {
        bottom: 30%;
        left: 37px;
        top: auto
    }

    ._featured-large-text-list.pw-5g-bg h1.head-yellow-large-text {
        font-size: 7.5vw;
        top: 23%;
        text-align: center
    }

    ._featured-large-text-list.pw-5g-bg h1.head-yellow-large-text span {
        font-size: 10vw;
        font-size: 20vw
    }

    ._featured-large-text-list.pw-5g-bg h2.head-yellow-large-text {
        font-size: 6.5vw;
        top: 23%;
        text-align: center
    }

    ._featured-large-text-list.pw-5g-bg h2.head-yellow-large-text span {
        font-size: 10vw;
        font-size: 20vw
    }
}

@media (max-width:768px) {
    ._featured-large-text-list.pw-5g-bg ul {
        bottom: 96px
    }

    ._featured-large-text-list.pw-5g-bg ul li,
    .rollout-index li {
        font-size: 12px
    }

    .diagram-msg {
        top: -70px
    }

    ._featured-large-text-list.pw-5g-bg h1.head-yellow-large-text span,
    ._featured-large-text-list.pw-5g-bg h2.head-yellow-large-text span {
        bottom: 0
    }
}

._image-text-features-b .pathway-5g-3cols {
    max-width: 1090px;
    margin: auto;
    text-align: center;
    color: #fff
}

._image-text-features-b .pathway-5g-3cols h3 {
    font-size: 24px;
    font-family: Eina01-Bold;
    padding-bottom: 10px
}

._image-text-features-b .pathway-5g-3cols a {
    font-size: 16px;
    line-height: 24px;
    color: #ffad00;
    text-decoration: underline
}

._image-text-features-b .pathway-5g-3cols a:hover {
    text-decoration: none;
    color: #f8bb39
}

._image-text-features-b.section-image-features .features-bar.pathway-5g {
    bottom: 0;
    z-index: 3;
    left: 0;
    margin: -141px auto auto;
    position: relative
}

._image-text-features-b.section-image-features .image-features {
    position: relative
}

._image-text-features-b.section-image-features .pathway-5g-3cols h3 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._image-text-features-b.section-image-features .pathway-5g-3cols h3 a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px
}

._image-text-features-b.section-image-features .features-bar {
    width: calc(100% - 160px);
    background-color: #333f48;
    padding: 32px 75px;
    position: absolute;
    bottom: -41px;
    z-index: 1;
    left: 80px
}

._image-text-features-b.section-image-features .features-bar h1,
._image-text-features-b.section-image-features .features-bar h2 {
    font-family: Eina01-Bold;
    color: #fff
}

._image-text-features-b.section-image-features .features-bar h1 a,
._image-text-features-b.section-image-features .features-bar h2 a {
    color: inherit
}

._image-text-features-b.section-image-features .features-bar h1 {
    font-size: 52px;
    font-size: 3.25rem
}

._image-text-features-b.section-image-features .features-bar h2 {
    font-size: 45px;
    font-size: 2.8125rem
}

._image-text-features-b.section-image-features .features-bar li a,
._image-text-features-b.section-image-features .features-bar p a {
    color: #fff;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._image-text-features-b.section-image-features .features-bar li a:hover,
._image-text-features-b.section-image-features .features-bar p a:hover {
    border-bottom-color: #fff;
    color: #fff;
    text-decoration: underline;
    opacity: 1
}

._image-text-features-b.section-image-features .features-bar ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px
}

._image-text-features-b.section-image-features .features-bar ul li {
    font-family: Eina01-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px
}

._image-text-features-b.section-image-features .features-bar ul li:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: #ffad00;
    position: absolute;
    left: 0;
    top: 12px
}

@media (max-width:1199px) {
    ._image-text-features-b.section-image-features .features-bar.pathway-5g {
        left: 0;
        padding: 32px 35px
    }

    ._image-text-features-b.section-image-features .features-bar {
        width: calc(100% - 60px);
        left: 30px;
        padding: 32px 35px
    }
}

@media (max-width:991px) {
    ._image-text-features-b.section-image-features .features-bar.pathway-5g {
        margin: auto
    }

    ._image-text-features-b.section-image-features .features-bar ul {
        margin-bottom: 0;
        margin-top: 0
    }

    ._image-text-features-b.section-image-features .features-bar {
        position: relative;
        bottom: 0;
        width: 100%;
        left: 0
    }
}

@media (max-width:767px) {
    ._image-text-features-b.section-image-features .features-bar {
        padding: 15px
    }

    ._image-text-features-b.section-image-features .features-bar h1 {
        font-size: 42px;
        font-size: 2.625rem
    }

    ._image-text-features-b.section-image-features .features-bar h2 {
        font-size: 36px;
        font-size: 2.25rem
    }
}

._today-tomorrow-comparison.section-left-arrow-right .col-text-image h6 {
    font-family: Eina01-Bold;
    font-size: 18px;
    font-size: 1.125rem;
    color: #ffad00;
    text-transform: uppercase
}

._today-tomorrow-comparison.section-left-arrow-right .col-text-image h4 {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    color: #333f48;
    margin-bottom: 20px
}

._today-tomorrow-comparison.section-left-arrow-right .col-text-image h4 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._today-tomorrow-comparison.section-left-arrow-right .col-text-image h4 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._today-tomorrow-comparison.section-left-arrow-right .col-or {
    margin-top: 40px;
    margin-bottom: 110px
}

._today-tomorrow-comparison.section-left-arrow-right .col-or span {
    font-family: Eina01-Bold;
    font-size: 18px;
    color: #333f48;
    text-transform: uppercase;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 96px;
    background-color: rgba(51, 63, 72, .1);
    border: 2px solid rgba(0, 0, 0, .03);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

@media (max-width:767px) {
    ._today-tomorrow-comparison.section-left-arrow-right .col-arrow img {
        transform: rotate(90deg);
        width: 40%
    }

    ._today-tomorrow-comparison.section-left-arrow-right .col-arrow {
        padding: 80px 0;
        text-align: center;
        margin: auto
    }
}

._bordered-50-50-image-cta.section-image-content-box .image-content-box {
    border: 20px solid rgba(51, 63, 72, .1);
    padding-top: 84px;
    padding-bottom: 96px
}

._bordered-50-50-image-cta.section-image-content-box .image-col {
    padding-left: 12px;
    padding-top: 43px
}

._bordered-50-50-image-cta.section-image-content-box .image-col img {
    -webkit-filter: drop-shadow(0 30px 40px rgba(52, 65, 74, .8));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=30, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=30, Color='#444')"
}

._bordered-50-50-image-cta.section-image-content-box .content-col {
    padding-right: 20px
}

._bordered-50-50-image-cta.section-image-content-box .content-col h4 {
    font-family: Eina01-Bold;
    font-size: 30px;
    font-size: 1.875rem;
    color: #333f48;
    margin-bottom: 5px
}

._bordered-50-50-image-cta.section-image-content-box .content-col h1,
._bordered-50-50-image-cta.section-image-content-box .content-col h2 {
    font-family: Eina01-Bold;
    color: #ffad00;
    margin-bottom: 25px
}

._bordered-50-50-image-cta.section-image-content-box .content-col h1 {
    font-size: 64px;
    font-size: 4rem
}

._bordered-50-50-image-cta.section-image-content-box .content-col h2 {
    font-size: 52px;
    font-size: 3.25rem
}

._bordered-50-50-image-cta.section-image-content-box .content-col p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #333f48;
    margin-left: 5px;
    padding-right: 30px
}

._bordered-50-50-image-cta.section-image-content-box .content-col p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._bordered-50-50-image-cta.section-image-content-box .content-col .blog_single_v2 .content .blog-content #btn-back-to-blog,
._bordered-50-50-image-cta.section-image-content-box .content-col .btn,
._bordered-50-50-image-cta.section-image-content-box .content-col .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._bordered-50-50-image-cta.section-image-content-box .content-col #btn-back-to-blog,
.custom-marketo-form ._bordered-50-50-image-cta.section-image-content-box .content-col .mktoButton {
    margin-top: 30px;
    margin-left: 5px;
    padding-left: 35px;
    padding-right: 35px
}

@media (min-width:1630px) {
    ._bordered-50-50-image-cta.section-image-content-box .content-col {
        padding-right: 80px
    }
}

@media (max-width:1199) {
    ._bordered-50-50-image-cta.section-image-content-box .content-col h1 {
        font-size: 56px;
        font-size: 3.5rem
    }
}

@media (max-width:991px) {
    ._bordered-50-50-image-cta.section-image-content-box .image-content-box {
        padding: 40px 30px
    }

    ._bordered-50-50-image-cta.section-image-content-box .image-col {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 50px
    }

    ._bordered-50-50-image-cta.section-image-content-box .content-col {
        padding: 0
    }

    ._bordered-50-50-image-cta.section-image-content-box .content-col h1 {
        font-size: 48px;
        font-size: 3rem
    }
}

@media (max-width:767px) {
    ._bordered-50-50-image-cta.section-image-content-box .image-content-box {
        padding: 30px 15px
    }

    ._bordered-50-50-image-cta.section-image-content-box .content-col p {
        padding-right: 0
    }

    ._bordered-50-50-image-cta.section-image-content-box .content-col h2 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 46px;
        line-height: 2.875rem
    }

    .blog_single_v2 .content .blog-content .section-image-content-box .content-col #btn-back-to-blog,
    .custom-marketo-form .section-image-content-box .content-col .mktoButton,
    .section-image-content-box .content-col .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .section-image-content-box .content-col .btn,
    .section-image-content-box .content-col .custom-marketo-form .mktoButton {
        margin-top: 15px
    }

    .section-image-content-box .image-content-box {
        border: 10px solid rgba(51, 63, 72, .1)
    }
}

._venn-diagram.section-venn-diagram {
    margin-top: 6.25rem
}

._venn-diagram.section-venn-diagram .venn-block {
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    background-size: 100%;
    height: 51.3vw;
    max-height: 814px
}

._venn-diagram.section-venn-diagram .side-text {
    position: relative
}

._venn-diagram.section-venn-diagram .side-text p {
    font-family: Eina01-Regular;
    line-height: 26px;
    line-height: 1.67vw;
    font-size: 16px;
    font-size: 1.02vw;
    color: #333f48;
    margin-bottom: 0;
    white-space: pre-line
}

._venn-diagram.section-venn-diagram .side-text p a {
    color: #333f48;
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._venn-diagram.section-venn-diagram .side-text p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover)
}

._venn-diagram.section-venn-diagram .side-text p strong {
    font-family: Eina01-SemiBold;
    font-size: 18px;
    font-size: 1.15vw
}

._venn-diagram.section-venn-diagram .center-text {
    position: relative
}

._venn-diagram.section-venn-diagram .center-text h3 {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.54vw;
    color: #fff;
    text-align: center
}

._venn-diagram.section-venn-diagram .top-texts .text-left-1 {
    margin-top: 11vw;
    left: 15.2vw
}

._venn-diagram.section-venn-diagram .top-texts .text-left-2 {
    margin-top: 3.4vw;
    left: 8.6vw
}

._venn-diagram.section-venn-diagram .top-texts .text-left-3 {
    margin-top: 3.4vw;
    left: 14.4vw
}

._venn-diagram.section-venn-diagram .top-texts .text-left-4 {
    margin-top: 3.99vw;
    left: 10.3vw
}

._venn-diagram.section-venn-diagram .top-texts .text-right-1 {
    margin-top: 11.28vw;
    left: .76vw
}

._venn-diagram.section-venn-diagram .top-texts .text-right-2 {
    margin-top: 6.5vw;
    left: 3vw
}

._venn-diagram.section-venn-diagram .bottom-texts .text-bottom-1 {
    margin-top: 13vw;
    left: 12.4vw
}

._venn-diagram.section-venn-diagram .bottom-texts .text-bottom-2 {
    margin-top: 13vw;
    left: .3vw
}

._venn-diagram.section-venn-diagram .venns-1 {
    top: 78px;
    left: -4px
}

._venn-diagram.section-venn-diagram .venns-2 {
    top: -170px;
    left: -28px
}

._venn-diagram.section-venn-diagram .venns-3 {
    top: 78px;
    left: -52px
}

._venn-diagram.section-venn-diagram .venn-1 {
    top: 5vw;
    left: 0
}

._venn-diagram.section-venn-diagram .venn-2 {
    top: -11vw;
    left: -1.5vw
}

._venn-diagram.section-venn-diagram .venn-3 {
    top: 5vw;
    left: -3.5vw
}

._venn-diagram.section-venn-diagram .outer-circle {
    width: 30vw;
    height: 30vw;
    border-radius: 100%;
    border: 1px solid #0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute
}

._venn-diagram.section-venn-diagram .outer-circle .inner-circle {
    height: 23.5vw;
    width: 23.5vw;
    background-color: #0ff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:1570px) {
    ._venn-diagram.section-venn-diagram .center-text h3 {
        font-size: 24px
    }

    ._venn-diagram.section-venn-diagram .side-text p {
        line-height: 26px;
        font-size: 16px
    }

    ._venn-diagram.section-venn-diagram .side-text p strong {
        font-size: 18px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-left-1 {
        margin-top: 174px;
        left: 236px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-left-2 {
        margin-top: 55px;
        left: 133px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-left-3 {
        margin-top: 53px;
        left: 223px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-left-4 {
        margin-top: 62px;
        left: 161px
    }

    ._venn-diagram.section-venn-diagram .center-text.main-text-1 {
        margin-top: 0;
        left: -1vw
    }

    ._venn-diagram.section-venn-diagram .center-text.main-text-2 {
        margin-top: 0;
        left: 1vw
    }

    ._venn-diagram.section-venn-diagram .center-text.main-text-3 {
        margin-top: 0;
        left: 6px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-right-1 {
        margin-top: 203px;
        left: 14px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-right-2 {
        margin-top: 117px;
        left: 54px
    }

    ._venn-diagram.section-venn-diagram .bottom-texts .text-bottom-1 {
        margin-top: 234px;
        left: 223px
    }

    ._venn-diagram.section-venn-diagram .bottom-texts .text-bottom-2 {
        margin-top: 234px;
        left: 5px
    }
}

@media (max-width:991px) {
    ._venn-diagram.section-venn-diagram .top-texts .text-left-1 {
        margin-top: 70px;
        left: 70px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-left-2 {
        margin-top: 30px;
        left: 35px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-left-3 {
        margin-top: 30px;
        left: 85px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-left-4 {
        margin-top: 30px;
        left: 90px
    }

    ._venn-diagram.section-venn-diagram .bottom-texts .text-bottom-1 {
        margin-top: 50px;
        left: 70px
    }

    ._venn-diagram.section-venn-diagram .bottom-texts .text-bottom-2 {
        margin-top: 50px;
        left: 0
    }

    ._venn-diagram.section-venn-diagram .center-text h3 {
        font-size: 15px
    }

    ._venn-diagram.section-venn-diagram .side-text p {
        font-size: 10px
    }

    ._venn-diagram.section-venn-diagram .side-text p strong {
        font-size: 12px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-right-1 {
        margin-top: 105px;
        left: 5px
    }

    ._venn-diagram.section-venn-diagram .top-texts .text-right-2 {
        margin-top: 50px;
        left: 20px
    }

    ._venn-diagram.section-venn-diagram .venn-block {
        height: 360px
    }
}

@media (max-width:767px) {
    ._venn-diagram.section-venn-diagram .venn-block {
        background-image: none !important;
        height: auto
    }

    ._venn-diagram.section-venn-diagram .side-text {
        margin-top: 15px !important;
        padding-left: 25px;
        left: 0 !important;
        position: relative
    }

    ._venn-diagram.section-venn-diagram .side-text:before {
        content: "";
        display: block;
        height: 4px;
        width: 15px;
        background-color: #ffad00;
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px
    }

    ._venn-diagram.section-venn-diagram .center-text {
        margin-top: 55px !important;
        position: static
    }

    ._venn-diagram.section-venn-diagram .center-text h3 {
        color: #333f48;
        font-size: 20px
    }

    ._venn-diagram.section-venn-diagram .center-text h3 br {
        display: none
    }

    ._venn-diagram.section-venn-diagram .side-text p {
        font-size: 14px;
        line-height: 20px
    }

    ._venn-diagram.section-venn-diagram .side-text p strong {
        font-size: 16px
    }

    ._venn-diagram.section-venn-diagram {
        margin-top: 3.125rem
    }

    ._venn-diagram.section-venn-diagram .outer-circle {
        display: none
    }
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .bordered-box {
    border: 20px solid #ffad00;
    padding: 100px 60px;
    background-position: 0 100%;
    background-repeat: no-repeat
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content {
    padding-right: 30px
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content h3 {
    font-family: Eina01-Bold;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
    color: #333f48;
    margin-bottom: 2.1875rem
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #333f48
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content .btn,
._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content .custom-marketo-form .mktoButton,
.blog_single_v2 .content .blog-content ._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content #btn-back-to-blog,
.custom-marketo-form ._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content .mktoButton {
    margin-top: 25px
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list {
    margin-left: 60px;
    padding-right: 80px
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul li {
    padding-left: 80px;
    margin-left: 0;
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 26px;
    line-height: 1.625rem;
    color: #333f48;
    position: relative;
    min-height: 37px;
    margin-bottom: 1.5625rem
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul li a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul li:before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 37px;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/list-check.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18.5px
}

._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul li:last-child {
    margin-bottom: 0
}

@media (max-width:1199px) {
    ._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list {
        padding-right: 0;
        margin-left: 30px
    }

    ._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content {
        padding-right: 0
    }
}

@media (max-width:991px) {
    ._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list {
        margin-left: 0
    }

    ._bordered-50-50-content-checklist.section-2-col-bordered-box .left-col-content {
        margin-bottom: 3.75rem
    }
}

@media (max-width:767px) {
    ._bordered-50-50-content-checklist.section-2-col-bordered-box .bordered-box {
        padding: 30px 20px;
        border: 10px solid #ffad00
    }

    ._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul li {
        padding-left: 40px
    }

    ._bordered-50-50-content-checklist.section-2-col-bordered-box .right-col-list ul li:before {
        top: 5px;
        margin-top: 0;
        background-size: 80%;
        left: -6px
    }
}

section.multiple-column-text-w-text-link h3 {
    font-family: Eina01-Light;
    font-size: 36px
}

section.multiple-column-text-w-text-link h3 a {
    color: inherit;
    font-size: inherit
}

section.multiple-column-text-w-text-link h3 a:hover {
    color: #0057b8
}

section.multiple-column-text-w-text-link .col-area {
    font-size: 16px;
    line-height: 24px
}

section.multiple-column-text-w-text-link .col-area h2 a,
section.multiple-column-text-w-text-link .col-area h3 a,
section.multiple-column-text-w-text-link .col-area h4 a,
section.multiple-column-text-w-text-link .col-area h5 a,
section.multiple-column-text-w-text-link .col-area h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    border-bottom: none
}

section.multiple-column-text-w-text-link .col-area h2 a:hover,
section.multiple-column-text-w-text-link .col-area h3 a:hover,
section.multiple-column-text-w-text-link .col-area h4 a:hover,
section.multiple-column-text-w-text-link .col-area h5 a:hover,
section.multiple-column-text-w-text-link .col-area h6 a:hover {
    text-decoration: underline;
    color: #0057b8
}

section.multiple-column-text-w-text-link .col-area a {
    color: #333f48;
    text-decoration: none !important;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold;
    font-size: 15px
}

section.multiple-column-text-w-text-link .col-area a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

section.multiple-column-text-w-text-link .col-area p a {
    color: rgba(51, 63, 72, .8);
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

section.multiple-column-text-w-text-link .col-area p a:hover {
    color: #009a44;
    border-color: #009a44;
    text-decoration: none
}

section.multiple-column-text-w-text-link .col-area p a i {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 700
}

section.multiple-column-text-w-text-link .col-area em {
    font-size: 14px;
    font-style: normal
}

section.multiple-column-text-w-text-link .vul-content h2 a {
    color: #333f48;
    text-decoration: none !important;
    border-bottom: 1px dotted;
    border-color: #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold;
    font-size: 15px
}

section.multiple-column-text-w-text-link .vul-content h2 a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._30-70-image-cta.section-image-content-row .image-content-row {
    padding: 40px 80px 40px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}

._30-70-image-cta.section-image-content-row .image-content-row:hover {
    background-color: #fff;
    box-shadow: 0 0 35px rgba(61, 75, 86, .3)
}

._30-70-image-cta.section-image-content-row .image-content-row:hover .content-col .open-link,
._30-70-image-cta.section-image-content-row .image-content-row:hover .links-row {
    opacity: 1
}

._30-70-image-cta.section-image-content-row .image-col {
    position: relative;
    z-index: 1
}

._30-70-image-cta.section-image-content-row .image-col a {
    height: 310px;
    height: 19.375rem;
    max-width: 530px;
    max-width: 33.125rem;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto
}

._30-70-image-cta.section-image-content-row .image-col a img {
    vertical-align: middle
}

._30-70-image-cta.section-image-content-row .content-col {
    padding-top: 20px;
    padding-left: 30px;
    margin-bottom: 79px
}

._30-70-image-cta.section-image-content-row .content-col h3 {
    font-family: Eina01-Bold;
    font-size: 36px;
    font-size: 2.25rem;
    color: #333f48;
    margin-bottom: 20px
}

._30-70-image-cta.section-image-content-row .content-col p {
    font-family: Eina01-Regular;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #333f48
}

._30-70-image-cta.section-image-content-row .content-col p a {
    color: #333f48;
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._30-70-image-cta.section-image-content-row .content-col a.open-link {
    font-family: Eina01-Bold;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #008eaa;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6.5vw;
    margin-top: -5px;
    opacity: 0
}

._30-70-image-cta.section-image-content-row .links-row {
    background-color: #f3f6f9;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: -79px -80px -40px -30px;
    opacity: 0;
    z-index: 0;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px
}

._30-70-image-cta.section-image-content-row .links-row img {
    height: 27px;
    width: 19px;
    object-fit: contain
}

._30-70-image-cta.section-image-content-row .links-row .link-row {
    padding-left: 20px
}

._30-70-image-cta.section-image-content-row .links-row .link-bold {
    text-decoration: none
}

._30-70-image-cta.section-image-content-row .links-row .link-bold span {
    font-family: Eina01-Bold;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333f48;
    vertical-align: middle
}

._30-70-image-cta.section-image-content-row .links-row .link-bold img {
    vertical-align: middle;
    margin-right: 5px
}

._30-70-image-cta.section-image-content-row .links-row .link-reg {
    text-decoration: none;
    margin-left: 50px;
    display: inline-block
}

._30-70-image-cta.section-image-content-row .links-row .link-reg span {
    font-family: Eina01-Regular;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #333f48;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

._30-70-image-cta.section-image-content-row .links-row .link-reg i {
    vertical-align: middle;
    margin-right: 5px;
    padding: 6px 7px;
    color: #fff;
    background-color: #aeb4b9;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

._30-70-image-cta.section-image-content-row .links-row .link-reg:hover span {
    text-decoration: underline;
    color: #008eaa
}

._30-70-image-cta.section-image-content-row .links-row .link-reg:hover i {
    background-color: #008eaa
}

@media (min-width:1630px) {
    ._30-70-image-cta.section-image-content-row .content-col {
        padding-left: 10px
    }

    ._30-70-image-cta.section-image-content-row .links-row .link-row {
        padding-left: 0
    }

    ._30-70-image-cta.section-image-content-row .content-col a.open-link {
        margin-left: 105px
    }
}

@media (max-width:1199px) {
    ._30-70-image-cta.section-image-content-row .image-content-row {
        box-shadow: none !important
    }

    ._30-70-image-cta.section-image-content-row .content-col a.open-link,
    ._30-70-image-cta.section-image-content-row .links-row {
        opacity: 1
    }

    ._30-70-image-cta.section-image-content-row .image-col a {
        height: 21vw
    }

    ._30-70-image-cta.section-image-content-row .content-col {
        padding-top: 0
    }

    ._30-70-image-cta.section-image-content-row .content-col a.open-link {
        display: block;
        margin-top: 5px;
        margin-left: 0
    }
}

@media (max-width:991px) {
    ._30-70-image-cta.section-image-content-row .image-col a {
        height: 227px;
        max-height: 227px;
        width: 100%;
        max-width: 390px
    }

    ._30-70-image-cta.section-image-content-row .image-content-row {
        padding-left: 0;
        padding-right: 0
    }

    ._30-70-image-cta.section-image-content-row .content-col {
        margin-bottom: 20px;
        padding-left: 0
    }

    ._30-70-image-cta.section-image-content-row .links-row {
        margin: 0
    }
}

@media (max-width:767px) {
    ._30-70-image-cta.section-image-content-row .links-row .link-reg {
        margin-top: 10px;
        margin-left: 2.5vw;
        margin-right: 2.5vw
    }

    ._30-70-image-cta.section-image-content-row .image-col a img {
        max-height: 150px;
        max-width: 250px
    }

    ._30-70-image-cta.section-image-content-row .image-col a {
        height: 205px;
        max-width: 205px;
        width: 100%;
        max-width: 390px
    }

    ._30-70-image-cta.section-image-content-row .content-col h3 {
        margin-bottom: 13px
    }

    ._30-70-image-cta.section-image-content-row .image-col {
        margin-bottom: 15px
    }

    ._30-70-image-cta.section-image-content-row .links-row {
        background-color: #fff;
        border-top: 1px solid #c1c5c8;
        border-bottom: 1px solid #c1c5c8;
        margin-top: 18px;
        padding-top: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0
    }

    ._30-70-image-cta.section-image-content-row .links-row .link-bold {
        margin-bottom: 15px
    }
}

._hr hr {
    margin-top: 63px;
    margin-top: 3.9375rem !important;
    margin-bottom: 0 !important;
    max-width: 95% !important
}

._hr .align-left,
._hr .align-left hr {
    margin-left: 0;
    margin-right: auto
}

._hr .align-right,
._hr .align-right hr {
    margin-left: auto;
    margin-right: 0
}

._hr .align-center,
._hr .align-center hr {
    margin-left: auto;
    margin-right: auto
}

@media (max-width:768px) {
    body.cradlepoint-page hr {
        max-width: 88px;
        max-width: 5.5rem
    }
}

@media (max-width:500px) {
    body.cradlepoint-page hr.grey-lined.margin-40-right {
        margin-right: 10px
    }

    body.cradlepoint-page hr.grey-lined.margin-40-left {
        margin-left: 10px
    }
}

._bordered-full-width-cta-multi-column.att-wrapper {
    flex-grow: 1
}

._bordered-full-width-cta-multi-column.att-wrapper p {
    padding: 0 74px 25px
}

._bordered-full-width-cta-multi-column.att-wrapper .blog_single_v2 .content .blog-content a#btn-back-to-blog,
._bordered-full-width-cta-multi-column.att-wrapper .custom-marketo-form a.mktoButton,
._bordered-full-width-cta-multi-column.att-wrapper a.btn,
.blog_single_v2 .content .blog-content ._bordered-full-width-cta-multi-column.att-wrapper a#btn-back-to-blog,
.custom-marketo-form ._bordered-full-width-cta-multi-column.att-wrapper a.mktoButton {
    margin-top: auto
}

._bordered-full-width-cta-multi-column.att {
    padding-top: 230px;
    padding-bottom: 70px
}

._bordered-full-width-cta-multi-column.att .jm-text-area {
    background: #fff;
    padding: 0 70px
}

._bordered-full-width-cta-multi-column.att.section-boxed-icon-box .boxed-icon-box {
    border: 2px solid #eaebec
}

._bordered-full-width-cta-multi-column.att h3 {
    font-size: 24px;
    line-height: 42px
}

._bordered-full-width-cta-multi-column .box-title h3 a,
._bordered-full-width-cta-multi-column .box-title p a,
._bordered-full-width-cta-multi-column .item-content h3 a,
._bordered-full-width-cta-multi-column .item-content p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._bordered-full-width-cta-multi-column .box-title h3 a:hover,
._bordered-full-width-cta-multi-column .box-title p a:hover,
._bordered-full-width-cta-multi-column .item-content h3 a:hover,
._bordered-full-width-cta-multi-column .item-content p a:hover {
    color: var(--link-color-secondary-a-hover)
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .boxed-icon-box {
    border: 20px solid #eaebec;
    margin: auto;
    padding: 65px 45px;
    max-width: 1440px
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .box-title h2 {
    font-family: Eina01-Bold;
    font-size: 52px;
    font-size: 3.25rem;
    color: #333f48
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box {
    padding-left: 35px;
    padding-right: 35px
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box h4 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1.5625rem
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box .item-icon {
    margin-bottom: 10px
}

@media (max-width:1199px) {

    ._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box,
    .section-dark-icon-box .icon-btn-box,
    .section-dark-icon-btn-box .icon-btn-box {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    ._bordered-full-width-cta-multi-column.section-boxed-icon-box .boxed-icon-box {
        padding-left: 15px;
        padding-right: 15px
    }

    ._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box,
    .section-2col-content-video .col-content-video,
    .section-dark-icon-box .icon-btn-box,
    .section-dark-icon-btn-box .icon-btn-box {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {

    ._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box,
    .section-dark-icon-box .icon-btn-box,
    .section-dark-icon-btn-box .icon-btn-box {
        padding-bottom: 40px;
        padding-top: 40px
    }

    ._bordered-full-width-cta-multi-column.section-boxed-icon-box .boxed-icon-box {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

._cookie-table .table-bordered {
    border: 0
}

._cookie-table .table-bordered th {
    border: 0;
    font-family: Eina01-Regular;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0
}

._cookie-table .table-bordered th+th {
    padding-left: 2rem
}

._cookie-table .table-bordered th a {
    font-family: var(--font-semibold);
    color: inherit;
    text-decoration: none;
    border-color: inherit;
    padding-bottom: 1px;
    border-left-color: var(--link-color-secondary-b-decoration);
    border-bottom: 1px dotted;
    border-bottom-color: var(--link-color-secondary-b-decoration);
    border-right-color: var(--link-color-secondary-b-decoration);
    border-top-color: var(--link-color-secondary-b-decoration);
    font-family: Eina01-SemiBold
}

._cookie-table .table-bordered th a:hover {
    border-bottom-color: #008eaa;
    color: #008eaa
}

._cookie-table .table-bordered td {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    width: 50%
}

._cookie-table .table-bordered td+td {
    border-right: 0;
    padding-left: 2rem
}

._cookie-table .table-bordered td .yellow-dashed {
    margin: 0
}

._cookie-table .table-bordered td .yellow-dashed li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 1.3125rem 0 1.625rem
}

._cookie-table .table-bordered td .yellow-dashed li a {
    margin-left: 5px
}

._cookie-table .table-bordered td a,
._cookie-table .table-bordered td p {
    font-size: 16px
}

._cookie-table .table-bordered td a+p,
._cookie-table .table-bordered td a+ul,
._cookie-table .table-bordered td p+ul {
    margin-top: 15px
}

._cookie-table .table-bordered td a {
    font-family: var(--font-semibold);
    color: inherit;
    text-decoration: none;
    border-color: inherit;
    padding-bottom: 1px;
    border-left-color: var(--link-color-secondary-b-decoration);
    border-bottom: 1px dotted;
    border-bottom-color: var(--link-color-secondary-b-decoration);
    border-right-color: var(--link-color-secondary-b-decoration);
    border-top-color: var(--link-color-secondary-b-decoration);
    font-family: Eina01-SemiBold
}

._cookie-table .table-bordered td a:hover {
    border-bottom-color: #008eaa;
    color: #008eaa
}

._cookie-table .table-bordered tr:last-child td {
    border-bottom: 0
}

@media (max-width:767px) {
    ._cookie-table .row {
        margin: 0 !important
    }

    ._cookie-table .row .col-md-12 {
        padding: 0
    }

    ._cookie-table .table-bordered th {
        padding-right: .75rem
    }

    ._cookie-table .table-bordered th+th {
        padding-left: .75rem;
        padding-right: 0
    }

    ._cookie-table .table-bordered td {
        padding-right: .75rem
    }

    ._cookie-table .table-bordered td+td {
        padding-left: .75rem;
        padding-right: 0
    }
}

@media (min-width:768px) {
    ._cookie-table .row {
        margin: inherit
    }
}

._multi-item-carousel.multi-item-container .m-i-item {
    position: relative
}

._multi-item-carousel.multi-item-container .btn-floating {
    position: absolute;
    height: 90%;
    background: none;
    box-shadow: none;
    border-radius: 0
}

._multi-item-carousel.multi-item-container .btn-floating.disabled {
    cursor: auto
}

._multi-item-carousel.multi-item-container .btn-floating.disabled i,
._multi-item-carousel.multi-item-container .btn-floating.disabled i:hover {
    color: #d4d4d4;
    border-color: #d4d4d4;
    background-color: #fff
}

._multi-item-carousel.multi-item-container .btn-floating i {
    top: 50%;
    border: 1px solid #000;
    position: relative;
    color: #000;
    background: #fff
}

._multi-item-carousel.multi-item-container .btn-floating i:hover {
    color: #fff;
    border: 1px solid #333f48;
    background-color: #333f48
}

._multi-item-carousel.multi-item-container .btn-floating[data-slide=next] {
    right: 0;
    top: 0
}

._multi-item-carousel.multi-item-container .btn-floating[data-slide=prev] {
    left: 0;
    top: 0
}

._multi-item-carousel.multi-item-container .card {
    cursor: pointer;
    overflow: hidden
}

._multi-item-carousel.multi-item-container .card .card-body {
    background-color: #333f48;
    text-align: center;
    color: #fff;
    padding: 27px 30px 35px
}

._multi-item-carousel.multi-item-container .card .card-body h4 {
    font-family: Eina01-SemiBold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

._multi-item-carousel.multi-item-container .card .card-body p.card-text {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

._multi-item-carousel.multi-item-container .card .arrow {
    text-align: center;
    background-color: #333f48;
    overflow: hidden;
    height: 0
}

._multi-item-carousel.multi-item-container .card .arrow i {
    font-size: 34px;
    color: #fff
}

._multi-item-carousel.multi-item-container .card:hover .card-body {
    background: #535c63;
    margin-bottom: -29px;
    margin-top: -20px
}

._multi-item-carousel.multi-item-container .card:hover .arrow {
    height: 49px;
    background-color: #535c63
}

._multi-item-carousel.multi-item-container .card.active .card-body {
    background: #ffad00;
    margin-bottom: -29px;
    margin-top: -20px
}

._multi-item-carousel.multi-item-container .card.active .arrow {
    height: 49px;
    background-color: #ffad00
}

._multi-item-carousel.multi-item-container .carousel img {
    border-radius: 0
}

._multi-item-carousel.slider-area-container .container {
    max-width: none !important
}

._multi-item-carousel .carousel-indicators {
    display: none
}

@media (max-width:767px) {
    ._multi-item-carousel .carousel-indicators {
        display: flex
    }
}

._multi-item-carousel.slider-area-container .carousel .carousel-indicators li {
    background-color: #333f48;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1d4d5
}

._multi-item-carousel.slider-area-container .carousel .carousel-indicators li.active {
    background-color: #008eaa
}

._multi-item-carousel.slider-area-container .carousel .carousel-indicators {
    position: absolute;
    left: 6%;
    bottom: 50px;
    justify-content: flex-start
}

._multi-item-carousel.slider-area-container .yellow-bg {
    background: #ffad00;
    text-align: center;
    max-width: 1600px;
    padding: 20px;
    margin: auto
}

._multi-item-carousel.slider-area-container .yellow-bg #test-slider {
    margin-top: -60px
}

._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    top: 0;
    padding: 200px 6% 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%
}

._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
    font-size: 36px;
    line-height: 48px;
    font-family: lora;
    margin-bottom: 45px
}

._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px
}

._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
    font-size: 20px;
    line-height: 24px
}

._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p strong {
    font-family: Eina01-SemiBold
}

@media (max-width:1585px) {
    ._multi-item-carousel.multi-item-container .card {
        min-height: 474px
    }
}

@media (max-width:1400px) {
    ._multi-item-carousel.multi-item-container .card {
        min-height: 438px
    }
}

@media (max-width:1360px) {
    ._multi-item-carousel.multi-item-container .card {
        min-height: 430px
    }

    ._multi-item-carousel.slider-area-container .carousel .carousel-indicators {
        bottom: 38px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption {
        padding-top: 160px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 32;
        line-height: 1.5;
        margin-bottom: 24px
    }
}

@media (max-width:1279px) {
    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption {
        padding-top: 140px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 28px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
        font-size: 20px
    }
}

@media (max-width:1160px) {
    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption {
        padding-top: 120px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 24px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
        font-size: 17px
    }
}

@media (max-width:991px) {
    ._multi-item-carousel.slider-area-container .carousel .carousel-indicators {
        bottom: 28px
    }

    ._multi-item-carousel.multi-item-container .card {
        min-height: 480px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption {
        width: 70%
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 21px;
        line-height: 1.5;
        margin-bottom: 22px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
        font-size: 16px
    }
}

@media (max-width:880px) {
    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 18px;
        line-height: 1.4
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
        font-size: 15px
    }
}

@media (max-width:767px) {
    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption {
        top: 0;
        text-align: center;
        right: auto;
        padding-top: 40px;
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%
    }

    ._multi-item-carousel.slider-area-container .mobile-yellow-bottom-border img {
        border-bottom: 20px solid #ffad00
    }

    ._multi-item-carousel.slider-area-container .mobile-yellow-bottom-border {
        background: none !important;
        padding-left: 0;
        padding-right: 0
    }

    ._multi-item-carousel.slider-area-container .container {
        padding-left: 0;
        padding-right: 0
    }

    .mobile-hide {
        display: none !important
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider {
        margin-top: 0
    }

    ._multi-item-carousel.multi-item-container .card {
        min-height: 0
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 22px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
        font-size: 18px
    }

    ._multi-item-carousel.slider-area-container .carousel .carousel-indicators {
        justify-content: center;
        left: 0
    }
}

@media (max-width:640px) {
    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 22px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
        font-size: 16px
    }
}

@media (max-width:550px) {
    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
        font-size: 15px
    }
}

@media (max-width:424px) {
    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption h3 {
        font-size: 16px
    }

    ._multi-item-carousel.slider-area-container .yellow-bg #test-slider .carousel-caption p {
        font-size: 14px
    }
}

.events-ui .month-year {
    font-size: 3.125rem;
    display: inline-block;
    width: 150px
}

.section-events-block .table-responsive {
    overflow-x: hidden
}

.section-events-block .events-list-col {
    padding-left: 4.0625rem
}

.section-events-block .events-list-col h1,
.section-events-block .events-list-col h2 {
    font-family: Eina01-Bold;
    color: #333f48;
    margin-bottom: 5.3125rem
}

.section-events-block .events-list-col h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 48px;
    line-height: 3rem
}

.section-events-block .events-list-col h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 3rem
}

.section-events-block .events-col.events-col-2 {
    padding-left: 2.1875rem
}

.section-events-block .events-col.events-col-2 .events-items {
    padding-right: 3.75rem
}

.section-events-block .events-col h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 48px;
    line-height: 3rem;
    font-family: Eina01-Light;
    color: #ffad00;
    margin-bottom: 3.75rem
}

.section-events-block .events-col #cradlepoint_events_list_wrapper .cradlepoint-events-list {
    width: 100%
}

.section-events-block .events-col #cradlepoint_events_list_wrapper .cradlepoint-events-list th {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.5rem;
    font-family: Eina01-Light;
    color: #ffad00
}

.section-events-block .events-col #cradlepoint_events_list_wrapper .cradlepoint-events-list td {
    padding: 1.5rem 1rem;
    line-height: 1.5rem
}

.section-events-block .events-col .event-item:last-child {
    margin-bottom: 0
}

.section-events-block .events-col .event-item h4 {
    font-family: Eina01-Bold;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px
}

.section-events-block .events-col .event-item h4 a {
    text-decoration: none;
    color: #333f48
}

.section-events-block .events-col .event-item span.date {
    display: block;
    font-family: Eina01-Bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 63, 72, .8)
}

.section-events-block .events-col .event-item p {
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 63, 72, .8);
    margin-bottom: 10px
}

.section-events-block .events-col .event-item a.learn-more {
    color: #008eaa;
    text-transform: uppercase;
    font-family: Eina01-Bold;
    font-size: 14px;
    letter-spacing: .5px
}

.section-events-block .events-col .event-item a.learn-more i {
    margin-left: 10px
}

.section-events-block .events-col:not(.calendar) {
    padding-left: 2rem
}

@media (min-width:769px) and (max-width:1024px) {
    .section-events-block .events-col:not(.calendar) {
        padding-left: 1rem !important
    }
}

.section-events-block .events-side-col {
    padding-right: 1.875rem
}

.section-events-block .events-side-col .calendar-block {
    margin-bottom: 3.75rem
}

.section-events-block .events-side-col .calendar-block .calendar {
    text-align: center;
    box-shadow: 0 20px 30px rgba(51, 63, 72, .2)
}

.section-events-block .events-side-col .calendar-block .calendar,
.section-events-block .events-side-col .calendar-block .calendar img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.section-events-block .events-side-col .categories-block {
    padding-left: 2.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.section-events-block .events-side-col .categories-block .category-item {
    margin-bottom: 3.75rem
}

.section-events-block .events-side-col .categories-block .category-item h4 {
    font-family: Eina01-Bold;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 20px;
    position: relative;
    color: #333f48;
    padding-left: 2.75rem;
    margin-bottom: 30px
}

.section-events-block .events-side-col .categories-block .category-item h4:before {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #ffad00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.section-events-block .events-side-col .categories-block .category-item ul {
    list-style: none;
    padding-left: 2.75rem
}

.section-events-block .events-side-col .categories-block .category-item ul li:not(.show-more) {
    padding-left: 1.875rem;
    position: relative;
    margin-bottom: 5px
}

.section-events-block .events-side-col .categories-block .category-item ul li:not(.show-more):before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 17px;
    background-color: #ffad00;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.section-events-block .events-side-col .categories-block .category-item ul li:not(.show-more) a {
    font-family: Eina01-SemiBold;
    font-size: 16px;
    line-height: 34px;
    color: #333f48
}

.section-events-block .events-side-col .categories-block .category-item ul li.show-more a.btn-showmore {
    font-size: 12px;
    font-family: Eina01-Bold;
    background-color: #ffe6b2;
    padding: 7px 10px;
    border-radius: 6px;
    margin-top: 15px
}

.events-single-page .back-to-blog {
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
    color: #333f48
}

.events-single-page .back-to-blog a {
    font-size: 16px;
    color: #333f48;
    font-family: Eina01-Bold;
    font-size: 18px
}

.events-single-page .back-to-blog i {
    margin-right: 10px
}

.calendar-block {
    max-width: 400px;
    margin: 30px auto
}

.calendar-block .fc-header-toolbar {
    padding: 10px 0
}

.calendar-block .fc-day-grid .fc-row td {
    border: none
}

.calendar-block .fc-head {
    display: none
}

.calendar-block .fc-dayGridMonth-view .fc-scroller {
    overflow: hidden hidden !important;
    margin: 30px 30px 0;
    min-height: 340px;
    max-height: 340px
}

.calendar-block .fc-bg .fc-today {
    background: none !important
}

#calendar .fc-content-skeleton tbody button:focus {
    outline: none;
    box-shadow: none !important
}

#calendar .fc-content-skeleton tbody tr {
    width: 100%;
    height: 43px;
    top: 3px;
    justify-content: center;
    align-items: center
}

#calendar .fc-content-skeleton tbody tr td {
    width: 100%
}

#calendar .fc-content-skeleton tbody tr td.fc-event-container[colspan] {
    background-color: #ffe7b3 !important;
    border-radius: 41px 0 0 41px
}

#calendar .fc-content-skeleton tbody tr td.fc-event-container.end-colspan {
    background-color: #ffe7b3 !important;
    border-radius: 0 41px 41px 0
}

#calendar .fc-content-skeleton tbody tr td.fc-event-container a {
    background: #fff !important;
    height: 40px;
    max-width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    border: 2px solid #ffad00 !important
}

#calendar .fc-content-skeleton tbody tr td.fc-event-container a span.fc-title {
    color: #ffad00 !important;
    font-size: 14px !important;
    font-family: Eina01-Bold !important
}

#calendar .fc-content-skeleton thead tr {
    width: 100%;
    position: absolute;
    height: 43px;
    justify-content: center;
    align-items: center;
    display: flex
}

#calendar .fc-content-skeleton thead tr td {
    width: 48px;
    height: 40px
}

#calendar .fc-content-skeleton thead tr td.fc-today {
    background: none !important
}

#calendar .fc-content-skeleton thead tr td.fc-today span {
    font-family: Eina01-Bold;
    border-radius: 100%;
    width: 43px;
    height: 43px !important;
    background: #d8d9db;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#calendar .fc-content-skeleton thead tr td.fc-day-top {
    display: flex;
    justify-content: center;
    align-items: center
}

#calendar .fc-content-skeleton .fc-dayGrid-view .fc-body .fc-row {
    min-height: 47px
}

#calendar.fc td,
#calendar.fc th {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

.jm-type1 #calendar .fc-dayGrid-view .fc-body .fc-row {
    min-height: 44px;
    margin-bottom: 5px;
    max-height: 44px
}

.jm-type1 #calendar .fc-week .fc-content-skeleton tbody .fc-event-container .fc-day-grid-event {
    cursor: pointer
}

.jm-type1 #calendar .fc-week .fc-content-skeleton tbody .fc-event-container .fc-day-grid-event .clickme {
    color: #ffad00;
    font-family: Eina01-Bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.jm-type1 #calendar .fc-content-skeleton thead .fc-bgevent-head span {
    color: #ffad00;
    font-family: Eina01-Bold;
    position: relative;
    left: -2px
}

.jm-type1 #calendar .fc-bgevent {
    background: none !important;
    opacity: 1;
    position: relative
}

.jm-type1 #calendar .fc-bgevent div.fbg,
.jm-type1 #calendar .fc-bgevent div.sbg {
    background-color: #ffe7b3 !important;
    border-radius: 41px 0 0 41px;
    border: none;
    width: 113%;
    display: flex;
    height: 44px;
    position: ABSOLUTE;
    opacity: .3;
    left: -3px
}

.jm-type1 #calendar .fc-bgevent div.sbg {
    border-radius: 0
}

.jm-type1 #calendar .fc-bgevent[colspan="1"] .fbg,
.jm-type1 #calendar .fc-bgevent[colspan="1"] .sbg {
    background-color: transparent !important
}

.jm-type1 #calendar .fc-bgevent span {
    height: 40px;
    max-width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    border: 2px solid #ffad00 !important;
    background: #fff;
    color: #ffad00;
    font-family: Eina01-Bold;
    left: 2px;
    position: relative
}

.jm-type1 #calendar .fc-bgevent span.sm {
    font-size: 11px
}

.section-events-inner .left-col-block {
    border: 20px solid #ffad00;
    padding-left: 3.75rem;
    padding-right: 4.375rem;
    margin-top: 4.375rem;
    padding-bottom: 3.125rem
}

.section-events-inner .left-col-block .title-list {
    font-family: Eina01-Bold;
    color: #333f48;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 36px;
    line-height: 2.25rem;
    position: relative;
    padding-left: 4.375rem
}

.section-events-inner .left-col-block .title-list:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ffad00;
    position: absolute;
    top: 20px;
    left: 0
}

.section-events-inner .text-btn-grey-block {
    box-shadow: 20px 20px 30px rgba(51, 63, 72, .2);
    margin-top: -5.625rem;
    margin-bottom: 4.6875rem
}

.section-events-inner .text-btn-grey-block .text-inner {
    background-color: #333f48;
    padding: 60px 70px 30px
}

.section-events-inner .text-btn-grey-block .text-inner li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: hsla(0, 0%, 100%, .6)
}

.section-events-inner .text-btn-grey-block .text-inner h3 {
    color: #fff;
    font-family: Eina01-Bold;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
    margin-bottom: 24px
}

.section-events-inner .text-btn-grey-block .text-inner p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: hsla(0, 0%, 100%, .6)
}

.section-events-inner .text-btn-grey-block .text-inner p i {
    margin-left: 5px
}

.section-events-inner .text-btn-grey-block .text-inner a {
    font-family: Eina01-SemiBold;
    line-height: 24px;
    line-height: 1.5rem;
    color: #fff
}

.section-events-inner .text-btn-grey-block .btn-inner {
    background-color: #29333b;
    padding: 30px 70px
}

.blog_single_v2 .content .blog-content .section-events-inner .text-btn-grey-block .btn-inner #btn-back-to-blog,
.custom-marketo-form .section-events-inner .text-btn-grey-block .btn-inner .mktoButton,
.section-events-inner .text-btn-grey-block .btn-inner .blog_single_v2 .content .blog-content #btn-back-to-blog,
.section-events-inner .text-btn-grey-block .btn-inner .btn,
.section-events-inner .text-btn-grey-block .btn-inner .custom-marketo-form .mktoButton {
    padding: 20px 28px 20px 32px
}

.blog_single_v2 .content .blog-content .section-events-inner .text-btn-grey-block .btn-inner #btn-back-to-blog i,
.custom-marketo-form .section-events-inner .text-btn-grey-block .btn-inner .mktoButton i,
.section-events-inner .text-btn-grey-block .btn-inner .blog_single_v2 .content .blog-content #btn-back-to-blog i,
.section-events-inner .text-btn-grey-block .btn-inner .btn i,
.section-events-inner .text-btn-grey-block .btn-inner .custom-marketo-form .mktoButton i {
    margin-left: 30px
}

.section-events-inner .session-list {
    margin-top: 50px
}

.section-events-inner .session-list .session-title {
    padding-left: 7.5rem;
    margin-bottom: 25px
}

.section-events-inner .session-list .session-title span {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    color: #ffad00
}

.section-events-inner .session-list .session-wrap {
    padding: 0 20px
}

.section-events-inner .session-list .session-item {
    margin-bottom: 4.375rem;
    position: relative
}

.section-events-inner .session-list .session-item:before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #eaebec;
    position: absolute;
    top: 88px;
    left: 45px;
    z-index: 2
}

.section-events-inner .session-list .session-item:last-child:before {
    display: none
}

.section-events-inner .session-list .session-item .avatar {
    width: 120px;
    width: 6rem;
    float: left;
    margin-right: 20px;
    z-index: 3;
    position: relative
}

.section-events-inner .session-list .session-item .avatar img {
    padding: 3px;
    background-color: #fff;
    border: 7px solid #eaebec;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.section-events-inner .session-list .session-item .session-content {
    float: left;
    max-width: calc(70% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    width: 100%
}

.section-events-inner .session-list .session-item .session-content h5 {
    font-family: Eina01-Bold;
    color: #333f48;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0
}

.section-events-inner .session-list .session-item .session-content span.date {
    font-family: Eina01-Bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 63, 72, .8);
    display: block
}

.section-events-inner .session-list .session-item .session-content span.time {
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 63, 72, .8);
    display: block
}

.section-events-inner .session-list .session-item .session-content p {
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 63, 72, .8)
}

.section-events-inner .session-list .session-item .session-content .desc {
    margin-top: 28px
}

.section-events-inner .session-list .session-item .session-content .desc.desc-m-top {
    margin-top: 10px
}

.section-events-inner .right-col-block {
    padding-left: 20px
}

.section-events-inner .right-col-block .events-title h3 {
    font-family: Eina01-Light;
    font-size: 48px;
    line-height: 48px;
    color: #ffad00;
    margin-bottom: 50px
}

.section-events-inner .right-col-block .events-list .event-item {
    margin-bottom: 50px;
    padding-left: 60px;
    position: relative
}

.section-events-inner .right-col-block .events-list .event-item:before {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #ffad00;
    position: absolute;
    left: 0;
    top: 18px
}

.section-events-inner .right-col-block .events-list .event-item h4 {
    font-family: Eina01-Bold;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px
}

.section-events-inner .right-col-block .events-list .event-item h4 a {
    text-decoration: none;
    color: #333f48
}

.section-events-inner .right-col-block .events-list .event-item span.date {
    display: block;
    font-family: Eina01-Bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 63, 72, .8)
}

.section-events-inner .right-col-block .events-list .event-item p {
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 63, 72, .8);
    margin-bottom: 10px
}

.section-events-inner .right-col-block .events-list .event-item a.learn-more {
    color: #008eaa;
    text-transform: uppercase;
    font-family: Eina01-Bold;
    font-size: 14px;
    letter-spacing: .5px
}

.section-events-inner .right-col-block .events-list .event-item a.learn-more i {
    margin-left: 10px
}

#filtered-events-result h1 a:not(.btn),
#filtered-events-result h2 a:not(.btn),
#filtered-events-result h3 a:not(.btn),
#filtered-events-result h4 a:not(.btn),
#filtered-events-result h5 a:not(.btn),
#filtered-events-result h6 a:not(.btn) {
    border-bottom: 0;
    padding-bottom: 0;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

#filtered-events-result h1 a:not(.btn):hover,
#filtered-events-result h2 a:not(.btn):hover,
#filtered-events-result h3 a:not(.btn):hover,
#filtered-events-result h4 a:not(.btn):hover,
#filtered-events-result h5 a:not(.btn):hover,
#filtered-events-result h6 a:not(.btn):hover {
    color: #0057b8;
    border-color: none;
    text-decoration: underline
}

#filtered-events-result a:not(.btn) {
    font-family: var(--font-semibold);
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

#filtered-events-result a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover)
}

.event-page .section-hero-transparent .hero-content p {
    font-size: 24px !important;
    line-height: 34px !important
}

.loading-filtered-events-result {
    opacity: .1
}

.events-list-col {
    position: relative
}

.event-filter-preloader {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 30%;
    display: none
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    font-size: 14px;
    text-align: center
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: none;
    text-align: center
}

#calendar .fc-toolbar h2 {
    font-size: 18px;
    margin: 0
}

.fc-button-primary {
    background-color: #fff;
    border: none;
    color: #303e49
}

.fc-toolbar.fc-header-toolbar {
    margin: 10px 0 0
}

.fc-event,
.fc-event-dot {
    background-color: #ffad00;
    color: #fff;
    border: none
}

#calendar .cradlepoint-page a {
    color: #303e49;
    font-size: 12px
}

.fc-row .fc-bgevent {
    cursor: pointer !important;
    z-index: 999999
}

.fc-row .fc-bgevent-skeleton {
    z-index: 999
}

.section-events-block .clear-all {
    color: #0057b8;
    font-size: 18px;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0
}

.section-events-block .clear-all:before {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/icon-clear.webp);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.section-events-block .clear-events-filters {
    display: none
}

#calendar .fc-button-primary {
    color: #2c3e50 !important;
    background-color: #fff !important;
    border: none !important
}

#calendar .fc-header-toolbar {
    margin-bottom: 0 !important
}

#calendar .fc-title {
    font-size: 11px !important
}

@media (max-width:991px) {
    .section-events-block .events-col.events-col-2 {
        margin-top: 4.375rem
    }

    .section-events-block .events-col h3 {
        margin-bottom: 40px
    }
}

@media (max-width:1199px) {
    .section-events-inner .left-col-block {
        padding-left: 1.875rem;
        padding-right: 2.5rem
    }

    .section-events-inner .session-list .session-item .session-content {
        width: calc(100% - 120px)
    }

    .section-bottom-yellow-bar .bar-content h5,
    .section-bottom-yellow-bar .bar-content span.text {
        margin-right: 7%
    }

    .section-events-inner .right-col-block {
        margin-top: 2.5rem
    }
}

@media (max-width:991px) {
    .section-events-inner .session-list .session-item .session-content {
        max-width: calc(90% - 120px)
    }
}

@media (max-width:767px) {
    .section-events-inner .session-list .session-item .session-content {
        max-width: none
    }

    .section-events-block .events-side-col .calendar-block {
        margin: 80px auto 125px
    }

    .section-events-block .events-side-col {
        padding-right: 0
    }

    .section-events-inner .left-col-block {
        padding-left: 10px;
        padding-right: 10px
    }

    .section-events-inner .text-btn-grey-block .btn-inner,
    .section-events-inner .text-btn-grey-block .text-inner {
        padding: 20px
    }

    .section-events-inner .left-col-block .title-list {
        padding-left: 1.875rem
    }

    .section-events-inner .left-col-block .title-list:before {
        width: 20px
    }

    .section-events-inner .session-list .session-title {
        padding-left: 0;
        text-align: center
    }

    .section-events-inner .session-list .session-item .session-content {
        width: 100%;
        text-align: center
    }

    .section-events-inner .session-list .session-item .session-content h5,
    .section-events-inner .session-list .session-item .session-content span.date,
    .section-events-inner .session-list .session-item .session-content span.time {
        text-align: center
    }

    .section-events-inner .session-list .session-item .avatar {
        width: 100%;
        float: none;
        text-align: center
    }

    .section-events-inner .session-list .session-item:before {
        display: none
    }
}

#cradlepoint_events_list_wrapper,
#events-loading-ui {
    transition: opacity .1s ease-in-out, height 0 ease-in-out
}

#events-loading-ui {
    opacity: 0;
    height: 0
}

._background-image-3-column-diagram .diagram-5g-tech {
    background-repeat: no-repeat;
    padding-bottom: 1.6vw;
    background-size: contain
}

._background-image-3-column-diagram .diagram-5g-tech .row {
    margin-top: 10vw
}

._background-image-3-column-diagram .diagram-5g-tech .row .offset-2 {
    margin-left: 13.666667%
}

._background-image-3-column-diagram .diagram-5g-tech .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

._background-image-3-column-diagram .diagram-5g-tech .col-md-3 strong {
    display: block
}

._background-image-3-column-diagram .diagram-5g-tech .col-md-3 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: inherit;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._background-image-3-column-diagram .diagram-5g-tech .col-md-3 a:hover {
    color: var(--link-color-secondary-a-hover)
}

@media (max-width:767px) {
    .diagram-5g-tech .row .col-md-3 {
        font-size: 13px
    }
}

._shadowed-50-50-image-content .tech-5g-varied img {
    position: absolute;
    width: 133%;
    max-width: none;
    top: 0
}

._shadowed-50-50-image-content .text-wrapper.padding-t-185 {
    padding-top: 185px
}

._shadowed-50-50-image-content .text-wrapper.padding-t-185 p {
    padding-bottom: 32px
}

._shadowed-50-50-image-content .text-wrapper.padding-t-185 p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

._shadowed-50-50-image-content .text-wrapper.padding-t-185 p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._shadowed-50-50-image-content .text-wrapper.padding-t-185 h1 a,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h2 a,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h3 a,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h4 a,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h5 a,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h6 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

._shadowed-50-50-image-content .text-wrapper.padding-t-185 h1 a:hover,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h2 a:hover,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h3 a:hover,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h4 a:hover,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h5 a:hover,
._shadowed-50-50-image-content .text-wrapper.padding-t-185 h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

._shadowed-50-50-image-content .text-wrapper.padding-t-185 h1.section-title-large {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 2.875rem
}

._shadowed-50-50-image-content.retail-cases-section .col-md-6 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999
}

._shadowed-50-50-image-content.retail-cases-section .col-md-6 .text-wrapper {
    padding-bottom: 40px;
    max-width: 529px
}

@media (max-width:767px) {
    ._shadowed-50-50-image-content .tech-5g-varied {
        margin: 0 30px
    }

    ._shadowed-50-50-image-content .tech-5g-varied img {
        position: static;
        width: 100%
    }
}

._the-5g-cases.t5g-tech-cases .desktop-jm {
    background-position: 50%;
    background-size: cover;
    height: 53vw;
    background-repeat: no-repeat
}

._the-5g-cases.t5g-tech-cases .mobile-jm {
    display: none
}

@media (max-width:767px) {
    ._the-5g-cases.t5g-tech-cases .mobile-jm {
        display: flex;
        min-height: 1356px;
        color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%
    }

    ._the-5g-cases.t5g-tech-cases .mobile-jm strong {
        padding-bottom: 20px;
        display: block
    }

    ._the-5g-cases.t5g-tech-cases .mobile-jm p {
        margin-bottom: 5px
    }

    ._the-5g-cases.t5g-tech-cases .mobile-jm p a {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px dotted;
        border-color: inherit;
        padding-bottom: 1px;
        font-family: Eina01-SemiBold
    }

    ._the-5g-cases.t5g-tech-cases .mobile-jm p a:hover {
        color: var(--link-color-secondary-a-hover)
    }

    ._the-5g-cases.t5g-tech-cases .mobile-jm .f-row,
    ._the-5g-cases.t5g-tech-cases .mobile-jm .s-row {
        margin-top: 157px;
        text-align: center
    }

    ._the-5g-cases.t5g-tech-cases .mobile-jm .t-row {
        margin-top: 157px;
        text-align: center;
        color: #333f48
    }

    ._the-5g-cases.t5g-tech-cases .desktop-jm {
        display: none
    }
}

._featured-book.bg-book-area {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 72px;
    margin-top: 112px
}

._featured-book.bg-book-area .col-content .content {
    background-color: transparent;
    margin-right: -15px;
    padding: 11% 9.2%;
    height: 100%
}

._featured-book.bg-book-area .col-content .content .content-inner {
    padding-right: 30px;
    margin-top: 20px
}

._featured-book.bg-book-area .col-content .content .content-inner a {
    color: inherit
}

._featured-book.bg-book-area .col-content .content .content-inner a:hover {
    color: #fff !important;
    text-decoration: underline
}

._featured-book.bg-book-area .col-content .content h4 {
    color: #fff;
    margin-bottom: 25px;
    font-family: Eina01-Bold;
    font-size: 52px
}

._featured-book.bg-book-area .col-content .content p {
    line-height: normal;
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.12rem;
    opacity: .6
}

._featured-book.bg-book-area .col-content .col-lg-6 img {
    position: absolute;
    top: -7vw;
    box-shadow: 0 0 27px rgba(60, 72, 80, .6)
}

._featured-book.bg-book-area .full-white-bg span {
    color: #333f48
}

._featured-book.bg-book-area .full-white-bg:hover span {
    color: #fff
}

@media (max-width:1100px) {
    ._featured-book.bg-book-area .col-content .col-lg-6 img {
        position: static;
        top: 0
    }
}

@media (max-width:767px) {
    ._featured-book.bg-book-area .col-content .cases-img {
        margin-top: 30px
    }
}

#drift-widget-container {
    z-index: 9999 !important
}

@media only screen and (max-width:425px) {
    body #drift-widget-container iframe {
        max-width: 100% !important
    }
}

._map-v2.section-naspo-map .naspo-map {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px
}

._map-v2.section-naspo-map .naspo-map a.map-hover {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0
}

._map-v2.section-naspo-map .naspo-map a.map-hover.st-dakota {
    width: 89px;
    left: 228px;
    top: 85px
}

._map-v2.section-naspo-map .naspo-map a.map-hover.st-missouri {
    width: 79px;
    left: 324px;
    top: 166px
}

._map-v2.section-naspo-map .naspo-map a.map-hover.st-alaska {
    width: 187px;
    top: 320px;
    left: 0
}

._map-v2.section-naspo-map .naspo-map a.map-hover:hover {
    opacity: 1
}

._map-v2.section-naspo-map svg {
    display: block;
    width: 100%
}

._map-v2.section-naspo-map .naspo-map svg .on {
    fill: #ffae01 !important
}

._map-v2.section-naspo-map .list-of-states {
    margin: 0;
    padding: 0;
    columns: 100px;
    column-gap: 8px;
    list-style: none
}

._map-v2.section-naspo-map path {
    stroke-width: 2px;
    stroke: #b5b5b5;
    -webkit-transition: fill .5s ease-out;
    -moz-transition: fill .5s ease-out;
    -o-transition: fill .5s ease-out;
    transition: fill .5s ease-out
}

._map-v2.section-naspo-map path[data-val=haslink] {
    cursor: pointer
}

body.table-tooltip .bs-tooltip-top.tooltip .arrow:before,
body.table-tooltip .tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before {
    border-right-color: transparent !important;
    border-left-color: transparent !important
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #475157 !important
}

._multi-column-images-w-tags {
    margin-bottom: 80px;
    position: static !important
}

._multi-column-images-w-tags h2 {
    font-family: Eina01-Bold;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
    text-align: center
}

._multi-column-images-w-tags p a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold !important;
    font-size: inherit !important;
    text-decoration: none
}

._multi-column-images-w-tags p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

._multi-column-images-w-tags h2 a,
._multi-column-images-w-tags h3 a,
._multi-column-images-w-tags h4 a,
._multi-column-images-w-tags h5 a,
._multi-column-images-w-tags h6 a {
    color: inherit;
    font-size: inherit !important
}

._multi-column-images-w-tags h2 a:hover,
._multi-column-images-w-tags h3 a:hover,
._multi-column-images-w-tags h4 a:hover,
._multi-column-images-w-tags h5 a:hover,
._multi-column-images-w-tags h6 a:hover {
    color: #0057b8;
    text-decoration-color: #0057b8
}

._multi-column-images-w-tags .center-box {
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    align-content: center
}

._multi-column-images-w-tags .image-modal-repeater-item {
    border: 4px solid #d6d9da;
    margin-bottom: 60px;
    padding: 30px 20px 15px;
    height: 240px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    flex-direction: column;
    max-width: 350px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

._30-70-image-cta.section-image-content-row ._multi-column-images-w-tags .image-modal-repeater-item.image-content-row,
._30-70-image-cta.section-image-content-row ._multi-column-images-w-tags .image-modal-repeater-item.links-row,
._30-70-image-cta.section-image-content-row .content-col ._multi-column-images-w-tags a.image-modal-repeater-item.open-link,
._featured-image-box-items.section-top-image-box-items .image-box-row ._multi-column-images-w-tags .image-modal-repeater-item.image-box-item,
._information-materials.section-3column-grid-v2 ._multi-column-images-w-tags .image-modal-repeater-item.column-grid,
._information-materials.section-3column-grid-v2 .grid-image ._multi-column-images-w-tags img.image-modal-repeater-item,
._information-materials.section-3column-grid-v2 .grid-text ._multi-column-images-w-tags p.image-modal-repeater-item,
._map-v2.section-naspo-map .naspo-map ._multi-column-images-w-tags a.image-modal-repeater-item.map-hover,
._map.section-naspo-map .naspo-map ._multi-column-images-w-tags a.image-modal-repeater-item.map-hover,
._masonry-layout .grid-image ._multi-column-images-w-tags img.image-modal-repeater-item,
._multi-column-images-w-tags ._30-70-image-cta.section-image-content-row .content-col a.image-modal-repeater-item.open-link,
._multi-column-images-w-tags ._30-70-image-cta.section-image-content-row .image-modal-repeater-item.image-content-row,
._multi-column-images-w-tags ._30-70-image-cta.section-image-content-row .image-modal-repeater-item.links-row,
._multi-column-images-w-tags ._featured-image-box-items.section-top-image-box-items .image-box-row .image-modal-repeater-item.image-box-item,
._multi-column-images-w-tags ._information-materials.section-3column-grid-v2 .grid-image img.image-modal-repeater-item,
._multi-column-images-w-tags ._information-materials.section-3column-grid-v2 .grid-text p.image-modal-repeater-item,
._multi-column-images-w-tags ._information-materials.section-3column-grid-v2 .image-modal-repeater-item.column-grid,
._multi-column-images-w-tags ._map-v2.section-naspo-map .naspo-map a.image-modal-repeater-item.map-hover,
._multi-column-images-w-tags ._map.section-naspo-map .naspo-map a.image-modal-repeater-item.map-hover,
._multi-column-images-w-tags ._masonry-layout .grid-image img.image-modal-repeater-item,
._multi-column-images-w-tags ._multi-item-carousel.multi-item-container .card .image-modal-repeater-item.arrow,
._multi-column-images-w-tags ._multi-item-carousel.multi-item-container .card .image-modal-repeater-item.card-body,
._multi-column-images-w-tags ._single-product .section-product-slider .carousel .carousel-indicators li.image-modal-repeater-item,
._multi-column-images-w-tags .blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path.image-modal-repeater-item,
._multi-column-images-w-tags .blog-article section .container .row a.btn.btn-poly-bordered-dark:hover .downloadPDF-svg path.image-modal-repeater-item,
._multi-column-images-w-tags .blog_single_v2 .content .blog-content #btn-back-to-blog:hover .downloadPDF-svg path.image-modal-repeater-item,
._multi-column-images-w-tags .blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover i.image-modal-repeater-item,
._multi-column-images-w-tags .blog_single_v2 .content .blog-content .image-modal-repeater-item#btn-back-to-blog,
._multi-column-images-w-tags .btn-poly-bordered-dark:hover .downloadPDF-svg path.image-modal-repeater-item,
._multi-column-images-w-tags .custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path.image-modal-repeater-item,
._multi-column-images-w-tags .custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover i.image-modal-repeater-item,
._multi-column-images-w-tags .custom-marketo-form .image-modal-repeater-item.mktoButton,
._multi-column-images-w-tags .header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover i.image-modal-repeater-item,
._multi-column-images-w-tags .header-multi-column-ctas .header-multi-column-cta .btn:hover i.image-modal-repeater-item,
._multi-column-images-w-tags .header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover i.image-modal-repeater-item,
._multi-column-images-w-tags .header-multi-column-ctas .header-multi-column-cta .image-modal-repeater-item.btn:hover,
._multi-column-images-w-tags .image-modal-repeater-item.btn,
._multi-column-images-w-tags .image-modal-repeater-item.transition,
._multi-column-images-w-tags .section-toggle-modal.modal .image-modal-repeater-item.toggle-item,
._multi-column-images-w-tags .section-toggle-modal.modal .toggle-item .image-modal-repeater-item.arrow,
._multi-column-images-w-tags .section-toggle-modal.modal .toggle-item .image-modal-repeater-item.desc,
._multi-column-images-w-tags a.image-modal-repeater-item,
._multi-column-images-w-tags header #external-nav-content .mega-contents .nav-cards .image-modal-repeater-item.nav-card:hover,
._multi-column-images-w-tags header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn a.image-modal-repeater-item,
._multi-column-images-w-tags header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) i.image-modal-repeater-item,
._multi-column-images-w-tags header #external-nav-content .mega-contents ul li a.image-modal-repeater-item:hover:before,
._multi-column-images-w-tags header .image-modal-repeater-item.custom-experience,
._multi-column-images-w-tags header .image-modal-repeater-item.nav-toggle-icon,
._multi-item-carousel.multi-item-container .card ._multi-column-images-w-tags .image-modal-repeater-item.arrow,
._multi-item-carousel.multi-item-container .card ._multi-column-images-w-tags .image-modal-repeater-item.card-body,
._single-product .section-product-slider .carousel .carousel-indicators ._multi-column-images-w-tags li.image-modal-repeater-item,
.blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg ._multi-column-images-w-tags path.image-modal-repeater-item,
.blog-article section .container .row a.btn.btn-poly-bordered-dark:hover .downloadPDF-svg ._multi-column-images-w-tags path.image-modal-repeater-item,
.blog_single_v2 .content .blog-content #btn-back-to-blog:hover .downloadPDF-svg ._multi-column-images-w-tags path.image-modal-repeater-item,
.blog_single_v2 .content .blog-content ._multi-column-images-w-tags .image-modal-repeater-item#btn-back-to-blog,
.blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover ._multi-column-images-w-tags i.image-modal-repeater-item,
.btn-poly-bordered-dark:hover .downloadPDF-svg ._multi-column-images-w-tags path.image-modal-repeater-item,
.custom-marketo-form ._multi-column-images-w-tags .image-modal-repeater-item.mktoButton,
.custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg ._multi-column-images-w-tags path.image-modal-repeater-item,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover ._multi-column-images-w-tags i.image-modal-repeater-item,
.header-multi-column-ctas .header-multi-column-cta ._multi-column-images-w-tags .image-modal-repeater-item.btn:hover,
.header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover ._multi-column-images-w-tags i.image-modal-repeater-item,
.header-multi-column-ctas .header-multi-column-cta .btn:hover ._multi-column-images-w-tags i.image-modal-repeater-item,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover ._multi-column-images-w-tags i.image-modal-repeater-item,
.section-toggle-modal.modal ._multi-column-images-w-tags .image-modal-repeater-item.toggle-item,
.section-toggle-modal.modal .toggle-item ._multi-column-images-w-tags .image-modal-repeater-item.arrow,
.section-toggle-modal.modal .toggle-item ._multi-column-images-w-tags .image-modal-repeater-item.desc,
header #external-nav-content .mega-contents .nav-cards ._multi-column-images-w-tags .image-modal-repeater-item.nav-card:hover,
header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn ._multi-column-images-w-tags a.image-modal-repeater-item,
header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) ._multi-column-images-w-tags i.image-modal-repeater-item,
header #external-nav-content .mega-contents ul li ._multi-column-images-w-tags a.image-modal-repeater-item:hover:before,
header ._multi-column-images-w-tags .image-modal-repeater-item.custom-experience,
header ._multi-column-images-w-tags .image-modal-repeater-item.nav-toggle-icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 21px #ffe4aa
}

._multi-column-images-w-tags .image-modal-repeater-item:hover .tags span {
    color: #9a9ea1
}

._multi-column-images-w-tags .image-modal-repeater-item .image-area {
    min-height: 122px;
    display: flex;
    align-items: center;
    padding-top: 30px
}

._multi-column-images-w-tags .image-modal-repeater-item .tags {
    margin-top: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    max-width: 265px;
    width: 100%
}

._multi-column-images-w-tags .image-modal-repeater-item .tags span {
    color: #c2c5c7;
    padding: 0;
    text-transform: uppercase;
    font-family: Eina01-Bold;
    font-size: 16px;
    margin-right: 5px;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: 20px
}

._multi-column-images-w-tags .image-modal-repeater-item:hover {
    border: 4px solid #ffad00
}

._multi-column-images-w-tags .modal-dialog .image-container img {
    margin-bottom: 20px
}

._multi-column-images-w-tags .modal-dialog p a {
    margin-right: 0 !important
}

._multi-column-images-w-tags .modal-dialog a {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important
}

._multi-column-images-w-tags .modal-dialog ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media (min-width:540px) {
    ._multi-column-images-w-tags .col-xl-3.col-lg-5 {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width:991px) {
    ._multi-column-images-w-tags .image-modal-repeater-item {
        margin-left: auto;
        margin-right: auto
    }
}

._multi-column-grid-w-icons.section-col-text-box {
    padding-top: 79px
}

._multi-column-grid-w-icons.section-col-text-box .center-box {
    justify-content: center;
    align-items: center
}

._multi-column-grid-w-icons.section-col-text-box .center-box .main-hover-cont {
    display: flex
}

._multi-column-grid-w-icons.section-col-text-box .center-box .main-hover-cont.con-col-right {
    text-align: right
}

._multi-column-grid-w-icons.section-col-text-box .center-box .main-hover-cont.con-col-center {
    text-align: center
}

._multi-column-grid-w-icons.section-col-text-box .center-box .main-hover-cont.con-col-left {
    text-align: left
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box {
    display: flex;
    flex-flow: column;
    text-decoration: none;
    padding: 40px;
    height: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: #f3f4f4;
    max-width: 520px;
    width: 100%;
    margin: auto
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box:hover {
    box-shadow: 0 20px 30px rgba(51, 63, 72, .2);
    background-color: #fff
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box:hover .col-content .icon-grid {
    display: none
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box:hover .col-content .icon-grid-hover {
    display: block
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box span {
    cursor: pointer;
    color: #008eaa;
    font-family: Eina01-Bold;
    font-size: 16px;
    text-transform: uppercase
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content {
    text-align: left
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content .icon-grid-hover {
    display: none
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content .icon-grid,
._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content .icon-grid-hover {
    background-repeat: no-repeat;
    background-position: 0;
    width: 70px;
    height: 70px;
    margin-bottom: 17px
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content .icon-grid-hover.auto-right,
._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content .icon-grid.auto-right {
    marign-left: auto
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content .icon-grid-hover.auto-center,
._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content .icon-grid.auto-center {
    marign-left: auto;
    margin-right: auto
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content h3 {
    font-family: Eina01-Bold;
    font-size: 36px;
    line-height: 40px;
    color: #333f48;
    margin-bottom: 25px;
    text-align: left
}

._multi-column-grid-w-icons.section-col-text-box .col-text-box .col-content p {
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #333f48;
    opacity: .8;
    margin-bottom: 20px
}

._full-width-title-subtitle h1,
._full-width-title-subtitle h2 {
    font-family: Eina01-Regular;
    margin-bottom: 4.0625rem
}

._full-width-title-subtitle h1 {
    font-size: 80px;
    font-size: 5rem
}

._full-width-title-subtitle h2 {
    font-size: 72px;
    font-size: 4.5rem
}

.cradlepoint-page ._full-width-title-subtitle div.container,
.cradlepoint-page .contact-form-area.partner-locator-form-area div.container {
    max-width: none
}

.cradlepoint-page ._full-width-title-subtitle div.container h2,
.cradlepoint-page .contact-form-area.partner-locator-form-area div.container h2 {
    font-size: 52px;
    font-family: Eina01-SemiBold;
    overflow-wrap: break-word
}

@media (max-width:767px) {

    ._full-width-title-subtitle h2,
    .cradlepoint-page ._full-width-title-subtitle div.container h2,
    .cradlepoint-page .contact-form-area.partner-locator-form-area div.container h2 {
        font-size: 11vw
    }

    ._full-width-title-subtitle h1 {
        font-size: 15vw;
        font-family: Eina01-SemiBold;
        overflow-wrap: break-word
    }
}

body .c-50-50-img-video-w-carousel .container {
    max-width: 100%;
    min-width: 1000px;
    width: 96%
}

@media (max-width:767px) {
    body .c-50-50-img-video-w-carousel .container {
        max-width: 100%
    }
}

body .c-50-50-img-video-w-carousel .container.set-width {
    width: 100%
}

@media (max-width:992px) {
    body .c-50-50-img-video-w-carousel .container.set-width {
        min-width: auto !important;
        max-width: none !important
    }
}

body .c-50-50-img-video-w-carousel .container #carouselTesti .carousel-inner {
    width: 100%
}

@media (max-width:1366px) {
    body .c-50-50-img-video-w-carousel .container #carouselTesti .carousel-inner {
        width: 96%
    }
}

@media (max-width:992px) {
    body .c-50-50-img-video-w-carousel .container #carouselTesti .carousel-inner {
        width: 91%
    }
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row.has-justify-center {
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:992px) {
    body .c-50-50-img-video-w-carousel .container .carousel-item .row.has-justify-center {
        max-height: none !important;
        height: 100% !important
    }
}

@media (max-width:992px) {
    body .c-50-50-img-video-w-carousel .container .carousel-item .row.carousel-right {
        flex-direction: column-reverse
    }
}

@media (min-width:991px) {
    body .c-50-50-img-video-w-carousel .container .carousel-item .row.carousel-right .quote-wrapper {
        margin-left: 15px
    }
}

@media (min-width:991px) {
    body .c-50-50-img-video-w-carousel .container .carousel-item .row.carousel-left .quote-wrapper {
        margin-right: 15px
    }
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio {
    position: relative;
    background-color: #333f48
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio.bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio.bg-contain img {
    object-fit: contain
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio.bg-inherit img {
    object-fit: fill
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio.bg-cover img {
    object-fit: cover
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio.bg-fill img {
    object-fit: fill
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0
}

@media (max-width:992px) {
    body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio {
        padding-top: 0 !important;
        max-width: none !important
    }

    body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio img {
        position: inherit;
        object-fit: contain
    }

    body .c-50-50-img-video-w-carousel .container .carousel-item .row .visio:after {
        display: block;
        content: "";
        padding-bottom: 0
    }
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .quote-wrapper p a {
    border-bottom: 1px dotted #fff;
    padding-bottom: 1px;
    color: #fff;
    text-decoration: none
}

body .c-50-50-img-video-w-carousel .container .carousel-item .row .quote-wrapper p a:hover {
    opacity: .8
}

@media (max-width:1300px) and (min-width:991px) {

    body .c-50-50-img-video-w-carousel .container .carousel-item .row .quote-wrapper p,
    body .c-50-50-img-video-w-carousel .container .carousel-item .row .quote-wrapper ul {
        font-size: 1.4vw
    }

    body .c-50-50-img-video-w-carousel .container .carousel-item .row .quote-wrapper h4 {
        font-size: 1.84vw
    }
}

body .c-50-50-img-video-w-carousel .container .col-lg-6:first-child {
    padding-right: 0
}

body .c-50-50-img-video-w-carousel .container .col-lg-6.bg-blue {
    background-color: #0057b8;
    justify-content: center;
    align-items: center;
    display: flex
}

@media (max-width:992px) {
    body .c-50-50-img-video-w-carousel .container .col-lg-6.bg-blue {
        max-width: none !important
    }
}

body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #fff;
    padding: 3vw 40px;
    min-height: 40vw;
    justify-content: center
}

@media (max-width:1460px) {
    body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper {
        min-height: 100%;
        height: 825px
    }
}

@media (max-width:992px) {
    body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper {
        height: 100%;
        min-height: 40vw !important
    }
}

@media (max-width:767px) {
    body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper {
        padding: 30px
    }
}

body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper h4 {
    font-family: Eina01-Bold;
    margin-bottom: 25px
}

body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper p {
    margin-bottom: 25px
}

body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .content-inner {
    display: flex;
    flex-direction: column
}

.blog_single_v2 .content .blog-content body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container a#btn-back-to-blog,
.custom-marketo-form body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container a.mktoButton,
body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container .blog_single_v2 .content .blog-content a#btn-back-to-blog,
body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container .custom-marketo-form a.mktoButton,
body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container a.btn {
    color: #fff
}

.blog_single_v2 .content .blog-content body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container a#btn-back-to-blog:hover,
.custom-marketo-form body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container a.mktoButton:hover,
body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container .blog_single_v2 .content .blog-content a#btn-back-to-blog:hover,
body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container .custom-marketo-form a.mktoButton:hover,
body .c-50-50-img-video-w-carousel .container .col-lg-6 .quote-wrapper .btn-container a.btn:hover {
    color: #333f48
}

.body-architecture section.hero-c h6 {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase
}

.body-architecture .section-hero-transparent .hero-content h1 {
    line-height: 85px
}

.body-architecture .architecture-list-categories {
    padding-bottom: 188px
}

.body-architecture .architecture-list-categories .col-area {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.body-architecture .architecture-list-categories .select-wrapper {
    position: relative;
    display: none;
    width: 100%;
    height: 80px;
    border-radius: 100px;
    box-shadow: 1px 9px 15px #e4e6e8;
    border: none;
    padding-top: 24px !important
}

.body-architecture .architecture-list-categories .select-wrapper select {
    font-size: 18px !important;
    font-family: Eina01-Bold;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.body-architecture .architecture-list-categories .select-wrapper select:focus {
    outline: none;
    background: none
}

.body-architecture .architecture-list-categories .select-wrapper:after {
    content: "";
    font-size: 30px;
    position: absolute;
    top: 29px;
    right: 37px;
    color: #008eaa;
    pointer-events: none;
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2020/08/arrowdown.webp);
    height: 17px;
    width: 19px;
    background-repeat: no-repeat
}

.body-architecture .architecture-list-categories .w1640 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 87px
}

.body-architecture .architecture-list-categories ul {
    list-style: none;
    padding-left: 0;
    width: 100%
}

.body-architecture .architecture-list-categories ul li {
    margin-bottom: 20px;
    display: inline;
    margin-left: 28px;
    margin-right: 28px
}

.body-architecture .architecture-list-categories ul li a {
    font-size: 14px;
    font-family: Eina01-Bold;
    color: #333f48;
    transition: 1s;
    padding-bottom: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: none;
    position: relative
}

.body-architecture .architecture-list-categories ul li a:hover {
    text-decoration: none;
    border-bottom-color: #008eaa
}

.body-architecture .architecture-list-categories ul li a:hover:before {
    background-color: #008eaa
}

.body-architecture .architecture-list-categories ul li a:before {
    content: " ";
    height: 6px;
    background: none;
    width: 100%;
    position: absolute;
    bottom: -11px;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.body-architecture .arch-content._press-release .press-grid-content a .press-feat-img {
    margin-top: 35px
}

.body-architecture .arch-content .arch-content-mid {
    padding-bottom: 18px
}

.body-architecture .arch-content .vertical-line-120 {
    width: 1px;
    height: 120px;
    background-color: #adb2b6;
    margin: auto auto 45px
}

.body-architecture .arch-content .singlePresReleases.press-grid-content {
    padding-left: 22px;
    padding-right: 22px
}

.body-architecture .arch-content .singlePresReleases.press-grid-content a {
    border: none;
    padding-bottom: 0
}

.body-architecture .arch-content .col-area a {
    text-decoration: none;
    text-decoration-color: transparent;
    transition: 1s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent
}

.body-architecture .arch-content .col-area a:hover {
    text-decoration: underline;
    text-decoration-color: #333f48;
    -webkit-text-decoration-color: #333f48;
    -moz-text-decoration-color: #333f48
}

.body-architecture .arch-content .col-area h4.three-line-elipsis {
    margin-bottom: 20px
}

.body-architecture .arch-content .col-area h2 {
    font-family: Eina01-Light;
    font-size: 36px
}

.body-architecture .arch-content .col-area p.four-line-elipsis {
    margin-bottom: 20px
}

.body-architecture .arch-content .content-area span {
    font-family: Eina01-SemiBold;
    text-transform: uppercase;
    color: #9a9ea1
}

.body-architecture .arch-content .content-area .readmore a:hover {
    text-decoration: underline;
    color: #008eaa;
    text-decoration-color: #008eaa
}

body.blog-article section .container .row a {
    font-family: Eina01-Regular
}

body.blog-article section .container .row a:hover {
    border-bottom-color: var(--link-color-secondary-b);
    color: var(--link-color-secondary-b);
    text-decoration: none
}

body.body-architecture section.arch-content .singlePresReleases.press-grid-content a {
    border-bottom: none;
    padding-bottom: 0
}

body.body-architecture section.arch-content .singlePresReleases.press-grid-content .readmore a {
    border-bottom: none !important;
    color: #008eaa !important;
    font-family: Eina01-SemiBold
}

body.body-architecture section.arch-content .singlePresReleases.press-grid-content:hover a {
    color: #0057b8;
    text-decoration: underline;
    text-decoration-color: #0057b8
}

body.body-architecture section.arch-content .singlePresReleases.press-grid-content:hover a h4 {
    color: #0057b8
}

body.body-architecture section.arch-content .singlePresReleases.press-grid-content:hover .readmore a {
    color: #008eaa;
    text-decoration: none;
    border-bottom: 1px solid #008eaa !important;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

body.single_architecture .text-left {
    text-align: left
}

body.single_architecture section.hero-c {
    background-size: cover;
    background-position: top
}

body.single_architecture section.hero-c .hero-content p {
    margin-bottom: 50px
}

body.single_architecture section.hero-c .hero-content p a:not(.btn) {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold;
    text-decoration: none
}

body.single_architecture section.hero-c .hero-content p a:not(.btn):hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

body.single_architecture section.arch-content._press-release .press-grid-content a .press-feat-img {
    margin-top: 35px
}

body.single_architecture section.arch-content .singlePresReleases.press-grid-content {
    padding-left: 22px;
    padding-right: 22px
}

body.single_architecture section.arch-content .singlePresReleases.press-grid-content a {
    border-bottom: none;
    padding-bottom: 0
}

body.single_architecture section.arch-content .singlePresReleases.press-grid-content .readmore a {
    border-bottom: none !important;
    color: #008eaa !important;
    font-family: Eina01-SemiBold
}

body.single_architecture section.arch-content .singlePresReleases.press-grid-content:hover a {
    color: #0057b8;
    text-decoration: underline;
    text-decoration-color: #0057b8
}

body.single_architecture section.arch-content .singlePresReleases.press-grid-content:hover a h4 {
    color: #0057b8
}

body.single_architecture section.arch-content .singlePresReleases.press-grid-content:hover .readmore a {
    color: #008eaa;
    text-decoration: none;
    border-bottom: 1px solid #008eaa !important;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

body.single_architecture section.arch-content .col-area {
    padding: 0 20px
}

body.single_architecture section.arch-content .col-area a {
    text-decoration: none;
    text-decoration-color: #fff;
    color: #333f48;
    opacity: 1
}

body.single_architecture section.arch-content .col-area h2 {
    font-family: Eina01-Light
}

body.single_architecture section.arch-content .col-area .content-area h4 {
    color: #333f48;
    text-decoration: none;
    margin-bottom: 15px
}

body.single_architecture section.arch-content .col-area .content-area p span {
    text-transform: uppercase;
    color: #333f48;
    font-family: Eina01-SemiBold
}

body.single_architecture section.arch-content .col-area .content-area .readmore {
    padding-top: 10px
}

body.single_architecture section.arch-content .col-area .content-area .readmore a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48
}

body.single_architecture section.arch-content .col-area .content-area .readmore a:hover {
    border-bottom-color: var(--link-color-secondary-b);
    color: var(--link-color-secondary-b);
    text-decoration: none
}

body.single_architecture section .container .content-area-single {
    max-width: 1004px;
    width: 100%;
    margin: auto
}

body.single_architecture section .container .content-area-single a {
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    color: #333f48;
    font-family: Eina01-SemiBold
}

body.single_architecture section .container .content-area-single a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-decoration: none
}

body.single_architecture section .container .content-area-single h1 a,
body.single_architecture section .container .content-area-single h2 a,
body.single_architecture section .container .content-area-single h3 a,
body.single_architecture section .container .content-area-single h4 a,
body.single_architecture section .container .content-area-single h5 a,
body.single_architecture section .container .content-area-single h6 a {
    color: #333f48;
    font-size: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border: none
}

body.single_architecture section .container .content-area-single h1 a:hover,
body.single_architecture section .container .content-area-single h2 a:hover,
body.single_architecture section .container .content-area-single h3 a:hover,
body.single_architecture section .container .content-area-single h4 a:hover,
body.single_architecture section .container .content-area-single h5 a:hover,
body.single_architecture section .container .content-area-single h6 a:hover {
    color: #0057b8;
    text-decoration: none;
    border-bottom: 1px solid #0057b8;
    padding-bottom: 1px
}

body.single_architecture section .container .content-area-single p {
    margin-top: 0;
    margin-bottom: 0
}

body.single_architecture section .container .content-area-single p:first-child strong {
    margin-top: 63px
}

body.single_architecture section .container .content-area-single p strong {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 10px
}

body.single_architecture section .container .content-area-single p+ul {
    margin-top: 0;
    margin-bottom: 0
}

body.single_architecture section .container .content-area-single ul {
    list-style: none;
    margin-top: 26px;
    padding-left: 15px
}

body.single_architecture section .container .content-area-single ul li {
    list-style-position: inside;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

body.single_architecture section .container .content-area-single ul li:last-child {
    margin-bottom: 0
}

body.single_architecture section .container .content-area-single ul li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #fdac00
}

body.single_architecture section .container .content-area-single .vertical-line-120 {
    width: 1px;
    height: 120px;
    background-color: #adb2b6;
    margin: 75px auto
}

body.single_architecture section .img-area {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 19px
}

body.single_architecture section .multi-col-icons {
    background: #f3f4f4;
    padding: 23px;
    border: 1px solid #c1c6c8;
    border-radius: 6px;
    margin: auto auto 10px
}

body.single_architecture section .multi-col-icons ul {
    max-width: 1031px;
    width: 100%;
    display: flex;
    margin: auto;
    padding: 0 20px
}

body.single_architecture section .multi-col-icons ul li {
    display: flex;
    width: 100%;
    max-width: 247px;
    font-size: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

body.single_architecture section .multi-col-icons ul li .arc-img {
    margin-right: 10px
}

body.single_architecture section .multi-col-icons ul li .arc-img img {
    width: 40px;
    max-width: none
}

body.single_architecture section .arc-netcloud {
    border: 2px solid #008eaa;
    border-radius: 0
}

body.single_architecture section .arc-netcloud .col-grid {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto
}

body.single_architecture section .arc-netcloud .arc-content-left {
    border-right: 2px solid #008eaa;
    padding-right: 0
}

body.single_architecture section .arc-netcloud .arc-content-left .arc-content-text strong {
    width: 100%;
    display: block
}

body.single_architecture section .arc-netcloud .arc-content-right {
    padding-left: 0
}

body.single_architecture section .arc-netcloud .head {
    background-color: #008eaa;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    font-family: Eina01-SemiBold
}

body.single_architecture section .arc-netcloud .head img {
    width: 23px;
    position: relative;
    top: -2px;
    margin-left: 0
}

body.single_architecture section .arc-netcloud .arc-content-head {
    padding: 10px 40px;
    font-family: Eina01-Bold
}

body.single_architecture section .arc-netcloud .arc-content-text {
    padding: 10px 40px
}

body.single_architecture section .arc-netcloud ul {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    flex-flow: wrap
}

body.single_architecture section .arc-netcloud ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 15px;
    border-left: 2px solid #c1c6c8;
    padding-left: 22.5px
}

body.single_architecture section .arc-netcloud ul li.checked,
body.single_architecture section .arc-netcloud ul li.indent {
    padding-left: 30px !important
}

body.single_architecture section .arc-netcloud ul li:first-child {
    border-left: 0;
    padding-left: 0
}

body.single_architecture section .arc-netcloud ul li strong {
    font-size: 16px
}

body.single_architecture section .arc-netcloud ul li ul {
    margin-right: 22.5px;
    display: block
}

body.single_architecture section .arc-netcloud ul li ul:first-child {
    margin-left: 0
}

body.single_architecture section .arc-netcloud ul li ul li {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    padding-top: 7px;
    border-left: 0;
    margin: auto auto 8px
}

body.single_architecture section .arc-netcloud ul li ul li:last-child {
    margin-bottom: 0
}

body.single_architecture section .arc-netcloud ul li ul li a:not(.btn) {
    color: #333f48;
    text-decoration: none;
    font-family: Eina01-SemiBold !important;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px
}

body.single_architecture section .arc-netcloud ul li ul li a:not(.btn):hover {
    color: #008eaa !important;
    border-bottom: 1px dotted #008eaa !important
}

body.single_architecture section .arc-netcloud ul li ul li.checked {
    color: #008eaa;
    font-family: Eina01-SemiBold;
    padding-left: 30px;
    position: relative
}

body.single_architecture section .arc-netcloud ul li ul li.checked:before {
    content: "\2714";
    position: absolute;
    left: 0;
    color: #079c47;
    font-weight: 600
}

body.single_architecture section .arc-netcloud ul li ul li.checked a:not(.btn) {
    color: #008eaa;
    opacity: 1;
    font-family: Eina01-SemiBold;
    border-bottom: 1px dotted #008eaa;
    padding-bottom: 1px;
    text-decoration: none
}

body.single_architecture section .arc-netcloud ul li ul li.checked a:not(.btn):hover {
    color: #008eaa !important;
    border-bottom: 1px dotted #008eaa !important
}

body.single_architecture section .arc-netcloud ul li ul li.indent {
    position: relative;
    padding-left: 30px !important
}

body.single_architecture section .arc-netcloud ul li ul li.indent:before {
    content: "\2014";
    font-family: Eina01-SemiBold;
    color: #333f48;
    position: absolute;
    left: 0
}

body.single_architecture section h1 {
    font-size: 40px;
    line-height: 52px;
    font-family: Eina01-Bold
}

body.single_architecture section h6 {
    font-size: 16px;
    line-height: 24px;
    font-family: Eina01-Bold;
    text-transform: uppercase
}

._full-width-cta-list.section-content-image-grid .content-grid body.single_architecture section p p,
._full-width-cta-list.section-content-image-grid .content-grid ul body.single_architecture section li p,
._full-width._full-width-image-title-content .text-block body.single_architecture section p p,
.section-content-box._full-width .content-box body.single_architecture section p p,
.section-text-block._full-width .text-block body.single_architecture section p p,
body.single_architecture section ._full-width-cta-list.section-content-image-grid .content-grid p p,
body.single_architecture section ._full-width-cta-list.section-content-image-grid .content-grid ul li p,
body.single_architecture section ._full-width._full-width-image-title-content .text-block p p,
body.single_architecture section .body-large p,
body.single_architecture section .section-content-box._full-width .content-box p p,
body.single_architecture section .section-text-block._full-width .text-block p p {
    font-size: 18px;
    line-height: 28px
}

body.single_architecture section .buttons-area .hover-jm-blue {
    margin-right: 15px;
    margin-bottom: 10px
}

body.single_architecture section .buttons-area .hover-jm-blue:hover {
    background: #008eaa !important;
    box-shadow: inset 0 0 0 2px #008eaa !important;
    -webkit-box-shadow: inset 0 0 0 2px #008eaa !important;
    -moz-box-shadow: inset 0 0 0 2px #008eaa !important;
    color: #fff !important
}

body.single_architecture section .buttons-area .hover-jm-blue:hover:before {
    background: #008eaa !important
}

body.single_architecture .routerDelivered .arc-content-head {
    border-top: 2px solid #008eaa
}

body.single_architecture .routerDelivered .rD-title {
    margin-right: 20px;
    margin-top: 15px;
    max-width: 40%;
    width: 100%;
    flex-shrink: 0
}

body.single_architecture .routerDelivered .routerDelivered-columns {
    flex-shrink: 0;
    margin-top: 15px;
    padding-left: 22.5px;
    padding-right: 22.5px;
    border-left: 2px solid #c1c6c8
}

body.single_architecture .routerDelivered .routerDelivered-columns:first-child,
body.single_architecture .routerDelivered .routerDelivered-columns:nth-child(4n+1) {
    padding-left: 0;
    border-left: 0
}

body.single_architecture .routerDelivered .routerDelivered-columns strong {
    font-size: 16px;
    width: 100%;
    display: block
}

body.single_architecture .routerDelivered ul {
    margin-right: 0 !important;
    display: block !important;
    flex-flow: unset !important
}

body.single_architecture .routerDelivered ul li {
    font-size: 14px;
    line-height: 24px;
    padding-top: 7px;
    width: 50%;
    vertical-align: text-top;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-left: 0 !important
}

body.single_architecture .routerDelivered ul li a {
    color: #333f48
}

body.single_architecture .routerDelivered ul li.checked {
    color: #008eaa;
    font-family: Eina01-SemiBold;
    padding-left: 30px;
    position: relative
}

body.single_architecture .routerDelivered ul li.checked:before {
    content: "\2714";
    position: absolute;
    left: 0;
    color: #079c47;
    font-weight: 600
}

body.single_architecture .routerDelivered ul li.checked a {
    color: #008eaa
}

body.single_architecture .routerDelivered ul li.indent {
    position: relative;
    padding-left: 30px !important
}

body.single_architecture .routerDelivered ul li.indent:before {
    content: "\2014";
    font-family: Eina01-SemiBold;
    color: #333f48;
    position: absolute;
    left: 0
}

body.single_architecture .routerDelivered .content-v3 {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 1.5rem
}

body.single_architecture .routerDelivered .content-v3 .routerDelivered-columns ul {
    display: grid !important;
    grid-template-columns: auto;
    margin-bottom: 10px
}

.blog_single_v2 .content .blog-content .single_architecture.blog-article .container .row a#btn-back-to-blog,
.custom-marketo-form .single_architecture.blog-article .container .row a.mktoButton,
.single_architecture.blog-article .container .row .blog_single_v2 .content .blog-content a#btn-back-to-blog,
.single_architecture.blog-article .container .row .custom-marketo-form a.mktoButton,
.single_architecture.blog-article .container .row a.btn {
    font-family: Eina01-SemiBold
}

@media (min-width:768px) {
    body.single_architecture .routerDelivered .content-v3 {
        grid-template-columns: auto auto auto auto;
        grid-row-gap: 1rem
    }

    body.single_architecture .routerDelivered .content-v3 .routerDelivered-columns ul {
        display: grid !important
    }

    body.single_architecture .routerDelivered .content-v3 .routerDelivered-columns ul li {
        width: unset
    }
}

@media (min-width:1024px) {
    body.single_architecture .routerDelivered .content-v3 .routerDelivered-columns ul li {
        width: unset
    }
}

@media (min-width:1280px) {
    body.single_architecture .routerDelivered .content-v3 .routerDelivered-columns ul {
        grid-template-columns: auto auto
    }
}

.single_architecture ._press-release-single.social-media-icons-floating-right {
    text-align: center;
    position: fixed;
    top: 10%;
    z-index: 5;
    background-color: #fff;
    padding: 28px 0;
    border-radius: 16px;
    right: 5px
}

body.android.single_architecture section .container .content-area-single ul li:before,
body.ios.single_architecture section .container .content-area-single ul li:before {
    top: 4px !important
}

.blog_single_v2 .content .blog-content .single_architecture.blog-article .container .row a#btn-back-to-blog,
.custom-marketo-form .single_architecture.blog-article .container .row a.mktoButton,
.single_architecture.blog-article .container .row .blog_single_v2 .content .blog-content a#btn-back-to-blog,
.single_architecture.blog-article .container .row .custom-marketo-form a.mktoButton,
.single_architecture.blog-article .container .row a.btn {
    border-bottom: none;
    padding-bottom: 15px
}

@media (min-width:1920px) {
    .body-architecture .hero-c {
        background-position: 50% !important
    }
}

@media (max-width:1920px) {
    body.single_architecture .hero-c {
        background-size: contain !important;
        background-position: top !important
    }
}

@media (max-width:1230px) {
    body .section-hero-transparent .hero-content h1 {
        font-size: 65px
    }
}

@media (max-width:991px) {
    body.single_architecture section .arc-netcloud .arc-content-left {
        padding-right: 15px;
        border-right: none
    }

    body.single_architecture section .arc-netcloud .arc-content-right {
        padding-left: 15px
    }
}

@media (max-width:768px) {
    .single_architecture aside.side-button-jm {
        top: 35% !important
    }

    .single_architecture ._press-release-single.social-media-icons-floating-right {
        position: fixed;
        top: auto;
        bottom: 0;
        border-radius: 0;
        right: 0;
        padding: 0
    }

    .single_architecture ._press-release-single.social-media-icons-floating-right .container h4 {
        margin-bottom: 0;
        margin-top: 0
    }

    .body-architecture .architecture-list-categories {
        padding-bottom: 14vw
    }

    .body-architecture .architecture-list-categories .w1640 {
        margin-top: 7vw
    }

    .body-architecture .arch-content .singlePresReleases.press-grid-content:hover {
        cursor: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        transition: none
    }

    .body-architecture .section-hero-transparent .hero-content h1 {
        line-height: 14vw
    }

    .body-architecture .architecture-list-categories ul {
        display: none
    }

    .body-architecture .architecture-list-categories .select-wrapper {
        display: block;
        max-width: 400px;
        margin: auto
    }

    body.single_architecture section .multi-col-icons ul li {
        flex-direction: column;
        padding: 0 10px;
        text-align: center
    }

    .body-architecture .hero-c {
        background-position: 0 !important
    }

    .arch-content._press-release.blog-col-area .content-area {
        margin-top: 50px
    }

    .arch-content .press-grid-content {
        max-width: 550px;
        text-align: center
    }

    .body-architecture .arch-content .col-area p.four-line-elipsis {
        margin-bottom: 30px
    }
}

@media (max-width:724px) {
    body.single_architecture section .buttons-area .hover-jm-blue {
        display: block;
        max-width: 285px;
        margin: 0 auto 10px
    }
}

@media (max-width:715px) {
    body.single_architecture section .arc-netcloud ul {
        display: block;
        margin: auto
    }

    body.single_architecture section .arc-netcloud ul li {
        display: block;
        margin-bottom: 5px;
        margin-top: 15px
    }
}

@media (max-width:600px) {
    body.single_architecture section .multi-col-icons ul {
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    body.single_architecture section .multi-col-icons ul li {
        padding: 20px 10px
    }

    .body-architecture .architecture-list-categories .select-wrapper select {
        font-size: 4vw !important
    }
}

@media (max-width:570px) {
    .body-architecture .section-hero-transparent .hero-content h1 {
        line-height: 11vw;
        font-size: 12vw;
        margin-top: 20px
    }

    .body-architecture .section-hero-transparent.hero-c .hero-content p {
        font-size: 4vw !important;
        line-height: 6vw !important
    }
}

@media (max-width:480px) {
    .body-architecture .architecture-list-categories ul li {
        display: block;
        text-align: center
    }

    .body-architecture .architecture-list-categories .select-wrapper {
        padding: 0 20px
    }
}

@media (min-width:1280px) {
    .arc-netcloud .col-grid a {
        opacity: 1;
        font-family: Eina01-SemiBold;
        text-decoration: underline;
        text-decoration-style: dotted
    }

    .arc-netcloud .col-grid a:hover {
        color: #009a44 !important
    }

    .arc-netcloud .arc-content-left .arc-content-text ul {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li:nth-child(5n+0),
    .arc-netcloud .arc-content-left .arc-content-text ul li:nth-child(5n+0) ul {
        margin-right: 0
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li:nth-child(5n+1) {
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-text ul {
        display: grid;
        grid-template-columns: auto auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(odd) {
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul ul {
        grid-template-columns: auto;
        margin-right: 22.5px;
        grid-row-gap: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul ul li {
        margin-left: 0;
        margin-right: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul ul li:nth-child(odd) {
        padding-left: 22.5px
    }
}

@media (max-width:1279px) {
    .arc-netcloud .arc-content-left .arc-content-text ul {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li:nth-child(4n+0),
    .arc-netcloud .arc-content-left .arc-content-text ul li:nth-child(4n+0) ul {
        margin-right: 0
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li:nth-child(3n+1) {
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-text ul {
        display: grid;
        grid-template-columns: auto auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li {
        display: inline-block;
        border-left: 2px solid #c1c6c8;
        padding-left: 22.5px
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+0),
    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+0) ul {
        margin-right: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(odd) {
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li ul li {
        border-left: 0;
        display: block
    }
}

@media (max-width:1199px) {
    body.single_architecture .routerDelivered .rD-title {
        max-width: 100%
    }

    body.single_architecture .routerDelivered .routerDelivered-columns strong,
    body.single_architecture .routerDelivered ul li {
        width: 100%
    }

    body.single_architecture .routerDelivered ul li:nth-child(odd) span {
        margin-right: 0
    }

    body.single_architecture .routerDelivered .col-md-3.flex {
        flex-direction: column
    }

    .arc-netcloud .arc-content-right .arc-content-text ul {
        display: grid;
        grid-template-columns: auto auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li {
        display: inline-block;
        border-left: 2px solid #c1c6c8;
        padding-left: 22.5px
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+0),
    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+0) ul {
        margin-right: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(odd) {
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li ul li {
        border-left: 0;
        display: block
    }
}

@media (max-width:1024px) {
    .arc-netcloud .arc-content-left .arc-content-text ul {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li:nth-child(3n+0),
    .arc-netcloud .arc-content-left .arc-content-text ul li:nth-child(3n+0) ul {
        margin-right: 0
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-text ul {
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li {
        display: inline-block;
        border-left: 2px solid #c1c6c8;
        padding-left: 22.5px
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+0),
    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+0) ul {
        margin-right: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(1n+1) {
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li ul li {
        border-left: 0;
        display: block
    }

    body.single_architecture .routerDelivered .content-v3 {
        grid-template-columns: auto auto auto
    }

    body.single_architecture .routerDelivered .content-v3 .routerDelivered-columns:first-child,
    body.single_architecture .routerDelivered .content-v3 .routerDelivered-columns:nth-child(3n+1) {
        border-left: 0 !important;
        padding-left: 0 !important
    }

    body.single_architecture .routerDelivered .content-v3 .routerDelivered-columns:nth-child(4n+1) {
        border-left: 2px solid #c1c6c8;
        padding-left: 22.5px
    }
}

@media (max-width:991px) {
    body.single_architecture section .arc-netcloud .col-grid {
        grid-template-columns: auto
    }

    .arc-netcloud .arc-content-right .arc-content-head {
        border-top: 2px solid #008eaa
    }

    .arc-netcloud .arc-content-right .arc-content-text ul {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li {
        display: inline-block;
        border-left: 2px solid #c1c6c8;
        padding-left: 22.5px
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(1n+1) {
        border-left: 2px solid #c1c6c8;
        padding-left: 22.5px
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+0),
    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+0) ul {
        margin-right: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(3n+1) {
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-text ul ul li {
        display: block;
        border-left: 0 !important;
        padding-left: 0 !important
    }
}

@media (max-width:767px) {
    .arc-netcloud .arc-content-left .arc-content-text ul {
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li {
        margin-right: 0;
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-left .arc-content-text ul li ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-head {
        border-top: 2px solid #008eaa
    }

    .arc-netcloud .arc-content-right .arc-content-text ul {
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 1rem
    }

    .arc-netcloud .arc-content-right .arc-content-text ul li,
    .arc-netcloud .arc-content-right .arc-content-text ul li:nth-child(1n+1) {
        border-left: 0;
        padding-left: 0
    }

    .arc-netcloud .arc-content-right .arc-content-text ul ul {
        display: block
    }

    .arc-netcloud .arc-content-right .arc-content-text ul ul li {
        border-left: 0;
        display: block
    }

    body.single_architecture .routerDelivered .content-v3 {
        grid-template-columns: auto
    }

    body.single_architecture .routerDelivered .routerDelivered-columns {
        border-left: 0 !important;
        padding-left: 0 !important
    }
}

.branch-single ._authors_list {
    background-size: auto;
    background-position: -5px -375px
}

.branch-single .hero-c {
    min-height: 500px;
    height: 100%
}

.branch-single .hero-c .head-area .hero-content {
    padding-top: 50px
}

._full-width-cta-list.section-content-image-grid .content-grid .branch-single .hero-c .head-area .hero-content p,
._full-width-cta-list.section-content-image-grid .content-grid ul .branch-single .hero-c .head-area .hero-content li,
._full-width._full-width-image-title-content .text-block .branch-single .hero-c .head-area .hero-content p,
.branch-single .hero-c .head-area .hero-content ._full-width-cta-list.section-content-image-grid .content-grid p,
.branch-single .hero-c .head-area .hero-content ._full-width-cta-list.section-content-image-grid .content-grid ul li,
.branch-single .hero-c .head-area .hero-content ._full-width._full-width-image-title-content .text-block p,
.branch-single .hero-c .head-area .hero-content .body-large,
.branch-single .hero-c .head-area .hero-content .section-content-box._full-width .content-box p,
.branch-single .hero-c .head-area .hero-content .section-text-block._full-width .text-block p,
.section-content-box._full-width .content-box .branch-single .hero-c .head-area .hero-content p,
.section-text-block._full-width .text-block .branch-single .hero-c .head-area .hero-content p {
    max-width: 982px
}

.branch-single .branch-img {
    min-height: 129px;
    margin-bottom: 24px
}

.branch-single .branch-content-area {
    margin-top: 163px;
    position: static
}

.branch-single .branch-content-area .modal {
    z-index: 9999
}

.branch-single .branch-content-area .stick {
    position: fixed;
    top: 85px;
    width: calc(30% - 22px)
}

.branch-single .branch-content-area #branch_cat button.btn-link {
    border: none;
    background: none;
    font-size: 24px;
    font-family: Eina01-Bold;
    color: #333f48;
    text-align: left;
    position: relative;
    display: flex
}

.branch-single .branch-content-area #branch_cat button:focus {
    outline: none;
    text-decoration: none
}

.branch-single .branch-content-area #branch_cat button:hover {
    text-decoration: none
}

.branch-single .branch-content-area #branch_cat button.collapsed .fa-angle-down {
    display: none
}

.branch-single .branch-content-area #branch_cat button.collapsed .fa-angle-right {
    display: flex
}

.branch-single .branch-content-area #branch_cat button i {
    border: 2px solid #c1c5c8;
    height: 30px;
    width: 30px;
    display: none;
    border-radius: 100%;
    flex-flow: nowrap;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #c1c5c8;
    margin-right: 10px;
    top: 5px;
    position: relative
}

.branch-single .branch-content-area #branch_cat button i.fa-angle-down {
    display: flex;
    color: #ffad00;
    border-color: #ffad00
}

.branch-single .branch-content-area #branch_cat .accordion {
    max-width: 440px
}

.branch-single .branch-content-area #branch_cat .card {
    border: none;
    margin-bottom: 40px;
    max-width: 440px
}

.branch-single .branch-content-area #branch_cat .card div.headclass {
    display: flex
}

.branch-single .branch-content-area #branch_cat .card div.headclass button[aria-expanded=true] i.fa-angle-right {
    display: none
}

.branch-single .branch-content-area #branch_cat .card div.headclass button[aria-expanded=false] i.fa-angle-right,
.branch-single .branch-content-area #branch_cat .card div.headclass button[aria-expanded=true] i.fa-angle-down {
    display: flex
}

.branch-single .branch-content-area #branch_cat .card div.headclass button[aria-expanded=false] i.fa-angle-down {
    display: none
}

.branch-single .branch-content-area #branch_cat .card-body ul {
    list-style: none;
    padding-left: 25px
}

.branch-single .branch-content-area #branch_cat .card-body ul li {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-family: Eina01-SemiBold;
    color: #858c91;
    margin-bottom: 14px
}

.branch-single .branch-content-area #branch_cat .card-body ul li a {
    color: #858c91;
    text-decoration: none
}

.branch-single .branch-content-area #branch_cat .card-body ul li.active a,
.branch-single .branch-content-area #branch_cat .card-body ul li:hover a {
    color: #ffad00
}

.branch-single .branch-content-area #branch_cat .card-body ul li.active:before,
.branch-single .branch-content-area #branch_cat .card-body ul li:hover:before {
    display: inline-block;
    border-color: #ffad00;
    width: 15px;
    margin-left: 0
}

.branch-single .branch-content-area #branch_cat .card-body ul li:before {
    content: "";
    width: 0;
    margin-right: 12px;
    height: 5px;
    border-top: 2px solid #ffad00;
    margin-left: -1em;
    transition: all .3s ease-in-out
}

.branch-single .branch-content-area .line-top {
    height: 4px;
    width: 100%;
    max-width: 160px;
    background-color: #ffad00
}

.branch-single .branch-content-area h3 {
    padding-top: 30px;
    font-family: Eina01-SemiBold;
    font-size: 36px;
    line-height: 48px
}

.branch-single .branch-content-area .branch-content {
    padding-top: 30px
}

.branch-single .branch-content-area .branch-content img {
    display: flex;
    margin: auto auto 30px;
    flex-flow: nowrap
}

.branch-single .branch-content-area .branch-content p {
    margin-bottom: 26px
}

.branch-single .branch-content-area .branch-entries {
    border-top: 1px solid #c1c5c8;
    margin-bottom: 100px
}

.branch-single .sub-footer .text-align-left img {
    margin-right: 20px !important
}

@media (min-height:300px) {
    nav ul {
        position: sticky;
        top: 0
    }
}

@media (max-width:991px) {
    #branch_cat {
        padding-bottom: 100px
    }
}

@media (max-width:768px) {
    body.branch-single .head-area .text-wrapper .back-container {
        position: unset !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

.class_cta_treatment {
    padding: 0 20px
}

.class_cta_treatment .inner-content {
    position: relative;
    padding: 30px 30px 30px 60px;
    display: flex;
    align-items: center;
    min-height: 50px;
    flex-wrap: wrap;
    color: #008eaa
}

.class_cta_treatment .inner-content .image-right {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-34px, -50%);
    width: 70px;
    margin: 0
}

.class_cta_treatment .inner-content li,
.class_cta_treatment .inner-content strong {
    color: #008eaa
}

.class_cta_treatment .inner-content li,
.class_cta_treatment .inner-content p,
.class_cta_treatment .inner-content span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0 !important;
    font-family: Eina01-Regular;
    color: #008eaa;
    word-break: break-word
}

@media (max-width:528px) {

    .class_cta_treatment .inner-content li,
    .class_cta_treatment .inner-content p,
    .class_cta_treatment .inner-content span {
        font-size: 18px;
        line-height: 24px
    }
}

.class_cta_treatment .inner-content a {
    color: #008eaa;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold;
    text-decoration: none;
    border-color: inherit
}

.class_cta_treatment .inner-content a span {
    font-family: Eina01-SemiBold
}

.class_cta_treatment .inner-content a:hover {
    color: #333f48 !important;
    border-color: #333f48;
    text-decoration: none
}

body *+blockquote {
    margin-bottom: 1.75rem
}

body .blog-article blockquote.cta-treatment-70-30,
body.single-press-release blockquote.cta-treatment-70-30 {
    border: 4px solid #333f48;
    font-size: 24px;
    line-height: 32px;
    font-family: Eina01-Regular;
    color: #008eaa;
    font-style: normal !important;
    word-break: break-word;
    padding: 30px 30px 30px 60px
}

@media (max-width:528px) {

    body .blog-article blockquote.cta-treatment-70-30,
    body.single-press-release blockquote.cta-treatment-70-30 {
        font-size: 18px;
        line-height: 24px
    }
}

body .blog-article blockquote.cta-treatment-70-30 p,
body.single-press-release blockquote.cta-treatment-70-30 p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0 !important;
    font-family: Eina01-Regular;
    color: #008eaa;
    font-style: normal !important
}

@media (max-width:528px) {

    body .blog-article blockquote.cta-treatment-70-30 p,
    body.single-press-release blockquote.cta-treatment-70-30 p {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:768px) {

    body .blog-article blockquote.cta-treatment-70-30,
    body.single-press-release blockquote.cta-treatment-70-30 {
        margin: 0 30px 20px !important
    }
}

body .blog-article blockquote.cta-treatment-70-30 a,
body.single-press-release blockquote.cta-treatment-70-30 a {
    color: #008eaa !important;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: inherit;
    text-decoration: none;
    border-color: inherit
}

body .blog-article blockquote.cta-treatment-70-30 a b,
body .blog-article blockquote.cta-treatment-70-30 a span,
body .blog-article blockquote.cta-treatment-70-30 a strong,
body.single-press-release blockquote.cta-treatment-70-30 a b,
body.single-press-release blockquote.cta-treatment-70-30 a span,
body.single-press-release blockquote.cta-treatment-70-30 a strong {
    font-family: Eina01-SemiBold
}

body .blog-article blockquote.cta-treatment-70-30 a strong,
body.single-press-release blockquote.cta-treatment-70-30 a strong {
    font-size: inherit
}

body .blog-article blockquote.cta-treatment-70-30 a:hover,
body.single-press-release blockquote.cta-treatment-70-30 a:hover {
    border-color: #333f48;
    text-decoration: none
}

body .blog-article blockquote.cta-treatment-70-30:before,
body.single-press-release blockquote.cta-treatment-70-30:before {
    content: "" !important;
    position: absolute;
    left: -3px !important;
    border-radius: 100%;
    top: 50% !important;
    transform: translate(-34px, -50%);
    background-image: url(https://img.cradlepoint.com/wp-content/uploads/2021/11/141003671-c01b5784-4980-49da-b4fe-ac25cf3459e0.png);
    width: 70px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

._press-release-single.press-details-content .container .content-press blockquote.cta-treatment-70-30 a {
    font-family: inherit;
    border-bottom: unset
}

._press-release-single.press-details-content .container .content-press blockquote.cta-treatment-70-30 a:hover {
    border-bottom: 1px dotted #333f48
}

._press-release-single.press-details-content .container .content-press blockquote.cta-treatment-70-30 p strong {
    font-size: inherit
}

.blog_single_v2 .content .blog-content blockquote.cta-treatment-70-30 a:not(.btn) {
    font-weight: 400;
    font-family: inherit;
    border-bottom: unset
}

.blog_single_v2 .content .blog-content blockquote.cta-treatment-70-30 a:not(.btn):hover {
    border-bottom: 1px dotted #333f48
}

._bordered-3columns-w-yellow-cta.att-wrapper {
    flex-grow: 1
}

._bordered-3columns-w-yellow-cta.att-wrapper p {
    padding: 0 74px 25px
}

._bordered-3columns-w-yellow-cta.att-wrapper .blog_single_v2 .content .blog-content a#btn-back-to-blog,
._bordered-3columns-w-yellow-cta.att-wrapper .custom-marketo-form a.mktoButton,
._bordered-3columns-w-yellow-cta.att-wrapper a.btn,
.blog_single_v2 .content .blog-content ._bordered-3columns-w-yellow-cta.att-wrapper a#btn-back-to-blog,
.custom-marketo-form ._bordered-3columns-w-yellow-cta.att-wrapper a.mktoButton {
    margin-top: auto
}

@media (max-width:1365px) {
    ._bordered-3columns-w-yellow-cta .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

._bordered-3columns-w-yellow-cta.att {
    padding-top: 0;
    padding-bottom: 70px
}

._bordered-3columns-w-yellow-cta.att .jm-text-area {
    background: #fff;
    padding: 0 70px 170px;
    max-width: 876px
}

._bordered-3columns-w-yellow-cta.att h3 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-family: Eina01-SemiBold
}

._bordered-3columns-w-yellow-cta .box-title h3 a,
._bordered-3columns-w-yellow-cta .box-title p a,
._bordered-3columns-w-yellow-cta .item-content h3 a,
._bordered-3columns-w-yellow-cta .item-content p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #008eae;
    border-color: inherit;
    padding-bottom: .2rem;
    font-family: Eina01-SemiBold
}

._bordered-3columns-w-yellow-cta .box-title h3 a:hover,
._bordered-3columns-w-yellow-cta .box-title p a:hover,
._bordered-3columns-w-yellow-cta .item-content h3 a:hover,
._bordered-3columns-w-yellow-cta .item-content p a:hover {
    color: var(--link-color-secondary-a-hover)
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .boxed-icon-box {
    box-shadow: 0 2.8px 4.7px 0 rgba(0, 0, 0, .08), 0 6.7px 11.2px 0 rgba(132, 140, 145, 0), 0 12.6px 21.1px 0 rgba(173, 178, 181, .3);
    background-color: #fff;
    border: none;
    margin: auto;
    padding: 65px 98px 150px;
    max-width: 1440px
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .boxed-icon-box .row {
    position: relative
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .box-title h2 {
    font-family: Eina01-SemiBold;
    font-size: 36px;
    color: #ffad00
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box {
    min-height: 335px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box:hover .item-icon {
    border-color: #ffad00;
    animation: borderAnimation .3s linear
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box:hover h4 span i.fa-minus {
    display: inline
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box:hover h4 span i.fa-plus {
    display: none
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box h4 {
    font-size: 28px;
    text-align: left;
    font-family: Eina01-SemiBold;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box h4 i {
    color: #ffad00;
    margin-right: 5px
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box h4 i.fa-minus {
    display: none
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box h4 span {
    color: #ffad00;
    font-size: 14px;
    font-family: Eina01-SemiBold;
    position: absolute;
    right: 0;
    top: 7px
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-align: left;
    font-family: Eina01-Regular
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box a {
    font-size: 1rem;
    color: #008eaa;
    line-height: 25px
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box a.hasTitletxt {
    padding-right: 5px;
    padding-left: 5px
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box span.separator {
    margin-top: 10px;
    display: block
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box .item-icon {
    border: 10px solid hsla(0, 0%, 100%, 0);
    width: 105%;
    padding-top: 39.5%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -10px
}

@media (max-width:810px) {
    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box .item-icon {
        width: 100%;
        margin-left: auto
    }
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box .item-content p {
    opacity: 1
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .yellow-area {
    background-color: #ffad00;
    position: absolute;
    bottom: -210px;
    padding-bottom: 34px;
    padding-top: 34px
}

@media (max-width:810px) {
    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .yellow-area {
        position: relative;
        bottom: -60px
    }
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .yellow-area h3 {
    margin-bottom: 0
}

._bordered-3columns-w-yellow-cta.section-boxed-icon-box .yellow-area a {
    margin-top: 2rem
}

@media (max-width:810px) {
    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .col-md-4 {
        flex: auto;
        max-width: none
    }

    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .col-md-4 .icon-btn-box {
        padding-bottom: 0;
        min-height: auto;
        margin-bottom: 0
    }
}

@media (max-width:1199px) {
    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .boxed-icon-box {
        padding-left: 15px;
        padding-right: 15px
    }

    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .icon-btn-box {
        padding-bottom: 40px;
        padding-top: 40px
    }

    ._bordered-3columns-w-yellow-cta.section-boxed-icon-box .boxed-icon-box {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@keyframes borderAnimation {
    0% {
        border-color: #fff
    }

    to {
        border-color: #ffad00
    }
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part {
    max-width: 1200px;
    border: 20px solid #fead00;
    margin: auto;
    padding: 50px 30px 70px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .icon-box-container .icon-box .text-wrapper .content-subTitle-wrapper p {
    color: #848c91
}

@media (max-width:991px) {
    ._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .carousel {
        margin-bottom: 70px
    }
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .carousel .carousel-indicators {
    position: absolute;
    bottom: -50px;
    width: 100%;
    justify-content: center
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .carousel .carousel-indicators li {
    background-color: #adb2b5;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .carousel .carousel-indicators li.active {
    background-color: #333f48
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    font-family: Eina01-Regular;
    margin-bottom: 50px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .slider-area {
    margin-bottom: 28px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .slider-area img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .slider-area .carousel-item img {
    min-height: 450px
}

@media (max-width:991px) {
    ._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .slider-area {
        flex-direction: column-reverse
    }

    ._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .slider-area .carousel-item img {
        min-height: 196px
    }
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .right_image {
    height: 89% !important
}

@media (max-width:991px) {
    ._bordered-w-multi-column-icons-slider-multi-column-images .container.top-part .right_image {
        margin-bottom: 15px
    }
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part {
    max-width: none;
    width: 100%;
    padding: 0;
    margin-top: -30px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .box-area {
    background-color: #333f48;
    padding: 80px;
    max-width: 1440px;
    margin: auto
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .box-area h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    font-family: Eina01-Regular;
    color: #fff;
    max-width: 914px;
    width: 100%;
    margin: auto
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image {
    max-width: 1440px;
    margin: auto;
    background-color: #333f48;
    z-index: 2;
    position: relative;
    padding: 0 15px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 {
    cursor: pointer;
    background-color: #333f48;
    z-index: 1;
    padding: 0 0 40px
}

@media (min-width:992px) {
    ._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 {
        transform: scale(1)
    }
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .image-wrapper {
    position: relative;
    z-index: 1
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .image-wrapper .has-bg {
    position: relative;
    min-height: 694px
}

@media (max-width:991px) {
    ._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .image-wrapper .has-bg {
        min-height: 576px
    }
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .image-wrapper .has-bg:before {
    content: "";
    background-image: linear-gradient(0deg, #333f48, hsla(0, 0%, 93.7%, 0));
    position: absolute;
    height: 228px;
    right: 0;
    bottom: -2px;
    left: 0
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover {
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 2.8px 4.6px 0 rgba(0, 0, 0, .08), 0 6.7px 11.1px 0 rgba(0, 0, 0, .12), 0 12.5px 20.9px 0 rgba(0, 0, 0, .15), 0 22.3px 37.3px 0 rgba(0, 0, 0, .18), 0 41.8px 69.8px 0 rgba(0, 0, 0, .22), 0 100px 167px 0 rgba(0, 0, 0, .3)
}

@media (min-width:992px) {
    ._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover {
        transform: scale(1.2);
        animation: zoomAnimation .3s linear
    }
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover .has-bg {
    opacity: 1
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover .has-bg:before {
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 93.7%, 0))
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover .content-area h4,
._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover .content-area p {
    color: #242c33
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover .content-area p a {
    border-bottom: 1px dotted #242c33;
    font-family: Eina01-Regular;
    color: #242c33;
    display: inline;
    font-size: 16px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover .content-area p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover);
    text-display: none
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3:hover .content-area a {
    display: block;
    color: #008eaa
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .has-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 578px;
    opacity: .5
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .content-area {
    padding: 20px 40px;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 250px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .content-area a {
    font-size: 16px;
    font-family: Eina01-SemiBold;
    text-decoration: none !important;
    color: #fff;
    margin-top: auto
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .content-area h4 {
    color: #fff;
    font-size: 26px;
    font-family: Eina01-SemiBold
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .content-area p {
    font-size: 16px;
    color: #c6cbcf
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .multi-col-image .col-md-3 .content-area p a {
    border-bottom: 1px dotted #fff;
    font-family: Eina01-Regular;
    color: #fff;
    display: inline;
    font-size: 16px
}

._bordered-w-multi-column-icons-slider-multi-column-images .container.bottom-part .bordered-bottom {
    max-width: 1200px;
    border: 20px solid #fead00;
    margin: -30px auto auto;
    padding: 90px 30px 55px;
    position: relative
}

@keyframes zoomAnimation {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

.career-job-listings .container h3 {
    font-size: 26px;
    line-height: 32px;
    font-family: Eina01-Bold;
    margin-bottom: 20px
}

.career-job-listings .container p {
    font-size: 16px;
    line-height: 24px
}

.blog_single_v2 .content .blog-content .career-search-lists .btn-primary#btn-back-to-blog[aria-expanded=true],
.career-search-lists .blog_single_v2 .content .blog-content .btn-primary#btn-back-to-blog[aria-expanded=true],
.career-search-lists .btn-primary:not(:disabled):not(.disabled).active,
.career-search-lists .btn-primary:not(:disabled):not(.disabled):active,
.career-search-lists .btn.btn-primary[aria-expanded=true],
.career-search-lists .custom-marketo-form .btn-primary.mktoButton[aria-expanded=true],
.career-search-lists .show>.btn-primary.dropdown-toggle,
.custom-marketo-form .career-search-lists .btn-primary.mktoButton[aria-expanded=true] {
    color: #fff;
    background-color: #333f48;
    border-color: #333f48;
    box-shadow: none !important
}

.career-search-lists .pagination ul {
    list-style: none;
    margin: auto
}

.career-search-lists .pagination ul li {
    display: inline
}

.career-search-lists .pagination ul li a {
    padding: 10px;
    font-size: 15px;
    font-family: Eina01-SemiBold
}

.career-search-lists .pagination ul li.active a,
.career-search-lists .pagination ul li a:hover {
    background-color: #deeef5
}

.career-search-lists .results-list {
    background-color: #f7f7f7;
    padding: 20px 35px 1px
}

.career-search-lists .results-list .result-list {
    background-color: #fff;
    padding: 10px 10px 15px;
    margin-bottom: 20px
}

.career-search-lists .results-list .result-list span {
    font-size: 12px;
    color: #686868;
    font-family: Eina01-SemiBold;
    margin-bottom: 10px;
    display: block
}

.career-search-lists .results-list .result-list h3 {
    font-size: 20px;
    line-height: 32px;
    color: #428bca;
    font-family: Eina01-SemiBold;
    margin-bottom: 30px
}

.career-search-lists .results-list .result-list button {
    background: #e5e5e5;
    color: #444;
    font-size: 14px;
    font-family: Eina01-SemiBold;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: default
}

.career-search-lists .results-list .result-list button b {
    font-family: Eina01-Bold
}

.career-search-lists .col-md-3 {
    padding-right: 2px;
    padding-left: 2px
}

.career-search-lists strong {
    font-size: 16px;
    line-height: 24px
}

.career-search-lists .dropdown {
    margin-bottom: 10px
}

.career-search-lists .dropdown ul.dropdown-menu li a {
    color: #000;
    width: 100%;
    display: block;
    padding: 4px 9px;
    font-size: 12px
}

.career-search-lists .dropdown ul.dropdown-menu li a:hover {
    text-decoration: none;
    background-color: #333f48;
    color: #fff
}

.career-search-lists .dropdown label {
    display: block;
    font-size: 14px;
    font-family: Eina01-SemiBold
}

.career-search-lists .dropdown i {
    position: absolute;
    right: 8px;
    top: 12px
}

.blog_single_v2 .content .blog-content .career-search-lists .dropdown button#btn-back-to-blog,
.career-search-lists .dropdown .blog_single_v2 .content .blog-content button#btn-back-to-blog,
.career-search-lists .dropdown .custom-marketo-form button.mktoButton,
.career-search-lists .dropdown button.btn,
.custom-marketo-form .career-search-lists .dropdown button.mktoButton {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    color: #000;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    font-family: Eina01-SemiBold;
    text-transform: capitalize;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

.career-search-lists .search-area .jmleft {
    float: left;
    position: relative;
    width: 100%;
    max-width: 860px;
    margin-right: 10px
}

.career-search-lists .search-area i {
    color: #9b9b9b;
    position: absolute;
    right: 10px;
    top: 9px
}

.career-search-lists .search-area .jmright {
    position: relative;
    float: right
}

.career-search-lists .search-area input[type=text] {
    width: 100%;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-family: Eina01-SemiBold
}

.blog_single_v2 .content .blog-content .career-search-lists .search-area #btn-back-to-blog,
.career-search-lists .search-area .blog_single_v2 .content .blog-content #btn-back-to-blog,
.career-search-lists .search-area .btn,
.career-search-lists .search-area .custom-marketo-form .mktoButton,
.custom-marketo-form .career-search-lists .search-area .mktoButton {
    background-color: #1c789f;
    font-size: 14px;
    color: #fff;
    padding: 7px 23px;
    text-transform: capitalize;
    border-radius: 2px;
    margin-bottom: 10px;
    top: 2px
}

.blog_single_v2 .content .blog-content .career-search-lists .search-area #btn-back-to-blog:hover,
.career-search-lists .search-area .blog_single_v2 .content .blog-content #btn-back-to-blog:hover,
.career-search-lists .search-area .btn:hover,
.career-search-lists .search-area .custom-marketo-form .mktoButton:hover,
.custom-marketo-form .career-search-lists .search-area .mktoButton:hover {
    text-decoration: none;
    background-color: #333f48;
    color: #fff
}

.career-job-listings {
    margin-top: -60px
}

._single_datasheet {
    scroll-behavior: smooth;
    font-family: Eina01-Regular
}

._single_datasheet .content-area ul:not(.nav) {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}

._single_datasheet .content-area ul:not(.nav) li {
    position: relative;
    list-style-type: none;
    margin-top: 1.3125rem;
    margin-bottom: 1.625rem
}

._single_datasheet .content-area ul:not(.nav) li:before {
    content: " ";
    width: 1.75rem;
    height: .25rem;
    background-color: #ffad00;
    display: block;
    position: absolute;
    left: -40px;
    top: 10px;
    border-radius: .625rem
}

._single_datasheet .content-area .box-grey {
    background-color: #e9e9e9
}

._single_datasheet .content-area .p-5 {
    padding: 1.25rem !important
}

._single_datasheet .content-area .transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

._30-70-image-cta.section-image-content-row ._single_datasheet .content-area .image-content-row,
._30-70-image-cta.section-image-content-row ._single_datasheet .content-area .links-row,
._30-70-image-cta.section-image-content-row .content-col ._single_datasheet .content-area a.open-link,
._featured-image-box-items.section-top-image-box-items .image-box-row ._single_datasheet .content-area .image-box-item,
._information-materials.section-3column-grid-v2 ._single_datasheet .content-area .column-grid,
._information-materials.section-3column-grid-v2 .grid-image ._single_datasheet .content-area img,
._information-materials.section-3column-grid-v2 .grid-text ._single_datasheet .content-area p,
._map-v2.section-naspo-map .naspo-map ._single_datasheet .content-area a.map-hover,
._map.section-naspo-map .naspo-map ._single_datasheet .content-area a.map-hover,
._masonry-layout .grid-image ._single_datasheet .content-area img,
._multi-item-carousel.multi-item-container .card ._single_datasheet .content-area .arrow,
._multi-item-carousel.multi-item-container .card ._single_datasheet .content-area .card-body,
._single-product .section-product-slider .carousel .carousel-indicators ._single_datasheet .content-area li,
._single_datasheet .content-area ._30-70-image-cta.section-image-content-row .content-col a.open-link,
._single_datasheet .content-area ._30-70-image-cta.section-image-content-row .image-content-row,
._single_datasheet .content-area ._30-70-image-cta.section-image-content-row .links-row,
._single_datasheet .content-area ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item,
._single_datasheet .content-area ._information-materials.section-3column-grid-v2 .column-grid,
._single_datasheet .content-area ._information-materials.section-3column-grid-v2 .grid-image img,
._single_datasheet .content-area ._information-materials.section-3column-grid-v2 .grid-text p,
._single_datasheet .content-area ._map-v2.section-naspo-map .naspo-map a.map-hover,
._single_datasheet .content-area ._map.section-naspo-map .naspo-map a.map-hover,
._single_datasheet .content-area ._masonry-layout .grid-image img,
._single_datasheet .content-area ._multi-item-carousel.multi-item-container .card .arrow,
._single_datasheet .content-area ._multi-item-carousel.multi-item-container .card .card-body,
._single_datasheet .content-area ._single-product .section-product-slider .carousel .carousel-indicators li,
._single_datasheet .content-area .blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path,
._single_datasheet .content-area .blog-article section .container .row a.btn.btn-poly-bordered-dark:hover .downloadPDF-svg path,
._single_datasheet .content-area .blog_single_v2 .content .blog-content #btn-back-to-blog,
._single_datasheet .content-area .blog_single_v2 .content .blog-content #btn-back-to-blog:hover .downloadPDF-svg path,
._single_datasheet .content-area .blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover i,
._single_datasheet .content-area .btn,
._single_datasheet .content-area .btn-poly-bordered-dark:hover .downloadPDF-svg path,
._single_datasheet .content-area .custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path,
._single_datasheet .content-area .custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover i,
._single_datasheet .content-area .custom-marketo-form .mktoButton,
._single_datasheet .content-area .header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover i,
._single_datasheet .content-area .header-multi-column-ctas .header-multi-column-cta .btn:hover,
._single_datasheet .content-area .header-multi-column-ctas .header-multi-column-cta .btn:hover i,
._single_datasheet .content-area .header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover i,
._single_datasheet .content-area .section-toggle-modal.modal .toggle-item,
._single_datasheet .content-area .section-toggle-modal.modal .toggle-item .arrow,
._single_datasheet .content-area .section-toggle-modal.modal .toggle-item .desc,
._single_datasheet .content-area .transition,
._single_datasheet .content-area a,
._single_datasheet .content-area header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn a,
._single_datasheet .content-area header #external-nav-content .mega-contents .nav-cards .nav-card:hover,
._single_datasheet .content-area header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) i,
._single_datasheet .content-area header #external-nav-content .mega-contents ul li a:hover:before,
._single_datasheet .content-area header .custom-experience,
._single_datasheet .content-area header .nav-toggle-icon,
.blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg ._single_datasheet .content-area path,
.blog-article section .container .row a.btn.btn-poly-bordered-dark:hover .downloadPDF-svg ._single_datasheet .content-area path,
.blog_single_v2 .content .blog-content #btn-back-to-blog:hover .downloadPDF-svg ._single_datasheet .content-area path,
.blog_single_v2 .content .blog-content ._single_datasheet .content-area #btn-back-to-blog,
.blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover ._single_datasheet .content-area i,
.btn-poly-bordered-dark:hover .downloadPDF-svg ._single_datasheet .content-area path,
.custom-marketo-form ._single_datasheet .content-area .mktoButton,
.custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg ._single_datasheet .content-area path,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover ._single_datasheet .content-area i,
.header-multi-column-ctas .header-multi-column-cta ._single_datasheet .content-area .btn:hover,
.header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover ._single_datasheet .content-area i,
.header-multi-column-ctas .header-multi-column-cta .btn:hover ._single_datasheet .content-area i,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover ._single_datasheet .content-area i,
.section-toggle-modal.modal ._single_datasheet .content-area .toggle-item,
.section-toggle-modal.modal .toggle-item ._single_datasheet .content-area .arrow,
.section-toggle-modal.modal .toggle-item ._single_datasheet .content-area .desc,
header #external-nav-content .mega-contents .nav-cards ._single_datasheet .content-area .nav-card:hover,
header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn ._single_datasheet .content-area a,
header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) ._single_datasheet .content-area i,
header #external-nav-content .mega-contents ul li ._single_datasheet .content-area a:hover:before,
header ._single_datasheet .content-area .custom-experience,
header ._single_datasheet .content-area .nav-toggle-icon {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

._single_datasheet .content-area .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

._single_datasheet .content-area .mr-5 {
    margin-right: 1.25rem !important
}

._single_datasheet .content-area .mb-5 {
    margin-bottom: 1.25rem !important
}

._single_datasheet .multi-cta-text {
    font-size: 1.5rem;
    color: #333f48;
    font-weight: 400
}

._single_datasheet .transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

._30-70-image-cta.section-image-content-row ._single_datasheet .image-content-row,
._30-70-image-cta.section-image-content-row ._single_datasheet .links-row,
._30-70-image-cta.section-image-content-row .content-col ._single_datasheet a.open-link,
._featured-image-box-items.section-top-image-box-items .image-box-row ._single_datasheet .image-box-item,
._information-materials.section-3column-grid-v2 ._single_datasheet .column-grid,
._information-materials.section-3column-grid-v2 .grid-image ._single_datasheet img,
._information-materials.section-3column-grid-v2 .grid-text ._single_datasheet p,
._map-v2.section-naspo-map .naspo-map ._single_datasheet a.map-hover,
._map.section-naspo-map .naspo-map ._single_datasheet a.map-hover,
._masonry-layout .grid-image ._single_datasheet img,
._multi-item-carousel.multi-item-container .card ._single_datasheet .arrow,
._multi-item-carousel.multi-item-container .card ._single_datasheet .card-body,
._single-product .section-product-slider .carousel .carousel-indicators ._single_datasheet li,
._single_datasheet ._30-70-image-cta.section-image-content-row .content-col a.open-link,
._single_datasheet ._30-70-image-cta.section-image-content-row .image-content-row,
._single_datasheet ._30-70-image-cta.section-image-content-row .links-row,
._single_datasheet ._featured-image-box-items.section-top-image-box-items .image-box-row .image-box-item,
._single_datasheet ._information-materials.section-3column-grid-v2 .column-grid,
._single_datasheet ._information-materials.section-3column-grid-v2 .grid-image img,
._single_datasheet ._information-materials.section-3column-grid-v2 .grid-text p,
._single_datasheet ._map-v2.section-naspo-map .naspo-map a.map-hover,
._single_datasheet ._map.section-naspo-map .naspo-map a.map-hover,
._single_datasheet ._masonry-layout .grid-image img,
._single_datasheet ._multi-item-carousel.multi-item-container .card .arrow,
._single_datasheet ._multi-item-carousel.multi-item-container .card .card-body,
._single_datasheet ._single-product .section-product-slider .carousel .carousel-indicators li,
._single_datasheet .blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path,
._single_datasheet .blog-article section .container .row a.btn.btn-poly-bordered-dark:hover .downloadPDF-svg path,
._single_datasheet .blog_single_v2 .content .blog-content #btn-back-to-blog,
._single_datasheet .blog_single_v2 .content .blog-content #btn-back-to-blog:hover .downloadPDF-svg path,
._single_datasheet .blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover i,
._single_datasheet .btn,
._single_datasheet .btn-poly-bordered-dark:hover .downloadPDF-svg path,
._single_datasheet .custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg path,
._single_datasheet .custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover,
._single_datasheet .custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover i,
._single_datasheet .custom-marketo-form .mktoButton,
._single_datasheet .header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover i,
._single_datasheet .header-multi-column-ctas .header-multi-column-cta .btn:hover,
._single_datasheet .header-multi-column-ctas .header-multi-column-cta .btn:hover i,
._single_datasheet .header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover,
._single_datasheet .header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover i,
._single_datasheet .section-toggle-modal.modal .toggle-item,
._single_datasheet .section-toggle-modal.modal .toggle-item .arrow,
._single_datasheet .section-toggle-modal.modal .toggle-item .desc,
._single_datasheet .transition,
._single_datasheet a,
._single_datasheet header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn a,
._single_datasheet header #external-nav-content .mega-contents .nav-cards .nav-card:hover,
._single_datasheet header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) i,
._single_datasheet header #external-nav-content .mega-contents ul li a:hover:before,
._single_datasheet header .custom-experience,
._single_datasheet header .header-icon.nav-toggle-icon:hover,
._single_datasheet header .nav-toggle-icon,
.blog-article section .container .row .custom-marketo-form a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg ._single_datasheet path,
.blog-article section .container .row a.btn.btn-poly-bordered-dark:hover .downloadPDF-svg ._single_datasheet path,
.blog_single_v2 .content .blog-content #btn-back-to-blog:hover .downloadPDF-svg ._single_datasheet path,
.blog_single_v2 .content .blog-content ._single_datasheet #btn-back-to-blog,
.blog_single_v2 .content .blog-content .header-multi-column-ctas .header-multi-column-cta #btn-back-to-blog:hover ._single_datasheet i,
.btn-poly-bordered-dark:hover .downloadPDF-svg ._single_datasheet path,
.custom-marketo-form ._single_datasheet .mktoButton,
.custom-marketo-form .blog-article section .container .row a.btn-poly-bordered-dark.mktoButton:hover .downloadPDF-svg ._single_datasheet path,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta ._single_datasheet .mktoButton:hover,
.custom-marketo-form .header-multi-column-ctas .header-multi-column-cta .mktoButton:hover ._single_datasheet i,
.header-multi-column-ctas .header-multi-column-cta ._single_datasheet .btn:hover,
.header-multi-column-ctas .header-multi-column-cta .blog_single_v2 .content .blog-content #btn-back-to-blog:hover ._single_datasheet i,
.header-multi-column-ctas .header-multi-column-cta .btn:hover ._single_datasheet i,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form ._single_datasheet .mktoButton:hover,
.header-multi-column-ctas .header-multi-column-cta .custom-marketo-form .mktoButton:hover ._single_datasheet i,
.section-toggle-modal.modal ._single_datasheet .toggle-item,
.section-toggle-modal.modal .toggle-item ._single_datasheet .arrow,
.section-toggle-modal.modal .toggle-item ._single_datasheet .desc,
header #external-nav-content .mega-contents .nav-cards ._single_datasheet .nav-card:hover,
header #external-nav-content .mega-contents .nav-cards .nav-card .banner-btn ._single_datasheet a,
header #external-nav-content .mega-contents .text-wrapper .banner-btn a:hover:not(.btn-search) ._single_datasheet i,
header #external-nav-content .mega-contents ul li ._single_datasheet a:hover:before,
header ._single_datasheet .custom-experience,
header ._single_datasheet .header-icon.nav-toggle-icon:hover,
header ._single_datasheet .nav-toggle-icon {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

._single_datasheet .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

._single_datasheet .mr-5 {
    margin-right: 1.25rem !important
}

._single_datasheet .mb-5 {
    margin-bottom: 1.25rem !important
}

._single_datasheet .featured .img-wrapper {
    min-height: 9.375rem;
    border: 2px solid #f0f0f0
}

._single_datasheet .sim-cont>.row {
    background-color: #f0f0f0
}

._single_datasheet .sim-cont>.row .zoom:hover {
    --tw-grayscale: grayscale(0);
    z-index: 2;
    box-shadow: 0 0 3px #e3e3e3;
    border: 2px solid #7e868b;
    border-radius: 6px;
    transform: scale(1.5);
    transition: transform .2s;
    padding: 20px;
    background-color: #fff
}

._single_datasheet #downloadPageToPDF a {
    color: #333f48 !important
}

._single_datasheet h2 {
    font-size: 1.875rem;
    line-height: 2.25rem
}

._single_datasheet h3 {
    font-size: 1.625rem;
    line-height: 1.95rem
}

._single_datasheet h4 {
    font-size: 1.375rem;
    line-height: 1.65rem
}

._single_datasheet h5 {
    font-size: 1.125rem;
    line-height: 1.35rem
}

._single_datasheet h6 {
    font-style: italic
}

._single_datasheet .br-item+.br-item {
    border-left-width: 2px
}

.hideBTN {
    opacity: 0;
    z-index: -1
}

.single-datasheet #downloadPageToPDF {
    z-index: 9999
}

.single-datasheet #downloadPageToPDF a {
    background-color: hsla(0, 0%, 100%, .75)
}

.single-datasheet #downloadPageToPDF a,
.single-datasheet #downloadPageToPDF a:active {
    color: #333f48 !important;
    border: 2px solid #000
}

.single-datasheet #downloadPageToPDF a:hover {
    border: 2px solid #c8c8c8
}

body .modal {
    z-index: 1041 !important
}

.single-datasheet .modal-backdrop {
    z-index: 1
}

@media (max-width:767px) {
    ._single_datasheet .br-item+.br-item {
        border-left-width: 0
    }

    ._single_datasheet .multi-cta-buttons>div {
        padding-top: .5em;
        padding-bottom: .5em
    }

    ._single_datasheet .accordion-section .accordion-title.items-center {
        align-items: normal
    }
}

.overflow-hidden {
    overflow: hidden
}

#datasheet-toggle-modal {
    display: none
}

#datasheet-toggle-modal.show {
    z-index: 999999;
    display: block;
    background-color: rgba(0, 0, 0, .5294117647058824)
}

table .avoidBreak img.absolute {
    width: 100%;
    height: 100%;
    top: 0
}

#pdf__hero {
    font-family: Eina01-Regular;
    color: #333f48
}

#pdf__hero h1,
#pdf__hero h2 {
    font-family: Eina01-Bold
}

#pdf__hero p.datasheetLabel {
    font-family: Eina01-SemiBold
}

#pdf-header,
#pdf__hero p {
    font-family: Eina01-Regular
}

#pdf-header {
    color: #333f48
}

#pdf-header .font-bold {
    font-family: Eina01-Bold;
    font-weight: unset
}

#pdf-container {
    font-family: Eina01-Regular;
    color: #333f48;
    font-size: 11px;
    line-height: 16px
}

#pdf-container .text-xs {
    font-size: 9px !important;
    line-height: 14px !important
}

#pdf-container .text-2xl:not(h2) {
    font-size: 11px !important;
    line-height: 16px !important
}

#pdf-container p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

#pdf-container ul {
    display: block;
    list-style: none;
    margin-block-start: 12px;
    margin-block-end: 12px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 20px
}

#pdf-container ul li {
    position: relative;
    list-style-type: none;
    font-family: Eina01-Regular;
    margin-top: 12px;
    margin-bottom: 12px
}

#pdf-container ul li:before {
    content: " ";
    width: 12px;
    height: 2px;
    background-color: #ffad00;
    display: block;
    position: absolute;
    left: -20px;
    top: 10px;
    border-radius: .625rem
}

#pdf-container .bolder,
#pdf-container strong {
    font-family: Eina01-Bold;
    font-weight: unset
}

#pdf-container ._simcard_info .sim-cont,
#pdf-container .pdf_multiColumnCta {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    row-gap: 1em;
    column-gap: 1em
}

#pdf-container .content-area ul {
    display: block;
    list-style: none;
    margin-block-start: 12px;
    margin-block-end: 12px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 20px
}

#pdf-container .content-area ul li {
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 12px
}

#pdf-container .accordion-section {
    display: block;
    position: relative;
    width: 100%
}

#pdf-container .accordion-section.flex {
    display: flex
}

#pdf-container .accordion-section>p {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 11px !important;
    line-height: 16px !important
}

#pdf-container .accordion-section ul li:before {
    top: 7px
}

#pdf-container .accordion-section table ul li:before {
    top: 10px
}

#pdf-container .accordion-table table {
    font-size: 11px !important;
    position: relative
}

#pdf-container .accordion-table table tr td {
    padding-left: 8px !important;
    padding-right: 8px !important;
    line-height: 20px
}

#pdf-container ._simcard_info .sim-cont {
    background-color: #f0f0f0;
    border-radius: .75rem
}

.section-story {
    text-align: center;
    margin-bottom: 140px
}

.section-story:before {
    content: url(/wp-content/themes/cradlepoint-2019/dist/images/story.webp)
}

.section-story .content-wrap {
    margin-top: -130px
}

.ios .section-story:before,
.macos .section-story:before {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/story.png)
}

.section-content h2 {
    font-family: Eina01-Bold;
    font-size: 40px;
    line-height: 42px
}

.section-content p {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 30px
}

.section-content .content-title {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 45px
}

.section-content-box ul.yellow-dashed li {
    position: relative;
    list-style-type: none;
    font-size: .9375rem;
    font-family: Eina01-SemiBold;
    padding-left: 5px;
    margin-top: 1.3125rem;
    margin-bottom: 1.625rem
}

.section-content-box ul.yellow-dashed li:before {
    content: " ";
    width: 1.75rem;
    height: .25rem;
    background-color: #fead00;
    display: block;
    position: absolute;
    left: -40px;
    top: 10 px;
    border-radius: .625rem
}

.company-main-bg {
    max-height: 736px
}

.commercial .section-content h2 {
    font-size: 52px
}

.commercial .section-content p {
    color: #333f48
}

.commercial .negative-xxxl {
    padding: 56px
}

.commercial.featured-section .nav-primary-dash {
    width: 40px;
    height: 2px
}

.commercial.featured-section h4 {
    padding-left: 20px;
    margin: 0 0 16px
}

.commercial.featured-section .featured-content {
    padding-left: 60px
}

.commercial.featured-section .featured-content p {
    color: #333f48
}

.blog_single_v2 .content .blog-content .commercial .cta-wrapper #btn-back-to-blog,
.commercial .cta-wrapper .blog_single_v2 .content .blog-content #btn-back-to-blog,
.commercial .cta-wrapper .btn,
.commercial .cta-wrapper .custom-marketo-form .mktoButton,
.custom-marketo-form .commercial .cta-wrapper .mktoButton {
    padding: 15px 12px 15px 18px
}

.blog_single_v2 .content .blog-content .commercial .cta-wrapper #btn-back-to-blog .fas,
.commercial .cta-wrapper .blog_single_v2 .content .blog-content #btn-back-to-blog .fas,
.commercial .cta-wrapper .btn .fas,
.commercial .cta-wrapper .custom-marketo-form .mktoButton .fas,
.custom-marketo-form .commercial .cta-wrapper .mktoButton .fas {
    margin-left: 24px
}

.commercial hr {
    margin-top: 24px
}

.commercial .bg-dark-blue .text-wrapper {
    padding: 64px 56px
}

.commercial .featured-profile .quote-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.section-5g-bg-new {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/webp/5g-lte-box.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: visible;
    min-height: 1377px;
    min-height: 86.0625rem;
    position: relative;
    top: -400px;
    top: -25rem;
    left: -61px;
    left: -3.8125rem;
    width: 100%;
    max-width: 2120px;
    max-width: 132.5rem;
    margin: auto
}

.ios .section-5g-bg-new,
.macos .section-5g-bg-new {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/webp/5g-lte-box.png)
}

.section-5g .section-5g-bg-new .text-wrapper {
    position: absolute;
    bottom: 405px;
    bottom: 25.3125rem;
    max-width: 619px;
    max-width: 38.6875rem;
    padding: 1.25rem;
    right: 12%
}

.section-5g-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/webp/5g-lte-box.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: visible;
    min-height: 1377px;
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%
}

.section-5g-bg.img {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/tower.webp);
    background-position: -200px;
    background-size: cover
}

.ios .section-5g-bg,
.macos .section-5g-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/webp/5g-lte-box.png)
}

.ios .section-5g-bg.img,
.macos .section-5g-bg.img {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/tower.png)
}

.branch-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/hero-branch.webp)
}

.ios .branch-bg,
.macos .branch-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/hero-branch.jpg)
}

.branch-details-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/branch-img-1.webp)
}

.ios .branch-details-bg,
.macos .branch-details-bg {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/branch-img-1.jpg)
}

.add-img {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/add.webp);
    background-size: contain;
    background-repeat: no-repeat
}

.ios .add-img,
.macos .add-img {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/add.jpg)
}

.branch.section-5g .section-5g-bg {
    top: -510px;
    height: 1645px
}

.branch.section-intro p {
    color: #333f48
}

.public-safety.yellow-box .col-md-6 {
    padding: 0 16px
}

.public-safety.yellow-box .yellow-bordered {
    border: 0;
    -webkit-box-shadow: inset 0 0 0 20px #fead00;
    -moz-box-shadow: inset 0 0 0 20px #fead00;
    box-shadow: inset 0 0 0 20px #fead00
}

.public-safety.yellow-box p.section-title-large {
    font-size: 36px
}

.public-safety.yellow-box p.def-opacity {
    color: #a4c6ec;
    opacity: .9;
    font-size: 18px
}

.public-safety.yellow-box .bg-dark-blue {
    padding: 64px 56px
}

.public-safety.content-section h2 {
    font-size: 36px
}

.public-safety .nav-primary-dash {
    width: 32px;
    height: 8px;
    border-radius: 20px
}

.public-safety.section-cases .content-section h2 {
    font-size: 40px;
    color: #333f48
}

.yellow-box .col-md-6 {
    padding: 0
}

.yellow-box p.section-title-large {
    font-weight: 400
}

.yellow-box .cta-img {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/blue-cta.webp);
    background-size: cover;
    height: 100%;
    object-fit: cover
}

.yellow-box .public-safety-cta-img {
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/police.webp);
    background-size: cover;
    height: 100%;
    object-fit: cover
}

.yellow-box .yellow-bordered {
    border: 15px solid #fead00
}

.yellow-box .yellow-bordered.img {
    border: none;
    background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/5g-border.webp);
    background-repeat: no-repeat;
    max-width: 1600px;
    margin: auto
}

.ios .yellow-box .cta-img,
.macos .yellow-box .cta-img {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/blue-cta.png)
}

.ios .yellow-box .public-safety-cta-img,
.macos .yellow-box .public-safety-cta-img {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/police.png)
}

.ios .yellow-box .yellow-bordered.img,
.macos .yellow-box .yellow-bordered.img {
    background-image: url(/wp-content/themes/cradlepoint-2019/src/img/5g-border.png)
}

.cta-wrapper {
    padding: 0 24px 52px
}

.cta-wrapper img {
    height: 280px;
    display: block
}

.blog_single_v2 .content .blog-content .cta-wrapper #btn-back-to-blog,
.cta-wrapper .blog_single_v2 .content .blog-content #btn-back-to-blog,
.cta-wrapper .btn,
.cta-wrapper .custom-marketo-form .mktoButton,
.custom-marketo-form .cta-wrapper .mktoButton {
    padding: 10px 20px
}

.cta-wrapper .asset-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    font-family: eina01-bold
}

.cta-wrapper:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 50px 60px rgba(111, 137, 156, .4);
    -moz-box-shadow: 0 50px 60px rgba(111, 137, 156, .4);
    box-shadow: 0 50px 60px rgba(111, 137, 156, .4);
    transition: box-shadow .3s ease-in-out
}

.cta-wrapper:hover .banner-btn .btn-dark {
    background-color: #fead00
}

.section-cases .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-cases .img-wrapper {
    padding: 60px 32px 60px 150px
}

.section-cases .img-wrapper img {
    border-radius: 50%;
    height: 400px;
    width: 400px
}

.section-cases .text-wrapper {
    padding: 60px 150px 60px 32px
}

.section-cases .nav-primary-dash {
    display: block
}

.section-cases .case-wrapper:hover {
    cursor: pointer;
    -webkit-box-shadow: -1px 10px 30px rgba(178, 185, 190, .5);
    -moz-box-shadow: -1px 10px 30px rgba(178, 185, 190, .5);
    box-shadow: -1px 10px 30px rgba(178, 185, 190, .5);
    transition: box-shadow .3s ease-in-out
}

.section-cases .case-wrapper:hover .case-study-btn {
    background-color: #333f48;
    color: #fff
}

.featured-retail .col-md-4 {
    margin-bottom: 32px
}

.featured-retail .featured-retail-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px
}

.featured-retail .featured-retail-wrapper .icon-wrapper {
    background-color: #fff7e5;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.featured-retail .featured-retail-wrapper .icon-wrapper .icon-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    border-radius: 50%
}

.featured-retail .featured-retail-wrapper .text-wrapper {
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.featured-retail .featured-retail-wrapper .text-wrapper h3 {
    width: 325px
}

.featured-retail #retail-network {
    background-position: -10px 0;
    background-repeat: no-repeat;
    object-fit: contain;
    width: 60px;
    height: 60px
}

.featured-retail #retail-connected {
    background-position: -85px 0;
    background-repeat: no-repeat;
    object-fit: contain;
    width: 72px;
    height: 60px
}

.featured-retail #retail-flexibility {
    background-position: -170px 0
}

.featured-retail #retail-deploy,
.featured-retail #retail-flexibility {
    background-repeat: no-repeat;
    object-fit: contain;
    width: 60px;
    height: 60px
}

.featured-retail #retail-deploy {
    background-position: -238px 0
}

.featured-retail #retail-manage {
    background-position: -308px 0;
    background-repeat: no-repeat;
    object-fit: contain;
    width: 60px;
    height: 60px
}

.featured-retail #retail-bulletproof {
    background-position: -368px 0;
    background-repeat: no-repeat;
    object-fit: contain;
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem
}

.isp-section .bg-dark {
    z-index: -1
}

.section-5g h2 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 85px;
    line-height: 5.3125rem;
    margin: 0 0 2.5rem
}

.section-5g .text-wrapper {
    padding: 12.25rem 6.5625rem 12.25rem 2rem
}

.section-5g .text-wrapper p.opacity-8 {
    font-size: 20px;
    font-size: 1.25rem
}

.section-detail-list.yellow-bg {
    position: relative
}

.section-detail-list.yellow-bg>.container {
    position: relative;
    z-index: 1
}

.section-detail-list.yellow-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 764px;
    background-color: #fead00
}

.section-detail-list .list-wrap {
    max-width: 860px;
    margin-top: 146px;
    background-color: #fff;
    padding: 8% 11% 8% 8%
}

.section-detail-list .detail-item {
    margin-bottom: 85px
}

.section-detail-list .detail-item:last-child {
    margin-bottom: 0
}

.section-detail-list .detail-item:before {
    content: "";
    display: block;
    width: 40px;
    height: 12px;
    background-color: #fead00;
    margin-bottom: 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}

.section-detail-list .detail-item h3 {
    font-family: Eina01-Bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px
}

.section-detail-list .detail-item p {
    font-family: Eina01-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333f48
}

.section-products-col .product-col-item {
    padding: 0 15%
}

.section-products-col .product-col-item .item-img {
    margin-bottom: 45px;
    position: relative
}

.section-products-col .product-col-item .item-img:before {
    content: "";
    position: absolute;
    display: block;
    width: 55%;
    height: 50%;
    box-shadow: 14px 14px 30px rgba(80, 91, 98, .2);
    left: 40%;
    bottom: 2px;
    margin-left: -48px
}

.section-products-col .product-col-item .item-img:after {
    content: "";
    position: absolute;
    display: block;
    width: 55%;
    height: 50%;
    box-shadow: 30px 30px 80px rgba(255, 173, 0, .4);
    left: 30%;
    bottom: 2px;
    margin-left: -48px
}

.section-products-col .product-col-item h3 {
    font-family: Eina01-Bold;
    font-size: 26px;
    line-height: 32px
}

.section-products-col .product-col-item p {
    font-family: Eina01-Regular;
    font-size: 16px;
    line-height: 24px
}

.insights.featured-section {
    padding-bottom: 82px
}

.insights p {
    color: #333f48
}

.insights .industry-wrapper:hover,
.insights .success-stories-wrapper:hover {
    border-radius: 10px
}

.insights.branch .text-content .tag {
    font-size: 12px;
    opacity: .6;
    font-family: Eina01-Bold;
    font-weight: 400
}

.featured-section p.section-title-medium {
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem
}

.featured-section img {
    height: 180px;
    min-height: 180px
}

.featured-section .author-wrapper img {
    height: 42px;
    min-height: 42px
}

.featured-section .nav-primary-dash {
    display: -webkit-box
}

.featured-section .text-content {
    padding: 8px 0
}

.featured-section .tag {
    margin-bottom: 16px;
    color: #333f48;
    opacity: .4;
    font-size: 14px;
    font-weight: 700
}

.featured-section h5 {
    font-family: Eina01-SemiBold;
    font-size: 18px
}

.featured-section h4 {
    margin: 16px 0
}

.featured-section .success-stories-wrapper {
    padding: 0 32px 32px
}

.featured-section .success-stories-wrapper:hover {
    cursor: pointer;
    -webkit-box-shadow: -1px 10px 10px rgba(0, 87, 184, .18);
    -moz-box-shadow: -1px 10px 10px rgba(0, 87, 184, .18);
    box-shadow: -1px 10px 10px rgba(0, 87, 184, .18);
    transition: box-shadow .3s ease-in-out
}

.featured-section .success-stories-wrapper:hover h4.section-title-medium {
    text-decoration: underline;
    color: #0d5ca9
}

.featured-section .success-stories-wrapper:hover h4.section-title-medium a.color-night {
    color: #0d5ca9
}

.featured-section .industry-wrapper {
    padding: 32px;
    z-index: 9999;
    border-radius: 5px
}

.featured-section .industry-wrapper .nav-primary-dash {
    display: -webkit-box;
    background-color: #0d5ca9
}

.featured-section .industry-wrapper:hover {
    cursor: pointer;
    -webkit-box-shadow: -1px 0 10px rgba(0, 87, 184, .18);
    -moz-box-shadow: -1px 0 10px rgba(0, 87, 184, .18);
    box-shadow: -1px 0 10px rgba(0, 87, 184, .18);
    transition: box-shadow .3s ease-in-out
}

.featured-section .industry-wrapper:hover h4.section-title-medium {
    text-decoration: underline;
    color: #0d5ca9;
    transition: all .3s ease-in-out
}

.featured-section .industry-wrapper:hover h4.section-title-medium a.color-night {
    color: #0d5ca9
}

.featured-section .video-wrapper {
    padding: 0 32px 32px
}

.featured-section .video-wrapper .custom-video {
    width: 100%;
    height: 100%
}

.featured-section .video-wrapper .custom-video img {
    height: 100%;
    object-fit: cover
}

.featured-section .video-wrapper .custom-video a:hover {
    text-decoration: none
}

.featured-section .video-wrapper .custom-video .video-datails {
    height: 118px;
    position: absolute;
    bottom: 32px;
    z-index: 9999;
    opacity: .8;
    background: #333f48;
    display: flex;
    align-items: center;
    padding: 0 30px
}

.featured-section .video-wrapper .custom-video .video-datails .video-btn {
    padding: 20px 40px;
    border: 3px solid #fff;
    border-radius: 50px;
    opacity: .8;
    margin-right: 24px
}

.featured-section .video-wrapper .custom-video .video-datails .video-btn .fa {
    color: #fff;
    font-size: 17px
}

.featured-section .video-wrapper .custom-video .video-datails p {
    color: #fff;
    margin-bottom: 0
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box,
._bordered-multi-column-w-title .icon-btn-box {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box h4,
._bordered-multi-column-w-title .icon-btn-box h4 {
    font-family: Eina01-Bold;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    color: #333f48;
    margin-bottom: 7px
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box p,
._bordered-multi-column-w-title .icon-btn-box p {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #333f48
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box ul,
._bordered-multi-column-w-title .icon-btn-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box ul li,
._bordered-multi-column-w-title .icon-btn-box ul li {
    font-family: Eina01-Regular;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #333f48
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box ul li:after,
._bordered-multi-column-w-title .icon-btn-box ul li:after {
    content: "";
    display: block;
    background-color: #a0acb5;
    height: 2px;
    border-top: 1px solid #e7eaec;
    width: 50%;
    margin: 13px auto
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box ul li:last-child:after,
._bordered-multi-column-w-title .icon-btn-box ul li:last-child:after {
    display: none
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box .item-icon,
._bordered-multi-column-w-title .icon-btn-box .item-icon {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center
}

._bordered-full-width-cta-multi-column.section-boxed-icon-box .icon-btn-box .item-content.content-sm p,
._bordered-multi-column-w-title .icon-btn-box .item-content.content-sm p {
    font-size: 15px;
    line-height: 24px;
    line-height: 1.5rem;
    opacity: .8
}

.public-safety-animsition,
.public-safety-overlay-animsition {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.commercial-animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent !important
}

.commercial-animsition-overlay-slide.overlay-slide-out-bottom {
    background-color: #fff !important;
    padding-top: 112px
}

.violator-module-animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent !important
}

.custom-flags-wrapper {
    display: flex;
    align-items: center
}

.custom-flags-wrapper img {
    border: none !important
}

@media (min-width:768px) {
    .dark-bg.section-banner {
        padding: 0
    }
}

@media (max-width:767px) {
    .section-banner.flex-image-bg {
        background-image: none !important;
        min-height: 0
    }

    .section-banner.flex-image-bg .banner-inner .text-wrapper {
        padding: 60px 40px 20px
    }

    .section-banner.flex-image-bg .banner-inner h2 {
        font-size: 2.375rem;
        line-height: 2.4375rem;
        margin-top: 0
    }

    .section-banner.flex-image-bg .banner-inner h1 {
        font-size: 3rem;
        line-height: 3.75rem;
        white-space: normal;
        word-break: break-word
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .pad-172-top {
        padding-top: 130px
    }

    .padding-xl2-top {
        padding-top: 80px
    }

    .padding-xl2-bottom {
        padding-bottom: 80px
    }

    .padding-xl2-left {
        padding-left: 80px
    }

    .padding-xl2-right {
        padding-right: 80px
    }

    .section-banner.dark-bg,
    .section-banner.dark-bg div .flex {
        min-height: 635px
    }

    .commercial.public-safety-wrapper .margin-top-10,
    .public-safety.public-safety-wrapper .margin-top-10 {
        margin-top: 12px
    }

    .commercial .negative-xxxl,
    .public-safety .negative-xxxl {
        padding: 30px
    }

    .commercial.content-section p,
    .public-safety.content-section p {
        white-space: normal
    }

    .commercial.content-section .font-52,
    .public-safety.content-section .font-52 {
        font-size: 48px;
        line-height: 49px
    }

    .commercial.featured-section .feat-title,
    .public-safety.featured-section .feat-title {
        align-items: flex-start
    }

    .commercial.featured-section h4,
    .public-safety.featured-section h4 {
        padding-left: 16px
    }

    .commercial.featured-section .nav-primary-dash,
    .public-safety.featured-section .nav-primary-dash {
        margin-top: 8px;
        width: 25px;
        min-width: 25px;
        height: 2px
    }

    .commercial.featured-section .featured-content,
    .public-safety.featured-section .featured-content {
        padding-left: 42px
    }

    .commercial .section-content h2,
    .public-safety .section-content h2 {
        font-size: 48px;
        line-height: 65px
    }

    .commercial .bg-dark-blue .text-wrapper,
    .public-safety .bg-dark-blue .text-wrapper {
        padding: 45px 32px
    }

    .commercial .cta-wrapper,
    .public-safety .cta-wrapper {
        padding: 0 16px 30px
    }

    .commercial .cta-wrapper img,
    .public-safety .cta-wrapper img {
        height: 175px
    }

    .commercial .cta-wrapper .asset-title,
    .public-safety .cta-wrapper .asset-title {
        font-size: 18px
    }

    .commercial .cta-wrapper .banner-btn,
    .public-safety .cta-wrapper .banner-btn {
        align-items: baseline;
        flex-direction: column
    }

    .blog_single_v2 .content .blog-content .commercial .cta-wrapper #btn-back-to-blog,
    .blog_single_v2 .content .blog-content .public-safety .cta-wrapper #btn-back-to-blog,
    .commercial .cta-wrapper .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .commercial .cta-wrapper .btn,
    .commercial .cta-wrapper .custom-marketo-form .mktoButton,
    .custom-marketo-form .commercial .cta-wrapper .mktoButton,
    .custom-marketo-form .public-safety .cta-wrapper .mktoButton,
    .public-safety .cta-wrapper .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .public-safety .cta-wrapper .btn,
    .public-safety .cta-wrapper .custom-marketo-form .mktoButton {
        display: flex;
        align-items: baseline;
        font-size: 13px;
        padding: 12px 12px 12px 18px
    }

    .commercial .lined-title br,
    .public-safety .lined-title br {
        display: none
    }

    .commercial .featured-profile .row,
    .public-safety .featured-profile .row {
        display: flex;
        justify-content: center
    }

    .commercial .featured-profile .row .quote-logo,
    .public-safety .featured-profile .row .quote-logo {
        bottom: auto
    }

    .commercial .pad-382-top,
    .public-safety .pad-382-top {
        padding-top: 382px
    }

    .commercial .quote-wrapper .quote,
    .public-safety .quote-wrapper .quote {
        padding: 56px;
        white-space: normal;
        line-height: 38px
    }

    .commercial .yellow-bordered .no-br-lg br,
    .public-safety .yellow-bordered .no-br-lg br {
        display: none
    }

    .insights.featured-section .industry-wrapper,
    .insights.featured-section .success-stories-wrapper,
    .insights.featured-section .video-wrapper {
        padding: 0 16px 32px
    }

    .insights.featured-section .industry-wrapper .text-content .tag,
    .insights.featured-section .success-stories-wrapper .text-content .tag,
    .insights.featured-section .video-wrapper .text-content .tag {
        font-size: 13px
    }

    .insights.featured-section .padding-md-left {
        padding-left: 16px
    }

    .featured-section .video-wrapper .custom-video .video-datails {
        height: 100px
    }

    .featured-section .video-wrapper .custom-video .video-datails .video-btn {
        padding: 8px 30px
    }

    .featured-section .video-wrapper .custom-video .video-datails p {
        font-size: 18px
    }

    .public-safety.section-cases .case-wrapper .img-wrapper {
        padding: 60px 0 60px 16px
    }

    .public-safety.section-cases .case-wrapper .img-wrapper img {
        height: 320px;
        width: 320px
    }

    .public-safety.section-cases .case-wrapper .text-wrapper {
        padding: 60px 16px 60px 0
    }

    .public-safety.section-cases .case-wrapper .content-section h2 {
        font-size: 28px
    }

    .dark-bg.section-banner {
        padding: 0
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .container {
        max-width: 100%
    }

    .commercial .negative-xxxl {
        padding: 30px
    }

    .commercial.content-section p {
        white-space: normal
    }

    .commercial.featured-section .feat-title {
        align-items: flex-start
    }

    .commercial.featured-section h4 {
        padding-left: 16px
    }

    .commercial.featured-section .nav-primary-dash {
        margin-top: 8px;
        width: 25px;
        min-width: 25px;
        height: 2px
    }

    .commercial.featured-section .featured-content {
        padding-left: 42px
    }

    .commercial .section-content h2 {
        font-size: 48px
    }

    .commercial .bg-dark-blue .text-wrapper {
        padding: 45px 32px
    }

    .commercial .cta-wrapper {
        padding: 0 16px 30px
    }

    .commercial .cta-wrapper img {
        height: 175px
    }

    .commercial .cta-wrapper .asset-title {
        font-size: 18px;
        margin-bottom: 0
    }

    .commercial .cta-wrapper .banner-btn {
        align-items: center
    }

    .blog_single_v2 .content .blog-content .commercial .cta-wrapper #btn-back-to-blog,
    .commercial .cta-wrapper .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .commercial .cta-wrapper .btn,
    .commercial .cta-wrapper .custom-marketo-form .mktoButton,
    .custom-marketo-form .commercial .cta-wrapper .mktoButton {
        display: flex;
        align-items: baseline;
        font-size: 13px;
        padding: 12px 12px 12px 18px
    }

    .commercial .lined-title br {
        display: none
    }

    .commercial .quote-wrapper .quote {
        padding: 40px;
        white-space: normal;
        line-height: 38px
    }

    .commercial .featured-profile .row {
        display: flex;
        justify-content: center
    }

    .commercial .featured-profile .row .quote-logo {
        bottom: auto
    }

    .commercial .pad-382-top {
        padding-top: 382px
    }

    .commercial .yellow-bordered .no-br-lg br {
        display: none
    }

    .insights.featured-section .industry-wrapper,
    .insights.featured-section .success-stories-wrapper,
    .insights.featured-section .video-wrapper {
        padding: 0 16px 32px
    }

    .insights.featured-section .industry-wrapper .text-content .tag,
    .insights.featured-section .success-stories-wrapper .text-content .tag,
    .insights.featured-section .video-wrapper .text-content .tag {
        font-size: 13px
    }

    .insights.featured-section .padding-md-left {
        padding-left: 16px
    }

    .featured-section .video-wrapper .custom-video .video-datails .video-btn {
        padding: 16px 40px
    }

    .featured-section .video-wrapper .custom-video .video-datails p {
        font-size: 20px
    }

    .public-safety.section-cases .case-wrapper .col-md-6:first-child {
        justify-content: flex-end
    }

    .public-safety.section-cases .case-wrapper .col-md-6:last-child {
        justify-content: flex-start
    }

    .public-safety.section-cases .case-wrapper .img-wrapper {
        padding: 60px 0 60px 16px
    }

    .public-safety.section-cases .case-wrapper .img-wrapper img {
        height: 320px;
        width: 320px
    }

    .public-safety.section-cases .case-wrapper .text-wrapper {
        padding: 60px 125px 60px 0
    }

    .public-safety.section-cases .case-wrapper .content-section h2 {
        font-size: 28px
    }
}

@media (min-width:992px) {

    .cradlepoint-page .featured-retail.col-lg-10,
    .cradlepoint-page .main-container.col-lg-10 {
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 91%
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .company-main-bg {
        background-size: contain;
        background-position: 50%
    }
}

@media (max-width:1070px) {
    .section-banner h1.heading-large br {
        display: none
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 100%
    }

    .commercial .quote-wrapper .quote {
        padding: 56px
    }

    .commercial .cta-wrapper {
        padding: 0 30px 52px
    }

    .commercial .cta-wrapper img {
        height: 250px
    }

    .blog_single_v2 .content .blog-content .commercial .cta-wrapper .banner-btn #btn-back-to-blog,
    .commercial .cta-wrapper .banner-btn .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .commercial .cta-wrapper .banner-btn .btn,
    .commercial .cta-wrapper .banner-btn .custom-marketo-form .mktoButton,
    .custom-marketo-form .commercial .cta-wrapper .banner-btn .mktoButton {
        display: flex;
        align-items: baseline
    }

    .public-safety.section-cases .case-wrapper .col-md-6:first-child {
        justify-content: flex-end
    }

    .public-safety.section-cases .case-wrapper .col-md-6:last-child {
        justify-content: flex-start
    }

    .public-safety.section-cases .case-wrapper .img-wrapper {
        padding: 60px 32px 60px 60px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1600px
    }

    .commercial .quote-wrapper .quote {
        padding: 56px
    }

    .commercial .cta-wrapper {
        padding: 0 30px 52px
    }

    .commercial .cta-wrapper img {
        height: 280px
    }

    .blog_single_v2 .content .blog-content .commercial .cta-wrapper .banner-btn #btn-back-to-blog,
    .commercial .cta-wrapper .banner-btn .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .commercial .cta-wrapper .banner-btn .btn,
    .commercial .cta-wrapper .banner-btn .custom-marketo-form .mktoButton,
    .custom-marketo-form .commercial .cta-wrapper .banner-btn .mktoButton {
        display: flex;
        align-items: baseline
    }
}

@media (min-width:2000px) {
    .container {
        max-width: 1600px
    }
}

.margin-b-negative70 {
    margin-bottom: -70px
}

.w1640 {
    max-width: 1640px !important;
    width: 100%
}

.page404 .content-sm {
    padding-top: 143px
}

body section {
    z-index: 1;
    position: relative
}

.grid-skeleton {
    display: flex;
    width: 100%
}

.grid-skeleton .hasbg {
    background: #e5e5e5;
    animation: mymove .6s infinite
}

.grid-skeleton .hasbg.title-skeleton {
    width: 100%;
    height: 224px
}

.grid-skeleton .hasbg.content1-skeleton {
    width: 20%;
    height: 30px;
    margin-bottom: 10px
}

.grid-skeleton .hasbg.content2-skeleton {
    width: 63%;
    height: 30px;
    margin-bottom: 10px
}

.grid-skeleton .hasbg.content3-skeleton {
    width: 100%;
    height: 54px;
    margin-bottom: 10px
}

.grid-skeleton .grid-item.skeleton-bg {
    margin: 0 20px 40px
}

.grid-skeleton .grid-item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    max-width: 440px;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
    display: flex;
    flex-flow: column
}

.grid-skeleton .overlaid {
    position: relative;
    cursor: pointer;
    width: 100%
}

.grid-skeleton .img_description {
    padding: 27px 30px 34px;
    width: 100%
}

@keyframes mymove {
    0% {
        background-color: #e5e5e5
    }

    to {
        background-color: #f1f1f1
    }
}

.uberFlip-area {
    visibility: hidden
}

header .mega-nav .flex {
    position: relative
}

.arrow-transparent {
    display: none
}

.toggle-modal-active header {
    z-index: 10001
}

.toggle-modal-active header .header-left-wrap-col.logo-wrap {
    opacity: .3
}

.toggle-modal-active header .header-right-wrap-col .icon-div a .experience-icon:before {
    content: url(https://img.cradlepoint.com/wp-content/uploads/2020/05/experience-yellow-icon.webp);
    display: block
}

.toggle-modal-active header .header-right-wrap-col .icon-div .arrow-transparent {
    position: absolute;
    top: 96px;
    right: 170px;
    display: block;
    cursor: auto
}

.toggle-modal-active #toggleModal.modal .modal-dialog .arrow-transparent {
    position: absolute;
    right: 10%;
    top: -210px
}

.toggle-modal-active #toggleModal.modal .modal-dialog .close-modal-text .close-block h4 {
    font-size: 36px;
    color: #fff;
    font-family: Eina01-Bold;
    margin-bottom: 30px
}

.toggle-modal-active #toggleModal.modal .modal-dialog .close-modal-text .close-block h3 {
    margin-bottom: 50px
}

.foote-site-details h6 a {
    color: #fff
}

@media (max-width:1800px) {
    .cradlepoint-page.downloads .downloads-bg {
        background-size: contain
    }

    .cradlepoint-page .antenna-top-icon .container .network-icon-cont strong {
        font-size: 1.45vw;
        line-height: 1.75vw
    }
}

@media (min-width:1775px) {
    .cradlepoint-page.downloads .contact-icon-area {
        margin-top: 20px
    }
}

@media (max-width:1738px) {
    .four-cols .col-md-3 {
        margin-right: 0 !important;
        flex: 0 0 25% !important;
        max-width: 25% !important
    }
}

@media (max-width:1733px) {
    .section-5g-bg-new {
        background-position: 100%
    }
}

@media (max-width:1672px) {
    .cradlepoint-page .section-banner .text-wrapper {
        padding: 0 6.625rem
    }
}

@media (max-width:1678px) {
    .section-5g-bg-new {
        left: 0
    }
}

@media (max-width:1665px) {

    .retailimg1,
    .retailimg2 {
        margin: 0;
        background-size: cover
    }

    .cradlepoint-page .terms-content-area .padding-md-left {
        padding-left: 3.5rem
    }

    .cradlepoint-page .terms-content-area .padding-md-right {
        padding-right: 3.5rem
    }
}

@media (max-width:1510px) {
    .cradlepoint-page .terms-content-area .padding-md-right {
        padding-right: 4.125rem
    }

    .cradlepoint-page .terms-content-area .padding-md-left {
        padding-left: 4.125rem
    }
}

@media (max-width:1443px) {
    .section-5g-bg-new {
        background-position: 50%
    }
}

@media (max-width:1390px) {
    .section-3column-grid .grid-image h3 {
        top: 5%
    }

    .section-bottom-yellow-bar .bar-content span.text {
        font-size: 26px
    }

    .blog_single_v2 .content .blog-content .section-bottom-yellow-bar .bar-content #btn-back-to-blog,
    .custom-marketo-form .section-bottom-yellow-bar .bar-content .mktoButton,
    .section-bottom-yellow-bar .bar-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .section-bottom-yellow-bar .bar-content .btn,
    .section-bottom-yellow-bar .bar-content .custom-marketo-form .mktoButton {
        font-size: 12px;
        margin-left: 10px
    }
}

@media (max-width:1360px) {
    .center-text-circle .div {
        margin-left: 1vw;
        margin-top: 21vw
    }

    .flip-container1 {
        top: -15vw;
        left: 0
    }
}

@media (max-width:1250px) {
    .cradlepoint-page .section-5g .section-5g-bg-new .text-wrapper {
        right: -23px
    }
}

@media (max-width:1199px) {
    .section-3column-grid .column-grid h3 {
        font-size: 1.9rem;
        line-height: 2.3rem;
        top: 5%
    }

    .section-3column-grid .grid-text .buttons {
        margin-top: 30px
    }

    .section-bottom-yellow-bar .bar-content span.text {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:1175px) {
    .section-5g-bg-new {
        background-image: url(/wp-content/themes/cradlepoint-2019/dist/images/5g-lte-box-1.webp)
    }
}

@media (max-width:1130px) {
    .lined-title.text-center {
        padding: 0
    }
}

@media (max-width:992px) {

    .commercial-top .evereve,
    .financial .jackson-hewitt,
    .health-care .visio,
    .transportation .energy-services {
        min-height: 384px;
        min-height: 24rem;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:991px) {
    .btn-white-dark-border {
        padding: 14px 20px 13px
    }

    .toggle-modal-active header .header-right-wrap-col .icon-div .arrow-transparent {
        display: none
    }

    .featured-section .lined-title.text-center {
        padding: 0
    }

    .section-bottom-yellow-bar {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section-bottom-yellow-bar .bar-content span.text {
        font-size: 20px;
        line-height: 32px;
        margin-right: 30px
    }

    .section-3column-grid .column-grid h3 {
        top: 25%
    }

    .section-bottom-yellow-bar .bar-content {
        display: block
    }

    .section-bottom-yellow-bar .bar-content span.text {
        display: block;
        margin-bottom: 20px
    }

    .blog_single_v2 .content .blog-content .section-bottom-yellow-bar .bar-content #btn-back-to-blog,
    .custom-marketo-form .section-bottom-yellow-bar .bar-content .mktoButton,
    .section-bottom-yellow-bar .bar-content .blog_single_v2 .content .blog-content #btn-back-to-blog,
    .section-bottom-yellow-bar .bar-content .btn,
    .section-bottom-yellow-bar .bar-content .custom-marketo-form .mktoButton {
        margin-left: 0;
        margin-right: 10px
    }
}

@media (max-width:935px) {
    .cradlepoint-page .section-5g-bg-new {
        background-image: none
    }

    .center-text-circle .div {
        margin-left: 7vw;
        margin-top: 10vw
    }

    .flip-card-back {
        background-color: transparent;
        color: #fff;
        transform: rotateY(180deg);
        left: 0;
        top: -60px
    }

    .cradlepoint-page .section-5g .section-5g-bg-new .text-wrapper {
        max-width: none;
        padding: 3.1875rem 1.25rem 5rem;
        margin: 0;
        right: auto;
        border-bottom: 1.25rem solid #ffad00;
        border-top: 1.25rem solid #ffad00
    }
}

@media (max-width:768px) {
    .future-of-retail {
        margin-top: 50px;
        margin-bottom: 22px
    }

    .cradlepoint-page.downloads .downloads-bg.support-subscriptions .margin-center h1 {
        margin-top: 100px
    }

    .container-col3-area h3 br,
    h3.section-title-medium br {
        display: none
    }

    .container-col3-area h3 br:before,
    h3.section-title-medium br:before {
        content: " "
    }

    h3.section-title-medium {
        width: 100%
    }

    .commercial .yellow-bordered .padding-xl2-top.pad-70-bot {
        padding-top: 80px;
        padding-left: 40px;
        padding-right: 40px
    }

    .commercial .yellow-bordered.padding-xl2-bottom {
        padding-bottom: 50px
    }

    .commercial .featured-profile .quote-wrapper .quote {
        padding: 40px
    }

    .commercial .padding-xl-bottom {
        padding-bottom: 25px
    }

    .cradlepoint-page .food-bev .featured-profile .content-section .quote-wrapper .quote {
        max-width: none;
        padding: 40px
    }

    .reverse-mobile {
        flex-direction: column-reverse
    }

    .cradlepoint-page .section-banner .text-wrapper {
        padding: 0
    }

    .bg-gray ul {
        margin-bottom: 0
    }

    .commercial .section-content h2 {
        font-size: 52px;
        line-height: 56px
    }

    .cradlepoint-page.downloads .leadership-head.downloads-bg .margin-center {
        padding-top: 100px
    }

    .yellow-box.padding-xl-top.commercial {
        padding-top: 92px
    }

    .section-products-col .col-md-4.text-center {
        margin-bottom: 50px
    }

    .padding-xl3-top {
        padding-top: 100px
    }

    .vertical-line {
        display: none
    }

    .spacer-140 {
        padding-bottom: 50px
    }

    .padding-xxxl-bottom {
        padding-bottom: 30px
    }

    .cradlepoint-page .h1060.vertical-line {
        display: none
    }

    .cradlepoint-page .section-5g .section-5g-bg-new .text-wrapper {
        max-width: none;
        padding: 3.1875rem 1.25rem 5rem;
        margin: 0;
        right: auto;
        border-bottom: 1.25rem solid #ffad00;
        border-top: 1.25rem solid #ffad00
    }

    .cradlepoint-page .section-5g-bg-new {
        background-image: none
    }

    .cradlepoint-page .col {
        flex-basis: auto !important
    }

    .cradlepoint-page .future-of-retail .col-md-6.bg-gray,
    .cradlepoint-page .future-of-retail .retailimg1,
    .cradlepoint-page .future-of-retail .retailimg2 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .featured-section .industry-wrapper,
    .featured-section .success-stories-wrapper {
        margin-bottom: 1.875rem
    }

    .section-5g-bg-new {
        left: auto
    }

    .cradlepoint-page .p-compliance {
        padding-left: 0
    }

    .four-cols .col-md-3 {
        margin-right: 0 !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 5px
    }

    .retailimg1,
    .retailimg2 {
        margin: 0;
        background-size: cover
    }

    .future-of-retail .bg-gray {
        padding: 20px
    }
}

@media (max-width:767px) {
    .section-bottom-yellow-bar .bar-content {
        display: block
    }

    .section-bottom-yellow-bar .bar-content span.text {
        display: block;
        margin-bottom: 20px
    }

    .section-3column-grid .column-grid h3 {
        top: 15%
    }

    .section-3column-grid .btn-icon {
        font-size: 12px;
        padding: 13px 16px 11px
    }

    .section-bottom-yellow-bar .bar-content span.text br {
        display: none
    }

    .padding-xl2-top {
        padding-top: 60px
    }
}

@media (max-width:705px) {
    .cradlepoint-page .blue-bg-jm .main-content .case-study-btn {
        width: 395px;
        width: 24.6875rem
    }
}

@media (max-width:620px) {
    .section-5g .section-5g-bg-new .text-wrapper {
        bottom: 230px
    }

    .center-text-circle .div {
        padding-top: 68px;
        margin-bottom: 0 !important
    }
}

@media (max-width:510px) {
    .cradlepoint-page .section-banner .text-wrapper {
        padding: 0
    }
}

@media (max-width:575px) {

    .cradlepoint-page ._full-width-title-subtitle.form-590 h2,
    .cradlepoint-page .form-590.contact-form-area h2 {
        font-size: 11vw
    }

    .section-banner.flex-image-bg .banner-inner .text-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:500px) {
    .section-banner h1 {
        font-size: 55px;
        line-height: 58px
    }
}

@media (max-width:440px) {

    .future-of-retail .bg-gray,
    .retailimg1,
    .retailimg2 {
        flex: 0 0 98%;
        max-width: 98%
    }

    .future-of-retail {
        padding: 0 20px
    }
}

@media (max-width:430px) {
    .four-cols .col-md-3 {
        margin-right: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

@media (max-width:1390px) {
    .cradlepoint-page .yellow-bordered-f-connect .container .offset-div {
        margin-top: -40px;
        margin-bottom: -40px
    }
}

body header .navbar .logo-wrap a img {
    max-width: 163px;
    max-height: 71px;
    height: 100%;
    width: 100%
}

body ._feature-wave .adjust-position img {
    max-width: 653px;
    max-height: 567px;
    height: 100%;
    width: 100%
}

body footer .footer-menus .footer-logo img {
    max-width: 378px;
    max-height: 70px;
    height: 100%;
    width: 100%
}

.cp-custom-offset-1 {
    margin-left: 37%
}

.cp-custom-offset-3 {
    margin-left: 10%
}

.loading-wrapper {
    display: none
}

.loading-wrapper.loading,
.loading-wrapper.visible {
    display: flex
}

.archive-posts footer {
    margin-top: 40px
}

.track-blog-section .section-banner.dark-bg {
    background-color: #333f48;
    min-height: 862px;
    min-height: 53.875rem
}

.track-blog-section .section-banner {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.track-blog-section .blog-article.section-banner h1 {
    margin-bottom: 25px
}

.track-blog-section .section-banner.dark-bg h1 {
    color: #fff
}

.ask-me-later-notice-exit {
    color: #000;
    position: fixed;
    cursor: pointer
}

.ask-me-later-notice-exit i {
    font-size: 26px
}

blockquote {
    position: relative;
    border: 3pt solid #ffad00;
    padding: 40px 40px 40px 60px
}

blockquote p {
    font-family: Lora;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

blockquote:before {
    content: url(/wp-content/themes/cradlepoint-2019/src/img/quote_1.png);
    position: absolute;
    left: -35px;
    border-radius: 100%;
    top: 42px
}

blockquote h4 {
    font-size: 18px !important;
    font-family: Eina01-Regular !important;
    margin: 30px 0 0 !important;
    text-transform: none !important
}

blockquote h4:before {
    content: none !important
}

blockquote h4 strong {
    font-size: 18px !important;
    display: inline !important;
    font-family: Eina01-Bold !important
}

blockquote h4 strong:before {
    content: none !important
}

@media (max-width:991.98px) and (min-width:768px) {
    .track-blog-section .section-banner h1 {
        font-size: 64px;
        line-height: 72px
    }
}

.track-blog-section .section-banner h1 {
    font-family: Eina01-Bold;
    font-size: 72px;
    font-size: 4.5rem;
    color: #333f48;
    line-height: 88px;
    line-height: 5.5rem;
    margin-bottom: 2.75rem
}

.btn-poly-sm {
    padding: 10px 15px !important
}

.group-link-title {
    margin-top: 10px
}

label[for=Application_Certified_Accurate__c] {
    display: none !important
}

.custom-tag-cat-sub-footer {
    margin-top: 50px
}

.mktoHtmlText {
    display: block;
    font-family: Eina01-Bold !important;
    font-size: 12px;
    text-transform: uppercase;
    width: 100% !important
}

.page-no-footer-margin footer {
    margin-top: 0 !important
}

.custom-tag-cat-sub-footer {
    margin-top: 50px !important
}

@media (max-width:991.98px) and (min-width:768px) {
    .track-blog-section .section-banner.dark-bg {
        min-height: auto
    }
}

@media (min-width:1200px) {
    .blog-grid .featured-1-4.sidebar-blog {
        min-height: 505px
    }
}

._form._full-width-title-subtitle,
._form.partner-locator-form-area {
    margin-bottom: 0;
    margin-top: 40px
}

._form._full-width-title-subtitle .container,
._form.partner-locator-form-area .container {
    max-width: 1672px;
    max-width: 104.5rem
}

._form._full-width-title-subtitle .container h3,
._form.partner-locator-form-area .container h3 {
    font-size: 36px
}

._form._full-width-title-subtitle .container,
._form._full-width-title-subtitle .container p,
._form.contact-form-area .container,
._form.contact-form-area .container p {
    max-width: unset
}

.separator+._full-width-title-subtitle,
.separator+.partner-locator-form-area {
    margin-bottom: 0
}

._full-width-title-subtitle+._full-width-title-subtitle form,
._full-width-title-subtitle+.partner-locator-form-area form,
.partner-locator-form-area+._full-width-title-subtitle form,
.partner-locator-form-area+.partner-locator-form-area form {
    margin-top: 2.5625rem
}

._full-width-title-subtitle,
.partner-locator-form-area {
    margin-bottom: 95px
}

._full-width-title-subtitle .container,
.partner-locator-form-area .container {
    max-width: 833px;
    max-width: 52.0625rem
}

form.custom-marketo-form {
    overflow: inherit
}

form.custom-marketo-form input[type=email]:not(:placeholder-shown),
form.custom-marketo-form input[type=text]:not(:placeholder-shown),
form.custom-marketo-form textarea:not(:placeholder-shown) {
    padding: 14px 9px
}

.custom-marketo-form {
    margin-bottom: 40px
}

.custom-marketo-form fieldset.mktoFormCol {
    padding-right: 10px;
    margin-bottom: 10px;
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    border: none;
    margin-top: 20px
}

.custom-marketo-form .mktoFormCol {
    width: 47% !important;
    float: left !important;
    margin-right: 18px
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoField {
    margin-bottom: 0 !important
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoInvalid {
    border: 1px solid #8c0005 !important
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap select {
    background-position-y: center !important
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap textarea {
    border: 2px solid rgba(51, 63, 72, .6)
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
    margin-left: 20px !important;
    width: 100% !important
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
    margin-left: 0 !important
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=email],
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=number],
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=tel],
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=text],
.custom-marketo-form .mktoFormCol .mktoFieldWrap select,
.custom-marketo-form .mktoFormCol .mktoFieldWrap textarea {
    border: 2px solid rgba(51, 63, 72, .6);
    border-radius: 5px;
    font-family: Eina01-SemiBold;
    font-size: 16px;
    padding: 15px 10px;
    width: 100%;
    color: #333f48;
    margin-bottom: 1.5625rem;
    opacity: .6
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=email]:focus,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=email]:hover,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=number]:focus,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=number]:hover,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=tel]:focus,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=tel]:hover,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=text]:focus,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=text]:hover,
.custom-marketo-form .mktoFormCol .mktoFieldWrap select:focus,
.custom-marketo-form .mktoFormCol .mktoFieldWrap select:hover,
.custom-marketo-form .mktoFormCol .mktoFieldWrap textarea:focus,
.custom-marketo-form .mktoFormCol .mktoFieldWrap textarea:hover {
    color: #333f48;
    border: 2px solid #333f48;
    opacity: 1
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=email]:focus::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=email]:hover::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=number]:focus::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=number]:hover::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=tel]:focus::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=tel]:hover::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=text]:focus::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=text]:hover::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap select:focus::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap select:hover::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap textarea:focus::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap textarea:hover::placeholder {
    color: rgba(51, 63, 72, .6)
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=email]::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=number]::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=tel]::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=text]::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap select::placeholder,
.custom-marketo-form .mktoFormCol .mktoFieldWrap textarea::placeholder {
    color: #333f48
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=submit] {
    color: #fff;
    background-color: #333f48;
    opacity: .9
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap input[type=submit]:hover {
    background-color: #333f48;
    opacity: 1;
    border-radius: 0
}

.blog_single_v2 .content .blog-content .custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown.show .dropdown-toggle#btn-back-to-blog,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown.show .blog_single_v2 .content .blog-content .dropdown-toggle#btn-back-to-blog,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown.show .dropdown-toggle.btn,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown.show .dropdown-toggle.mktoButton {
    border: 2px solid #333f48;
    opacity: 1
}

.blog_single_v2 .content .blog-content .custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle#btn-back-to-blog,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .blog_single_v2 .content .blog-content .dropdown-toggle#btn-back-to-blog,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.btn,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.mktoButton {
    border: 2px solid rgba(51, 63, 72, .4);
    opacity: 1;
    color: #858c91
}

.blog_single_v2 .content .blog-content .custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle#btn-back-to-blog:hover,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .blog_single_v2 .content .blog-content .dropdown-toggle#btn-back-to-blog:hover,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.btn:hover,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.mktoButton:hover {
    border-color: #333f48;
    opacity: 1;
    color: #333f48
}

.blog_single_v2 .content .blog-content .custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle#btn-back-to-blog:active,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .blog_single_v2 .content .blog-content .dropdown-toggle#btn-back-to-blog:active,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.btn:active,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.mktoButton:active {
    background-color: transparent
}

.blog_single_v2 .content .blog-content .custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.selected#btn-back-to-blog,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .blog_single_v2 .content .blog-content .dropdown-toggle.selected#btn-back-to-blog,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.btn.selected,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .dropdown-toggle.selected.mktoButton {
    padding: 14px 9px;
    opacity: 1;
    border: 2px solid rgba(51, 63, 72, .4)
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap .btn-poly-dark,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoButton {
    width: 100%
}

.custom-marketo-form .mktoFormCol .mktoFieldWrap p {
    max-width: 570px;
    max-width: 35.625rem;
    margin: auto;
    text-align: center
}

.custom-marketo-form .mktoButtonRow {
    width: 100%;
    text-align: right
}

.custom-marketo-form #mktoCheckbox_82241_0 {
    width: 10px !important
}

.custom-marketo-form .mktoRequiredField label.mktoLabel {
    font-weight: 400 !important
}

.custom-marketo-form legend {
    padding: 0 !important;
    margin: 0 !important;
    color: #ffad00 !important;
    font-family: Eina01-Bold;
    font-weight: 700;
    text-align: center
}

.custom-marketo-form .semi-bold18 {
    margin-bottom: 3.3125rem
}

.custom-marketo-form label {
    display: block;
    font-family: Eina01-Bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 6px
}

.custom-marketo-form .col-md-6,
.custom-marketo-form .col-md-8,
.custom-marketo-form .col-md-12 {
    padding-left: 10px;
    padding-right: 10px
}

.custom-marketo-form .col-md-11 .row {
    margin-bottom: 0
}

.custom-marketo-form,
.custom-marketo-form .mktoFormCol .mktoFieldWrap,
.custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoField,
.custom-marketo-form .mktoFormCol .mktoFieldWrap label {
    width: 100% !important;
    box-shadow: none !important
}

#mktoForm_3320 .mktoButton {
    padding: 15px 85px 18px !important;
    margin-right: 20px !important
}

.marketo-blog-newsletter-form {
    margin-top: 35px;
    width: 100% !important
}

.marketo-blog-newsletter-form input#Email {
    font-size: 15px;
    border-radius: 0;
    padding: 15px;
    background-color: #fff;
    opacity: 1;
    margin-right: 10px;
    margin-bottom: 0;
    border: none;
    width: 100% !important
}

.marketo-blog-newsletter-form .mktoForm .mktoFormCol {
    float: none
}

.marketo-blog-newsletter-form .mktoGutter,
.marketo-blog-newsletter-form .mktoOffset {
    width: 0 !important
}

.marketo-blog-newsletter-form label {
    display: none
}

.marketo-blog-newsletter-form .mktoForm .mktoFormCol {
    float: none !important
}

.marketo-blog-newsletter-form .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap {
    float: none !important;
    width: 100% !important
}

.marketo-blog-newsletter-form .mktoFormRow .mktoFieldDescriptor {
    float: none !important
}

.marketo-blog-newsletter-form button {
    color: #fff;
    text-decoration: none;
    display: inherit;
    align-items: baseline;
    height: auto;
    font-size: 14px;
    background-color: #fead00;
    text-transform: uppercase;
    font-family: Eina01-Bold;
    --notchSize: 15px;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--notchSize) 100%, 0 calc(100% - var(--notchSize)));
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--notchSize) 100%, 0 calc(100% - var(--notchSize)));
    -webkit-clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 6% 100%);
    clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%, 6% 100%);
    border: none;
    padding: 15px 38px
}

.marketo-blog-newsletter-form .mktoButtonWrap {
    margin-left: 0 !important
}

.marketo-blog-newsletter-form .mktoButtonRow {
    width: 100%;
    text-align: right
}

.marketo-blog-newsletter-form .mktoError {
    left: 0 !important
}

#mktoForm_3327 .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
    margin-left: 5px !important
}

.mktoForm .mktoFormRow legend {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 5px !important
}

._form .mktoFormRow {
    display: flex;
    align-items: center;
    width: 100% !important
}

._form .mktoFormRow .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
    margin-right: 0
}

._form .mktoFormRow .mktoFieldDescriptor.mktoFormCol+.mktoFormCol {
    margin-left: 18px
}

.custom-marketo-form .mktoFormCol+.mktoFormCol {
    margin-right: 0
}

#mktoForm_3326 div.mktoFormRow:nth-of-type(7)>div:first-child>div:nth-child(2)>.mktoCheckboxList {
    margin-left: 0 !important
}

body .mktoForm input[type=checkbox]+label:before {
    opacity: 1;
    border: 3px solid rgba(51, 63, 72, .4);
    width: 28px;
    font-size: 20px;
    height: 28px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    flex: 0 0 auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-right: 12px;
    margin-left: -2em;
    font-family: Eina01-Bold
}

body .mktoForm input[type=checkbox]+label:hover:before {
    border-color: #333f48;
    color: #333f48
}

body .mktoForm .mktoCheckboxList.mktoValid label:before,
body .mktoForm input[type=checkbox]:checked+label:before {
    border-color: #ffad00;
    font-size: 20px;
    color: #ffad00;
    font-family: Eina01-Bold
}

body .custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
    width: 100% !important;
    padding-left: 15px !important
}

body .custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
    margin-left: 10px !important;
    font-family: Eina01-SemiBold;
    color: #333f48;
    font-size: 16px;
    text-transform: none
}

body .custom-marketo-form .mktoFormCol .mktoFieldWrap .mktoCheckboxList.mktoInvalid {
    border: none !important
}

body .mktoForm input[type=checkbox]:focus+label:before,
body .mktoForm input[type=radio]:focus+label:before {
    border-width: 3px !important
}

._marketo-form p a {
    color: #333f48;
    text-decoration: none;
    border-bottom: 1px dotted #333f48;
    padding-bottom: 1px;
    font-family: Eina01-SemiBold
}

._marketo-form p a:hover {
    color: var(--link-color-secondary-a-hover);
    border-color: var(--link-color-secondary-a-hover)
}

@media (max-width:767px) {
    ._form .mktoFormRow {
        flex-direction: column
    }

    ._form .mktoFormRow .mktoFieldDescriptor.mktoFormCol {
        margin-right: 0
    }

    ._form .mktoFormRow .mktoFieldDescriptor.mktoFormCol+.mktoFormCol {
        margin-left: 0
    }

    #mktoForm_3322 {
        margin-bottom: 110px
    }
}

@media (min-width:768px) {
    #mktoForm_3322 div.mktoFormRow:nth-of-type(5)>div:nth-child(2) {
        margin-top: -90px
    }
}

@media (min-width:688px) {
    #mktoForm_3326 div.mktoFormRow:nth-of-type(7)>div:first-child {
        width: 100% !important
    }
}

@media (max-width:687px) {
    .custom-marketo-form .mktoFormCol {
        width: 100% !important;
        float: none !important;
        margin-right: 0
    }

    .custom-marketo-form .mktoButton {
        margin-right: 0
    }
}

@media (max-width:480px) {
    .mktoButtonWrap {
        margin-left: 0 !important
    }

    .custom-marketo-form .mktoButton {
        width: 100%;
        margin-left: 0
    }
}

._global_table strong {
    font-weight: 400
}

._global_table .tab-content {
    margin-top: -35px
}

._global_table table tr {
    border: 1px solid #c1c1c1
}

._global_table table tr.head {
    background-color: #e1e1e1;
    white-space: nowrap
}

._global_table table tr ul:not(.nav) li {
    font-family: Eina01-Regular !important
}

._global_table table tr ul:not(.nav) li,
._global_table table tr ul:not(.nav) li ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

._global_table .nav span {
    color: #b3b3b3
}

._global_table .nav a:hover {
    text-decoration: none
}

._global_table .nav a input[type=checkbox] {
    border: 1px solid #d9d9d9;
    background-color: #b3b3b3;
    border-radius: 7px
}

._global_table .nav a.active input[type=checkbox] {
    border: 3px solid #ffad00;
    background-color: #fff
}

._global_table .nav a.active input[type=checkbox]:before {
    display: flex;
    content: "\2713";
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    color: #ffad00;
    width: 100%;
    height: 100%;
    font-weight: bolder;
    align-items: center;
    justify-content: center
}

._global_bordered_columns {
    border-color: #fead00
}

._global_bordered_columns .col-title {
    position: absolute;
    top: -28px
}

._global_content-area strong {
    font-weight: 400
}

._global_content-area h2:not([class]) {
    font-size: 1.875rem;
    line-height: 2.25rem
}

._global_content-area h3:not([class]) {
    font-size: 1.625rem;
    line-height: 1.95rem
}

._global_content-area h4:not([class]) {
    font-size: 1.375rem;
    line-height: 1.65rem
}

._global_content-area h5:not([class]) {
    font-size: 1.125rem;
    line-height: 1.35rem
}

._global_content-area h6:not([class]) {
    font-style: italic
}

._global_accordion ._featured_images .img-wrapper {
    flex-grow: 1;
    display: flex;
    height: 100%
}

._global_accordion ._featured_images .img-wrapper img {
    flex-grow: 1
}

._global_accordion .accordion-section {
    overflow: hidden
}

._global_accordion .accordion-section.active {
    overflow: visible
}

._global_accordion .accordion-section.active .accordion-content {
    max-height: 100%;
    transition: max-height .5s;
    transition-duration: .5s;
    overflow: visible !important
}

._global_accordion .accordion-section.active .anchor-icon {
    --transform-rotate: -180deg
}

._global_accordion .accordion-section .tab-content .tab-pane {
    display: none !important;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

._global_accordion .accordion-section .tab-content .tab-pane.active {
    display: block !important;
    opacity: 1
}

._global_accordion li>a {
    color: #333f48
}