/* Groundwork */

.custom-no-link-style a {
    text-decoration: none !important;
}

.double-gap-top {
    margin-top: 50px;
}

.double-gap-bottom {
    margin-bottom: 50px;
}

.half-gap-bottom {
    margin-bottom: 25px;
}

.mb {
    margin-bottom: 50px !important;
}

.mt {
    margin-top: 50px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

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

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

.bg-grey {
    background-color: #666;
    color: #fff
}

.bg-blk {
    background-color: #111;
    color: #fff
}

.bg-darkgrey {
    background-color: #333;
    color: #fff
}

.bg-lightgrey {
    background-color: #999
}

.bg-red {
    background-color: #e74c3c
}

.red {
    colour: #e74c3c;
}

.bg-blue {
    background-color: #3ec3f1
}

.bg-green {
    background-color: #2ecc71
}

.bg-purple {
    background-color: #9b59b6
}

.bg-yellow {
    background-color: #f1c40f
}

.bg-orange {
    background-color: #e67e22
}

.bg-turquoise {
    background-color: #1abc9c;
    color: #333
}

.bg-asphalt {
    background-color: #34495e
}

.txt-blk {
    color: #000 !important;
}

.txt-wht {
    color: #fff !important;
}

.txt-ffm {
    color: #4db8b5 !important;
}

.txt-blue {
    color: #07C !important;
}

.txt-grey {
    color: #666 !important;
}

.cursor-hand {
    cursor: pointer;
}

.contact-link {
    width: 173px !important
}

.file-upload {
    color: #555;
    line-height: .3em;
    padding: 6px
}

.home-acronym {
    width: 500px;
    padding: 0 0 40px 40px;
    float: right
}

.highlight {
    color: #1da6a9
}

.addthis-share {
    width: 40%;
    margin: 0 auto;
    padding: 8px 0
}

.img-overlay {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
}

.img-overlay .overlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.img-overlay:hover .overlay {
    background: #4db8b5;
    background: rgba(77, 184, 181, 0.7);
    opacity: 1;
    width: 100%;
    height: 100%;
}

.img-overlay h3 {
    display: inline-block;
    color: #000;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    position: absolute;
    margin: auto;
    height: 80px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1000;
    text-shadow: 0 0 10px #fff;
}

.img-overlay:hover h3 {
    -webkit-transition: 1.3s ease;
    transition: 1.3s ease;
    text-shadow: 0 0 10px rgb(77, 184, 181);
}

.bg-home {
    background: #000 url(img/bg-home01.jpg) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.map-header {
    margin: 20px 0 5px;
}

.map-link {
    display: block;
    position: relative;
    padding: 50px 0;
    height: 0;
    overflow: hidden;
    background-color: transparent;
}

.map-link iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer-contact textarea {
    min-height: 12em;
}

.mega-drop,
.mega-drop a,
.mega-drop ul,
.mega-drop li,
.mega-drop div,
.mega-drop form,
.mega-drop input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.mega-drop {
    display: inline-block;
    cursor: default;
    z-index: 500;
    width: 100%;
}

.mega-drop ul {
    margin: 0 !important;
}

.mega-drop>li {
    display: block;
}

.mega-drop>li>a {
    position: relative;
    display: block;
    z-index: 510;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.mega-drop>li:first-child>a {
    border-left: none;
}

.mega-drop>li>ul.sub-menu {
    position: absolute;
    display: block;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.mega-drop>li.media-nav:hover>ul.sub-menu,
.mega-drop>li.software-nav:hover>ul.sub-menu,
.mega-drop>li.biz-dev-nav:hover>ul.sub-menu,
.mega-drop>li.innovation-nav:hover>ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.media-nav ul.sub-menu li a,
.software-nav ul.sub-menu li a,
.biz-dev-nav ul.sub-menu li a,
.innovation-nav ul.sub-menu li a {
    font-size: 1.1em;
    font-weight: 400;
    min-height: 100px;
    padding: 185px 0 20px;
    background-color: transparent;
    background-position: 50% 20px;
    background-repeat: no-repeat;
    background-size: 150px;
}

.media-nav ul.sub-menu li a:hover,
.software-nav ul.sub-menu li a:hover,
.biz-dev-nav ul.sub-menu li a:hover,
.innovation-nav ul.sub-menu li a:hover {
    color: #4A5461 !important;
    background-color: #C0F9F7;
    text-shadow: none;
}

ul.mega-drop li.current-menu-item ul.sub-menu li a,
ul.mega-drop li.current-page-ancestor ul.sub-menu li a {
    border: none;
}

ul.mega-drop li.current-menu-item ul.sub-menu li.current-menu-item a,
ul.mega-drop li.current-page-ancestor ul.sub-menu li.current-menu-item a {
    color: #5E6670;
}

.media-nav {}

.software-nav {}

.innovation-nav {}

.biz-dev-nav {}

.media-nav ul.sub-menu li a {}

.media-nav ul.sub-menu li {
    width: calc(100% / 6 - 10px);
}

.software-nav ul.sub-menu li {
    width: calc(100% / 7 - 10px);
}

.innovation-nav ul.sub-menu li {
    width: calc(100% / 6 - 10px);
}

.biz-dev-nav ul.sub-menu li {
    width: calc(100% / 4 - 10px);
}

ul.sub-menu .nav-process a {
    background-image: url(img/icons/our-process.png);
}

ul.sub-menu .nav-entrepreneur a {
    background-image: url(img/icons/entrepreneurs.png);
}

ul.sub-menu .nav-small-business a {
    background-image: url(img/icons/small-business.png);
}

ul.sub-menu .nav-enterprise a {
    background-image: url(img/icons/enterprise.png);
}

ul.sub-menu .nav-custom-software a {
    background-image: url(img/icons/custom-software.png);
}

ul.sub-menu .nav-market a {
    background-image: url(img/icons/marketing.png);
}

ul.sub-menu .nav-graphic a {
    background-image: url(img/icons/graphic-design.png);
}

ul.sub-menu .nav-web a {
    background-image: url(img/icons/web-design.png);
}

ul.sub-menu .nav-seo-sem a {
    background-image: url(img/icons/digital-innovation.png);
}

ul.sub-menu .nav-social a {
    background-image: url(img/icons/mobile-apps.png);
}

ul.sub-menu .nav-business a {
    background-image: url(img/icons/business-efficiency.png);
}

ul.sub-menu .nav-sales a {
    background-image: url(img/icons/sales-tracking.png);
}

ul.sub-menu .nav-expense a {
    background-image: url(img/icons/expense-tracking.png);
}

ul.sub-menu .nav-quoting a {
    background-image: url(img/icons/quoting-estimating.png);
}

ul.sub-menu .nav-customer a {
    background-image: url(img/icons/customer-management.png);
}

ul.sub-menu .nav-project a {
    background-image: url(img/icons/project-management.png);
}

ul.sub-menu .nav-equipment a {
    background-image: url(img/icons/equipment-inventory-management.png);
}

ul.sub-menu .nav-training a {
    background-image: url(img/icons/training-programs.png);
}

ul.sub-menu .nav-realtor a {
    background-image: url(img/icons/realtors.png);
}

ul.sub-menu .nav-property a {
    background-image: url(img/icons/property-management.png);
}

ul.sub-menu .nav-lean a {
    background-image: url(img/icons/lean-manufacturing.png);
}

ul.sub-menu .nav-health a {
    background-image: url(img/icons/health-care.png);
}

ul.sub-menu .nav-database a {
    background-image: url(img/icons/database.png);
}

ul.sub-menu .nav-clinic-ace a {
    background-image: url(img/icons/clinic-ace.png);
}

ul.sub-menu .nav-rook a {
    background-image: url(img/icons/rook-icon.png);
}

ul.sub-menu .nav-precision a {
    background-image: url(img/icons/precision-icon.png);
}

ul.sub-menu .nav-research a {
    background-image: url(img/icons/research-development.png);
}

ul.sub-menu .nav-rfid a {
    background-image: url(img/icons/rfid.png);
}

ul.sub-menu .nav-reality a {
    background-image: url(img/icons/augmented-reality.png);
}

ul.sub-menu .nav-touch a {
    background-image: url(img/icons/touch-screen-kiosks.png);
}

ul.sub-menu .nav-kiosks a {
    background-image: url(img/icons/touch-screen-kiosks.png);
}

ul.sub-menu .nav-led a {
    background-image: url(img/icons/led-signage.png);
}

ul.sub-menu .nav-3d a {
    background-image: url(img/icons/3d-printing.png);
}

.ffm-img {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50%;
}

.ffm-section {
    display: table;
    font-size: 1.6em;
    margin: 0;
    padding: 40px 20px;
    text-shadow: 2px 2px 3px #000;
    min-height: 520px;
    height: 50vh;
}

.ffm-section .ffm-content {
    display: table-cell;
    vertical-align: middle;
}

.ffm-section .ffm-content h1,
.ffm-section .ffm-content h2 {
    color: #4db8b5;
}

.ffm-section .ffm-content.blk h1,
.ffm-section .ffm-content.blk h2 {
    color: #2C9996;
    text-shadow: 1px 1px 1px #fff !important;
}

.ffm-section .ffm-content.blk p,
.ffm-section .ffm-content.blk h3 {
    color: #000;
    text-shadow: 1px 1px 1px #fff !important;
}

.ffm-plan {
    padding: 30px 0 50px;
}

.ffm-cta {
    background: rgb(58, 58, 58);
    background: -moz-linear-gradient(45deg, rgba(58, 58, 58, 1) 0%, rgba(51, 51, 51, 1) 40%, rgba(34, 34, 34, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(58, 58, 58, 1)), color-stop(40%, rgba(51, 51, 51, 1)), color-stop(100%, rgba(34, 34, 34, 1)));
    background: -webkit-linear-gradient(45deg, rgba(58, 58, 58, 1) 0%, rgba(51, 51, 51, 1) 40%, rgba(34, 34, 34, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(58, 58, 58, 1) 0%, rgba(51, 51, 51, 1) 40%, rgba(34, 34, 34, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(58, 58, 58, 1) 0%, rgba(51, 51, 51, 1) 40%, rgba(34, 34, 34, 1) 100%);
    background: linear-gradient(45deg, rgba(58, 58, 58, 1) 0%, rgba(51, 51, 51, 1) 40%, rgba(34, 34, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#222222', GradientType=1);

    background: #111 !important;
}

.ffm-cta .ffm-section {
    min-height: 100px;
    height: auto;
    padding: 60px 0;
    width: 100%;
}

.ffm-cta .ffm-section .ffm-content {
    text-align: center;
}

.ffm-cta .ffm-section .ffm-content h2 {
    color: #fff;
}

.ffm-quote {
    background: transparent url(img/icons/quote.png) 50% 0 no-repeat;
    -webkit-background-size: 100px;
    background-size: 100px;
    color: #000;
    display: table;
    min-height: 300px !important;
    padding: 130px 0 20px;
}

.ffm-quote.quote {
    background-image: url(img/icons/quote.png);
}

.ffm-quote.book {
    background-image: url(img/icons/book.png);
}

.ffm-quote.speech {
    background-image: url(img/icons/speech.png);
}

.ffm-quote h3 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 25px;
}

.ffm-quote span {
    font-size: 0.8em;
    font-weight: 700;
}

.ffm-gallery {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.ffm-gallery.wht {
    background: rgba(255, 255, 255, 0.5);
}

.plan {
    text-align: center;
    margin: 0 10px;
    padding: 0;
    border-radius: 10px;
}

.plan h4 {
    display: block;
    margin: 10px 0 20px;
    padding: 20px 0;
    color: #000;
    width: 100%;
    font-size: 1.4em;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    border-radius: 6px;
    text-shadow: none;
    border: 3px #ddd solid;
    text-transform: uppercase;
}

.plan ul {
    margin: 0;
}

.plan li {
    list-style-type: none;
}

.plan.silver {}

.plan.silver h4 {
    background-image: url(img/package-silver.png);
}

.plan.silver ul {}

.plan.silver li {}

.plan.ffm h4 {
    background-image: url(img/ffm-button.png);
    font-size: 1.2em !important;
}

.plan.ffm ul {}

.plan.ffm li {}

.plan.gold {}

.plan.gold h4 {
    background-image: url(img/package-gold.png);
}

.plan.gold ul {}

.plan.gold li {}

.plan.platinum {}

.plan.platinum h4 {
    background-image: url(img/package-platinum.png);
}

.plan.platinum ul {}

.plan.platinum li {}

.plan.diamond {}

.plan.diamond h4 {
    background-image: url(img/package-diamond.png);
}

.plan.diamond ul {}

.plan.diamond li {}

.carousel,
.pdf-carousel {
    position: relative;
    display: block;
    margin: 0 auto;
}

.carousel .item {}

.owl-next,
.owl-prev {
    position: absolute;
    top: 10%;
    right: -50px;
    background: transparent url(img/slider/next.png) 50% no-repeat;
    width: 32px;
    height: 180px;
    text-indent: -100%;
    overflow: hidden;
    opacity: 0.5;
}

.owl-next:hover,
.owl-prev:hover {
    opacity: 1;
}

.owl-next {
    text-indent: 100%;
}

.owl-prev {
    left: -50px;
    background-image: url(img/slider/prev.png);
}

.sa_owl_theme .owl-dots .owl-dot {
    min-width: initial;
}

.carousel .caption {
    display: block;
    width: 100%;
    color: #fff;
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    z-index: 100;
}

.carousel .caption h3 {
    margin: 0;
    padding: 10px 20px;
}

.pdf-carousel {}

.pdf-carousel .item {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-gloss {
    display: table;
    background-image: url(img/pdf-button.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 250px;
    padding: 20px;
    text-decoration: none;
}

.btn-gloss:hover {
    color: #489ac1 !important;
}

.pdf-carousel h3 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-height: 200px;
    color: #000;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    z-index: 100;
}


.process {
    color: #222;
    font-size: 0.7em;
    margin: 5px;
    padding: 15px 20px;
    border: 1px solid #4db8b5;
    border-radius: 5px;
    text-shadow: none;
    min-height: 300px;
}

.process h2 {
    color: #198380;
    font-size: 1.6em;
    height: 60px;
}

.process h3 {
    color: #111;
    font-size: 1.2em;
}


/* ---------- HEADER ---------- */
.header-bar-container {

    margin-bottom: 10px;
}

.header-bar-color {
    background-color: #565757;
}

.main-header-rook {
    padding-top: 50px;
}

/* Product page boxes equal height and center aligned CSS Start */
.products .gap-top-50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products .gap-top-50 .one.third {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
}

.products .gap-top-50 .one.third:last-child {
    margin-left: auto;
    margin-right: auto;
}

/* Product page boxes equal height and center aligned CSS End */

@media(max-width:1024px) {
    .main-header-rook {
        padding-top: 20px;
    }
}

.empty-space,
.socials-top {
    width: 15%;
    display: flex;
    justify-content: space-between;
}

.mobile-socials-top {
    display: none;
}

.socials-top i {
    font-size: 1.5em;
}

@media (min-width: 0px) and (max-width: 540px) {
    .mobile-socials-top {
        width: 15%;
        display: flex;
        justify-content: space-around;
    }

    .empty-space,
    .socials-top {
        display: none;
    }

    .covid-text {
        width: 65%;
        text-align: center;
        font-size: 0.7em;
    }
}

.covid-text {
    width: 65%;
    text-align: center;
}

.covid-text a,
.covid-text a:hover {
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
}

.header-bar {
    color: #fff;
    font-size: 1.1em;
    margin: 0 auto;
    padding: 5px 0;
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bar span {
    /* background: url("../img/covid-19.png") no-repeat 0 0 / 22px; */
    /* display: inline-block;
    text-indent: 30px; */
}

.header-bar a {
    color: #fff;
}

header.main-header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
}

header.main-header .container {
    max-width: 90%;
    position: relative;
    width: 90%;
}

header.main-header .ffm-info {
    clear: right;
    float: right;
}

header.main-header .ffm-info h3 {
    font-size: 2.4em;
    margin-bottom: 0;
}

a.logo {
    background: url('img/logo-icon.png') no-repeat left top / contain
        /*200px 87px*/
    ;
    display: block;
    height: 87px;
    margin-top: 0;
    position: relative;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    width: 140px;
    z-index: 11;
}

a.logo-dark {
    background: url('img/logo-icon.png') no-repeat left top /contain
        /*200px 87px*/
    ;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.menu-bars {
    background-color: #fff;
    border-radius: 90px;
    -khtml-border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    color: #333;
    cursor: pointer;
    cursor: hand;
    font-size: 30px;
    margin-top: 3px;
    padding: 25px 28px;
    position: relative;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    z-index: 11;
}

.menu-bars:hover {
    background-color: #333;
    color: #fff;
    transition: all 150ms ease-out 75ms;
    -moz-transition: all 150ms ease-out 75ms;
    -ms-transition: all 150ms ease-out 75ms;
    -o-transition: all 150ms ease-out 75ms;
    -webkit-transition: all 150ms ease-out 75ms;
}

.nav-bar {
    font-size: 13px;
    margin: 31px 25px 0 0;
    text-transform: uppercase;
}

.nav-bar ul li {
    display: inline-block;
    font-weight: 400;
    margin-left: 15px;
}

.nav-bar ul li:first-child {
    margin-left: 0;
}

.nav-bar ul li a {
    color: #000;
    text-decoration: none;
}

.nav-bar ul li a:hover,
.nav-bar ul li.current_page_item a,
.nav-bar ul li.current-page-ancestor a {
    color: #3ec3f1;
}

.nav-bar ul li.mobile-nav-first {
    margin-top: 15px;
}

.nav-bar ul li.mobile-nav-item {
    display: none;
}

.nav-bar ul li.large-menu,
.nav-bar ul li.submenu {
    position: relative;
}

.nav-bar ul li.large-menu ul.sub-menu,
.nav-bar ul li.submenu ul.sub-menu {
    background-color: #eee;
    border-radius: 0 0 5px 5px;
    border-top: 3px solid #3ec3f1;
    border-bottom: 2px solid #999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    left: -438px;
    padding: 0 1em 1em 1em;
    position: absolute;
    text-transform: initial;
    top: 30px;
    width: 550px;
    z-index: 11;
}

.nav-bar ul li ul.sub-menu a {
    color: #000;
}

.nav-bar ul li ul.sub-menu a:hover {
    color: #3ec3f1 !important;
}

.nav-bar ul li.submenu.about ul.sub-menu,
.nav-bar ul li.submenu.bizdev ul.sub-menu,
.nav-bar ul li.submenu.creative ul.sub-menu {
    left: 0;
    width: 250px;
}

.nav-bar ul li.submenu.marketing ul.sub-menu {
    left: 0;
    width: 270px;
}

.nav-bar ul li.submenu.innnovation ul.sub-menu {
    left: -155px;
    width: 250px;
}

.nav-bar ul li.submenu.contact ul.sub-menu {
    left: -180px;
    width: 250px;
}

.nav-bar ul li.large-menu ul.sub-menu li.col {
    float: left;
    margin-left: 0;
    padding-top: 1em;
    width: 50%;
}

.nav-bar ul li.large-menu ul.sub-menu li.col>a {
    font-weight: bold;
}

.nav-bar ul li.large-menu ul.sub-menu li.col ul.sub-menu {
    border-top: 0;
    left: initial;
    padding: 0;
    position: initial;
    top: initial;
    width: auto;
}

.nav-bar ul li.large-menu ul.sub-menu li.col ul.sub-menu li {
    font-size: 0.85em;
    margin-left: 0;
    width: 100%;
}

.nav-bar ul li.submenu ul.sub-menu li {
    display: block;
    margin-left: 0;
    padding-top: 1em;
}

.nav-bar ul li.submenu ul.sub-menu ul.sub-menu {
    border: 0;
}

.nav-bar ul li.submenu ul.sub-menu ul.sub-menu li {
    margin-top: -9px;
}

.nav-bar ul li.large-menu:hover ul.sub-menu,
.nav-bar ul li.submenu:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.nav-bar ul li.demo a {
    background-color: #3ec3f1;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    padding: 0.3em 1.2em;
}

.nav-bar ul li.demo a:hover {
    background-color: transparent;
    border: 1px solid #3ec3f1;
    color: #4db8b5 !important;
}

.main-nav-bg {
    background-color: #fff;
    height: 150px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

.bg-white,
.bg-black {
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

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

.bg-black {
    background-color: #000;
    color: #fff;
}

.responsive-navigation_menu {
    background: transparent !important;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 75px;
    width: 60%;
    z-index: 100001;
}

@media screen and (max-width: 1130px) {
    .responsive-navigation_menu {
        top: 190px;
    }
}

@media screen and (max-width: 768px) {
    .responsive-navigation_menu {
        top: 170px;
    }
}

@media screen and (max-width: 479px) {
    .responsive-navigation_menu {
        top: 190px;
    }
}

.responsive-navigation_nav {
    background-color: #000;
}

.responsive-navigation_nav ul {
    margin: 0 !important;
    padding: 5px 0;
}

.responsive-navigation_nav li a {
    padding: 8px 10px !important;
}

.responsive-navigation_nav li:hover {
    background-color: #3ec3f1;
    border-radius: 0;
    color: #fff;
}

.responsive-navigation_nav li:hover a {
    background-color: transparent;
    color: #fff;
}

.responsive-navigation_nav li.mobile-nav-item {
    background-color: #3ec3f1;
}

.responsive-navigation_nav li.mobile-nav-item:hover {
    background-color: #01212E;
}

.responsive-navigation_nav li.mobile-nav-item.nobg {
    background-color: transparent;
}

.responsive-navigation_nav li.mobile-nav-item.nobg:hover {
    background-color: #ccc;
}

.home-social ul {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 180px;
}

.home-social li {

    list-style: none;
    margin: 15px 0;
}

.home-social li:first-child {
    margin-top: 0;
}

.home-social li a img {
    display: none;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 10px;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    width: 50px;
}

.home-social li a img:hover {
    background-color: #3ec3f1;
}


/* ---------- COMMON ---------- */
hr {
    border: 0;
    height: 1px;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFAFAFA', endColorstr='#FFFAFAFA');
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    margin: 10px auto;
    clear: both;
}

.single hr {
    background-color: #c7c7c7;
    height: 1px;
}

hr.custom-grey-color {
    background-image: none !important;
    background-color: grey !important;
}

hr.inverse {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, #000), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000 50%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000 50%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000 50%, rgba(0, 0, 0, 0) 100%);
}

.responsive-navigation_btn .responsive-navigation_icon-bar+.responsive-navigation_icon-bar {
    margin-top: 0.23em !important;
}

.responsive-navigation_menu .responsive-navigation_no-text {
    padding: 5px 8px;
}

.rev-btn.button {
    background-color: transparent !important;
    border: 1px #3ec3f1 solid !important;
    border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    transition: all 150ms ease-out !important;
    -webkit-transition: all 150ms ease-out !important;
    -moz-transition: all 150ms ease-out !important;
    -o-transition: all 150ms ease-out !important;
    word-wrap: break-word;
}

.rev-btn.button:hover {
    background-color: #3ec3f1 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    text-decoration: none;
}

.single-page-banner {
    margin-top: 150px;
    min-height: auto;
}

.mobile_only_banner_image_slider .slick-arrow {
    position: absolute;
    font-size: 50px;
    color: #fff;
    z-index: 9;
    top: 45%;
}

.mobile_only_banner_image_slider .fa-chevron-left {
    left: 0px;
}

.mobile_only_banner_image_slider .fa-chevron-right {
    right: 0px;
}

.mobile_only_banner_image_slider .slick-track {
    height: auto;
}

.mobile_only_banner_image_slider .slick-slide {
    object-fit: contain;
    height: auto;
}

@media (min-width:1240px) {
    .home .single-page-banner {
        background: url('/wp-content/uploads/2025/06/ROOK-Home-Page-Banners-BlankSlide-1-1.webp') center no-repeat;
        background-size: cover;
    }
}

@media (min-width:0px) and (max-width:1200px) {
    .single-page-banner {
        margin-top: 0;
        /* display: none; */
    }

    .single-page.nobanner {
        margin-top: 5em !important;
    }
}

.single-page-banner .fullwidthabanner {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 300px;
    width: 100%;
}

.single-page {
    color: #000;
    margin-top: 50px;
}

.single-page.about-us .container,
.single-page.products .container,
.single-page.services .container,
.single-page.blog .container,
.single-page.single .container,
.single-page.social-media-services .container {
    /* margin-top:150px; */
}

.single-page .container h1 {
    margin-bottom: 30px;
}

.single-page.single .container h1 {
    margin-bottom: 10px;
}

.single-page.single .container h1 a {
    text-decoration: none;
}

.single-page.blog .post {
    padding-top: 0;
}

.change-image {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 3;
}

.change-image .img-hover {
    height: 100%;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.change-image .img-hover+.img-hover {
    z-index: 1;
}

#mixitup-container .mix {
    display: none;
}

ul.filter-control {
    margin-bottom: 40px;
    margin-left: 0;
    text-align: center;
}

.build-page ul.filter-control,
.blocks ul.filter-control {
    margin-bottom: 20px;
}

ul.filter-control li {
    cursor: pointer;
    cursor: hand;
    display: inline;
    font-size: 1.2em;
    font-weight: 400;
    list-style: none;
    padding-left: 25px;
}

ul.filter-control li:first-child {
    padding-left: 0;
}

ul.filter-control li a {
    color: #000;
    text-decoration: none;
}

ul.filter-control li:hover,
ul.filter-control li.active,
ul.filter-control li a:hover,
ul.filter-control li a.active {
    color: #3ec3f1;
}

.gap-top-half {
    margin-top: 5px;
}

.gap-top-20 {
    margin-top: 20px;
}

.gap-top-30 {
    margin-top: 30px;
}

.gap-top-40 {
    margin-top: 40px;
}

.gap-top-50 {
    margin-top: 50px;
}

.gap-top-60 {
    margin-top: 60px;
}

.gap-top-70 {
    margin-top: 70px;
}

.gap-bottom-5 {
    margin-bottom: 5px;
}

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

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

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

.text-upper {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

.flex-right {
    display: flex;
    flex-direction: row-reverse;
}

.other-flex-right {
    position: relative;
    left: 71%;
}

.height-90 {
    height: 90px;
}

@media (max-width:767px) {
    .height-90 {
        height: auto;
    }

    .text-center-mobile {
        text-align: center !important;
    }
}

.teal {
    color: #26BFCB;
}

.white {
    color: #fff;
}

.set-relative {
    position: relative;
}

.qtip.su-qtip .qtip-content {
    line-height: 1.5;
}

.qtip-tipped .qtip-icon {
    background: #1ac6ff !important;
    border: 2px solid #666 !important;
    min-width: initial;
}

.qtip-icon .ui-icon {
    background: transparent !important;
    color: #fff !important;
    font-size: 40px;
    height: 20px;
    line-height: 10px !important;
    width: 20px;
}

.btn-demo {
    background-color: #3ec3f1 !important;
    border: 1px solid #3ec3f1 !important;
    color: #fff !important;
    min-width: 240px;
    padding: 15px 40px;
}

.btn-demo:hover {
    background-color: #fff !important;
    color: #3ec3f1 !important;
}

.btn-white {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.btn-white:hover {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #3ec3f1 !important;
}

.border-block {
    border: 1px solid #666;
}

@media (max-width:1120px) {
    .single-page-banner {
        margin-top: 0;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ---------- HOME PAGE ---------- */
.benefits {
    margin: 50px 0 20px 0;
    text-align: center;
}

.benefits img {
    display: block;
    height: 80px;
    margin: 0 auto 10px auto;
}

@media (max-width:767px) {
    .benefits div {
        margin-bottom: 40px;
    }
}

/* Flip Card */

.flip-card-container {}

.flexible-title {
    margin-top: 105px;
}

.partner-title {
    margin-top: 70px;
}

.cust-title {
    margin-top: 107px;
}

.enterprise-title {
    margin-top: 50px;
}

.big-title {}

.implement-title {
    margin-top: 80px;
}

.training-title {
    margin-top: 60px;
}

.same-margin {
    margin-top: -15px;
}

.flip-card-container p {
    font-weight: 280;
}

.flip-card-left {
    margin-right: 5px;
}

.flip-card-left-1 .flip-card {
    height: 280px;
}

.flip-card-left-1 .flip-card-front {
    background: url('/wp-content/uploads/2021/08/ROOKHomepageFlipCards0206217.png') no-repeat 0 0 / contain;
}

.flip-card-left-1 .flip-card-back {
    background: url('/wp-content/uploads/2021/07/Block-1-Blank.png') no-repeat 0 0 / contain;
}

.flip-card-left-2 .flip-card {
    height: 280px;
}

.flip-card-left-2 .flip-card-front {
    background: url('/wp-content/uploads/2021/08/ROOKHomepageFlipCards0206215.png') no-repeat 0 0 / contain;
}

.flip-card-left-2 .flip-card-back {
    background: url('/wp-content/uploads/2021/07/Block-3-Blank.png') no-repeat 0 0 / contain;
}

.flip-card-left-3 .flip-card {
    height: 280px;
}

.flip-card-left-3 .flip-card-front {
    background: url('/wp-content/uploads/2021/08/ROOKHomepageFlipCards0206212.png') no-repeat 0 0 / contain;
}

.flip-card-left-3 .flip-card-back {
    background: url('/wp-content/uploads/2021/07/Block-6-Blank.png') no-repeat 0 0 / contain;
}

.flip-card-right {
    margin-left: 5px;
}

.flip-card-right-1 {}

.flip-card-right-1 .flip-card {
    height: 280px;
}

.flip-card-right-1 .flip-card-front {
    background: url('/wp-content/uploads/2021/08/ROOKHomepageFlipCards0206216.png') no-repeat 0 0 / contain;
}

.flip-card-right-1 .flip-card-back {
    background: url('/wp-content/uploads/2021/07/Block-2-Blank.png') no-repeat 0 0 / contain;
}

.flip-card-right-2 .flip-card {
    height: 280px;
}

.flip-card-right-2 .flip-card-front {
    background: url('/wp-content/uploads/2021/08/ROOKHomepageFlipCards0206214.png') no-repeat 0 0 / contain;
}

.flip-card-right-2 .flip-card-back {
    background: url('/wp-content/uploads/2021/07/Block-4-Blank.png') no-repeat 0 0 / contain;
}

.flip-card-right-3 .flip-card {
    height: 280px;
}

.flip-card-right-3 .flip-card-front {
    background: url('/wp-content/uploads/2021/08/ROOKHomepageFlipCards0206211.png') no-repeat 0 0 / contain;
}

.flip-card-right-3 .flip-card-back {
    background: url('/wp-content/uploads/2021/07/Block-7-Blank.png') no-repeat 0 0 / contain;
}

.flip-card-full {
    margin-top: -14px;
}

.flip-card-full .flip-card {
    height: 280px;
}

.flip-card-full .flip-card-front {
    background: url('/wp-content/uploads/2021/08/ROOKHomepageFlipCards0206213.png') no-repeat 0 0 / contain;
}

.flip-card-full .flip-card-back {
    background: url('/wp-content/uploads/2021/11/block-5.png') no-repeat 0 0 / contain;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    width: 100%;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* .flip-card-inner .flip-card-back { transform:rotateY(180deg); }
                    .flip-card-inner:hover .flip-card-back { transform:rotateY(0deg); }
                    .flip-card-inner:hover .flip-card-front { transform:rotateY(-180deg); } */

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #57ade0;
    color: black;
}

/* Style the back side */
.flip-card-back {
    background-color: #57ade0;
    transform: rotateY(180deg);
}

.flip-card-inner .flip-card-front .flip-card-text,
.flip-card-inner .flip-card-back .flip-card-text {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.2em;
    position: absolute;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-card-inner .flip-card-back .flip-card-text {
    background-color: #fff;
    border: 3px solid #1ac6ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90%;
    opacity: 0.9;
    width: 90%;
}

.flip-card-front .flip-card-text {
    bottom: 0;
}

.flip-card-back .flip-card-text {
    height: calc(100% - 25px);
    top: 5%;
    overflow: auto;
}

.flip-card-back .flip-card-text p {}

.flip-card-inner:hover .flip-card-front {
    transform: rotateY(0deg);
}

@media (min-width: 0px) and (max-width: 767px) {

    .flip-card-left-1 .flip-card-front,
    .flip-card-left-2 .flip-card-front,
    .flip-card-left-3 .flip-card-front,
    .flip-card-right-1 .flip-card-front,
    .flip-card-right-2 .flip-card-front,
    .flip-card-right-3 .flip-card-front,
    .flip-card-full .flip-card-front,
    .flip-card-left-1 .flip-card-back,
    .flip-card-left-2 .flip-card-back,
    .flip-card-left-3 .flip-card-back,
    .flip-card-right-1 .flip-card-back,
    .flip-card-right-2 .flip-card-back,
    .flip-card-right-3 .flip-card-back,
    .flip-card-full .flip-card-back {
        background-position: center;
    }
}

@media (min-width:0px) and (max-width:450px) {
    .aa-toggle {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
    }

    .logo-list-2 .aa-toggle .one.sixth {
        width: 45% !important;
    }

    .single-page-banner {
        min-height: 0px;
    }

    .flexible-title {
        margin-top: 360px;
    }

    .partner-title {
        margin-top: 330px;
    }

    .cust-title {
        margin-top: 383px;
    }

    .enterprise-title {
        margin-top: 299px;
    }

    .big-title {
        margin-top: 360px;
    }

    .implement-title {
        margin-top: 333px;
    }

    .training-title {
        margin-top: 260px;
    }

    .flip-card-left-1 .flip-card {
        height: 152px;
    }

    .flip-card-left-2 .flip-card {
        height: 152px;
    }

    .flip-card-left-3 .flip-card {
        height: 152px;
        margin-bottom: 28px;
    }

    .flip-card-right-1 .flip-card {
        height: 152px;
    }

    .flip-card-right-2 .flip-card {
        height: 152px;
    }

    .flip-card-right-3 .flip-card {
        height: 152px;
    }

    .flip-card-full .flip-card {
        height: 75px;
        margin-bottom: 28px;
    }


}

@media (min-width:450px) and (max-width:767px) {
    .flip-card-left-1 .flip-card {
        height: 233px;
    }

    .flip-card-left-2 .flip-card {
        height: 233px;
    }

    .flip-card-left-3 .flip-card {
        height: 233px;
    }

    .flip-card-right-1 .flip-card {
        height: 233px;
    }

    .flip-card-right-2 .flip-card {
        height: 233px;
    }

    .flip-card-right-3 .flip-card {
        height: 233px;
    }

    .flip-card-full .flip-card {
        height: 165px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .flip-card-left-1 .flip-card {
        height: 163px;
    }

    .flip-card-left-2 .flip-card {
        height: 163px;
    }

    .flip-card-left-3 .flip-card {
        height: 163px;
    }

    .flip-card-right-1 .flip-card {
        height: 163px;
    }

    .flip-card-right-2 .flip-card {
        height: 163px;
    }

    .flip-card-right-3 .flip-card {
        height: 163px;
    }

    .flip-card-full .flip-card {
        height: 163px;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .flip-card-left-1 .flip-card {
        height: 220px;
    }

    .flip-card-left-2 .flip-card {
        height: 220px;
    }

    .flip-card-left-3 .flip-card {
        height: 220px;
    }

    .flip-card-right-1 .flip-card {
        height: 220px;
    }

    .flip-card-right-2 .flip-card {
        height: 220px;
    }

    .flip-card-right-3 .flip-card {
        height: 220px;
    }

    .flip-card-full .flip-card {
        height: 220px;
    }
}

@media (max-width:767px) {
    .flip-card-left {
        margin-right: 0;
    }

    .flip-card-right {
        margin-left: 0;
    }

    .flip-card-full {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1198px) {
    .flip-card-left-2 {
        margin-top: -3px;
    }

    .flip-card-right-2 {
        margin-top: -3px;
    }
}

@media (min-width: 1199px) {
    .flip-card-right-2 {
        margin-top: -4px;
    }

    .flip-card-right-3 {
        margin-top: -1px;
    }

    .flip-card-left-2 {
        margin-top: -4px;
    }

    .flip-card-left-3 {
        margin-top: -1px;
    }

    .flip-card-full {
        margin-top: -16px;
    }
}

/* End Flip Card */

.home-services {
    background-color: #eee;
    height: 325px;
    padding: 2px;
}

.home-services div {
    background-color: #fff;
    background-position: center 100px;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    border-bottom: 4px solid #fff;
    color: #000;
    font-size: 1.2em;
    height: 100%;
    position: relative;
    text-align: center;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    width: 100%;
}

.service-businessdev div {
    background-image: url('img/icons/services/business-development.png');
}

.service-marketing div {
    background-image: url('img/icons/services/marketing.png');
}

.service-software div {
    background-image: url('img/icons/services/software.png');
}

.service-webdesign div {
    background-image: url('img/icons/services/web-design.png');
}

.service-crm div {
    background-image: url('img/icons/services/CRM.png');
}

.service-creative div {
    background-image: url('img/icons/services/creative-design.png');
}

.service-social div {
    background-image: url('img/icons/services/social-media.png');
}

.service-tech div {
    background-image: url('img/icons/services/tech-innovation.png');
}

.service-support div {
    background-image: url('img/icons/services/support-plans.png');
}

.home-services span {
    bottom: 80px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.home-services:hover div {
    background-color: #555;
    background-size: 100px 100px;
    border-bottom: 4px solid #3ec3f1;
    color: #fff;
    font-size: 1.1em;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.home-services:hover div span {
    bottom: 60px;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.home-content,
.home-content-intro {
    background-color: #333;
    color: #fff;
    font-size: 1.2em;
    padding: 40px 10px 30px 10px;
}

.home-content-intro .container {
    max-width: 1280px;
}

.home-content .page-content,
.home-content-intro .page-content {
    margin-top: 30px;
}

.home-content-intro {
    background-color: #fff;
    color: #000;
}

.home-connected {
    display: flex;
    min-height: 413px;
}

.home-connected-content {
    padding-left: 20px;
}

.home-connected-content p {
    line-height: 2em;
}

.home-connected-outline {
    background: url('img/home/ROOK-outline-filled.png') no-repeat center center / contain;
    font-size: 1.25em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 413px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all 50ms;
    width: 400px;
}

.home-connected-outline:hover {
    transform: scale(1.1);
    transition: all 50ms;
}

.home-connected-outline ul {
    margin-top: 40px;
    text-align: center;
}

.home-connected-outline ul li {
    color: #444;
    font-size: 1.3em;
    font-weight: 600;
    list-style: none;
    padding: 8px 0;
}

.essential {
    font-size: 0.9em;
    height: 515px;
    margin: 40px auto 0 auto;
    position: relative;
    width: 950px;
}

.essential-main {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
}

.essential-L1,
.essential-L2,
.essential-L3,
.essential-L4,
.essential-R1,
.essential-R2,
.essential-R3,
.essential-R4 {
    position: absolute;
}

.essential-L1:hover,
.essential-L2:hover,
.essential-L3:hover,
.essential-L4:hover,
.essential-R1:hover,
.essential-R2:hover,
.essential-R3:hover,
.essential-R4:hover {
    transform: scale(0.9);
    transition: all 100ms;
}

.essential-L1:hover+.essential-L1-text,
.essential-L2:hover+.essential-L2-text,
.essential-L3:hover+.essential-L3-text,
.essential-L4:hover+.essential-L4-text,
.essential-R1:hover+.essential-R1-text,
.essential-R2:hover+.essential-R2-text,
.essential-R3:hover+.essential-R3-text,
.essential-R4:hover+.essential-R4-text {
    transform: scale(1.1);
}

.essential-L1-text,
.essential-L2-text,
.essential-L3-text,
.essential-L4-text,
.essential-R1-text,
.essential-R2-text,
.essential-R3-text,
.essential-R4-text {
    position: absolute;
    width: auto;
}

.essential-L1 {
    left: 270px;
    top: 0;
}

.essential-L2 {
    left: 185px;
    top: 118px;
}

.essential-L3 {
    left: 185px;
    bottom: 118px;
}

.essential-L4 {
    left: 270px;
    bottom: 0;
}

.essential-L1-text {
    left: 70px;
    top: 0;
}

.essential-L2-text {
    left: 0;
    top: 130px;
}

.essential-L3-text {
    left: 0;
    bottom: 125px;
}

.essential-L4-text {
    left: 70px;
    bottom: -10px;
}

.essential-R1 {
    right: 270px;
    top: 0;
}

.essential-R2 {
    right: 185px;
    top: 118px;
}

.essential-R3 {
    right: 185px;
    bottom: 118px;
}

.essential-R4 {
    right: 270px;
    bottom: 0;
}

.essential-R1-text {
    right: 100px;
    top: 0;
}

.essential-R2-text {
    right: 0;
    top: 130px;
}

.essential-R3-text {
    right: -10px;
    bottom: 130px;
}

.essential-R4-text {
    right: 120px;
    bottom: -10px;
}

.essential h4 {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.essential p {
    font-size: 0.70em;
    line-height: 1.5em;
}

.essential-mobile {
    display: none;
}

.essential-L1-mob,
.essential-L1-mob-text,
.essential-L2-mob,
.essential-L2-mob-text,
.essential-L3-mob,
.essential-L3-mob-text,
.essential-L4-mob,
.essential-L4-mob-text,
.essential-R1-mob,
.essential-R1-mob-text,
.essential-R2-mob,
.essential-R2-mob-text,
.essential-R3-mob,
.essential-R3-mob-text,
.essential-R4-mob,
.essential-R4-mob-text {
    float: left;
    padding: 1%;
    width: 50%;
}

.essential-L1-mob,
.essential-L2-mob,
.essential-L3-mob,
.essential-L4-mob,
.essential-R1-mob,
.essential-R2-mob,
.essential-R3-mob,
.essential-R4-mob {
    width: 40%;
}

.essential-L1-mob-text,
.essential-L2-mob-text,
.essential-L3-mob-text,
.essential-L4-mob-text,
.essential-R1-mob-text,
.essential-R2-mob-text,
.essential-R3-mob-text,
.essential-R4-mob-text {
    font-size: 0.9em;
    width: 60%;
}

.essential-L1-mob-text h4,
.essential-L2-mob-text h4,
.essential-L3-mob-text h4,
.essential-L4-mob-text h4,
.essential-R1-mob-text h4,
.essential-R2-mob-text h4,
.essential-R3-mob-text h4,
.essential-R4-mob-text h4 {
    line-height: 1.4em;
}

.pa-rook-container {}

.pa-rook-left {
    padding-top: 110px;
}

.process-automation-icons {
    margin: 50px auto 0 auto;
}

.process-automation-icons img {
    display: block;
    height: 80px;
    margin: 0 auto 10px auto;
}

.pa-rook {
    height: 936px;
    margin: 0 auto;
    position: relative;
    width: 402px;
}

.pa-rook-piece,
.pa-rook-1,
.pa-rook-2,
.pa-rook-3,
.pa-rook-4,
.pa-rook-5,
.pa-rook-6 {
    position: absolute;
}

.pa-rook-piece {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.pa-rook-1 {
    left: 92px;
    top: 0;
}

.pa-rook-2 {
    left: 176px;
    top: 57px;
}

.pa-rook-3 {
    left: 68px;
    top: 96px;
}

.pa-rook-4 {
    left: 214px;
    top: 151px;
}

.pa-rook-5 {
    left: 128px;
    top: 183px;
    z-index: 1;
}

.pa-rook-6 {
    left: 152px;
    top: 276px;
    z-index: 0;
}

.pa-rook-mobile {
    display: none;
    margin-top: 60px;
}

@media (max-width:767px) {
    .pa-rook-left {
        padding-top: 0;
    }

    .process-automation-icons {
        margin-top: 0;
    }

    .process-automation-icons div {
        margin-top: 25px;
    }

    .pa-rook {
        display: none;
    }

    .pa-rook-mobile {
        display: block;
    }
}

.simple-execution {
    display: flex;
    margin-top: 40px;
}

.simple-execution-bg {
    background: url('img/home/simple-execution/simple-execution-bg.jpg') no-repeat 0 0 / cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.simple-execution-circle {
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    padding: 0 15px;
    width: 250px;
}

.simple-execution-circle1 {
    background-color: #41b5e8;
    margin-top: 10px;
}

.simple-execution-circle2 {
    background-color: #4cc6f1;
    margin-top: 30px;
}

.simple-execution-circle:hover {
    transform: scale(1.1);
}

.simple-execution-circle h4 {
    margin-bottom: 0;
}

.simple-execution-content {
    padding: 40px 0;
}

.simple-execution-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.simple-execution-icon {
    float: left;
    padding: 0 20px 0 35px;
}

.simple-execution-icon:hover {
    transform: scale(0.9);
    transition: all 100ms;
}

.simple-execution-icon:hover img {
    transition: all 100ms;
}

.simple-execution-icon:hover+.simple-execution-text {
    transform: scale(1.1);
}

.simple-execution-icon img {
    height: 80px;
    max-width: initial;
}

.simple-execution-text {
    text-align: left;
}

.simple-execution-mobile {
    display: none;
}

.home-devices {
    margin: 40px auto 0 auto;
    text-align: center;
}

.video-content {
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    position: relative;
}

.video-content iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.general-content {
    color: #000;
}

.general-content .container {
    display: flex;
    max-width: 1280px;
}

.general-content .container .one.half:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.general-col {
    line-height: 1.5em;
    padding: 30px 50px;
}

.general-col h1 {
    font-size: 2em;
}

@media (max-width:1020px) {
    .essential {
        display: none;
    }

    .essential-mobile {
        display: block;
    }
}

@media (max-width:950px) {
    .simple-execution {
        flex-direction: column;
    }

    .simple-execution-bg,
    .simple-execution-content {
        width: 100% !important;
    }

    .simple-execution-circle {
        margin: 20px;
    }

    .simple-execution-content {
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .general-content .container {
        display: block;
    }

    .home-connected {
        display: block;
    }
}

.support-content {
    color: #000;
    padding: 60px 10px 0 10px;
}

.support-content .container {
    max-width: 1280px;
}

.support-plans-block {}

.support-plans-block img {
    max-height: 80px;
    width: auto;
}

.support-plans-infographic {}

.support-plans-infographic .spi-block {
    margin-top: -46px;
}

.support-col {
    background-color: #eee;
    margin: 20px 10px;
    padding: 30px 20px 50px 20px;
    text-align: center;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.support-col:hover {
    background-color: #3ec3f1;
    color: #fff;
}

.support-col h1 {
    font-size: 1.4em;
    text-transform: uppercase;
}

.support-col:hover h1 {
    color: #fff;
}

.support-col ul {
    margin: 0 0 25px 0;
}

.support-col li {
    list-style: none;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.support-col li:first-child {
    border-top: none;
    padding-top: 10px;
}

.support-col a {
    border: 1px solid #3ec3f1;
    color: #3ec3f1 !important;
    padding: 10px 50px;
    text-decoration: none;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.support-col a:hover {
    background-color: #3ec3f1;
    border: 1px solid #fff;
    color: #fff !important;
    text-decoration: none;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.support-col:hover a {
    border: 1px solid #fff;
    color: #fff !important;
}

.support-col:hover a:hover {
    background-color: #fff;
    color: #3ec3f1 !important;
}

.single-page .support-content .container {
    margin-top: 0;
}


.tabs {
    margin-top: 80px !important;
    text-align: center;
}

.tabs.container {
    max-width: 1280px;
}

.tabs ul {
    margin: 0;
    padding: 0;
}

.tabs ul li {
    display: inline;
}

.tabs ul li a {
    border: 1px solid #3ec3f1;
    color: #3ec3f1;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    margin-right: -1px;
    padding: 10px 40px;
    text-decoration: none;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    width: 25%;
}

.tabs ul li a:hover,
.tabs ul li.active a {
    background-color: #3ec3f1;
    color: #fff;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.tabs .tab-content {
    box-shadow: none;
    color: #333;
    margin: 60px 0;
    overflow: hidden;
}

.tabs .tab-content iframe {
    width: 100%;
}

.tabs .tab-content .tab-subheading {
    color: #999;
    font-style: italic;
}

.tabs .tab-content img {
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 250px;
    width: 250px;
}


.tabs-section {
    margin: 100px 0;
}

.tabs_vertical {}

.tabs_vertical ul {
    margin: 0;
    padding: 0;
}

.tabs_vertical ul li {
    list-style: none;
    padding: 1em 2em;
}

.tabs_vertical ul li.active {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}

.tabs_vertical ul li a {
    text-decoration: none;
}

.tabs_vertical ul li a .heading {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.tabs_vertical ul li.active a .heading {
    color: #fff !important;
}

.tabs_vertical ul li a .content {
    color: #333;
}

.tabs_vertical ul li.active a .content {
    color: #fff;
}

.tabs_tablet_container {}

.tabs_tablet_container ul {
    margin: 0;
    padding: 0;
}

.tabs_tablet_container ul li {
    list-style: none;
    padding: 1em 2em;
}

.tabs_tablet_container .tab-content {
    text-align: center;
}

.tabs_tablet_container ul.first-block li.active {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}

.tabs_tablet_container ul.second-block li.active {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}

.tabs_tablet_container ul li a {
    text-decoration: none;
}

.tabs_tablet_container ul li a .heading {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.tabs_tablet_container ul li.active a .heading {
    color: #fff !important;
}

.tabs_tablet_container ul li a .content {
    color: #333;
}

.tabs_tablet_container ul li.active a .content {
    color: #fff;
}

.tabs_mobile_container {}

.tabs_mobile_container ul {
    margin: 0;
    padding: 0;
}

.tabs_mobile_container ul li {
    list-style: none;
    padding: 1em 2em;
}

.tabs_mobile_container .tab-content img {
    max-height: 450px;
}

.tabs_mobile_container ul li.active {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}

.tabs_mobile_container ul li a {
    text-decoration: none;
}

.tabs_mobile_container ul li a .heading {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.tabs_mobile_container ul li.active a .heading {
    color: #fff !important;
}

.tabs_mobile_container ul li a .content {
    color: #333;
}

.tabs_mobile_container ul li.active a .content {
    color: #fff;
}


.tcs {
    height: 299px;
    margin: 30px auto 60px auto;
    position: relative;
    width: 345px;
}

.tcs-time,
.tcs-cost,
.tcs-scope {
    position: absolute;
}

.tcs-strategy {
    position: relative;
    top: 130px;
    z-index: 4;
}

.tcs-time {
    left: 0;
    top: 0;
}

.tcs-cost {
    right: 0;
    top: 0;
}

.tcs-scope {
    left: 0;
    bottom: -4px;
}

.tcs-mobile {
    display: none;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
}

.services-content {}

.services-info {
    height: 585px;
    margin: 30px auto;
    position: relative;
    width: 583px;
}

.services-info-main {
    padding-top: 146px;
    text-align: center;
}

.services-info-01,
.services-info-02,
.services-info-03,
.services-info-04,
.services-info-05,
.services-info-06,
.services-info-07,
.services-info-08,
.services-info-09,
.services-info-10,
.services-info-11,
.services-info-12 {
    position: absolute;
}

.services-info-01 {
    left: 245px;
    top: 0;
}

.services-info-02 {
    right: 111px;
    top: 53px;
}

.services-info-03 {
    right: 43px;
    top: 122px;
}

.services-info-04 {
    right: -1px;
    top: 244px;
}

.services-info-05 {
    right: 39px;
    bottom: 121px;
}

.services-info-06 {
    right: 133px;
    bottom: 29px;
}

.services-info-07 {
    left: 245px;
    bottom: -3px;
}

.services-info-08 {
    left: 127px;
    bottom: 41px;
}

.services-info-09 {
    left: 25px;
    bottom: 142px;
}

.services-info-10 {
    left: 0;
    top: 244px;
}

.services-info-11 {
    left: 35px;
    top: 136px;
}

.services-info-12 {
    left: 120px;
    top: 47px;
}

.services-info-mobile {
    display: none;
    margin: 30px auto;
    text-align: center;
}

.general-content {}

.ffm-tools {
    height: 533px;
    margin: 0 auto;
    position: relative;
    width: 800px;
}

.ffm-tools-main {
    text-align: center;
}

.ffm-tools-01,
.ffm-tools-02,
.ffm-tools-03,
.ffm-tools-04,
.ffm-tools-05,
.ffm-tools-06,
.ffm-tools-07 {
    position: absolute;
}

.ffm-tools-01 {
    right: 216px;
    top: 53px;
}

.ffm-tools-02 {
    left: 26px;
    top: 142px;
}

.ffm-tools-03 {
    left: 178px;
    top: 163px;
}

.ffm-tools-04 {
    left: 94px;
    bottom: 51px;
}

.ffm-tools-05 {
    right: 145px;
    bottom: 97px;
}

.ffm-tools-06 {
    right: -8px;
    bottom: 110px;
}

.ffm-tools-07 {
    right: 38px;
    bottom: -25px;
}

.ffm-tools-mobile {
    display: none;
    margin: 0 auto;
    text-align: center;
}

.ffm-solutions {
    height: 507px;
    margin: 60px auto;
    position: relative;
    width: 800px;
}

.ffm-solutions-main {
    padding-top: 142px;
    text-align: center;
}

.ffm-solutions-01,
.ffm-solutions-02,
.ffm-solutions-03,
.ffm-solutions-04,
.ffm-solutions-05,
.ffm-solutions-06 {
    position: absolute;
}

.ffm-solutions-01 {
    left: 0;
    top: 0;
}

.ffm-solutions-02 {
    right: 0;
    top: 3px;
}

.ffm-solutions-03 {
    left: 0;
    top: 202px;
}

.ffm-solutions-04 {
    right: 0;
    top: 195px;
}

.ffm-solutions-05 {
    left: 0;
    bottom: -4px;
}

.ffm-solutions-06 {
    right: 0;
    bottom: -4px;
}

.ffm-solutions-mobile {
    display: none;
    margin: 60px auto;
    padding: 0 30px;
    text-align: center;
}

.flex-container {
    display: flex;
}

.flex-me {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
}

.refer-blog {
    background: linear-gradient(to right, #ddd 50%, #fff 50%);
}

.refer-blog a {
    text-decoration: none;
}

.refer-blog a:hover {
    color: #000;
    text-decoration: none;
}

.refer-blog-left {
    padding: 2em;
}

.refer-blog-left h2 {
    color: #fff;
}

.refer-blog-right {
    padding: 2em;
}

.refer-blog-post {
    border-top: 1px solid #ccc;
    padding: 1.5em 0;
}

.refer-blog-post:first-of-type {
    border-top: 0;
}

.refer-blog-date {
    font-size: 1.3em;
    font-weight: bold;
    float: left;
    line-height: 1.2em;
    padding: 0 1em;
    text-align: center;
    width: 30%;
}

.refer-blog-title {
    float: left;
    width: 70%;
}

@media (min-width:1440px) {
    .ffm-tools-container .one.half:first-child {
        width: 800px;
    }

    .ffm-tools-container .one.half:nth-child(2) {
        width: auto;
    }
}

@media (max-width:1439px) {
    .ffm-tools {
        display: none;
    }

    .ffm-tools-mobile {
        display: block;
    }
}

@media (max-width:1023px) {
    .tabs .tab-content .one.third {
        display: none;
    }

    .tabs .tab-content .two.third {
        width: 100%;
    }
}

@media (max-width:768px) {
    .ffm-tools-container {
        display: block;
    }

    .ffm-tools-container .one.half {
        display: block;
        width: 100%;
    }
}

@media (max-width:767px) {

    .tcs,
    .services-info,
    .ffm-solutions {
        display: none;
    }

    .tcs-mobile,
    .services-info-mobile,
    .ffm-solutions-mobile {
        display: block;
    }

    .tabs_mobile_container .tab-content {
        padding-top: 20px;
    }

    .tabs_mobile_container .tab-content .pad-left.double {
        padding-left: 0;
    }

    .tabs_mobile_container ul li.active {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    .refer-blog {
        background: none;
    }

    .refer-blog-left {
        background-color: #ddd;
    }
}


/* ---------- ABOUT US PAGE ---------- */
.about-us .tp-bgimg {
    /* background-position:center -130px !important; */
}

.about-col {
    padding: 0 10px 30px 10px;
    text-align: center;
}

.about-col-img {
    line-height: 0;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    margin: 0 auto;
    max-width: 400px;
}

.about-col-img img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.about-col:hover .about-col-img {
    background-color: #3ec3f1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.about-col:hover .about-col-img img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.about-col h1 {
    font-size: 1.4em;
    margin-bottom: 15px !important;
    margin-top: 15px;
    text-transform: uppercase;
}

.ffm-acronym {
    height: auto;
    margin: 30px auto 50px auto;
    position: relative;
    width: 508px;
}

.ffm-main {
    left: 0;
    position: absolute;
    top: 0;
}

.ffm-01,
.ffm-02,
.ffm-03,
.ffm-04,
.ffm-05,
.ffm-06,
.ffm-07,
.ffm-08,
.ffm-09,
.ffm-10,
.ffm-01-1,
.ffm-02-1,
.ffm-03-1,
.ffm-04-1,
.ffm-05-1,
.ffm-06-1,
.ffm-07-1,
.ffm-08-1,
.ffm-09-1,
.ffm-10-1 {
    /* position:absolute; */
}

.ffm-01 {
    left: 30px;
    top: 0;
}

.ffm-02 {
    left: 30px;
    top: 69px;
}

.ffm-03 {
    left: 30px;
    top: 137px;
}

.ffm-04 {
    left: 30px;
    top: 205px;
}

.ffm-05 {
    left: 30px;
    top: 279px;
}

.ffm-06 {
    left: 30px;
    top: 347px;
}

.ffm-07 {
    left: 30px;
    top: 409px;
}

.ffm-08 {
    left: 30px;
    top: 477px;
}

.ffm-09 {
    left: 30px;
    top: 545px;
}

.ffm-10 {
    left: 30px;
    top: 619px;
}

.ffm-01-1 {
    left: 0;
    top: 38px;
}

.ffm-02-1 {
    left: 0;
    top: 107px;
}

.ffm-03-1 {
    left: 0;
    top: 175px;
}

.ffm-04-1 {
    left: 0;
    top: 240px;
}

.ffm-05-1 {
    left: 0;
    top: 306px;
}

.ffm-06-1 {
    left: 0;
    top: 379px;
}

.ffm-07-1 {
    left: 0;
    top: 448px;
}

.ffm-08-1 {
    left: 0;
    top: 516px;
}

.ffm-09-1 {
    left: 0;
    top: 581px;
}

.ffm-10-1 {
    left: 0;
    top: 647px;
}

.ffm-acronym-mobile {
    display: none;
}

.ig-about-10 {
    margin-bottom: 30px;
}

.ig-about-10-block {
    background-size: 130px !important;
    border-bottom: 2px solid #666;
    font-size: 1.2em;
    height: 70px;
    margin: 30px 0 0 40px;
    padding-top: 12px;
    text-indent: 90px;
}

.ig-about-10-1 {
    background: url('img/about/numbers/1.png') no-repeat 0 0;
}

.ig-about-10-2 {
    background: url('img/about/numbers/2.png') no-repeat 0 0;
}

.ig-about-10-3 {
    background: url('img/about/numbers/3.png') no-repeat 0 0;
}

.ig-about-10-4 {
    background: url('img/about/numbers/4.png') no-repeat 0 0;
}

.ig-about-10-5 {
    background: url('img/about/numbers/5.png') no-repeat 0 0;
}

.ig-about-10-6 {
    background: url('img/about/numbers/6.png') no-repeat 0 0;
}

.ig-about-10-7 {
    background: url('img/about/numbers/7.png') no-repeat 0 0;
}

.ig-about-10-8 {
    background: url('img/about/numbers/8.png') no-repeat 0 0;
}

.ig-about-10-9 {
    background: url('img/about/numbers/9.png') no-repeat 0 0;
}

.ig-about-10-10 {
    background: url('img/about/numbers/10.png') no-repeat 0 0;
}

.ig-about-10-block:hover {
    transform: scale(1.05);
    transition: all 0.2s;
}

.about-difference {
    background-color: #23b0e6;
    display: flex;
    align-items: center;
    margin: 30px 0 50px 0;
}

.about-difference-left {
    display: flex;
    float: left;
    justify-content: center;
    width: 518px;
}

.about-difference-left ul li {
    color: #fff;
    font-size: 1.2em;
    list-style: none;
    margin-bottom: 15px;
}

.about-difference-left ul li span {
    margin-right: 10px;
}

.about-difference-right {
    background: url('img/about/rook-connect-difference.jpg') no-repeat 0 0;
    float: left;
    padding: 50px 20px 0 20px;
    width: 732px;
}

@media (max-width:891px) {
    .ig-about-10-block {
        background-size: 100px !important;
        font-size: 1.1em;
        height: 60px;
        margin: 20px 0 0 10px;
        padding-top: 8px;
        text-indent: 50px;
    }
}

@media (max-width:869px) {
    .about-difference-left ul li {
        color: #fff;
        font-size: 1em;
        list-style: none;
        margin-bottom: 15px;
    }
}

@media (max-width:767px) {
    .ffm-acronym {
        display: none;
    }

    .ffm-acronym-mobile {
        display: block;
    }

    .heading1 {
        display: none;
    }

    .heading2 {
        display: block !important;
    }

    .ig-about-10-1 {
        margin-top: 30px;
    }

    .about-difference {
        display: block;
        margin-bottom: 0;
    }

    .about-difference-left {
        float: none;
        display: block;
        padding-top: 20px;
    }

    .about-difference-right {
        /* background-position: -120px 0px; */
        float: none;
        display: block;
        width: auto;
        padding: 50px 30px 20px 30px;
    }
}


/* ---------- SERVICES PAGE ---------- */
.services #mixitup-container .third {
    height: 440px;
}

.services-col {
    padding: 0 10px 30px 10px;
    text-align: center;
}

.services-col-img {
    background-color: #3ec3f1;
    line-height: 0;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    margin: 0 auto;
    max-width: 400px;
}

.services-col-img img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.services-col:hover .services-col-img {
    background-color: #434954;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.services-col:hover .services-col-img img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.services-col h1 {
    font-size: 1.4em;
    margin-bottom: 15px !important;
    margin-top: 15px;
    text-transform: uppercase;
}

.services-col h1 a {
    color: #4db8b5;
    text-decoration: none;
}

.services-col h1 a:hover {
    color: #000;
}

@media (max-width:767px) {
    .services #mixitup-container .third {
        height: auto;
    }
}


/* ---------- PRODUCTS PAGE ---------- */
.software-products h1 {
    margin-bottom: 30px !important;
}

.ig-products {
    height: 496px;
    margin: 80px auto 60px auto;
    position: relative;
    width: 1000px;
}

.ig-products-circle {
    position: absolute;
    top: 0;
    left: 279px;
}

.ig-products-main {
    position: absolute;
    top: 110px;
    left: 400px;
}

.ig-products-1,
.ig-products-2,
.ig-products-3,
.ig-products-4,
.ig-products-5,
.ig-products-6,
.ig-products-7,
.ig-products-8 {
    position: absolute;
}

.ig-products-1:hover,
.ig-products-2:hover,
.ig-products-3:hover,
.ig-products-4:hover,
.ig-products-5:hover,
.ig-products-6:hover,
.ig-products-7:hover,
.ig-products-8:hover {
    transform: scale(1.1);
    transition: all 100ms;
}

.ig-products-1 {
    left: 0;
    top: 9px;
}

.ig-products-2 {
    left: 0;
    top: 124px;
}

.ig-products-3 {
    left: 0;
    bottom: 48px;
}

.ig-products-4 {
    left: 0;
    bottom: 2px;
}

.ig-products-5 {
    right: 0;
    top: -9px;
    z-index: 4;
}

.ig-products-6 {
    right: 0;
    top: 11px;
    z-index: 3;
}

.ig-products-7 {
    right: 0;
    top: 32px;
    z-index: 2;
}

.ig-products-8 {
    right: 0;
    top: 53px;
    z-index: 1;
}

.ig-products-mobile {
    display: none;
}

.product-col {
    padding: 0 10px 30px 10px;
    text-align: center;
}

.product-col-img {
    line-height: 0;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    margin: 0 auto;
    max-width: 400px;
}

.product-col-img img {
    background-color: #eee;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.product-col:hover .product-col-img {
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.product-col:hover .product-col-img img {
    background-color: #666;
    filter: contrast(2);
    -webkit-filter: contrast(2);
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.product-col h1,
.product-col h1 a,
.product-col h1 a:hover {
    font-size: 1.2em;
    margin-bottom: 15px !important;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width:1000px) {
    .ig-products {
        display: none;
    }

    .ig-products-mobile {
        display: block;
    }
}


/* ---------- IMPLEMENTATION PAGE ---------- */
.ig-implementation {
    height: 548px;
    margin: 40px 0 60px 0;
    position: relative;
    width: 1280px;
}

.ig-implementation-main {
    position: absolute;
    left: 0;
    top: 24px;
}

.ig-implementation-main:hover {
    transform: scale(1.05);
    transition: all 100ms;
}

.ig-implementation-1,
.ig-implementation-2,
.ig-implementation-3,
.ig-implementation-4,
.ig-implementation-5,
.ig-implementation-6,
.ig-implementation-7,
.ig-implementation-8,
.ig-implementation-9 {
    position: absolute;
}

.ig-implementation-1:hover,
.ig-implementation-2:hover,
.ig-implementation-3:hover,
.ig-implementation-4:hover,
.ig-implementation-5:hover,
.ig-implementation-6:hover,
.ig-implementation-7:hover,
.ig-implementation-8:hover,
.ig-implementation-9:hover {
    transform: translateX(10px);
    transition: all 100ms;
}

.ig-implementation-1 {
    right: 0;
    top: 3px;
}

.ig-implementation-2 {
    right: 0;
    top: 63px;
}

.ig-implementation-3 {
    right: 0;
    top: 123px;
}

.ig-implementation-4 {
    right: 0;
    top: 184px;
}

.ig-implementation-5 {
    right: 0;
    bottom: 241px;
}

.ig-implementation-6 {
    right: 0;
    bottom: 178px;
}

.ig-implementation-7 {
    right: 0;
    bottom: 120px;
}

.ig-implementation-8 {
    right: 0;
    bottom: 60px;
}

.ig-implementation-9 {
    right: 0;
    bottom: 0;
}

.ig-implementation-small {
    display: none;
    height: 548px;
    margin: 40px 0 60px 0;
    position: relative;
    width: 800px;
}

.ig-implementation-mobile {
    display: none;
}

.ig-implementation-rubix {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.ig-implementation-rubix-container {}

.ig-implementation-rubix-block {
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
    padding: 8px 20px 5px 0;
    width: 90%;
}

.ig-implementation-rubix-1 {
    background: #3ac4f2 url('img/implementation/rubix/1.png') no-repeat 35px 25px;
}

.ig-implementation-rubix-2 {
    background: #1fa3d3 url('img/implementation/rubix/2.png') no-repeat 35px 25px;
}

.ig-implementation-rubix-3 {
    background: #999 url('img/implementation/rubix/3.png') no-repeat 35px 25px;
}

.ig-implementation-rubix-4 {
    background: #555656 url('img/implementation/rubix/4.png') no-repeat 35px 25px;
}

.ig-implementation-rubix-block h3 {
    margin-bottom: 0;
    padding-left: 170px;
}

.ig-implementation-rubix-block p {
    padding-left: 170px;
}

.ig-implementation-rubix-block:hover {
    background-position: 30px 1px;
    transition: all 0.2s;
}

.ig-implementation-rubix-cube {}

.ig-implementation-rubix-cube:hover {
    transform: scale(1.1);
    transition: all 0.2s;
}

@media (max-width:1279px) {
    .ig-implementation {
        display: none;
    }

    .ig-implementation-small {
        display: block;
    }

    .ig-implementation-mobile {
        display: none;
    }
}

@media (max-width:1023px) {
    .ig-implementation-rubix {
        display: block;
    }

    .ig-implementation-rubix-container {
        width: 100% !important;
    }

    .ig-implementation-rubix-block {
        width: 100%;
    }

    .ig-implementation-rubix-cube {
        display: none;
    }
}

@media (max-width:799px) {
    .ig-implementation {
        display: none;
    }

    .ig-implementation-small {
        display: none;
    }

    .ig-implementation-mobile {
        display: block;
    }
}

@media (max-width:666px) {
    .ig-implementation-rubix-block {
        background-position: 20px 15px;
    }

    .ig-implementation-rubix-block h3,
    .ig-implementation-rubix-block p {
        padding-left: 140px;
    }
}



/* ---------- SOCIAL MEDIA SERVICES PAGE ---------- */
.social-media-funnel {
    left: 50%;
    margin-left: -250px;
    margin-top: 45px;
    position: relative;
    width: 500px;
}

.social-media-funnel .row {}

.social-media-funnel .row .funnel-text,
.social-media-funnel .row .funnel-img {}

.funnel-text-8 {
    margin-top: 120px;
}

.funnel-text-7 {
    margin-top: 9px;
}

.funnel-text-6 {
    margin-top: 9px;
}

.funnel-text-5 {
    margin-top: 7px;
}

.funnel-text-4 {
    margin-top: 4px;
}

.funnel-text-3 {
    margin-top: 4px;
}

.funnel-text-2 {
    margin-top: 4px;
}

.funnel-text-1 {}

.social-media-comm {
    left: 50%;
    margin-left: -388px;
    margin-top: 35px;
    position: relative;
    width: 777px;
}

.comm {
    position: relative;
}

.comm1 {}

.comm2 {
    right: -33px;
    margin-top: 100px;
}

.comm3 {
    margin-top: -240px;
}

.comm4 {
    right: -33px;
    margin-top: -80px;
}

.comm5 {
    margin-top: -230px;
}

.comm6 {
    right: -33px;
    margin-top: -75px;
}

.comm7 {
    margin-top: -215px;
}

.comm8 {
    right: -33px;
    margin-top: -60px;
}

.comm9 {
    left: -323px;
    margin-top: -235px;
}

.social-media-processes {
    left: 50%;
    margin-left: -485px;
    margin-top: 45px;
    position: relative;
    width: 970px;
}

.processes {
    float: left;
}

.process1 {
    margin-top: 250px;
}

.process2 {
    margin-left: -85px;
}

.process3 {
    margin-top: 250px;
    margin-left: -85px;
}

.process4 {
    margin-left: -85px;
}

.process5 {
    margin-top: 250px;
    margin-left: -85px;
}

.process6 {
    margin-left: -85px;
}

.process7 {
    margin-top: 250px;
    margin-left: -85px;
}

.process1 img,
.process2 img,
.process3 img,
.process4 img,
.process5 img,
.process6 img,
.process7 img {
    max-width: 210px;
}

.social-media-process-steps {
    left: 50%;
    margin-left: -485px;
    margin-top: 45px;
    position: relative;
    width: 970px;
}

.steps {
    float: left;
    position: relative;
    margin-left: -17px;
}

.steps img {
    max-width: 136px;
}

.step1 {
    margin-left: 0;
    z-index: 7;
}

.step2 {
    z-index: 6;
}

.step3 {
    z-index: 5;
}

.step4 {
    z-index: 4;
}

.step5 {
    z-index: 3;
}

.step6 {
    z-index: 2;
}

.step7 {
    z-index: 1;
}

.step8 {
    z-index: 0;
}

.social-media-channels {
    margin: 25px auto 50px auto;
}

.social-media-funnel-mobile,
.social-media-comm-mobile,
.social-media-processes-mobile {
    display: none;
}

.social-media-funnel-mobile {
    margin-top: 25px;
}

@media (max-width:800px) {
    .social-media-funnel {
        display: none;
    }

    .social-media-funnel-mobile {
        display: block;
    }

    .social-media-comm {
        display: none;
    }

    .social-media-comm-mobile {
        display: block;
    }

    .social-media-processes {
        display: none;
    }

    .social-media-process-steps {
        display: none;
    }

    .social-media-processes-mobile {
        display: block;
    }

    .tabs ul li a {
        width: 100%;
    }

    .tabs ul li:last-child a {
        border-bottom: 1px solid #3ec3f1 !important;
    }

    .tabs .tab-content img {
        height: 100%;
        width: 100%;
    }
}


/* HOSTING PAGE */
.table-cell {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    border: 1px solid #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    min-height: 70px !important;
}

.difference-content {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    background: url('img/bg-hosting-difference.jpg') no-repeat 0 0 / cover;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 5em 0;
}

.difference-content .page-content {
    font-size: 1.2em;
    line-height: 1.5em;
}


/* ---------- CREATIVE DESIGN PAGE ---------- */
.creative-design li {
    list-style-position: inside;
    list-style-type: none;
}

.successful-logo {
    left: 50%;
    margin-left: -257px;
    margin-top: 30px;
    position: relative;
    width: 514px;
}

.successful-logo-1,
.successful-logo-2,
.successful-logo-3,
.successful-logo-4,
.successful-logo-5,
.successful-logo-6 {
    position: relative;
}

.successful-logo-1 {
    margin-top: 130px;
    z-index: 6;
}

.successful-logo-2 {
    float: left;
    margin-left: -20px;
    margin-top: -420px;
    z-index: 5;
}

.successful-logo-3 {
    float: right;
    margin-right: -20px;
    margin-top: -420px;
    z-index: 4;
}

.successful-logo-4 {
    float: left;
    margin-left: -20px;
    margin-top: -140px;
    z-index: 3;
}

.successful-logo-5 {
    float: right;
    margin-right: -20px;
    margin-top: -140px;
    z-index: 2;
}

.successful-logo-6 {
    float: left;
    margin-left: 58px;
    margin-top: -443px;
    z-index: 1;
}

.successful-logo-mobile {
    display: none;
    margin-top: 30px;
}

.psych-colour {
    left: 50%;
    margin-left: -252px;
    margin-top: 30px;
    position: relative;
    width: 505px;
}

.psych-colour-1,
.psych-colour-2,
.psych-colour-3,
.psych-colour-4,
.psych-colour-5,
.psych-colour-6,
.psych-colour-7,
.psych-colour-8,
.psych-colour-9 {
    position: relative;
}

.psych-colour-1 {
    margin-top: 200px;
    z-index: 9;
}

.psych-colour-2 {
    float: left;
    margin-left: 86px;
    margin-top: -337px;
    z-index: 8;
}

.psych-colour-3 {
    float: left;
    margin-left: 258px;
    margin-top: -336px;
    z-index: 7;
}

.psych-colour-4 {
    float: left;
    margin-left: 335px;
    margin-top: -255px;
    z-index: 6;
}

.psych-colour-5 {
    float: left;
    margin-left: 335px;
    margin-top: -84px;
    z-index: 5;
}

.psych-colour-6 {
    float: left;
    margin-left: 258px;
    margin-top: -92px;
    z-index: 4;
}

.psych-colour-7 {
    float: left;
    margin-left: 85px;
    margin-top: -173px;
    z-index: 3;
}

.psych-colour-8 {
    float: left;
    margin-left: -245px;
    margin-top: -247px;
    z-index: 2;
    -webkit-margin-start: 0;
}

.psych-colour-9 {
    float: left;
    margin-left: -245px;
    margin-top: -419px;
    z-index: 1;
    -webkit-margin-start: 0;
}

.psych-colour-mobile {
    display: none;
    margin-top: 30px;
}

.design-process {
    left: 50%;
    margin-left: -212px;
    margin-top: 30px;
    position: relative;
    width: 425px;
}

.design-process-1 {}

.design-process-2 {
    float: left;
    margin-left: 0;
    margin-top: -58px;
}

.design-process-3 {
    float: left;
    margin-left: 172px;
    margin-top: -7px;
}

.design-process-4 {
    float: left;
    margin-left: 0px;
    margin-top: -5px;
}

.design-process-5 {
    float: left;
    margin-left: 172px;
    margin-top: -5px;
}

.design-process-6 {
    float: left;
    margin-left: 0px;
    margin-top: -5px;
}

.design-process-7 {
    float: left;
    margin-left: 172px;
    margin-top: -5px;
}

.design-process-8 {
    float: left;
    margin-left: 0px;
    margin-top: -5px;
}

.design-process-9 {
    float: left;
    margin-left: 196px;
    margin-top: -5px;
}

.design-process-mobile {
    display: none;
    margin-top: 30px;
}

.brand-strategy {
    left: 50%;
    margin-left: -315px;
    margin-top: 30px;
    position: relative;
    width: 630px;
}

.brand-strategy-2,
.brand-strategy-3,
.brand-strategy-4,
.brand-strategy-5,
.brand-strategy-6 {
    float: left;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    position: relative;
    z-index: 2;
}

.brand-strategy-1 {
    margin-top: 220px;
    position: relative;
    z-index: 1;
}

.brand-strategy-2 {
    margin-left: 191px;
    margin-top: -440px;
}

.brand-strategy-3 {
    margin-left: 378px;
    margin-top: -320px;
}

.brand-strategy-4 {
    margin-left: 318px;
    margin-top: -106px;
}

.brand-strategy-5 {
    margin-left: 75px;
    margin-top: -249px;
}

.brand-strategy-6 {
    margin-left: -323px;
    margin-top: -452px;
}

.brand-strategy-ffm {
    clear: both;
}

.brand-strategy-mobile {
    display: none;
    margin-top: 30px;
}

@media (max-width:800px) {
    .successful-logo {
        display: none;
    }

    .successful-logo-mobile {
        display: block;
    }

    .psych-colour {
        display: none;
    }

    .psych-colour-mobile {
        display: block;
    }

    .design-process {
        display: none;
    }

    .design-process-mobile {
        display: block;
    }

    .brand-strategy {
        display: none;
    }

    .brand-strategy-mobile {
        display: block;
    }
}


/* ---------- BLOCKS, STRATEGY, SOFTWARE, MARKETING PAGE ---------- */
.software #mixitup-container .third {}

.software #mixitup-container .centered.ffm-products {
    height: 240px;
}

.software #mixitup-container .centered.products {
    height: 280px;
}

/* .software .centered.ffm-products, .software .centered.products { display:block !important; } */

.blocks-col,
.strategy-col,
.software-col,
.marketing-col {
    padding: 0 10px 30px 10px;
    text-align: center;
}

.blocks-col-img,
.strategy-col-img,
.software-col-img,
.marketing-col-img {
    background-color: #3ec3f1;
    line-height: 0;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    margin: 0 auto;
    max-width: 400px;
}

.blocks-col-img img,
.strategy-col-img img,
.software-col-img img,
.marketing-col-img img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.blocks-col:hover .blocks-col-img,
.strategy-col:hover .strategy-col-img,
.software-col:hover .software-col-img,
.marketing-col:hover .marketing-col-img {
    background-color: #3ec3f1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.blocks-col:hover .blocks-col-img img,
.strategy-col:hover .strategy-col-img img,
.software-col:hover .software-col-img img,
.marketing-col:hover .marketing-col-img img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.blocks-col h1,
.strategy-col h1,
.software-col h1,
.marketing-col h1 {
    font-size: 1.4em;
    margin-bottom: 15px !important;
    margin-top: 15px;
    text-transform: uppercase;
}

.blocks-col h1 a,
.strategy-col h1 a,
.software-col h1 a,
.marketing-col h1 a {
    color: #4db8b5;
    text-decoration: none;
}

.blocks-col h1 a:hover,
.strategy-col h1 a:hover,
.software-col h1 a:hover,
.marketing-col h1 a:hover {
    color: #000;
}

.webdesign-process-evolution {
    height: 200px;
    margin: 50px auto 0 auto;
    position: relative;
    width: 583px;
}

.process-main {}

.process-02,
.process-03,
.process-04,
.process-05,
.process-06,
.process-07,
.process-08 {
    position: absolute;
}

.process-02 {
    left: 0;
    top: 36px;
}

.process-03 {
    left: 82px;
    top: 82px;
}

.process-04 {
    left: 164px;
    top: 36px;
}

.process-05 {
    left: 245px;
    top: 82px;
}

.process-06 {
    left: 327px;
    top: 36px;
}

.process-07 {
    left: 408px;
    top: 82px;
}

.process-08 {
    left: 490px;
    top: 36px;
}

.webdesign-process-evolution-mobile {
    display: none;
}

.strategy-business-development {
    height: 440px;
    margin: 0 auto;
    position: relative;
    width: 580px;
}

.strategy-bd-main {
    margin-top: 140px;
    text-align: center;
}

.strategy-bd-01,
.strategy-bd-02,
.strategy-bd-03,
.strategy-bd-04,
.strategy-bd-05,
.strategy-bd-06,
.strategy-bd-07 {
    position: absolute;
}

.strategy-bd-01 {
    left: 248px;
    top: -82px;
}

.strategy-bd-02 {
    right: 33px;
    top: -4px;
}

.strategy-bd-03 {
    right: -10px;
    top: 157px;
}

.strategy-bd-04 {
    bottom: 57px;
    right: 64px;
}

.strategy-bd-05 {
    bottom: 57px;
    left: 142px;
}

.strategy-bd-06 {
    left: 10px;
    top: 163px;
}

.strategy-bd-07 {
    left: 42px;
    top: 4px;
}

.strategy-business-development-mobile {
    display: none;
}

.integrated-marketing-strategies {
    height: 759px;
    margin: 0 auto;
    position: relative;
    width: 758px;
}

.ims-main {
    margin-top: 30px;
    padding-top: 334px;
    text-align: center;
}

.ims-01,
.ims-02,
.ims-03,
.ims-04,
.ims-05,
.ims-06,
.ims-07,
.ims-08 {
    position: absolute;
}

.ims-01 {
    left: 382px;
    top: 0;
}

.ims-02 {
    right: 0;
    top: 114px;
}

.ims-03 {
    bottom: 111px;
    right: 0px;
}

.ims-04 {
    bottom: -4px;
    right: 117px;
}

.ims-05 {
    bottom: -3px;
    left: 113px;
}

.ims-06 {
    bottom: 114px;
    left: 0;
}

.ims-07 {
    left: 0;
    top: 115px;
}

.ims-08 {
    left: 116px;
    top: 0;
}

.integrated-marketing-strategies-mobile {
    display: none;
}

.marketing-tactics {
    height: 410px;
    margin: 0 auto;
    position: relative;
    width: 323px;
}

.mt-main {
    margin-top: 30px;
    padding-top: 80px;
    text-align: center;
}

.mt-01,
.mt-02,
.mt-03,
.mt-04,
.mt-05 {
    position: absolute;
}

.mt-01 {
    left: 114px;
    top: 11px;
}

.mt-02 {
    right: -107px;
    top: 165px;
}

.mt-03 {
    bottom: 18px;
    right: -49px;
}

.mt-04 {
    bottom: 18px;
    left: -52px;
}

.mt-05 {
    left: -95px;
    top: 165px;
}

.marketing-tactics-mobile {
    display: none;
}

.dms {
    height: 606px;
    margin: 0 auto;
    position: relative;
    width: 607px;
}

.dms-main {
    margin-top: 30px;
    padding-top: 202px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.dms-1,
.dms-2,
.dms-3,
.dms-4,
.dms-5,
.dms-6,
.dms-7,
.dms-8 {
    position: absolute;
    z-index: 0;
}

.dms-1 {
    left: 100px;
    top: 0;
}

.dms-2 {
    right: 90px;
    top: 16px;
}

.dms-3 {
    right: 1px;
    top: 100px;
}

.dms-4 {
    bottom: 85px;
    right: 17px;
}

.dms-5 {
    bottom: -5px;
    right: 100px;
}

.dms-6 {
    bottom: 11px;
    left: 90px;
}

.dms-7 {
    bottom: 96px;
    left: 1px;
}

.dms-8 {
    left: 17px;
    top: 89px;
}

.dms-mobile {
    display: none;
    margin-top: 40px;
}

.msw-seo {
    height: 462px;
    margin: 40px auto;
    position: relative;
    width: 661px;
}

.msw-seo-main {
    margin-top: 30px;
    padding-top: 154px;
    text-align: center;
}

.msw-seo-01,
.msw-seo-02,
.msw-seo-03,
.msw-seo-04,
.msw-seo-05,
.msw-seo-06,
.msw-seo-07,
.msw-seo-08,
.msw-seo-09,
.msw-seo-10,
.msw-seo-11,
.msw-seo-12 {
    position: absolute;
}

.msw-seo-01 {
    left: 240px;
    top: 0;
}

.msw-seo-02 {
    right: 133px;
    top: 42px;
}

.msw-seo-03 {
    right: 6px;
    top: 119px;
}

.msw-seo-04 {
    bottom: 202px;
    right: -8px;
}

.msw-seo-05 {
    bottom: 107px;
    right: 32px;
}

.msw-seo-06 {
    bottom: 48px;
    right: 131px;
}

.msw-seo-07 {
    bottom: -4px;
    left: 288px;
}

.msw-seo-08 {
    bottom: 26px;
    left: 129px;
}

.msw-seo-09 {
    bottom: 105px;
    left: 57px;
}

.msw-seo-10 {
    bottom: 199px;
    left: 8px;
}

.msw-seo-11 {
    left: 38px;
    top: 115px;
}

.msw-seo-12 {
    left: 35px;
    top: 49px;
}

.msw-seo-mobile {
    display: none;
    margin: 40px 0;
}

.seo {
    height: 351px;
    margin: 40px auto;
    position: relative;
    width: 648px;
}

.seo-main {
    margin-top: 30px;
    padding-top: 135px;
    text-align: center;
}

.seo-main-on,
.seo-on-page,
.seo-main-off,
.seo-off-page {
    position: absolute;
}

.seo-main-on {
    left: 160px;
    top: 110px;
}

.seo-on-page {
    left: -4px;
    top: 7px;
}

.seo-main-off {
    right: 159px;
    top: 110px;
}

.seo-off-page {
    right: 4px;
    top: 0;
}

.seo-mobile {
    display: none;
    margin-top: 40px;
}

.sem {
    height: 570px;
    margin: 40px auto;
    position: relative;
    width: 627px;
}

.sem-main {
    margin-top: 30px;
    padding-top: 205px;
    text-align: center;
}

.sem-1,
.sem-1-1,
.sem-2,
.sem-2-1,
.sem-3,
.sem-3-1,
.sem-4,
.sem-4-1,
.sem-5,
.sem-5-1 {
    position: absolute;
}

.sem-1,
.sem-2,
.sem-3,
.sem-4,
.sem-5 {
    z-index: 10;
}

.sem-1-1,
.sem-2-1,
.sem-3-1,
.sem-4-1,
.sem-5-1 {
    z-index: 0;
}

.sem-1 {
    left: 206px;
    top: 0;
}

.sem-1-1 {
    right: 107px;
    top: 84px;
}

.sem-2 {
    right: -5px;
    top: 148px;
}

.sem-2-1 {
    bottom: 90px;
    right: 86px;
}

.sem-3 {
    bottom: -1px;
    left: 74px;
}

.sem-3-1 {
    bottom: 37px;
    left: 192px;
}

.sem-4 {
    bottom: -4px;
    right: 83px;
}

.sem-4-1 {
    bottom: 85px;
    left: 94px;
}

.sem-5 {
    left: 5px;
    top: 148px;
}

.sem-5-1 {
    left: 108px;
    top: 83px;
}

.sem-mobile {
    display: none;
    margin-top: 40px;
}

.blocks-page-heading {
    color: inherit;
}


/* @media (min-width:1280px) {
    .software .blocks-col p { min-height:70px; }
}
@media (min-width:1024px) and (max-width:1279px) {
    .software .blocks-col p { min-height:95px; }
}
@media (min-width:768px) and (max-width:1023px) {
    .software .blocks-col p { min-height:134px; }
} */
@media (max-width:767px) {

    .webdesign-process-evolution,
    .strategy-business-development,
    .integrated-marketing-strategies,
    .marketing-tactics,
    .dms,
    .msw-seo,
    .seo,
    .sem {
        display: none;
    }

    .webdesign-process-evolution-mobile,
    .strategy-business-development-mobile,
    .integrated-marketing-strategies-mobile,
    .marketing-tactics-mobile,
    .dms-mobile,
    .msw-seo-mobile,
    .seo-mobile,
    .sem-mobile {
        display: block;
    }
}


/* ---------- BUILD PAGE ---------- */
.industry_features input[type='checkbox'],
.industry_features .feature-icon {
    display: none;
}

.industry-features-infog {
    position: relative;
    width: 1000px;
    height: 750px;
    margin: auto;
}

img.industry-1 {
    width: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.industry-2 {
    width: 250px;
    position: absolute;
    right: 145px;
    top: 392px;
}

img.industry-3 {
    width: 450px;
    position: absolute;
    right: -74px;
    top: 258px;
}

img.industry-4 {
    width: 460px;
    position: absolute;
    left: -85px;
    top: 252px;
}

img.industry-5 {
    width: 250px;
    position: absolute;
    top: 127px;
    left: 157px;
}

img.industry-6 {
    width: 250px;
    position: absolute;
    top: 127px;
    right: 157px;
}

img.industry-7 {
    width: 250px;
    position: absolute;
    left: 145px;
    top: 392px;
}

.checkbox_checked:checked~.feature-desc {
    color: #3ec3f1;
}

.industry-features-infog-mobile {
    display: none;
}

.industry-features-small-mobile {
    display: none;
}

@media (max-width: 539px) {
    .industry-features-small-mobile {
        display: block;
    }

    .industry-features-infog-mobile {
        display: none;
    }

    .industry-features-infog {
        display: none;
    }

    .industry-features-small-mobile img {
        display: block;
        width: 300px;
        height: 300px;
        object-fit: contain;
        margin: 10px auto;
    }
}

@media (min-width: 540px) and (max-width: 1199px) {
    .industry-features-infog {
        display: none;
    }

    .industry-features-infog-mobile {
        display: block;
    }
}

.build-features {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.build-features.view_features_grid {
    padding-top: 30px;
}

.build-features.view_features_list {
    padding-top: 50px;
}

.build-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.build-page {
    position: relative;
}

.build-page h2 {
    color: #4db8b5;
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.build-page h2+p {
    margin-bottom: 30px;
}

.build-page .software-image {
    background-color: #eee;
    text-align: center;
}

.build-page .software-name {
    text-transform: uppercase;
}

.build-page .show-cart {
    cursor: pointer;
    font-size: 3em;
    text-align: center;
}

.build-page .software-details {}

.build-page .software-details h4 {
    color: #4db8b5;
    font-size: 1.1em;
    text-transform: uppercase;
}

.build-page .feature-block {
    border: 1px solid #3ec3f1;
    border-radius: 5px;
    height: 170px;
    margin: 10px;
    text-align: center;
    width: 14.667% !important;
}

.build-page .feature-block:hover,
.feature_selected {
    background-color: #9ee1f8;
    color: #fff;
}

.build-page .feature-block .feature_select {
    background-color: #3ec3f1;
    color: #fff;
    right: 0;
    padding: 5px;
    position: absolute;
    top: 0;
}

.build-page .feature-block:hover img,
.feature_selected img {
    filter: invert(100%) sepia(0%) saturate(2311%) hue-rotate(182deg) brightness(116%) contrast(103%) !important;
    transform: scale(0.8);
    transition: all 0.2s;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.build-page .feature-block .feature-desc {
    transform: scale(1.1);
    transition: all 0.2s;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

.build-page .feature-block img {
    height: auto;
    width: 40%;
}

.build-page .feature-block-software {}

.build-page .software-details .feature-icon,
.build-page .software-details .feature-name {
    position: relative;
}

.build-page .software-details .feature-icon {
    max-height: 50px;
}

.build-page .software-details .feature-icon img.feature-remove {
    position: absolute;
    top: 0;
    right: 10px;
    max-width: 15px;
}

.build-page .feature-name {
    font-size: 0.9em;
    padding-left: 15px;
}

.build-page .software-details input[type=checkbox],
.build-page .feature-block input[type=checkbox] {
    /* Double-sized Checkboxes */
    transform: scale(2);
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    position: absolute;
    visibility: hidden;
    bottom: 0;
}

.view_features_list .feature-block {
    border: 0;
    height: 55px;
    margin: initial;
    text-align: initial;
    width: 33.33333% !important;
}

.view_features_list .feature-block:hover,
.view_features_list .feature_selected {
    background-color: initial;
    color: initial;
}

.view_features_list .feature-block input[type=checkbox] {
    float: left;
    position: initial;
    visibility: visible;
}

.view_features_list .feature-block img.feature-icon {
    float: left;
    height: 35px;
    margin: -12px 0 0 18px !important;
    width: auto;
}

.view_features_list .feature-block:hover img,
.view_features_list .feature_selected img {
    filter: invert(53%) sepia(96%) saturate(841%) hue-rotate(152deg) brightness(100%) contrast(107%) !important;
    transform: initial;
}

.view_features_list .feature-block p.feature-desc {
    float: left;
    margin: 0;
    padding-left: 10px;
    transform: initial;
    width: auto;
}

.view_features_grid .feature-block {
    cursor: pointer;
}

.build-page .additional-features {}

.build-page .additional-features .feature-block {
    cursor: pointer;
    height: 120px;
}

.build-page .additional-features .feature-icon,
.build-page .additional-features .feature-name {
    text-align: center;
}

.build-page .feature-block-software input[type="checkbox"],
.build-page .feature-block-software span.read-more {
    float: left;
}

.build-page .feature-block-software img.feature-icon {
    margin: 10px 0 10px 0;
}

.build-page .feature-block-software p.feature-desc {}

.build-page .feature-block-software span.read-more {
    font-size: 0.8em;
    float: right;
    margin: -4px 15% 0 0;
    padding: 0.3em 0.6em;
    text-transform: uppercase;
}

.build-page .div.wpcf7-mail-sent-ok {
    float: right;
    margin-right: 0;
}

.view-mode {
    position: absolute;
    top: 80px;
    right: 20px;
}

.view_mode {
    background-size: 60%;
    border: 1px solid #666;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-left: 8px;
    width: 30px;
}

.view_mode_list {
    background: #ccc url('img/icon_list.png') no-repeat center;
}

.view_mode_grid {
    background: #ccc url('img/icon_grid.png') no-repeat center;
}

.view_mode:hover,
.view_mode.active {
    background-color: #1ac6ff;
}

.lightbox-div,
.lightbox-general-div {
    background-color: #fff;
    border: 2px solid #555;
    left: 50%;
    max-height: 70%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    width: 80%;
    z-index: 3;
}

.lightbox-div a {
    color: #000 !important;
    text-decoration: none;
}

.lightbox-div a:hover {
    color: #4db8b5 !important;
    text-decoration: none;
}

.lightbox-nav {
    font-size: 0.9em;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.lightbox-nav-previous,
.lightbox-nav-next {
    cursor: pointer;
}

.lightbox-nav-separator {
    padding: 0 10px;
}

.lightbox-close {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    right: 0;
    top: -4px;
    position: absolute;
}

.lightbox-content {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    padding: 40px 30px;
}

.lightbox-content-image {
    text-align: center;
}

.lightbox-content-block {}

.lightbox-content-block h1 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px !important;
}

.lightbox-content-block-name {}

.lightbox-content-block-details {}

.lightbox-content-block-cart,
.lightbox-content-block-cart-remove {
    margin-top: 20px;
}

.lightbox-content-block-cart span,
.lightbox-content-block-cart-remove span {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.lightbox-content-block-cart span:hover {
    background-color: #4db8b5;
    color: #fff !important;
}

.lightbox-content-block-cart.added span {
    background-color: #2ac751;
    color: #fff;
}

.lightbox-content-block-cart-remove span {
    background-color: #f03800;
    color: #fff;
}

.lightbox-view {
    font-size: 0.9em;
    padding: 20px 0;
    text-align: center;
}

.lightbox-view-block {}

.lightbox-view-block a {
    color: #000 !important;
    text-decoration: none;
}

.lightbox-view-block a:hover {
    color: #4db8b5 !important;
}

.built-cart {
    background-color: #fff;
    right: 0;
    top: 0;
    padding: 40px 30px;
    position: absolute;
    width: 420px;
    z-index: 2;
}

.built-cart-header {
    margin-bottom: 20px;
    position: relative;
}

.built-cart-header-cart {
    float: left;
}

.built-cart-header-cart .fa {
    font-size: 2em;
}

.built-cart-header h1 {
    color: #000;
    float: left;
    font-size: 1.4em;
    margin-bottom: 15px !important;
    margin-left: 20px;
    padding-top: 4px;
    text-transform: uppercase;
}

.built-cart-header-close {
    cursor: pointer;
    font-size: 1.3em;
    right: 0;
    top: 5px;
    position: absolute;
}

.built-cart-items {}

.built-cart-items-remove {
    cursor: pointer;
    float: left;
    padding-top: 10px;
    width: 15px;
}

.built-cart-items-icon {
    float: left;
    margin-left: 15px;
}

.built-cart-items-icon img {
    height: 35px;
    width: auto;
}

.built-cart-items-name {
    float: left;
    margin-left: 20px;
    padding-top: 8px;
    text-transform: uppercase;
}

.built-cart-request {
    margin-top: 35px;
}

.built-cart-request span {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.built-cart-request span:hover {
    background-color: #4db8b5;
    color: #fff !important;
}

.built-contact {
    border-top: 1px solid #ddd;
    margin-top: 35px;
    padding: 35px;
}

.built-general-contact {
    /*background-color:#fff;
        border:2px solid #555;
        left:50%;
        max-height:70%;
		padding:25px;
        position:fixed;
        top:50%;
        transform:translate(-50%, -50%);
        width:80%;
        z-index:3; */
}

.built-contact-header {}

.built-contact .built-contact-header h1 {
    font-size: 1.5em;
    margin-bottom: 30px !important;
}

.built-contact .built-contact-header .built-contact-close {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    right: 24px;
    top: 27px;
    position: absolute;
}

.built-contact .request-form {}

.built-contact .request-form input[type="text"],
.built-general-contact .request-form input[type="text"],
.built-contact .request-form input[type="email"],
.built-general-contact .request-form input[type="email"] {
    width: 98%;
}

.built-contact .request-form input[type="email"],
.built-general-contact .request-form input[type="email"] {
    margin-left: 2%;
}

.built-contact .request-form input[type="text"],
.built-general-contact .request-form input[type="text"],
.built-contact .request-form input[type="email"],
.built-general-contact .request-form input[type="email"],
.built-contact .request-form input[type="tel"],
.built-general-contact .request-form input[type="tel"],
.built-contact .request-form select,
.built-contact .request-form textarea,
.built-general-contact .request-form textarea {
    font-family: inherit;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.built-contact .request-form input.fullwidth {
    width: 100%;
}

.lightbox-general-div {
    padding: 25px 0;
}

.built-general-header {
    border-bottom: 1px solid #999;
    margin-bottom: 25px;
}

.built-general-header h1 {
    font-size: 1.5em;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    text-align: center;
}

.built-general-close {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    right: 24px;
    top: 27px;
    position: absolute;
}

.built-general-footer {
    border-top: 1px solid #999;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.built-general-footer a,
.built-general-footer a:visited {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    margin: 0 5px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.built-general-footer a:hover {
    background-color: #4db8b5;
    color: #fff !important;
    text-decoration: none;
}

.built-general-contact {}

.built-general-contact input[type="submit"] {
    margin-top: 10px;
}

.no-border-top {
    border-top: 0;
}

.alert {
    border: 1px solid transparent !important;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px !important;
}

.alert-success {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    color: #3c763d !important;
}

.alert-danger {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
}

.alert-info {
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    color: #31708f !important;
}

.color-rook img,
img.color-rook {
    filter: invert(53%) sepia(96%) saturate(841%) hue-rotate(152deg) brightness(100%) contrast(107%);
}

.color-pwf img,
img.color-pwf {
    filter: invert(31%) sepia(88%) saturate(4756%) hue-rotate(339deg) brightness(105%) contrast(101%)
}

.color-intua img,
img.color-intua {
    filter: invert(50%) sepia(73%) saturate(3204%) hue-rotate(337deg) brightness(95%) contrast(108%);
}

.color-clinic img,
img.color-clinic {
    filter: invert(63%) sepia(11%) saturate(5476%) hue-rotate(72deg) brightness(98%) contrast(59%);
}

.color-btbi img,
img.color-btbi {
    filter: invert(56%) sepia(82%) saturate(321%) hue-rotate(118deg) brightness(89%) contrast(88%);
}

.color-general img,
img.color-general {
    filter: invert(80%) sepia(7%) saturate(2891%) hue-rotate(127deg) brightness(81%) contrast(85%);
}

.color-rook,
.nav-bar ul li ul.sub-menu .col.color-rook>a {
    color: #1ac6ff;
}

.color-pwf,
.nav-bar ul li ul.sub-menu .col.color-pwf>a {
    color: #ff2942;
}

.color-intua,
.nav-bar ul li ul.sub-menu .col.color-intua>a {
    color: #f15039;
}

.color-realtor,
.nav-bar ul li ul.sub-menu .col.color-realtor>a {
    color: #29adba;
}

.color-clinic,
.nav-bar ul li ul.sub-menu .col.color-clinic>a {
    color: #0abff2;
}

.color-btbi,
.nav-bar ul li ul.sub-menu .col.color-btbi>a {
    color: #38af98;
}

.color-general,
.nav-bar ul li ul.sub-menu .col.color-general>a {
    color: #3ec3f1;
}

.color-rook.read-more,
.color-rook.build-request-demo,
.built-general-footer a.color-rook,
.rook-connect-software .division-actions a:hover,
.rook-connect-software .division-actions a:focus,
.rook-connect-software .tabs ul li a,
.rook-connect-software .support-col a,
input[type="submit"].color-rook {
    border: 1px solid #1ac6ff;
    color: #1ac6ff;
}

.color-rook.read-more:hover,
.color-rook.build-request-demo:hover,
.built-general-footer a.color-rook:hover,
input[type="submit"].color-rook:hover {
    background-color: #1ac6ff;
    color: #fff;
}

.color-pwf.read-more,
.color-pwf.build-request-demo,
.built-general-footer a.color-pwf,
.precision-workflow-software .division-actions a:hover,
.precision-workflow-software .tabs ul li a,
.precision-workflow-software .support-col a,
input[type="submit"].color-pwf {
    border: 1px solid #ff2942;
    color: #ff2942;
}

.color-pwf.read-more:hover,
.color-pwf.build-request-demo:hover,
.built-general-footer a.color-pwf:hover,
input[type="submit"].color-pwf:hover {
    background-color: #ff2942;
    color: #fff;
}

.color-intua.read-more,
.color-intua.build-request-demo,
.built-general-footer a.color-intua,
.intuatrack-software .division-actions a:hover,
.intuatrack-software .tabs ul li a,
.intuatrack-software .support-col a,
input[type="submit"].color-intua {
    border: 1px solid #f15039;
    color: #f15039;
}

.color-intua.read-more:hover,
.color-intua.build-request-demo:hover,
.built-general-footer a.color-intua:hover,
input[type="submit"].color-intua:hover {
    background-color: #f15039;
    color: #fff;
}

.color-realtor.read-more,
.color-realtor.build-request-demo,
.built-general-footer a.color-realtor,
.realtor-navigator-software .division-actions a:hover,
.realtor-navigator-software .tabs ul li a,
.realtor-navigator-software .support-col a,
input[type="submit"].color-intua {
    border: 1px solid #29adba;
    color: #29adba;
}

.color-realtor.read-more:hover,
.color-realtor.build-request-demo:hover,
.built-general-footer a.color-realtor:hover,
input[type="submit"].color-realtor:hover {
    background-color: #29adba;
    color: #fff;
}

.color-clinic.read-more,
.color-clinic.build-request-demo,
.built-general-footer a.color-clinic,
.clinic-ace-software .division-actions a:hover,
.clinic-ace-software .tabs ul li a,
.clinic-ace-software .support-col a,
input[type="submit"].color-clinic {
    border: 1px solid #0abff2;
    color: #0abff2;
}

.color-clinic.read-more:hover,
.color-clinic.build-request-demo:hover,
.built-general-footer a.color-clinic:hover,
input[type="submit"].color-clinic:hover {
    background-color: #0abff2;
    color: #fff;
}

.color-btbi.read-more,
.color-btbi.build-request-demo,
.built-general-footer a.color-btbi,
.break-the-barrier-innovation-software .division-actions a:hover,
.break-the-barrier-innovation-software .tabs ul li a,
.break-the-barrier-innovation-software .support-col a,
input[type="submit"].color-btbi {
    border: 1px solid #38af98;
    color: #38af98;
}

.color-btbi.read-more:hover,
.color-btbi.build-request-demo:hover,
.built-general-footer a.color-btbi:hover,
input[type="submit"].color-btbi:hover {
    background-color: #38af98;
    color: #fff;
}

.color-general.read-more,
.color-general.build-request-demo,
.built-general-footer a.color-general,
.fresh-focus-software-software .division-actions a:hover,
.fresh-focus-software-software .tabs ul li a,
.fresh-focus-software-software .support-col a,
input[type="submit"].color-general {
    border: 1px solid #3ec3f1;
    color: #3ec3f1;
}

.color-general.read-more:hover,
.color-general.build-request-demo:hover,
.built-general-footer a.color-general:hover,
input[type="submit"].color-general:hover {
    background-color: #3ec3f1;
    color: #fff;
}

.rook-connect h1,
.rook-connect-software .tabs_vertical ul li a .heading,
.rook-connect-software .tabs_tablet_container ul li a .heading,
.rook-connect-software .tabs_mobile_container ul li a .heading,
.rook-connect-software .support-col h1,
.rook-connect-software .support-col a:hover,
.rook-connect-software .division-actions a:hover,
.rook-connect-software .division-actions a:focus {
    color: #1ac6ff;
}

.precision-workflow h1,
.precision-workflow-software .tabs_vertical ul li a .heading,
.precision-workflow-software .tabs_tablet_container ul li a .heading,
.precision-workflow-software .tabs_mobile_container ul li a .heading,
.precision-workflow-software .support-col h1,
.precision-workflow-software .support-col a:hover,
.precision-workflow-software .division-actions a:hover {
    color: #ff2942;
}

.intuatrack h1,
.intuatrack-software .tabs_vertical ul li a .heading,
.intuatrack-software .tabs_tablet_container ul li a .heading,
.intuatrack-software .tabs_mobile_container ul li a .heading,
.intuatrack-software .support-col h1,
.intuatrack-software .support-col a:hover,
.intuatrack-software .division-actions a:hover {
    color: #f15039;
}

.realtor-navigator h1,
.realtor-navigator-software .tabs_vertical ul li a .heading,
.realtor-navigator-software .tabs_tablet_container ul li a .heading,
.realtor-navigator-software .tabs_mobile_container ul li a .heading,
.realtor-navigator-software .support-col h1,
.realtor-navigator-software .support-col a:hover,
.realtor-navigator-software .division-actions a:hover {
    color: #29adba;
}

.clinic-ace h1,
.clinic-ace-software .tabs_vertical ul li a .heading,
.clinic-ace-software .tabs_tablet_container ul li a .heading,
.clinic-ace-software .tabs_mobile_container ul li a .heading,
.clinic-ace-software .support-col h1,
.clinic-ace-software .support-col a:hover,
.clinic-ace-software .division-actions a:hover {
    color: #0abff2;
}

.break-the-barrier-innovation h1,
.break-the-barrier-innovation-software .tabs_vertical ul li a .heading,
.break-the-barrier-innovation-software .tabs_tablet_container ul li a .heading,
.break-the-barrier-innovation-software .tabs_mobile_container ul li a .heading,
.break-the-barrier-innovation-software .support-col h1,
.break-the-barrier-innovation-software .support-col a:hover,
.break-the-barrier-innovation-software .division-actions a:hover {
    color: #38af98;
}

.fresh-focus-software h1,
.fresh-focus-software-software .tabs_vertical ul li a .heading,
.fresh-focus-software-software .tabs_tablet_container ul li a .heading,
.fresh-focus-software-software .tabs_mobile_container ul li a .heading,
.fresh-focus-software-software .support-col h1,
.fresh-focus-software-software .support-col a:hover,
.fresh-focus-software-software .division-actions a:hover {
    color: #4db8b5;
}

.rook-connect-software .support-col a,
.rook-connect-software .support-col:hover a:hover,
.nav-bar ul li ul.sub-menu .col.color-rook a:hover {
    color: #1ac6ff !important;
}

.precision-workflow-software .support-col a,
.precision-workflow-software .support-col:hover a:hover,
.nav-bar ul li ul.sub-menu .col.color-pwf a:hover {
    color: #ff2942 !important;
}

.intuatrack-software .support-col a,
.intuatrack-software .support-col:hover a:hover,
.nav-bar ul li ul.sub-menu .col.color-intua a:hover {
    color: #f15039 !important;
}

.realtor-navigator-software .support-col a,
.realtor-navigator-software .support-col:hover a:hover,
.nav-bar ul li ul.sub-menu .col.color-realtor a:hover {
    color: #29adba !important;
}

.clinic-ace-software .support-col a,
.clinic-ace-software .support-col:hover a:hover,
.nav-bar ul li ul.sub-menu .col.color-clinic a:hover {
    color: #0abff2 !important;
}

.break-the-barrier-innovation-software .support-col a,
.break-the-barrier-innovation-software .support-col:hover a:hover,
.nav-bar ul li ul.sub-menu .col.color-btbi a:hover {
    color: #38af98 !important;
}

.fresh-focus-software-software .support-col a,
.fresh-focus-software-software .support-col:hover a:hover,
.nav-bar ul li ul.sub-menu .col.color-general a:hover {
    color: #4db8b5 !important;
}

.page-template-page-division .support-col:hover a {
    border: 1px solid #fff;
    color: #fff !important;
}

.rook-connect-software h1,
.precision-workflow-software h1,
.intuatrack-software h1,
.realtor-navigator-software h1,
.clinic-ace-software h1,
.break-the-barrier-innovation-software h1,
.fresh-focus-software-software h1 {
    color: #333;
}

.rook-connect .blocks-col-img,
.rook-connect .blocks-col:hover .blocks-col-img,
.rook-connect-software .tabs ul li a:hover,
.rook-connect-software .tabs ul li.active a,
.rook-connect-software .tabs_vertical ul li.active,
.rook-connect-software .tabs_tablet_container ul li.active,
.rook-connect-software .tabs_mobile_container ul li.active,
.rook-connect-software .division-actions a:hover,
.rook-connect-software .division-actions a:focus,
.rook-connect-software .support-col:hover {
    background-color: #1ac6ff;
}

.precision-workflow .blocks-col-img,
.precision-workflow .blocks-col:hover .blocks-col-img,
.precision-workflow-software .tabs ul li a:hover,
.precision-workflow-software .tabs ul li.active a,
.precision-workflow-software .tabs_vertical ul li.active,
.precision-workflow-software .tabs_tablet_container ul li.active,
.precision-workflow-software .tabs_mobile_container ul li.active,
.precision-workflow-software .division-actions a:hover,
.precision-workflow-software .support-col:hover {
    background-color: #ff2942;
}

.intuatrack .blocks-col-img,
.intuatrack .blocks-col:hover .blocks-col-img,
.intuatrack-software .tabs ul li a:hover,
.intuatrack-software .tabs ul li.active a,
.intuatrack-software .tabs_vertical ul li.active,
.intuatrack-software .tabs_tablet_container ul li.active,
.intuatrack-software .tabs_mobile_container ul li.active,
.intuatrack-software .division-actions a:hover,
.intuatrack-software .support-col:hover {
    background-color: #f15039;
}

.realtor .blocks-col-img,
.realtor .blocks-col:hover .blocks-col-img,
.realtor-navigator-software .tabs ul li a:hover,
.realtor-navigator-software .tabs ul li.active a,
.realtor-navigator-software .tabs_vertical ul li.active,
.realtor-navigator-software .tabs_tablet_container ul li.active,
.realtor-navigator-software .tabs_mobile_container ul li.active,
.realtor-navigator-software .division-actions a:hover,
.realtor-navigator-software .support-col:hover {
    background-color: #29adba;
}

.clinic-ace .blocks-col-img,
.clinic-ace .blocks-col:hover .blocks-col-img,
.clinic-ace-software .tabs ul li a:hover,
.clinic-ace-software .tabs ul li.active a,
.clinic-ace-software .tabs_vertical ul li.active,
.clinic-ace-software .tabs_tablet_container ul li.active,
.clinic-ace-software .tabs_mobile_container ul li.active,
.clinic-ace-software .division-actions a:hover,
.clinic-ace-software .support-col:hover {
    background-color: #0abff2;
}

.break-the-barrier-innovation .blocks-col-img,
.break-the-barrier-innovation .blocks-col:hover .blocks-col-img,
.break-the-barrier-innovation-software .tabs ul li a:hover,
.break-the-barrier-innovation-software .tabs ul li.active a,
.break-the-barrier-innovation-software .tabs_vertical ul li.active,
.break-the-barrier-innovation-software .tabs_tablet_container ul li.active,
.break-the-barrier-innovation-software .tabs_mobile_container ul li.active,
.break-the-barrier-innovation-software .division-actions a:hover,
.break-the-barrier-innovation-software .support-col:hover {
    background-color: #38af98;
}

.fresh-focus-software .blocks-col-img,
.fresh-focus-software .blocks-col:hover .blocks-col-img,
.fresh-focus-software-software .tabs ul li a:hover,
.fresh-focus-software-software .tabs ul li.active a,
.fresh-focus-software-software .tabs_vertical ul li.active,
.fresh-focus-software-software .tabs_tablet_container ul li.active,
.fresh-focus-software-software .tabs_mobile_container ul li.active,
.fresh-focus-software-software .division-actions a:hover,
.fresh-focus-software-software .support-col:hover {
    background-color: #4db8b5;
}

.rook-connect-software .single-page-banner .tp-bgimg.defaultimg,
.precision-workflow-software .single-page-banner .tp-bgimg.defaultimg,
.intuatrack-software .single-page-banner .tp-bgimg.defaultimg,
.realtor-navigator-software .single-page-banner .tp-bgimg.defaultimg,
.clinic-ace-software .single-page-banner .tp-bgimg.defaultimg,
.break-the-barrier-innovation-software .single-page-banner .tp-bgimg.defaultimg,
.fresh-focus-software-software .single-page-banner .tp-bgimg.defaultimg,
.rook-connect-software .single-page-banner .fullwidthabanner,
.precision-workflow-software .single-page-banner .fullwidthabanner,
.intuatrack-software .single-page-banner .fullwidthabanner,
.realtor-navigator-software .single-page-banner .fullwidthabanner,
.clinic-ace-software .single-page-banner .fullwidthabanner,
.break-the-barrier-innovation-software .single-page-banner .fullwidthabanner,
.fresh-focus-software-software .single-page-banner .fullwidthabanner {
    max-height: 100%;
}

.page-template-page-division .single-page .container h1 {
    margin-bottom: 30px;
}

.page-template-page-division .single-page .container h1.page-heading {
    margin-bottom: 10px;
}

.page-template-page-division .page-subheading {
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
}

.page-template-page-division .support-content {
    padding-top: 10px;
}

.page-template-page-division .single-page .container .support-col h1 {
    margin-bottom: 15px;
}

.rook-connect-software .tabs ul li.active a,
.rook-connect-software .tabs ul li a:hover,
.rook-connect-software .support-col:hover h1,
.precision-workflow-software .tabs ul li.active a,
.precision-workflow-software .tabs ul li a:hover,
.precision-workflow-software .support-col:hover h1,
.intuatrack-software .tabs ul li.active a,
.intuatrack-software .tabs ul li a:hover,
.intuatrack-software .support-col:hover h1,
.realtor-navigator-software .tabs ul li.active a,
.realtor-navigator-software .tabs ul li a:hover,
.realtor-navigator-software .support-col:hover h1,
.clinic-ace-software .tabs ul li.active a,
.clinic-ace-software .tabs ul li a:hover,
.clinic-ace-software .support-col:hover h1,
.break-the-barrier-innovation-software .tabs ul li.active a,
.break-the-barrier-innovation-software .tabs ul li a:hover,
.break-the-barrier-innovation-software .support-col:hover h1,
.fresh-focus-software-software .tabs ul li.active a,
.fresh-focus-software-software .tabs ul li a:hover,
.fresh-focus-software-software .support-col:hover h1 {
    color: #fff;
}

.featured-feature {}

.featured-feature.feature-block {
    border-color: red
}

.featured-feature.feature-block:hover,
.featured-feature.feature_selected {
    background-color: #ffcccc;
}

.featured-feature.feature-block .feature_select {
    background-color: red;
}

.featured-feature.feature-block img.feature-icon {
    filter: invert(20%) sepia(82%) saturate(6287%) hue-rotate(356deg) brightness(94%) contrast(132%);
}

.division-details-flowin {
    color: #333;
    margin: 60px 0;
}

.division-details-flowin .heading1 {
    color: #333;
    font-size: 1.6em;
    line-height: 1em;
    text-transform: uppercase;
}

.division-details-flowin .heading2 {
    color: #333;
    font-size: 1.6em;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: none;
}

.division-details-flowin .subheading {
    color: #999;
    font-style: italic;
    line-height: 1.3em;
    margin: 1em 0;
}

.division-details-flowin img {
    height: 350px;
    width: auto;
}

.division-actions {
    margin: 30px 0 0 0;
}

.division-actions a,
.division-actions a:focus,
.division-actions a:visited {
    border: 1px solid #ccc;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    padding: none;
    margin: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.division-actions a:hover {
    background-color: #fff;
    text-decoration: none;
}

.division-actions hr {
    background-color: #ddd;
    background-image: none;
    height: 1px;
    margin: 4em 0;
}

.division-kpi {
    height: 727px;
    margin: 80px auto 60px auto;
    position: relative;
    width: 726px;
}

.division-kpi-main {
    margin-top: 30px;
    padding-top: 286px;
    text-align: center;
}

.division-kpi-01,
.division-kpi-02,
.division-kpi-03,
.division-kpi-04,
.division-kpi-05,
.division-kpi-06,
.division-kpi-07,
.division-kpi-08 {
    position: absolute;
}

.division-kpi-01:hover,
.division-kpi-02:hover,
.division-kpi-03:hover,
.division-kpi-04:hover,
.division-kpi-05:hover,
.division-kpi-06:hover,
.division-kpi-07:hover,
.division-kpi-08:hover {
    transform: scale(1.1);
    transition: all 100ms;
}

.division-kpi-01 {
    left: 372px;
    top: 0;
}

.division-kpi-02 {
    right: 0;
    top: 113px;
}

.division-kpi-03 {
    bottom: 109px;
    right: 0px;
}

.division-kpi-04 {
    bottom: -3px;
    right: 113px;
}

.division-kpi-05 {
    bottom: -3px;
    left: 112px;
}

.division-kpi-06 {
    bottom: 109px;
    left: -1px;
}

.division-kpi-07 {
    left: -1px;
    top: 113px;
}

.division-kpi-08 {
    left: 112px;
    top: 0;
}

.division-kpi-mobile {
    display: none;
}

.division-spiral {
    height: 480px;
    margin: 30px auto 0 auto;
    position: relative;
    width: 1190px;
}

.division-spiral-01,
.division-spiral-02,
.division-spiral-03,
.division-spiral-04,
.division-spiral-05,
.division-spiral-06,
.division-spiral-07,
.division-spiral-08,
.division-spiral-09,
.division-spiral-10,
.division-spiral-flow,
.division-spiral-logo {
    position: absolute;
}

.division-spiral-01 {
    left: 0;
    top: -11px;
}

.division-spiral-02 {
    left: 0;
    top: 37px;
}

.division-spiral-03 {
    left: 0;
    top: 84px;
}

.division-spiral-04 {
    left: 0;
    top: 134px;
}

.division-spiral-05 {
    left: 0;
    top: 178px;
}

.division-spiral-06 {
    left: 0;
    top: 228px;
}

.division-spiral-07 {
    left: 0;
    top: 278px;
}

.division-spiral-08 {
    left: 0;
    top: 325px;
}

.division-spiral-09 {
    left: 0;
    top: 372px;
}

.division-spiral-10 {
    left: 0;
    top: 421px;
}

.division-spiral-flow {
    left: 162px;
    top: 0;
}

.division-spiral-logo {
    left: 782px;
    top: 163px;
}

.division-spiral-mobile {
    display: none;
    margin-top: 30px;
}


@media (min-width:1024px) and (max-width:1279px) {
    .tabs ul li a {
        font-size: 1em;
    }

    .page-template-page-division .single-page .container .support-col h1 {
        font-size: 1.2em;
    }
}

@media (max-width:1023px) {
    .division-details-flowin img {
        height: auto;
        width: 100%;
    }

    .tabs_tablet_container ul.first-block li.active {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    .tabs_tablet_container ul.second-block li.active {
        border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .division-details-flowin .text-block {
        padding: 0 1em;
    }

    .build-page .feature-block {
        width: 50% !important;
    }

    .page-template-page-division .support-col a {
        padding: 10px 30px;
    }

    .tabs_tablet_container .tab-content {
        width: 100% !important;
    }

    .tabs_tablet_container ul {
        display: flex;
        float: none !important;
        width: 100% !important;
    }

    .tabs_tablet_container ul li {
        width: 50%;
    }

    .tabs_tablet_container ul.first-block {
        margin-bottom: 20px;
    }

    .tabs_tablet_container ul.second-block {
        padding-top: 10px;
    }
}

@media (max-width:767px) {
    .built-general-footer a {
        display: block;
        margin: 0 auto 10px auto;
        width: 150px;
    }

    .build-page .feature-block {
        height: auto;
        margin: 10px 0 20px 0;
    }

    .build-page .feature-block img {
        width: auto;
    }

    .build-page .feature-block .feature-desc {
        margin-bottom: 10px;
    }

    .view_mode {
        float: none;
    }

    .view_mode_grid {
        margin-top: 5px;
    }

    .view_features_list .feature-block img.feature-icon {
        height: 25px;
        margin-top: -6px !important;
    }

    .view_features_list .feature-block p.feature-desc {
        text-align: left;
        margin-top: -5px;
        max-width: 280px;
    }

    .division-kpi,
    .division-spiral {
        display: none;
    }

    .division-kpi-mobile,
    .division-spiral-mobile {
        display: block;
    }

    .division-details-flowin {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap;
        margin: 30px 0;
    }

    .division-details-flowin .heading2 {
        line-height: 1.3em !important;
    }

    .division-details-flowin .image-block {
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
    }

    .division-details-flowin .text-block {
        margin-top: 1.5em;
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
    }

    .division-actions a:nth-child(2) {
        margin-top: 20px;
    }

    .division-actions a:nth-child(3) {
        margin-top: 20px;
    }

    .page-template-page-division .tabs-section {
        margin: 60px 0;
    }

    .about-difference-left {
        width: auto;
    }

    #tawkchat-container {
        max-height: 64px !important;
        max-width: 44px !important;
    }
}


/* ---------- EDIT FEATURES PAGE ---------- */
.page-template-page-edit-features h2 {
    margin-bottom: 30px;
}

.page-template-page-edit-features .col-md-6 {
    float: left;
    width: 50%;
}

.page-template-page-edit-features #data_table_wrapper {
    margin-bottom: 50px;
}

.page-template-page-edit-features #data_table td {
    vertical-align: middle;
}

.page-template-page-edit-features #data_table img {
    height: 40px;
}

.page-template-page-edit-features #data_table_paginate li {
    display: inline-block;
    padding: 3px 6px;
}

.page-template-page-edit-features table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
.page-template-page-edit-features table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
    top: 23px;
}

.page-template-page-edit-features form {
    margin-bottom: 50px;
}

.page-template-page-edit-features .row {
    margin-bottom: 10px;
}

.page-template-page-edit-features input[type="text"],
.page-template-page-edit-features input[type="file"],
.page-template-page-edit-features textarea {
    font-family: inherit;
    padding: 5px 10px;
}

.page-template-page-edit-features textarea {
    height: 350px;
}

.page-template-page-edit-features .submit-row {
    margin-top: 20px;
}

.page-template-page-edit-features a.btn {
    padding: 11px;
}

@media (max-width:767px) {
    .page-template-page-edit-features .col-md-6 {
        float: none;
        width: 100%;
    }
}


/* ---------- LANDING PAGE ---------- */
.page-template-page-landing .rev-btn.button#slide-45-layer-7 {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.page-template-page-landing .rev-btn.button#slide-45-layer-7:hover {
    background-color: #A31671 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.page-template-page-landing .rev-btn.button#slide-45-layer-3 {
    background-color: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.page-template-page-landing .rev-btn.button#slide-45-layer-3:hover {
    background-color: #3CC4F2 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.page-template-page-landing .single-page-banner {
    display: flex;
    justify-content: center;
    position: relative;
}

/* .rev_slider.revslider-initialised {
	position: relative;
}
.rev_slider.revslider-initialised:after {
	content: "";
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 25;
	background-color: rgba(225, 225, 225, 0.5);
} */
@media (max-width: 767px) {
    div.tp-parallax-wrap .tp-caption {
        font-size: 25px !important;
    }
}

.slider-content {
    display: flex;
    flex-direction: column;
    align-self: center;
    position: absolute;
    width: 70%;
    z-index: 1;
    background: #ffffffab;
}

.slider-content p {
    color: #000;
    font-size: 1.5em;
}

.page-template-page-landing .defaultimg {
    opacity: 0.1 !important;
}

.content-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.two-col {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 2%;
    vertical-align: top;
    width: 50%;
}

.two-col ul {
    list-style: none;
}

.two-col ul li {
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.two-col ul li:before {
    border-left: 2px solid #3CC4F2;
    border-bottom: 2px solid #3CC4F2;
    box-sizing: content-box;
    content: '';
    height: 4px;
    left: -31px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 8px;
}

.two-col ul li:after {
    border: 2px solid #3CC4F2;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    height: 16px;
    left: -36px;
    position: absolute;
    top: 4px;
    width: 16px;
}

.box {
    background-color: #eee;
    /* border-radius:10px; */
    box-sizing: border-box;
    display: table;
    margin-top: 20px;
    padding: 40px 20px;
    min-height: 450px;
    table-layout: fixed;
    width: 100%;
}

.box .two-col {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 50px;
    position: relative;
    vertical-align: middle;
}

.box .two-col.form-container {
    background-color: #999;
    /* border-radius:5px; */
    padding: 10px 20px 20px 20px;
}

.box .two-col:first-child:before {
    background: #3ec3f1;
    content: '';
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
}

.box .two-col.no-separator:first-child:before {
    background: transparent;
}

.landing-kpi .box {
    min-height: 0;
    padding: 0;
}

.landing-kpi .division-kpi {
    margin: 20px 0;
}

.center-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.center-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.center-block:first-child {
    background-color: #eee;
    margin-bottom: 15px;
    padding: 0 20px;
}

.ig-impact {
    height: 564px;
    margin: 60px auto;
    position: relative;
    width: 498px;
}

.ig-impact-01,
.ig-impact-02,
.ig-impact-03,
.ig-impact-04,
.ig-impact-05,
.ig-impact-06,
.ig-impact-07,
.ig-impact-08,
.ig-impact-base,
.ig-impact-logo {
    position: absolute;
}

.ig-impact-01:hover,
.ig-impact-02:hover,
.ig-impact-03:hover,
.ig-impact-04:hover,
.ig-impact-05:hover,
.ig-impact-06:hover,
.ig-impact-07:hover,
.ig-impact-08:hover,
.ig-impact-logo:hover {
    transform: scale(1.1);
    transition: all 100ms;
}

.ig-impact-01 {
    left: 173px;
    top: 0;
}

.ig-impact-02 {
    left: 85px;
    top: 88px;
}

.ig-impact-03 {
    right: 88px;
    top: 88px;
}

.ig-impact-04 {
    left: 0;
    top: 174px;
}

.ig-impact-05 {
    right: 0;
    top: 173px;
}

.ig-impact-06 {
    left: 86px;
    bottom: 148px;
}

.ig-impact-07 {
    right: 86px;
    bottom: 148px;
}

.ig-impact-08 {
    bottom: 61px;
    left: 173px;
    z-index: 1;
}

.ig-impact-logo {
    left: 199px;
    top: 205px;
    z-index: 2;
}

.ig-impact-base {
    left: 130px;
    bottom: 0;
}

.ig-impact-mobile {
    display: none;
}

.home-btn:hover {
    cursor: pointer;
}

@media (max-width:767px) {
    .page-template-page-landing .single-page-banner {
        display: block !important;
    }

    .home .single-page-banner {
        min-height: initial;
    }

    .single-page-banner {
        margin-top: 0;
    }

    .box,
    .two-col,
    .box .two-col {
        display: block;
        width: 100%;
    }

    .box {
        padding: 15px 0;
    }

    .two-col,
    .box .two-col {
        padding: 0 15px;
    }

    .box .two-col:first-child:before {
        width: 0;
    }

    .two-col ul {
        margin-left: 35px;
    }

    .landing-kpi .box {
        padding: 15px;
    }

    .center-container,
    .center-block {
        display: block;
    }

    .center-block:first-child {
        margin-bottom: 0;
        padding: 15px;
    }

    .page-template-page-landing .division-actions a:nth-child(2) {
        margin: 20px 0;
    }

    .page-template-page-landing .division-actions a:nth-child(3) {
        margin: 0;
    }

    .slider-content {
        display: block;
        position: initial;
        width: 100%;
    }

    .slider-content p {
        font-size: 1.3em;
        margin-bottom: 50px;
    }

    /* .tp-parallax-wrap { top:93px !important; } */
    .tp-parallax-wrap .tp-caption {
        font-size: 0.8em !important;
        line-height: 1.6em !important;
    }

    .home-slider-text {
        top: 55px
    }
}

@media (max-width:497px) {
    .ig-impact {
        display: none;
    }

    .ig-impact-mobile {
        display: block;
    }
}


/* ---------- CONTACT US PAGE ---------- */
.contact h1 {
    margin-bottom: 30px !important;
}

.contact-options img {
    width: 100px;
}

.contact-options {
    display: flex;
    margin-top: 40px;
}

.contact-option {
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-left: 1%;
    width: 20%;
}

.contact-option:first-child {
    padding-left: 0;
}

.contact-option span {
    color: #fff;
    font-size: 3em;
    float: left;
    padding: 20px;
    width: 25%;
}

.contact-option span:hover {
    font-size: 3.5em;
}

.contact-option-1 span {
    background-color: #848484;
}

.contact-option-2 span {
    background-color: #a9a9a9;
}

.contact-option-3 span {
    background-color: #67d0ed;
}

.contact-option-4 span {
    background-color: #3ec2f2;
}

.contact-option-5 span {
    background-color: #23b0e6;
}

.contact-option div {
    float: left;
    font-size: 0.85em;
    padding-left: 5%;
    width: auto;
}

.text-edit-contact {
    font-size: 1em;
    font-weight: 700;
    text-align: center;
}

.msg-text-contact {
    font-size: 1.750em;
    font-weight: 500;
}

.ig-contact {
    height: 456px;
    margin: 60px auto 40px auto;
    position: relative;
    width: 600px;
}

.ig-contact-main {
    position: absolute;
    top: 191px;
    left: 27px;
    right: 0;
    text-align: center;
}

.ig-contact-1,
.ig-contact-2,
.ig-contact-3,
.ig-contact-4,
.ig-contact-5 {
    position: absolute;
}

.ig-contact-1:hover,
.ig-contact-2:hover,
.ig-contact-3:hover,
.ig-contact-4:hover,
.ig-contact-5:hover {
    transform: scale(1.1);
    transition: all 100ms;
}

.ig-contact-1 {
    top: 128px;
    left: 0;
}

.ig-contact-2 {
    top: 35px;
    left: 103px;
}

.ig-contact-3 {
    top: 0;
    left: 229px;
}

.ig-contact-4 {
    top: 34px;
    right: 94px;
}

.ig-contact-5 {
    top: 130px;
    right: -2px;
}

.ig-contact-mobile {
    display: none;
    margin-bottom: 20px;
}

.ig-contact-mobile-icon {
    float: left;
    margin: 10px auto;
    text-align: center;
    width: 50%;
}

.contact-form {
    margin-bottom: 50px;
}

@media (max-width:533px) {
    .contact-options {
        display: block;
    }

    .contact-option {
        height: 150px;
        width: 50%;
    }

    .contact-option:first-child {
        padding-left: 1%;
    }
}

@media (max-width:767px) {
    .ig-contact {
        display: none;
    }

    .ig-contact-mobile {
        display: block;
    }

    .contact-option {
        height: auto;
        width: 100%;
    }

    .contact-option span {
        width: auto;
    }

    .contact-option div {
        padding-bottom: 20px;
    }
}



/* ---------- HR ---------- */
.bg-grey {
    background-color: #4B4C4C;
}

.hr-lightbulb {
    height: 917px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 930px;
}

.hr-lightbulb-main {
    bottom: 0;
    left: 50%;
    margin-left: -184px;
    position: absolute;
}

.hr-lightbulb-1,
.hr-lightbulb-2,
.hr-lightbulb-3,
.hr-lightbulb-4,
.hr-lightbulb-5,
.hr-lightbulb-6,
.hr-lightbulb-7,
.hr-lightbulb-8 {
    position: absolute;
}

.hr-lightbulb-1-text,
.hr-lightbulb-2-text,
.hr-lightbulb-3-text,
.hr-lightbulb-4-text,
.hr-lightbulb-5-text,
.hr-lightbulb-6-text,
.hr-lightbulb-7-text,
.hr-lightbulb-8-text {
    font-size: 0.8em;
    position: absolute;
    text-align: center;
    width: 140px;
}

.hr-lightbulb-1 {
    left: 224px;
    top: -3px;
    z-index: 5;
}

.hr-lightbulb-2 {
    right: 227px;
    top: -5px;
    z-index: 4;
}

.hr-lightbulb-3 {
    left: 150px;
    top: 123px;
}

.hr-lightbulb-4 {
    right: 145px;
    top: 115px;
}

.hr-lightbulb-5 {
    left: 235px;
    top: 213px;
    z-index: 6;
}

.hr-lightbulb-6 {
    right: 205px;
    top: 211px;
    z-index: 8;
}

.hr-lightbulb-7 {
    left: 150px;
    top: 302px;
    z-index: 7;
}

.hr-lightbulb-8 {
    right: 157px;
    top: 336px;
}

.hr-lightbulb-1-text {
    left: 60px;
    top: 45px;
}

.hr-lightbulb-2-text {
    right: 50px;
    top: 43px;
    width: 170px;
}

.hr-lightbulb-3-text {
    left: 0;
    top: 152px;
}

.hr-lightbulb-4-text {
    right: -10px;
    top: 145px;
}

.hr-lightbulb-5-text {
    left: 40px;
    top: 242px;
}

.hr-lightbulb-6-text {
    right: 0;
    top: 265px;
    width: 200px;
}

.hr-lightbulb-7-text {
    left: 0;
    top: 354px;
}

.hr-lightbulb-8-text {
    right: -10px;
    top: 366px;
}

.hr-lightbulb-mobile {
    display: none;
    margin: 30px auto;
    text-align: center;
}

@media (max-width:929px) {
    .hr-lightbulb {
        display: none;
    }

    .hr-lightbulb-mobile {
        display: block;
    }
}

.hr-complete {
    background: #4B4C4C url('/wp-content/uploads/2025/11/HR-UpdatedBanner-scaled.jpg') no-repeat 0px 0px / cover;
}

.hr-complete-text {
    color: #fff;
    float: right;
    padding: 40px 20px 30px 20px;
    width: 35%;
}

.hr-complete-text p {
    line-height: 1.8em;
}

@media (max-width:767px) {
    .hr-complete-text {
        background: rgba(0, 0, 0, 0.6);
        width: auto;
    }
}

.hr-services {
    padding: 20px 0 40px 0;
}

.hr-service {
    color: #fff;
    line-height: 2em;
    padding-top: 30px;
    text-align: center;
}

.hr-service img {
    height: 122px;
    width: auto;
}

.hr-features {
    height: 630px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 632px;
}

.hr-feature-main {
    position: absolute;
    left: 229px;
    top: 227px;
    z-index: 1;
}

.hr-feature-1,
.hr-feature-2,
.hr-feature-3,
.hr-feature-4 {
    position: absolute;
}

.hr-feature-1 {
    top: 0px;
    left: 0px;
}

.hr-feature-2 {
    top: 0px;
    right: 0px;
}

.hr-feature-3 {
    bottom: 0px;
    left: 0px;
}

.hr-feature-4 {
    bottom: 0px;
    right: 0px;
}

.hr-feature-1-text,
.hr-feature-2-text,
.hr-feature-3-text,
.hr-feature-4-text {
    position: absolute;
    width: 180px;
}

.hr-feature-1-text {
    top: 160px;
    left: -190px;
}

.hr-feature-2-text {
    top: 116px;
    right: -195px;
}

.hr-feature-3-text {
    bottom: -12px;
    left: -190px;
}

.hr-feature-4-text {
    bottom: -12px;
    right: -195px;
}

@media (max-width:631px) {
    .hr-features {
        height: auto;
        width: auto;
    }

    .hr-feature-1 {
        width: auto;
    }

    .hr-feature-1 img {
        margin-bottom: 20px;
        width: 100%;
    }

    .hr-feature-main,
    .hr-feature-2,
    .hr-feature-3,
    .hr-feature-4 {
        display: none;
    }

    .hr-feature-1 {
        position: initial;
    }

    .hr-feature-1-text,
    .hr-feature-2-text,
    .hr-feature-3-text,
    .hr-feature-4-text {
        position: initial;
        width: auto;
    }
}

.hr-cta {
    margin-top: 60px;
}

.hr-cta-item {
    margin: 0 5px;
    padding: 50px 30px 20px 30px;
    position: relative;
    text-align: center;
}

.hr-cta-item-text {
    color: #fff;
    font-size: 1.7em;
    line-height: 1.6em;
    min-height: 240px;
}

.hr-cta-item-1 {
    background: url('img/hr/cta/1.png') no-repeat 0 0 / cover;
    margin-left: 0;
}

.hr-cta-item-1 a.hr-cta-item-btn {
    background-color: #4495c7;
}

.hr-cta-item-2 {
    background: url('img/hr/cta/2.png') no-repeat 0 0 / cover;
}

.hr-cta-item-2 a.hr-cta-item-btn {
    background-color: #555656;
}

.hr-cta-item-2 a.hr-cta-item-btn:hover {
    color: #555656 !important;
    border-color: #555656;
}

.hr-cta-item-3 {
    background: url('img/hr/cta/3.png') no-repeat 0 0 / cover;
    margin-right: 0;
}

.hr-cta-item-3 a.hr-cta-item-btn {
    background-color: #4495c7;
}

a.hr-cta-item-btn {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font-size: 1.5em;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px;
    text-decoration: none;
    width: 200px;
}

a.hr-cta-item-btn:hover {
    background: #fff;
    color: #4495c7 !important;
    border-color: #4495c7;
    text-decoration: none;
}

@media (max-width:767px) {
    .hr-cta-item {
        margin: 0;
    }
}

.hr-visibility {
    margin-top: 60px;
    position: relative;
}

.hr-visibility .row {
    display: flex;
}

.hr-visibility-1 {
    background: url('img/hr/visibility/photo1.jpg') no-repeat 0 0 / cover;
}

.hr-visibility-1-1,
.hr-visibility-1-2 {
    padding: 0 20px 70px 20px;
}

.hr-visibility-2 {
    background: url('img/hr/visibility/photo2.jpg') no-repeat 0 0 / cover;
}

.hr-visibility-2-1,
.hr-visibility-2-2 {
    padding: 70px 20px 0 20px;
    ;
}

.hr-visibility-main {
    background-color: #51b0e6;
    color: #fff;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 20px 20px 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 315px;
    width: 280px;
}

@media (max-width:1279px) {
    .hr-visibility .row {
        display: block;
    }

    .hr-visibility-1 {
        height: 200px;
    }

    .hr-visibility-2 {
        display: none;
    }

    .hr-visibility-1-1,
    .hr-visibility-1-2 {
        padding: 20px 20px 0 20px;
    }

    .hr-visibility-2-1,
    .hr-visibility-2-2 {
        padding: 20px 20px 0 20px;
    }

    .hr-visibility-main {
        margin-top: 20px;
        position: initial;
        width: auto;
    }
}

.hr-tools {
    height: 1052px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 898px;
}

.hr-tools-main {}

.hr-tools-main img {
    margin-top: 164px;
}

.hr-tools-main-text {
    margin: 20px 0 0 90px;
    text-align: center;
    width: 180px;
}

.hr-tools-main-text p {
    font-size: 1.2em;
}

.hr-tools-1,
.hr-tools-2,
.hr-tools-3,
.hr-tools-4,
.hr-tools-5 {
    position: absolute;
}

.hr-tools-1 {
    top: 0px;
    right: 304px;
}

.hr-tools-2 {
    top: 160px;
    right: 84px;
}

.hr-tools-3 {
    top: 417px;
    right: 0px;
}

.hr-tools-4 {
    bottom: 157px;
    right: 84px;
}

.hr-tools-5 {
    bottom: -4px;
    right: 303px;
}

.hr-tools-1-text,
.hr-tools-2-text,
.hr-tools-3-text,
.hr-tools-4-text,
.hr-tools-5-text {
    position: absolute;
    width: 180px;
}

.hr-tools-1-text {
    top: 20px;
    right: 140px;
}

.hr-tools-2-text {
    top: 190px;
    right: -80px;
}

.hr-tools-3-text {
    top: 450px;
    right: -160px;
}

.hr-tools-4-text {
    bottom: 216px;
    right: -80px;
}

.hr-tools-5-text {
    bottom: 60px;
    right: 138px;
}

.hr-tools-1-dots,
.hr-tools-2-dots,
.hr-tools-3-dots,
.hr-tools-4-dots,
.hr-tools-5-dots {
    position: absolute;
}

.hr-tools-1-dots {
    top: 242px;
    right: 344px;
}

.hr-tools-2-dots {
    top: 375px;
    right: 267px;
}

.hr-tools-3-dots {
    top: 549px;
    right: 278px;
}

.hr-tools-4-dots {
    bottom: 258px;
    right: 359px;
}

.hr-tools-5-dots {
    top: 90px;
    right: 0px;
}

.hr-tools-mobile {
    display: none;
    margin: 40px auto 30px auto;
}

.hr-tools-mobile .row {
    margin-bottom: 20px;
}

.hr-tools-mobile-icon {
    float: left;
    width: 128px;
}

.hr-tools-mobile-icon img {
    height: 90px;
    width: auto;
}

.hr-tools-mobile-text {
    float: left;
    padding-left: 15px;
    width: calc(100% - 133px);
}

@media (max-width:897px) {
    .hr-tools {
        display: none;
    }

    .hr-tools-mobile {
        display: block;
    }
}

.hr-performance {
    height: 860px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 1228px;
}

.hr-performance-main {}

.hr-performance-logo {
    position: absolute;
    top: 262px;
    left: 190px;
    z-index: 6;
}

.hr-performance-1,
.hr-performance-2,
.hr-performance-3,
.hr-performance-4,
.hr-performance-5 {
    position: absolute;
}

.hr-performance-1 {
    top: -29px;
    left: 328px;
    z-index: 5;
}

.hr-performance-2 {
    top: -26px;
    right: -5px;
    z-index: 4;
}

.hr-performance-3 {
    top: 20px;
    right: 0px;
    z-index: 3;
}

.hr-performance-4 {
    bottom: -62px;
    right: -4px;
    z-index: 2;
}

.hr-performance-5 {
    bottom: -41px;
    right: 20px;
    z-index: 1;
}

.hr-performance-1-number,
.hr-performance-2-number,
.hr-performance-3-number,
.hr-performance-4-number,
.hr-performance-5-number {
    color: #fff;
    font-size: 3em;
    position: absolute;
}

.hr-performance-1-number {
    top: 230px;
    left: 412px;
    z-index: 7;
}

.hr-performance-2-number {
    top: 275px;
    left: 485px;
    z-index: 7;
}

.hr-performance-3-number {
    top: 367px;
    left: 500px;
    z-index: 7;
}

.hr-performance-4-number {
    bottom: 380px;
    left: 484px;
    z-index: 7;
}

.hr-performance-5-number {
    bottom: 306px;
    left: 448px;
    z-index: 7;
}

.hr-performance-1-text,
.hr-performance-2-text,
.hr-performance-3-text,
.hr-performance-4-text,
.hr-performance-5-text {
    color: #fff;
    position: absolute;
}

.hr-performance-1-text {
    top: 30px;
    left: 504px;
    width: 120px;
    z-index: 7;
}

.hr-performance-2-text {
    top: 80px;
    right: 320px;
    width: 150px;
    z-index: 7;
}

.hr-performance-3-text {
    top: 290px;
    right: 210px;
    width: 150px;
    z-index: 7;
}

.hr-performance-4-text {
    bottom: 250px;
    right: 330px;
    width: 150px;
    z-index: 7;
}

.hr-performance-5-text {
    bottom: 100px;
    right: 520px;
    width: 120px;
    z-index: 7;
}

.hr-performance-mobile {
    display: none;
    margin: 40px auto 30px auto;
}

@media (max-width:1227px) {
    .hr-performance {
        display: none;
    }

    .hr-performance-mobile {
        display: block;
    }

    .hr-performance-mobile-logo {
        margin: 0 auto 20px auto;
        text-align: center;
        width: 120px;
    }

    .hr-performance-mobile-number {
        color: #000;
        font-size: 2em;
        float: left;
        width: 50px;
    }

    .hr-performance-mobile-text {
        color: #000;
        float: left;
        padding-left: 20px;
        width: calc(100% - 70px);
    }
}

.hr-time-tracking {
    height: 1469px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 896px;
}

.hr-time-tracking-logo {
    position: absolute;
    top: 548px;
    left: 0;
}

.hr-time-tracking-logo-text {
    color: #333;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3em;
    position: absolute;
    top: 685px;
    left: 130px;
    width: 100px;
}

.hr-time-tracking-1-arrow,
.hr-time-tracking-2-arrow,
.hr-time-tracking-3-arrow,
.hr-time-tracking-4-arrow,
.hr-time-tracking-5-arrow,
.hr-time-tracking-6-arrow {
    position: absolute;
    z-index: 1;
}

.hr-time-tracking-1-arrow {
    top: 404px;
    left: 189px;
}

.hr-time-tracking-2-arrow {
    top: 465px;
    left: 283px;
}

.hr-time-tracking-3-arrow {
    top: 622px;
    left: 342px;
}

.hr-time-tracking-4-arrow {
    bottom: 618px;
    left: 342px;
}

.hr-time-tracking-5-arrow {
    bottom: 459px;
    left: 285px;
}

.hr-time-tracking-6-arrow {
    bottom: 400px;
    left: 190px;
}

.hr-time-tracking-1-block,
.hr-time-tracking-2-block,
.hr-time-tracking-3-block,
.hr-time-tracking-4-block,
.hr-time-tracking-5-block,
.hr-time-tracking-6-block {
    position: absolute;
}

.hr-time-tracking-1-block {
    top: 129px;
    left: 0px;
}

.hr-time-tracking-2-block {
    top: 162px;
    left: 272px;
}

.hr-time-tracking-3-block {
    top: 372px;
    left: 424px;
}

.hr-time-tracking-4-block {
    bottom: 352px;
    left: 430px;
}

.hr-time-tracking-5-block {
    bottom: 133px;
    left: 280px;
}

.hr-time-tracking-6-block {
    bottom: 96px;
    left: 16px;
}

.hr-time-tracking-1-text,
.hr-time-tracking-2-text,
.hr-time-tracking-3-text,
.hr-time-tracking-4-text,
.hr-time-tracking-5-text,
.hr-time-tracking-6-text {
    position: absolute;
    text-align: center;
    width: 150px;
}

.hr-time-tracking-1-text {
    top: 220px;
    left: 115px;
}

.hr-time-tracking-2-text {
    top: 310px;
    left: 380px;
}

.hr-time-tracking-3-text {
    top: 520px;
    left: 549px;
}

.hr-time-tracking-4-text {
    bottom: 495px;
    left: 550px;
}

.hr-time-tracking-5-text {
    bottom: 270px;
    left: 390px;
}

.hr-time-tracking-6-text {
    bottom: 180px;
    left: 125px;
}

.hr-time-tracking-1,
.hr-time-tracking-2,
.hr-time-tracking-3,
.hr-time-tracking-4,
.hr-time-tracking-5,
.hr-time-tracking-6 {
    position: absolute;
}

.hr-time-tracking-1 {
    top: 0px;
    left: 130px;
}

.hr-time-tracking-2 {
    top: 128px;
    left: 525px;
}

.hr-time-tracking-3 {
    top: 464px;
    left: 768px;
}

.hr-time-tracking-4 {
    bottom: 460px;
    left: 768px;
}

.hr-time-tracking-5 {
    bottom: 123px;
    left: 526px;
}

.hr-time-tracking-6 {
    bottom: -4px;
    left: 129px;
}

.hr-time-tracking-mobile {
    display: none;
    margin: 40px auto 30px auto;
}

.hr-time-tracking-mobile .row {
    margin-bottom: 20px;
}

.hr-time-tracking-mobile-icon {
    float: left;
    width: 128px;
}

.hr-time-tracking-mobile-text {
    float: left;
    padding-left: 15px;
    width: calc(100% - 133px);
}

@media (max-width:895px) {
    .hr-time-tracking {
        display: none;
    }

    .hr-time-tracking-mobile {
        display: block;
    }
}

.hr-highlighted {
    background-color: #ddd;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    margin-top: 60px;
    padding: 30px 20px 0 20px;
}

.hr-highlighted ul {
    margin: 20px 0 0 0;
}

.hr-highlighted li {
    height: 55px;
    list-style: none;
}

@media (max-width:767px) {
    .hr-highlighted {
        padding-bottom: 20px;
    }

    .hr-highlighted li {
        height: auto;
    }
}



/* ---------- SUPPLY CHAIN MANAGEMENT ---------- */
.ig-supplychain-industries {
    height: 815px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 937px;
}

.ig-supplychain-industries-logo,
.ig-supplychain-industries-circle,
.ig-supplychain-industries-circle-dotted {
    position: absolute;
}

.ig-supplychain-industries-logo {
    top: 246px;
    left: 308px;
}

.ig-supplychain-industries-circle {
    top: 215px;
    left: 277px;
}

.ig-supplychain-industries-circle-dotted {
    top: 188px;
    left: 250px;
}

.ig-supplychain-industries-1,
.ig-supplychain-industries-2,
.ig-supplychain-industries-3,
.ig-supplychain-industries-4,
.ig-supplychain-industries-5,
.ig-supplychain-industries-6,
.ig-supplychain-industries-7,
.ig-supplychain-industries-8,
.ig-supplychain-industries-9,
.ig-supplychain-industries-10 {
    position: absolute;
}

.ig-supplychain-industries-1 {
    top: 30px;
    left: 461px;
}

.ig-supplychain-industries-2 {
    top: 121px;
    right: 43px;
}

.ig-supplychain-industries-3 {
    top: 353px;
    right: 44px;
}

.ig-supplychain-industries-4 {
    bottom: 291px;
    right: 43px;
}

.ig-supplychain-industries-5 {
    bottom: 56px;
    right: 43px;
}

.ig-supplychain-industries-6 {
    bottom: 31px;
    left: 267px;
}

.ig-supplychain-industries-7 {
    bottom: 51px;
    left: 45px;
}

.ig-supplychain-industries-8 {
    bottom: 296px;
    left: 47px;
}

.ig-supplychain-industries-9 {
    top: 353px;
    left: 47px;
}

.ig-supplychain-industries-10 {
    top: 121px;
    left: 48px;
}

.ig-supplychain-industries-1-text,
.ig-supplychain-industries-2-text,
.ig-supplychain-industries-3-text,
.ig-supplychain-industries-4-text,
.ig-supplychain-industries-5-text,
.ig-supplychain-industries-6-text,
.ig-supplychain-industries-7-text,
.ig-supplychain-industries-8-text,
.ig-supplychain-industries-9-text,
.ig-supplychain-industries-10-text {
    font-size: 1.3em;
    position: absolute;
}

.ig-supplychain-industries-1-text {
    top: 5px;
    left: 479px;
}

.ig-supplychain-industries-2-text {
    top: 96px;
    right: 150px;
}

.ig-supplychain-industries-3-text {
    top: 335px;
    right: 117px;
}

.ig-supplychain-industries-4-text {
    bottom: 360px;
    right: 102px;
}

.ig-supplychain-industries-5-text {
    bottom: 133px;
    right: 95px;
    width: 130px;
}

.ig-supplychain-industries-6-text {
    bottom: -8px;
    left: 220px;
    text-align: right;
    width: 250px;
}

.ig-supplychain-industries-7-text {
    bottom: 133px;
    left: 140px;
}

.ig-supplychain-industries-8-text {
    top: 436px;
    left: 159px;
}

.ig-supplychain-industries-9-text {
    top: 334px;
    left: 166px;
}

.ig-supplychain-industries-10-text {
    top: 80px;
    left: 108px;
    text-align: right;
    width: 120px;
}

.ig-supplychain-industries-mobile {
    display: none;
    margin: 40px auto 30px auto;
    position: relative;
}

.xs-col-icon {
    float: left;
    margin-left: 5px;
}

.xs-col-text {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
    max-width: 190px;
}

.supplychain-process-left {
    float: left;
    width: calc(100% - 380px);
}

.supplychain-process-right {
    float: left;
    width: 380px;
}

.supplychain-process-right-mobile {
    display: none;
}

.ig-supplychain-process {
    color: #fff;
    margin-left: 60px;
}

.ig-supplychain-process-1,
.ig-supplychain-process-2,
.ig-supplychain-process-3,
.ig-supplychain-process-4,
.ig-supplychain-process-5 {
    font-size: 1.4em;
    height: 100px;
}

.ig-supplychain-process-1 {
    background: url('img/supply-chain-management/process/1.png') no-repeat 0 0 / contain;
    margin-left: 32px;
    padding: 22px 90px 0 0;
    text-align: right;
}

.ig-supplychain-process-2 {
    background: url('img/supply-chain-management/process/2.png') no-repeat 0 0 / contain;
    margin-right: 32px;
    margin-top: -43px;
    padding: 20px 0 0 80px;
}

.ig-supplychain-process-3 {
    background: url('img/supply-chain-management/process/3.png') no-repeat 0 0 / contain;
    margin-left: 33px;
    margin-top: -47px;
    padding: 25px 90px 0 0;
    text-align: right;
}

.ig-supplychain-process-4 {
    background: url('img/supply-chain-management/process/4.png') no-repeat 0 0 / contain;
    margin-right: 33px;
    margin-top: -43px;
    padding: 20px 0 0 80px;
}

.ig-supplychain-process-5 {
    background: url('img/supply-chain-management/process/5.png') no-repeat 0 0 / contain;
    margin-left: 33px;
    margin-top: -49px;
    padding: 20px 90px 0 0;
    text-align: right;
}

.supplychain-visibility-container {
    display: flex;
    justify-content: center;
}

.supplychain-visibility-left {
    margin: 0 auto;
    width: 508px;
}

.ig-supplychain-visibility {
    height: 505px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 508px;
}

.ig-supplychain-visibility-logo,
.ig-supplychain-visibility-1,
.ig-supplychain-visibility-2,
.ig-supplychain-visibility-3,
.ig-supplychain-visibility-4,
.ig-supplychain-visibility-5 {
    position: absolute;
}

.ig-supplychain-visibility-logo {
    top: 205px;
    left: 177px;
}

.ig-supplychain-visibility-1 {
    top: 28px;
    right: 125px;
}

.ig-supplychain-visibility-2 {
    top: 156px;
    right: 29px;
}

.ig-supplychain-visibility-3 {
    bottom: 15px;
    right: 97px;
}

.ig-supplychain-visibility-4 {
    bottom: 13px;
    left: 53px;
}

.ig-supplychain-visibility-5 {
    top: 103px;
    left: 0px;
}

.ig-supplychain-visibility-1-text,
.ig-supplychain-visibility-2-text,
.ig-supplychain-visibility-3-text,
.ig-supplychain-visibility-4-text,
.ig-supplychain-visibility-5-text {
    font-size: 1.3em;
    position: absolute;
}

.ig-supplychain-visibility-1-text {
    top: 0px;
    right: 182px;
}

.ig-supplychain-visibility-2-text {
    top: 130px;
    right: 6px;
}

.ig-supplychain-visibility-3-text {
    bottom: 6px;
    right: 44px;
}

.ig-supplychain-visibility-4-text {
    bottom: 6px;
    left: 16px;
}

.ig-supplychain-visibility-5-text {
    top: 132px;
    left: 5px;
}

.ig-supplychain-visibility-mobile {
    display: none;
    margin: 40px auto 30px auto;
}

.supplychain-visibility-right {
    /* display: flex; */
    display: none;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: calc(100% - 578px);
}

.supplychain-visibility-right p {
    line-height: 2em;
}

.supplychain-features-container {
    display: flex;
    margin-top: 50px;
}

.supplychain-features-container .one.half:nth-child(2) {
    display: flex;
}

.supplychain-features-left {}

.supplychain-feature-row {
    border: 1px solid #ccc;
    display: flex;
    margin-bottom: 10px;
}

.supplychain-features-number {
    color: #fff;
    float: left;
    font-size: 3em;
    height: 110px;
    padding: 45px 0 0 30px;
    width: 110px;
}

.supplychain-features-number-1 {
    background-color: #51b0e6;
}

.supplychain-features-number-2 {
    background-color: #58c3f1;
}

.supplychain-features-number-3 {
    background-color: #555656;
}

.supplychain-features-number-4 {
    background-color: #aaa9aa;
}

.supplychain-features-text {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 0 15px;
    width: calc(100% - 110px);
}

.supplychain-features-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.supplychain-yourway-container {
    margin-top: 50px;
    text-align: center;
}

.ig-supplychain-yourway {
    height: 646px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 1061px;
}

.ig-supplychain-yourway-1,
.ig-supplychain-yourway-2,
.ig-supplychain-yourway-3,
.ig-supplychain-yourway-4,
.ig-supplychain-yourway-5,
.ig-supplychain-yourway-6,
.ig-supplychain-yourway-7 {
    position: absolute;
}

.ig-supplychain-yourway-1 {
    top: 147px;
    left: 0px;
}

.ig-supplychain-yourway-2 {
    top: 0px;
    left: 231px;
}

.ig-supplychain-yourway-3 {
    bottom: -4px;
    left: 231px;
}

.ig-supplychain-yourway-4 {
    top: 173px;
    left: 395px;
}

.ig-supplychain-yourway-5 {
    top: 0px;
    right: 180px;
}

.ig-supplychain-yourway-6 {
    bottom: -4px;
    right: 178px;
}

.ig-supplychain-yourway-7 {
    top: 175px;
    right: 0px;
}

.ig-supplychain-yourway-1-text,
.ig-supplychain-yourway-2-text,
.ig-supplychain-yourway-3-text,
.ig-supplychain-yourway-4-text,
.ig-supplychain-yourway-5-text,
.ig-supplychain-yourway-6-text,
.ig-supplychain-yourway-7-text {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    position: absolute;
    text-align: center;
    width: 140px;
}

.ig-supplychain-yourway-1-text {
    top: 350px;
    left: 101px;
}

.ig-supplychain-yourway-2-text {
    top: 160px;
    left: 311px;
}

.ig-supplychain-yourway-3-text {
    bottom: 72px;
    left: 309px;
}

.ig-supplychain-yourway-4-text {
    top: 329px;
    left: 480px;
}

.ig-supplychain-yourway-5-text {
    top: 158px;
    right: 254px;
}

.ig-supplychain-yourway-6-text {
    bottom: 74px;
    right: 258px;
}

.ig-supplychain-yourway-7-text {
    top: 335px;
    left: 848px;
}

.ig-supplychain-yourway-mobile {
    display: none;
    margin: 40px auto 30px auto;
}

@media (max-width:1060px) {
    .ig-supplychain-yourway {
        display: none;
    }

    .ig-supplychain-yourway-mobile {
        display: block;
    }
}

@media (max-width:1023px) {
    .supplychain-visibility-container {
        display: block;
        margin-top: 50px;
    }

    .supplychain-visibility-left {
        float: none;
        margin-right: initial;
        text-align: center;
        width: auto;
    }

    .ig-supplychain-visibility {
        display: none;
    }

    .ig-supplychain-visibility-mobile {
        display: block;
    }

    .supplychain-visibility-right {
        display: block;
        float: none;
        text-align: center;
        width: auto;
    }

    .supplychain-visibility-right p {
        line-height: 1.6em;
        ;
    }
}

@media (max-width:936px) {
    .ig-supplychain-industries {
        display: none;
    }

    .ig-supplychain-industries-mobile {
        display: block;
    }

    .supplychain-features-text {
        font-size: 0.9em;
        padding: 0 10px 0 15px;
    }
}

@media (max-width:767px) {
    .supplychain-process-left {
        float: none;
        width: auto;
    }

    .supplychain-process-left h2 {
        text-align: center;
    }

    .supplychain-process-right {
        display: none;
    }

    .supplychain-process-right-mobile {
        display: block;
    }

    .ig-supplychain-process {
        margin-left: initial;
    }

    .supplychain-features-container {
        display: block;
    }

    .supplychain-features-left h2,
    .supplychain-features-left h2+p {
        text-align: center;
    }

    .supplychain-features-right {
        display: none;
    }
}



/* ---------- DELIVERY ---------- */
.page-id-5511 h1.blocks-page-heading {
    display: none;
}

.page-id-5511 .single-page .container h1 {
    margin-bottom: 10px;
}

.ig-delivery-realtime {
    margin-bottom: 50px;
    margin-top: 100px;
}

.ig-delivery-realtime-left {
    float: left;
    height: 500px;
    position: relative;
    width: 623px;
}

.ig-dr-left-main,
.ig-dr-left-1,
.ig-dr-left-2,
.ig-dr-left-3,
.ig-dr-left-4,
.ig-dr-left-5 {
    position: absolute;
}

.ig-dr-left-main {
    top: 120px;
    left: 0;
}

.ig-dr-left-1 {
    top: 60px;
    left: -2px;
}

.ig-dr-left-2 {
    top: -4px;
    left: 159px;
}

.ig-dr-left-3 {
    top: -55px;
    left: 307px;
}

.ig-dr-left-4 {
    top: -54px;
    right: 100px;
}

.ig-dr-left-5 {
    top: 0;
    right: 0;
}

.ig-delivery-realtime-right {
    float: left;
    height: 500px;
    margin-top: 250px;
    position: relative;
    width: 623px;
}

.ig-dr-right-main,
.ig-dr-right-1,
.ig-dr-right-2,
.ig-dr-right-3,
.ig-dr-right-4,
.ig-dr-right-5 {
    position: absolute;
}

.ig-dr-right-main {
    top: 120px;
    left: 0;
}

.ig-dr-right-1 {
    top: 60px;
    right: -2px;
}

.ig-dr-right-2 {
    top: -7px;
    right: 162px;
}

.ig-dr-right-3 {
    top: -64px;
    left: 175px;
}

.ig-dr-right-4 {
    top: -55px;
    left: 98px;
}

.ig-dr-right-5 {
    top: 0;
    left: 0;
}

.ig-delivery-realtime-mobile {
    display: none;
    margin-top: 50px;
}

.ig-delivery-realtime-right-mobile {
    margin: 20px auto 50px auto;
}

.ig-delivery-experiences {
    height: 703px;
    margin: 50px auto 0 auto;
    position: relative;
    width: 965px;
}

.ig-delivery-experiences-main {
    position: absolute;
    top: 111px;
    right: 0px;
}

.ig-delivery-experiences-step1,
.ig-delivery-experiences-step2,
.ig-delivery-experiences-step3,
.ig-delivery-experiences-step4,
.ig-delivery-experiences-step5,
.ig-delivery-experiences-step6,
.ig-delivery-experiences-step7,
.ig-delivery-experiences-step8 {
    position: absolute;
    text-align: center;
    max-width: 200px
}

.ig-delivery-experiences-step1 {
    top: 0px;
    left: 9px;
}

.ig-delivery-experiences-step2 {
    bottom: 18px;
    left: 3px;
}

.ig-delivery-experiences-step3 {
    bottom: 0;
    left: 258px;
}

.ig-delivery-experiences-step4 {
    top: -13px;
    left: 257px;
}

.ig-delivery-experiences-step5 {
    top: -13px;
    right: 281px;
}

.ig-delivery-experiences-step6 {
    bottom: 14px;
    right: 276px;
}

.ig-delivery-experiences-step7 {
    bottom: 18px;
    right: -6px;
}

.ig-delivery-experiences-step8 {
    top: -13px;
    right: 2px;
}

.ig-delivery-experiences-step1-desc,
.ig-delivery-experiences-step2-desc,
.ig-delivery-experiences-step3-desc,
.ig-delivery-experiences-step4-desc,
.ig-delivery-experiences-step5-desc,
.ig-delivery-experiences-step6-desc,
.ig-delivery-experiences-step7-desc,
.ig-delivery-experiences-step8-desc {
    font-size: 0.7em;
    height: 178px;
    line-height: 1.2em;
    padding: 100px 20px 0 20px;
    position: absolute;
    text-align: center;
    width: 178px;
}

.ig-delivery-experiences-step1-desc {
    background: url('img/delivery/step1.png') no-repeat center / cover;
    top: 104px;
    left: 0px;
    padding-top: 110px;
}

.ig-delivery-experiences-step2-desc {
    background: url('img/delivery/step2.png') no-repeat center / cover;
    bottom: 128px;
    left: 0px;
    padding-top: 110px;
}

.ig-delivery-experiences-step3-desc {
    background: url('img/delivery/step3.png') no-repeat center / cover;
    bottom: 128px;
    left: 271px;
}

.ig-delivery-experiences-step4-desc {
    background: url('img/delivery/step4.png') no-repeat center / cover;
    top: 103px;
    left: 271px;
    padding-top: 110px;
}

.ig-delivery-experiences-step5-desc {
    background: url('img/delivery/step5.png') no-repeat center / cover;
    top: 105px;
    right: 288px;
    padding-left: 26px;
    padding-right: 26px;
}

.ig-delivery-experiences-step6-desc {
    background: url('img/delivery/step6.png') no-repeat center / cover;
    bottom: 128px;
    right: 288px;
}

.ig-delivery-experiences-step7-desc {
    background: url('img/delivery/step7.png') no-repeat center / cover;
    bottom: 129px;
    right: 7px;
    padding: 101px 30px 0 30px;
}

.ig-delivery-experiences-step8-desc {
    background: url('img/delivery/step8.png') no-repeat center / cover;
    top: 104px;
    right: 9px;
}

.ig-delivery-experiences-mobile {
    display: none;
    margin-top: 50px;
}

.ig-delivery-experiences-mobile .row {
    display: flex;
    align-items: center;
}

.ig-delivery-experiences-mobile .one.third {
    padding-right: 30px;
}

.delivery-visibility {
    margin-top: 80px;
}

.delivery-visibility img {
    max-height: 450px;
}

.delivery-visibility p {
    line-height: 1.8em;
}

.visibility-row-1,
.visibility-row-2,
.visibility-row-3,
.visibility-row-4 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.visibility-row-1 .visibility-img,
.visibility-row-3 .visibility-img {
    order: 2;
}

.visibility-row-1 .visibility-text,
.visibility-row-3 .visibility-text {
    order: 1;
}

.visibility-row-2 .visibility-text,
.visibility-row-4 .visibility-text {
    text-align: right;
}

.ig-delivery-all {
    height: 833px;
    margin: 50px auto 0 auto;
    position: relative;
    width: 1115px;
}

.ig-delivery-all-main {
    position: absolute;
    top: 250px;
    left: 392px;
}

.ig-delivery-all-1,
.ig-delivery-all-2,
.ig-delivery-all-3,
.ig-delivery-all-4,
.ig-delivery-all-5,
.ig-delivery-all-6,
.ig-delivery-all-7,
.ig-delivery-all-8,
.ig-delivery-all-9,
.ig-delivery-all-10,
.ig-delivery-all-11,
.ig-delivery-all-12,
.ig-delivery-all-13 {
    position: absolute;
}

.ig-delivery-all-1 {
    top: 27px;
    left: 483px;
}

.ig-delivery-all-2 {
    top: 63px;
    left: 574px;
}

.ig-delivery-all-3 {
    top: 163px;
    left: 630px;
}

.ig-delivery-all-4 {
    top: 304px;
    left: 658px;
}

.ig-delivery-all-5 {
    top: 414px;
    left: 651px;
}

.ig-delivery-all-6 {
    top: 476px;
    left: 610px;
}

.ig-delivery-all-7 {
    top: 513px;
    left: 544px;
}

.ig-delivery-all-8 {
    top: 545px;
    left: 407px;
}

.ig-delivery-all-9 {
    top: 481px;
    left: 274px;
}

.ig-delivery-all-10 {
    top: 420px;
    left: 190px;
}

.ig-delivery-all-11 {
    top: 302px;
    left: 171px;
}

.ig-delivery-all-12 {
    top: 162px;
    left: 223px;
}

.ig-delivery-all-13 {
    top: 63px;
    left: 336px;
}

.ig-delivery-all-1-text,
.ig-delivery-all-2-text,
.ig-delivery-all-3-text,
.ig-delivery-all-4-text,
.ig-delivery-all-5-text,
.ig-delivery-all-6-text,
.ig-delivery-all-7-text,
.ig-delivery-all-8-text,
.ig-delivery-all-9-text,
.ig-delivery-all-10-text,
.ig-delivery-all-11-text,
.ig-delivery-all-12-text,
.ig-delivery-all-13-text {
    position: absolute;
    text-align: center;
    width: 100px;
}

.ig-delivery-all-1-text {
    top: 0px;
    left: 480px;
    width: 150px;
}

.ig-delivery-all-2-text {
    top: 95px;
    left: 768px;
}

.ig-delivery-all-3-text {
    top: 207px;
    left: 880px;
}

.ig-delivery-all-4-text {
    top: 357px;
    left: 938px;
}

.ig-delivery-all-5-text {
    top: 508px;
    left: 922px;
}

.ig-delivery-all-6-text {
    top: 638px;
    left: 836px;
}

.ig-delivery-all-7-text {
    top: 796px;
    left: 586px;
}

.ig-delivery-all-8-text {
    top: 795px;
    left: 429px;
}

.ig-delivery-all-9-text {
    top: 635px;
    left: 170px;
}

.ig-delivery-all-10-text {
    top: 500px;
    left: 86px;
}

.ig-delivery-all-11-text {
    top: 358px;
    left: 71px;
}

.ig-delivery-all-12-text {
    top: 214px;
    left: 133px;
}

.ig-delivery-all-13-text {
    top: 94px;
    left: 200px;
    width: 150px;
}

.ig-delivery-all-mobile {
    display: none;
    margin-top: 50px;
    text-align: center;
}

@media (max-width:1279px) {
    .ig-delivery-realtime-left {
        float: none;
        margin: 0 auto;
    }

    .ig-delivery-realtime-right {
        float: none;
        margin: 100px auto 0 auto;
    }
}

@media (max-width:1114px) {
    .ig-delivery-all-mobile {
        display: block;
    }

    .ig-delivery-all {
        display: none;
    }
}

@media (max-width:964px) {
    .ig-delivery-experiences {
        display: none;
    }

    .ig-delivery-experiences-mobile {
        display: block;
    }
}

@media (max-width:767px) {
    .ig-delivery-realtime {
        display: none;
    }

    .ig-delivery-realtime-mobile {
        display: block;
    }

    .visibility-row-1,
    .visibility-row-2,
    .visibility-row-3,
    .visibility-row-4 {
        display: block;
    }

    .visibility-row-1 .visibility-text,
    .visibility-row-2 .visibility-text,
    .visibility-row-3 .visibility-text,
    .visibility-row-4 .visibility-text {
        text-align: center;
    }
}




/* ---------- BLOG ---------- */
.ffm-blog {
    padding-top: 150px !important;
}

.sidebar-blog {}

.sidebar-blog .widget_categories {
    padding-left: 2em;
}

.sidebar-blog .widget_categories ul {
    margin-left: 3px;
}

.sidebar-blog .widget_categories ul li {
    list-style: none;
    margin-top: 5px;
}

.sidebar-blog .widget_categories ul li.current-cat a {
    font-weight: bold;
}

.sidebar-blog .widget_categories ul li a {
    text-decoration: none;
}

.sidebar-blog .widget_categories ul li a:hover {
    text-decoration: underline;
}


/* ---------- REFER A FRIEND ---------- */
.page-id-5551 .blocks-page-heading {
    display: none;
}

.page-id-5551 h4 {
    line-height: 1.5em;
}

.page-id-5551 .div.wpcf7-response-output {
    margin: 15px auto;
    text-align: center;
    width: 100%;
}

.refer-services {}

.refer-services img {
    max-height: 111px;
    width: auto;
}

.refer-services h4 {
    margin: 0;
}

@media (max-width:767px) {

    .page-id-5551 h1,
    .page-id-5551 h2,
    .page-id-5551 h3,
    .page-id-5551 h4,
    .page-id-5551 p {
        text-align: center;
    }

    .page-id-5551 .single-page-banner {
        display: none;
    }

    .page-id-5551 .flex-wrapper {
        display: block;
    }

    .page-id-5551 .flex-wrapper .gapped {
        margin: 0 0 10px 0;
    }
}


/* ---------- PROFESSIONAL SERVICES ---------- */
.page-id-5574 h1.blocks-page-heading {
    display: none;
}

.page-id-5574 .single-page .container h1 {
    margin-bottom: 10px;
}

.ig-pro-services {
    height: 745px;
    position: relative;
    margin: 30px auto 0 auto;
    width: 850px;
}

.ig-ps-main {
    text-align: center;
}

.ig-ps-base {
    position: absolute;
    bottom: 0;
    left: 283px;
}

.ig-ps-1,
.ig-ps-2,
.ig-ps-3,
.ig-ps-4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.ig-ps-1 {
    top: 128px;
    z-index: 4;
}

.ig-ps-2 {
    top: 271px;
    z-index: 3;
}

.ig-ps-3 {
    top: 413px;
    z-index: 2;
}

.ig-ps-4 {
    top: 555px;
    z-index: 1;
}

.ig-ps-1-arrow,
.ig-ps-2-arrow,
.ig-ps-3-arrow,
.ig-ps-4-arrow {
    position: absolute;
}

.ig-ps-1-arrow {
    top: 115px;
    left: 160px;
}

.ig-ps-2-arrow {
    top: 273px;
    right: 160px;
}

.ig-ps-3-arrow {
    top: 402px;
    left: 160px;
}

.ig-ps-4-arrow {
    top: 538px;
    right: 160px;
}

.ig-ps-1-text,
.ig-ps-2-text,
.ig-ps-3-text,
.ig-ps-4-text {
    position: absolute;
    width: 250px;
}

.ig-ps-1-text h3,
.ig-ps-2-text h3,
.ig-ps-3-text h3,
.ig-ps-4-text h3 {
    font-size: 1.2em;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.ig-ps-1-text {
    top: 145px;
    left: 0;
    text-align: right;
}

.ig-ps-2-text {
    top: 300px;
    right: 0;
}

.ig-ps-3-text {
    top: 430px;
    left: 0;
    text-align: right;
}

.ig-ps-4-text {
    top: 570px;
    right: 0;
}

.ig-pro-services-mobile {
    display: none;
    margin: 30px auto 0 auto;
    text-align: center;
}

.ig-ps-main-mobile {
    margin-bottom: 30px;
}

.ig-ps-1-mobile,
.ig-ps-2-mobile,
.ig-ps-3-mobile,
.ig-ps-4-mobile {
    margin-top: 20px;
}

.ig-ps-1-text-mobile h3,
.ig-ps-2-text-mobile h3,
.ig-ps-3-text-mobile h3,
.ig-ps-4-text-mobile h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.ps-team-management {}

.ig-ps-team-management {
    height: 516px;
    position: relative;
    margin: 30px auto 0 auto;
    width: 980px;
}

.ig-ps-team-1,
.ig-ps-team-2,
.ig-ps-team-3,
.ig-ps-team-4 {
    position: absolute;
}

.ig-ps-team-1 {
    top: 135px;
    left: 0;
    z-index: 1;
}

.ig-ps-team-2 {
    top: 135px;
    left: 289px;
}

.ig-ps-team-3 {
    top: 30px;
    left: 479px;
}

.ig-ps-team-4 {
    top: 135px;
    left: 666px;
}

.ig-ps-team-1-text,
.ig-ps-team-2-text,
.ig-ps-team-3-text,
.ig-ps-team-4-text {
    position: absolute;
    width: 150px;
}

.ig-ps-team-1-text {
    top: 100px;
    left: 0;
}

.ig-ps-team-2-text {
    bottom: 0;
    left: 360px;
}

.ig-ps-team-3-text {
    top: 0;
    left: 520px;
}

.ig-ps-team-4-text {
    top: 100px;
    right: 0;
}

.ig-ps-team-management-mobile {
    display: none;
    text-align: center;
}

.ig-ps-team-1-mobile,
.ig-ps-team-2-mobile,
.ig-ps-team-3-mobile,
.ig-ps-team-4-mobile {
    margin-top: 20px;
}

.ps-customer-relationships-container {
    background: url('img/profesional-services/customer-relationships/bg.png') no-repeat center / contain;
}

.ps-customer-relationships-text {}

.ps-customer-relationships-text:first-child {
    text-align: right;
}

.ps-customer-relationships-text h3 {
    margin-bottom: 5px;
}

.ps-customer-relationships-icon {}

.ps-customer-relationships-icon img {
    height: auto;
    margin-top: 10px;
    padding-left: 20px;
    width: 60px;
}

.ps-customer-relationships-icon-right {
    text-align: right;
}

.ps-customer-relationships-icon-right img {
    padding-right: 20px;
    padding-left: 0;
}

@media (max-width:979px) {
    .ig-ps-team-management {
        display: none;
    }

    .ig-ps-team-management-mobile {
        display: block;
    }
}

@media (max-width:849px) {
    .ig-pro-services {
        display: none;
    }

    .ig-pro-services-mobile {
        display: block;
    }
}

@media (max-width:767px) {
    .ps-customer-relationships-container {
        background: none;
    }

    .ps-customer-relationships-container .row .two.sixth:nth-child(2) {
        display: none;
    }

    .ps-customer-relationships-container .two.sixth .row {
        display: flex;
        flex-direction: column;
    }

    .ps-customer-relationships-text,
    .ps-customer-relationships-text:first-child {
        order: 2;
        text-align: center;
    }

    .ps-customer-relationships-icon {
        order: 1;
        text-align: center;
    }

    .ps-customer-relationships-icon img,
    .ps-customer-relationships-icon-right img {
        height: 50px;
        padding: 0;
        width: auto;
    }
}


/* ---------- CRM ---------- */
.ig-crm-main {
    height: 890px;
    position: relative;
    margin: 30px auto 0 auto;
    width: 980px;
}

.ig-crm-main-main {
    position: absolute;
    top: 236px;
    left: 361px;
}

.ig-crm-main-1,
.ig-crm-main-2,
.ig-crm-main-3,
.ig-crm-main-4,
.ig-crm-main-5,
.ig-crm-main-6,
.ig-crm-main-7 {
    position: absolute;
}

.ig-crm-main-1 {
    top: 160px;
    right: 115px;
}

.ig-crm-main-2 {
    top: 350px;
    right: 161px;
}

.ig-crm-main-3 {
    bottom: 133px;
    right: 184px;
}

.ig-crm-main-4 {
    bottom: 123px;
    left: 184px;
}

.ig-crm-main-5 {
    bottom: 358px;
    left: 116px;
}

.ig-crm-main-6 {
    top: 271px;
    left: 156px;
}

.ig-crm-main-7 {
    top: 127px;
    left: 254px;
}

.ig-crm-main-1-text,
.ig-crm-main-2-text,
.ig-crm-main-3-text,
.ig-crm-main-4-text,
.ig-crm-main-5-text,
.ig-crm-main-6-text,
.ig-crm-main-7-text {
    font-size: 0.8em;
    position: absolute;
    width: 300px;
}

.ig-crm-main-1-text p,
.ig-crm-main-2-text p,
.ig-crm-main-3-text p,
.ig-crm-main-4-text p,
.ig-crm-main-5-text p,
.ig-crm-main-6-text p,
.ig-crm-main-7-text p,
.ig-crm-main-1-text h4,
.ig-crm-main-2-text h4,
.ig-crm-main-3-text h4,
.ig-crm-main-4-text h4,
.ig-crm-main-5-text h4,
.ig-crm-main-6-text h4,
.ig-crm-main-7-text h4 {
    margin: 0;
}

.ig-crm-main-1-text {
    top: 35px;
    right: 0px;
}

.ig-crm-main-2-text {
    bottom: 295px;
    right: 0px;
}

.ig-crm-main-3-text {
    bottom: 0px;
    right: 57px;
}

.ig-crm-main-4-text {
    bottom: 0px;
    left: 181px;
}

.ig-crm-main-5-text {
    bottom: 230px;
    left: 0px;
}

.ig-crm-main-6-text {
    top: 190px;
    left: 0px;
    width: 150px;
}

.ig-crm-main-7-text {
    top: 0px;
    left: 240px;
}

.ig-crm-main-1-text h4,
.ig-crm-main-2-text h4,
.ig-crm-main-3-text h4,
.ig-crm-main-4-text h4,
.ig-crm-main-5-text h4,
.ig-crm-main-6-text h4,
.ig-crm-main-7-text h4 {
    margin-bottom: 0;
}

.ig-crm-main-mobile {
    display: none;
    margin: 30px auto 0 auto;
    text-align: center;
}

.ig-crm-main-mobile .row {
    margin-top: 30px;
}

.ig-crm-main-mobile h4 {
    margin-bottom: 0;
}

.crm-umbrella-container {
    background: url('img/crm/umbrella.png') no-repeat top center / contain;
    height: 640px;
}

.crm-umbrella-content {
    padding: 280px 35px 0 0;
    text-align: right;
}

.crm-umbrella-content h4 {
    font-size: 1.2em;
    margin: 0;
    line-height: 1.8em;
}

.crm-umbrella-container-mobile {
    background: url('img/crm/umbrella.png') no-repeat top center / contain;
    display: none;
    height: 350px;
}

.crm-umbrella-container-mobile .row {
    padding-top: 141px;
}

.crm-umbrella-left,
.crm-umbrella-right {
    float: left;
    width: 47%;
}

.crm-umbrella-left {
    padding-right: 4%;
    text-align: right;
}

.crm-umbrella-right {
    padding-left: 9%;
}

.crm-umbrella-container-mobile h4 {
    font-size: 1em;
    margin: 0;
}

.ig-crm-features-container {
    background-color: #f7f7f7;
}

.ig-crm-features {
    background: url('img/crm/features/bg.png') no-repeat center / cover;
    height: 741px;
    margin: 30px auto 0 auto;
    position: relative;
    width: 1184px;
}

.ig-crm-features-main {
    position: absolute;
    top: 112px;
    left: 457px;
    z-index: 1;
}

.ig-crm-features-1,
.ig-crm-features-2,
.ig-crm-features-3,
.ig-crm-features-4,
.ig-crm-features-5,
.ig-crm-features-6,
.ig-crm-features-7,
.ig-crm-features-8,
.ig-crm-features-9,
.ig-crm-features-10,
.ig-crm-features-11,
.ig-crm-features-12,
.ig-crm-features-13,
.ig-crm-features-14,
.ig-crm-features-15,
.ig-crm-features-16,
.ig-crm-features-17 {
    position: absolute;
}

.ig-crm-features-1 {
    top: -25pxpx;
    left: 502px;
}

.ig-crm-features-2 {
    top: -14px;
    right: 346px;
}

.ig-crm-features-3 {
    top: 25px;
    right: 178px;
}

.ig-crm-features-4 {
    top: 156px;
    right: 226px;
}

.ig-crm-features-5 {
    top: 233px;
    right: 131px;
}

.ig-crm-features-6 {
    bottom: 220px;
    right: 164px;
}

.ig-crm-features-7 {
    bottom: 106px;
    right: 180px;
}

.ig-crm-features-8 {
    bottom: 74px;
    right: 317px;
}

.ig-crm-features-9 {
    bottom: -9px;
    right: 446px;
}

.ig-crm-features-10 {
    bottom: 41px;
    left: 448px;
}

.ig-crm-features-11 {
    bottom: 28px;
    left: 279px;
}

.ig-crm-features-12 {
    bottom: 125px;
    left: 164px;
}

.ig-crm-features-13 {
    bottom: 270px;
    left: 210px;
}

.ig-crm-features-14 {
    top: 231px;
    left: 91px;
}

.ig-crm-features-15 {
    top: 127px;
    left: 212px;
}

.ig-crm-features-16 {
    top: -11px;
    left: 171px;
}

.ig-crm-features-17 {
    top: -19px;
    left: 325px;
}

.ig-crm-features-mobile {
    display: none;
    margin: 30px auto 0 auto;
}

.crm-manage-container {
    background: url('img/crm/manage.png') no-repeat center / cover;
}

.crm-manage-container .one.half:nth-child(2) {
    background-color: #7ec0e5;
    opacity: 0.8;
    padding: 7em 5em;
}

.crm-manage-container p {
    color: #fff;
}

.crm-tools {
    height: 1052px;
    margin: 40px auto 30px auto;
    position: relative;
    width: 1020px;
}

.crm-tools-main {}

.crm-tools-main img {
    margin-top: 164px;
}

.crm-tools-1,
.crm-tools-2,
.crm-tools-3,
.crm-tools-4,
.crm-tools-5 {
    position: absolute;
}

.crm-tools-1 {
    top: 0px;
    right: 425px;
}

.crm-tools-2 {
    top: 160px;
    right: 195px;
}

.crm-tools-3 {
    top: 417px;
    right: 103px;
}

.crm-tools-4 {
    bottom: 157px;
    right: 185px;
}

.crm-tools-5 {
    bottom: -10px;
    right: 420px;
}

.crm-tools-1-text,
.crm-tools-2-text,
.crm-tools-3-text,
.crm-tools-4-text,
.crm-tools-5-text {
    position: absolute;
    width: 180px;
}

.crm-tools-1-text {
    top: 30px;
    right: 220px;
}

.crm-tools-2-text {
    top: 190px;
    right: 0;
}

.crm-tools-3-text {
    top: 470px;
    right: -90px;
}

.crm-tools-4-text {
    bottom: 196px;
    right: -10px;
}

.crm-tools-5-text {
    bottom: 40px;
    right: 225px;
}

.crm-tools-1-dots,
.crm-tools-2-dots,
.crm-tools-3-dots,
.crm-tools-4-dots,
.crm-tools-5-dots {
    position: absolute;
}

.crm-tools-1-dots {
    top: 242px;
    right: 433px;
}

.crm-tools-2-dots {
    top: 375px;
    right: 347px;
}

.crm-tools-3-dots {
    top: 549px;
    right: 340px;
}

.crm-tools-4-dots {
    bottom: 243px;
    right: 416px;
}

.crm-tools-5-dots {
    top: 90px;
    right: 0px;
}

.crm-tools-mobile {
    display: none;
    margin: 40px auto 30px auto;
}

.crm-tools-mobile .row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.crm-tools-mobile-icon {
    float: left;
    width: 128px;
}

.crm-tools-mobile-icon img {
    height: 90px;
    width: auto;
}

.crm-tools-mobile-text {
    float: left;
    padding-left: 15px;
    width: calc(100% - 133px);
}

@media (max-width:1183px) {
    .ig-crm-features {
        display: none;
    }

    .ig-crm-features-mobile {
        display: block;
    }

    .ffm-blog {
        padding-top: 50px !important;
    }
}

@media (max-width:1019px) {
    .crm-tools {
        display: none;
    }

    .crm-tools-mobile {
        display: block;
    }
}

@media (max-width:979px) {
    .ig-crm-main {
        display: none;
    }

    .ig-crm-main-mobile {
        display: block;
    }
}

@media (max-width:767px) {
    .crm-umbrella-container {
        display: none;
    }

    .crm-umbrella-container-mobile {
        display: block;
    }
}


/* ---------- FIELD SERVICES ---------- */
.multi-blocks-display {
    width: 1000px;
    height: 536px;
    margin: auto;
    position: relative;
}

.multi-blocks-1 {
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.multi-blocks-2 {
    width: 250px;
    left: 150px;
    position: absolute;
}

.multi-blocks-3 {
    width: 250px;
    left: 150px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.multi-blocks-4 {
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 300px;
    margin: auto;
}

.multi-blocks-5 {
    width: 250px;
    left: 460px;
    position: absolute;
}

.multi-blocks-6 {
    width: 250px;
    left: 460px;
    bottom: 0;
    position: absolute;
}

.multi-blocks-7 {
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 610px;
    margin: auto;
}

.multi-blocks-8 {
    width: 250px;
    right: -25px;
    position: absolute;
}

.multi-blocks-9 {
    width: 250px;
    right: -25px;
    bottom: 0;
    position: absolute;
}

.field-ticketing-1 {
    width: 600px;
    display: block;
    margin: auto;
}

.field-ticketing-2 {
    width: 600px;
    display: block;
    margin: auto;
}

.field-ticketing-3 {
    width: 600px;
    display: block;
    margin: auto;
}

.field-ticketing-4 {
    width: 600px;
    display: block;
    margin: auto;
}

.field-ticketing-5 {
    width: 500px;
    display: block;
    margin: auto;
}

.field-ticketing-display {
    width: 1200px !important;
    margin: auto;
    display: flex;
    align-items: center;
}

.target-infog-display {
    width: 1000px;
    height: 730px;
    position: relative;
    margin: auto;
}

.target-piece-11 {
    width: 730px;
    position: absolute;
    top: 89px;
    right: 0;
    z-index: -1;
}

.target-piece-9 {
    width: 730px;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: -1;
}

.target-piece-1 {
    position: absolute;
    width: 420px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.target-piece-2 {
    width: 300px;
    position: absolute;
    top: 154px;
    left: 225px;
}

.target-piece-3 {
    position: absolute;
    width: 76px;
    left: 170px;
    top: 61px;
}

.target-piece-4 {
    position: absolute;
    width: 75px;
    left: 171px;
    bottom: 60px;
}

.target-piece-5 {
    width: 300px;
    position: absolute;
    top: 156px;
    left: -108px;
}

.target-piece-6 {
    width: 300px;
    position: absolute;
    bottom: 154px;
    left: -108px;
}

.target-piece-7 {
    width: 300px;
    position: absolute;
    bottom: 154px;
    left: 225px;
}

.target-piece-8 {
    width: 730px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.target-piece-13 {
    width: 730px;
    position: absolute;
    bottom: 135px;
    right: 0;
    z-index: -1;
}

.target-piece-12 {
    width: 620px;
    position: absolute;
    bottom: 263px;
    right: 0;
    z-index: -1;
}

.target-piece-10 {
    width: 620px;
    position: absolute;
    bottom: 388px;
    right: 0;
    z-index: -1;
}

.page-id-5622 img.infog-img {
    width: 1000px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.page-id-5622 img.infog-img-2 {
    width: 1200px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.page-id-5622 h1 {
    margin-bottom: 10px !important;
}

.ig-fs-essential {
    font-size: 0.9em;
    height: 515px;
    margin: 65px auto 0 auto;
    position: relative;
    width: 950px;
}

.ig-fs-essential-main {
    position: absolute;
    top: 142px;
    left: 0;
    right: 0;
}

.ig-fs-essential-L1,
.ig-fs-essential-L2,
.ig-fs-essential-L3,
.ig-fs-essential-L4,
.ig-fs-essential-R1,
.ig-fs-essential-R2,
.ig-fs-essential-R3,
.ig-fs-essential-R4 {
    position: absolute;
}

.ig-fs-essential-L1:hover,
.ig-fs-essential-L2:hover,
.ig-fs-essential-L3:hover,
.ig-fs-essential-L4:hover,
.ig-fs-essential-R1:hover,
.ig-fs-essential-R2:hover,
.ig-fs-essential-R3:hover,
.ig-fs-essential-R4:hover {
    transform: scale(0.9);
    transition: all 100ms;
}

.ig-fs-essential-L1:hover+.ig-fs-essential-L1-text,
.ig-fs-essential-L2:hover+.ig-fs-essential-L2-text,
.ig-fs-essential-L3:hover+.ig-fs-essential-L3-text,
.ig-fs-essential-L4:hover+.ig-fs-essential-L4-text,
.ig-fs-essential-R1:hover+.ig-fs-essential-R1-text,
.ig-fs-essential-R2:hover+.ig-fs-essential-R2-text,
.ig-fs-essential-R3:hover+.ig-fs-essential-R3-text,
.ig-fs-essential-R4:hover+.ig-fs-essential-R4-text {
    transform: scale(1.1);
}

.ig-fs-essential-L1-text,
.ig-fs-essential-L2-text,
.ig-fs-essential-L3-text,
.ig-fs-essential-L4-text,
.ig-fs-essential-R1-text,
.ig-fs-essential-R2-text,
.ig-fs-essential-R3-text,
.ig-fs-essential-R4-text {
    position: absolute;
    max-width: 110px;
}

.ig-fs-essential-L1-text h4,
.ig-fs-essential-L2-text h4,
.ig-fs-essential-L3-text h4,
.ig-fs-essential-L4-text h4,
.ig-fs-essential-R1-text h4,
.ig-fs-essential-R2-text h4,
.ig-fs-essential-R3-text h4,
.ig-fs-essential-R4-text h4,
.ig-fs-essential-L1-text p,
.ig-fs-essential-L2-text p,
.ig-fs-essential-L3-text p,
.ig-fs-essential-L4-text p,
.ig-fs-essential-R1-text p,
.ig-fs-essential-R2-text p,
.ig-fs-essential-R3-text p,
.ig-fs-essential-R4-text p {
    margin: 0;
}

.ig-fs-essential-L1 {
    left: 270px;
    top: 0;
}

.ig-fs-essential-L2 {
    left: 185px;
    top: 118px;
}

.ig-fs-essential-L3 {
    left: 185px;
    bottom: 118px;
}

.ig-fs-essential-L4 {
    left: 270px;
    bottom: 0;
}

.ig-fs-essential-L1-text {
    left: 130px;
    top: 0;
}

.ig-fs-essential-L2-text {
    left: 70px;
    top: 130px;
}

.ig-fs-essential-L3-text {
    left: 56px;
    bottom: 125px;
}

.ig-fs-essential-L4-text {
    left: 130px;
    bottom: 0;
}

.ig-fs-essential-R1 {
    right: 270px;
    top: 0;
}

.ig-fs-essential-R2 {
    right: 185px;
    top: 118px;
}

.ig-fs-essential-R3 {
    right: 185px;
    bottom: 118px;
}

.ig-fs-essential-R4 {
    right: 270px;
    bottom: 0;
}

.ig-fs-essential-R1-text {
    right: 130px;
    top: 0;
}

.ig-fs-essential-R2-text {
    right: 40px;
    top: 130px;
}

.ig-fs-essential-R3-text {
    right: 40px;
    bottom: 130px;
}

.ig-fs-essential-R4-text {
    right: 130px;
    bottom: 0;
}

.ig-fs-essential h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.ig-fs-essential p {
    line-height: 1.5em;
}

.ig-fs-essential-mobile {
    display: none;
}

.ig-fs-essential-L1-mob,
.ig-fs-essential-L1-mob-text,
.ig-fs-essential-L2-mob,
.ig-fs-essential-L2-mob-text,
.ig-fs-essential-L3-mob,
.ig-fs-essential-L3-mob-text,
.ig-fs-essential-L4-mob,
.ig-fs-essential-L4-mob-text,
.ig-fs-essential-R1-mob,
.ig-fs-essential-R1-mob-text,
.ig-fs-essential-R2-mob,
.ig-fs-essential-R2-mob-text,
.ig-fs-essential-R3-mob,
.ig-fs-essential-R3-mob-text,
.ig-fs-essential-R4-mob,
.ig-fs-essential-R4-mob-text {
    float: left;
    padding: 1%;
    width: 50%;
}

.target-infog-display {
    display: block;
}

.target-infog-mobile {
    display: none;
}

.multi-blocks-display {
    display: block
}

.multi-blocks-mobile {
    display: none;
}

@media (max-width: 1199px) {

    .multi-blocks-display,
    .custom-data-insights-section,
    .custom-scalability-section,
    .custom-steps-section {
        display: none
    }

    .multi-blocks-mobile {
        display: block;
    }

    .field-ticket-left img {
        margin-bottom: 20px;
    }

    .field-ticketing-display {
        width: auto !important;
        flex-direction: column;
        padding: 10px;
    }

    .target-infog-display {
        display: none;
    }

    .target-infog-mobile {
        display: block;
    }
}

@media (max-width:950px) {
    .ig-fs-essential {
        display: none;
    }

    .ig-fs-essential-mobile {
        display: block;
    }
}


/* ---------- UNSUBSCRIBE ---------- */
.page-template-page-unsubscribe {}

.page-template-page-unsubscribe h1 {
    text-align: center;
}

.page-template-page-unsubscribe .reasons-block {
    margin: 0 auto;
    text-align: center;
}

.page-template-page-unsubscribe .reasons-block-inner {
    margin: 0 auto;
    width: 240px;
}

.page-template-page-unsubscribe .reasons-block-inner p {
    text-align: left;
}



/* ---------- FOOTER ---------- */
.footer-contact-circles {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
}

.footer-contact-circle {
    margin: 0 auto;
    text-align: center;
    flex: 0 0 30%;
}

.footer-contact-circle img {
    max-width: 70px;
}

.footer-contact-circle a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: white !important;
}

.footer-contact-circle a span {
    color: white;
}

.footer-contact-circle:hover a {
    text-decoration: none;
}

.footer-contact-circle:hover {
    transform: scale(1.1);
    transition: all 0.2s;
}

.footer-social {}

.footer-social ul {
    margin: 25px 0 0 0;
}

.footer-social ul li {
    display: inline;
    list-style: none;
}

.footer-social ul li img {
    width: 40px;
}

.footer-social ul li img:hover {
    transform: scale(1.1);
    transition: all 0.2s;
}

.bg_overlay {
    background-color: #000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.refer_icon {
    color: #000;
    font-size: 0.7em;
    position: fixed;
    left: 10px;
    bottom: 20px;
    text-align: center;
}

.refer_icon {
    bottom: 90px;
}

.refer_icon img {
    height: 40px;
    width: auto;
}

.covid19_msg_container {
    background-color: #fff;
    border: 5px solid #ddd;
    color: #000;
    max-width: 80%;
    padding: 20px 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999;
}

.covid19_msg {
    position: relative;
}

.covid19_msg_close {
    cursor: pointer;
    position: absolute;
    top: -36px;
    right: -45px;
}

.follow-us {
    background-color: #3ec3f1;
    color: #fff;
    padding: 60px 0;
}

.follow-us h1 {
    border-bottom: 1px solid #2BC1C1;
    color: #fff;
    font-size: 3.7em;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.follow-us .one img,
.sublinks img {
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    width: 90px;
}

.sublinks img {
    width: 35px;
}

.follow-us .one img:hover,
.sublinks img:hover {
    background-color: #000;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 15px;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.sublinks img:hover {
    background-color: #3ec3f1;
    padding: 0;
}

.follow-us .one img.follow-custom-img {
    margin-top: 15px;
    width: 55px;
    height: auto;
    border-radius: 0;
}

.follow-us .one img.follow-custom-img:hover {
    border-radius: 50%;
}

#topcontrol {
    bottom: 86px !important;
    right: 22px !important;
}

@media (min-width:800px) {
    .sublinks {
        padding-right: 30px;
        padding-top: 6px;
    }

    .addthis-share {
        padding: 8px 0 8px 50px;
    }
}

@media (max-width:767px) {

    .copyright,
    .addthis-share,
    .sublinks {
        margin: 0 auto;
        text-align: center !important;
    }

    .sublinks {
        margin-top: 15px;
    }

    .sublinks a {
        padding-right: 0 !important;
    }

    footer section {
        text-align: center;
    }

    footer .footer-contact-form {
        padding: 0 !important;
    }

    .covid19_icon {
        display: none;
    }

    .covid19_msg_container {
        width: 80%;
    }
}


.logos,
.logos2 {
    background-color: #eee;
    padding: 0 0 60px 0;
}

.logos2 {
    background-color: #fff;
}

.logos h1,
.logos2 h1 {
    font-size: 2.3em;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.logos p,
.logos2 p {
    color: #333;
    margin-bottom: 35px;
}

.logos .one img,
.logos2 .one img {
    max-width: 100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.logos .one img:hover,
.logos2 .one img:hover {
    filter: contrast(2);
    -webkit-filter: contrast(2);
    max-width: 110px;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.logo-list .row {}

.logo-list .one.sixth,
.logo-list .one.fifth {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}

.show-all,
.hide-all,
.show-all-2,
.hide-all-2,
.show-all-awards,
.hide-all-awards {
    color: #000;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 300;
    margin: 30px auto 0 auto;
    padding-bottom: 40px;
    position: relative;
    width: 100px;
}

.hide-all,
.hide-all-2,
.hide-all-awards {
    padding: 20px 0;
}

.show-all:after,
.show-all-2:after,
.show-all-awards:after {
    content: "\225A";
    font-size: 1.5em;
    position: absolute;
    bottom: 13px;
    left: 43px;
}

.hide-all:before,
.hide-all-2:before,
.hide-all-awards:before {
    content: "\2259";
    font-size: 1.5em;
    position: absolute;
    top: -12px;
    left: 43px;
}

.software-logos {
    padding: 0 0 60px 0;
}

.software-logos .one img {
    height: auto;
    width: 75px;
}

.software-logos .one img:hover {
    filter: contrast(2);
    -webkit-filter: contrast(2);
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

@media (max-width:767px) {

    .logo-list .one.sixth,
    .logo-list .one.fifth {
        display: block;
        height: auto;
        margin: 20px 0;
    }
}



/* PLUGIN OVERRIDES */
.su-spoiler-style-fancy {
    border-radius: 0 !important;
}

.su-spoiler-style-fancy li {
    margin-top: 3px;
}

.su-spoiler-style-fancy p {
    line-height: 23px;
}

.su-spoiler-style-fancy>.su-spoiler-title {
    border-radius: 0 !important;
    font-size: 1em !important;
    text-align: left;
    width: 100%;
}

.su-spoiler-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.su-spoiler-title:hover,
.su-spoiler-title:focus {
    color: #333 !important;
}

.su-spoiler-icon {
    top: 9px !important;
}

.qtip.su-qtip {
    font-family: 'Open Sans', sans-serif;
    font-size: 1;
}

.qtip.su-qtip .qtip-content {
    font-size: 15px;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
    max-height: 100px !important;
}

.logos2 .wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
    max-height: 85px !important;
    padding: 0 20px;
}

.wpls-logo-showcase button.slick-arrow {
    min-width: initial;
}

.container .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper {
    margin: 0 auto !important;
    min-width: 300px !important;
    text-align: center !important;
}

.container .dae-shortcode-download-title {
    display: none;
}

.container .dae-shortcode-download-button,
.container .dae-shortcode-download-button:hover {
    border-color: #3ec3f1 !important;
    border-radius: 5px !important;
    color: #3ec3f1 !important;
    font-family: inherit !important;
    font-size: 1.3em !important;
    font-weight: normal !important;
    padding: 10px 15px !important;
}

.container .dae-shortcode-register-icon {
    background: #3ec3f1 !important;
    border: 1px solid #3ec3f1 !important;
    font-family: inherit !important;
    font-size: 1.1em !important;
    height: calc(45px + 4px) !important;
    padding: 15px !important;
}

.container .dae-shortcode-register-icon i {
    color: #fff !important;
}

.container input.dae-shortcode-register-field {
    background: #f9f9f9 !important;
    border: 1px solid #ccc !important;
    color: #444 !important !important;
    font-family: inherit !important;
    font-size: 1.1em !important;
    height: calc(45px + 4px) !important;
    padding: 15px !important;
}

.container .dae-shortcode-register-submit,
.container .dae-shortcode-register-submit:hover,
.container .dae-shortcode-register-form input[type="submit"] {
    background: #3ec3f1 !important;
    border: 1px solid #3ec3f1 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 1.1em !important;
    padding: 14px 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.container .dae-shortcode-register-submit:hover,
.container .dae-shortcode-register-form input[type="submit"]:hover {
    background: #fff !important;
    color: #3ec3f1 !important;
}

@media (min-width:0px) and (max-width:767px) {
    .single-page .container {
        margin-top: -70px;
    }
}

@media (max-width:1436px) {

    /* .home-slider, */
    /*.single-page-banner,*/
    .home-social {
        display: none;
    }

    header.main-header {
        padding-bottom: 25px;
        position: relative;
    }

    a.logo {
        background: url('img/logo-icon.png') no-repeat left top /contain
            /*200px 87px*/
        ;
    }

    .single-page .container {
        margin-top: 30px;
    }

    .main-nav-bg,
    .menu-bars,
    .nav-bar {
        display: none !important;
    }

    .nav-bar ul li.mobile-nav-item {
        display: block;
    }

    .ffm-blog {
        padding-top: 20px !important;
    }
}

@media (min-width:768px) and (max-width:799px) {
    .support-col-mid h1 {
        margin-bottom: 38px;
    }

    .logos .one img,
    .logos2 .one img {
        max-width: 85%;
    }
}

@media (max-width:767px) {
    .single-page {
        margin-top: 100px;
    }

    .products .single-page {
        margin-top: 30px !important;
    }

    .single-page .container h1 {
        margin-bottom: 25px;
    }

    .logos {
        height: auto;
    }

    ul.filter-control li:after {
        content: "\f0a9";
        font-family: FontAwesome;
        font-size: 0.7em;
        padding-left: 8px;
    }

    ul.filter-control li {
        display: block;
        padding-left: 0;
    }

    .home-social {
        display: none !important;
    }

    .qtip.su-qtip {
        width: 80%;
    }

    .page-id-5500 .single-page-banner {
        display: none;
    }

    /* Web App */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline;
    splay: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: none
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/js/libs/boxsizing.htc)
}

html,
body {
    -webkit-text-size-adjust: none
}

html,
body,
div,
span,
header,
footer,
aside,
nav,
menu,
section,
article,
details,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
em,
small,
big,
strong,
b,
u,
i,
sub,
sup,
del,
strike,
blockquote,
cite,
pre,
code,
time,
address,
a,
img,
center,
hr,
form,
fieldset,
legend,
label,
input,
textarea,
button,
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td,
iframe,
object,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

header,
footer,
aside,
menu,
nav,
section,
article,
details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    width: 100%;
    height: 100%
}

html,
body {
    overflow-x: auto;
    width: 100% !important;
    min-height: 100%;
    margin: 0;
    padding: 0
}


img,
a img {
    max-width: 100%;
    border: none
}

.clear,
.clearfix,
.row,
header,
footer,
nav,
.nav {
    clear: both
}

.clear:after,
.clearfix:after,
.row:after,
header:after,
footer:after,
nav:after,
.nav:after {
    content: '';
    display: block;
    clear: both
}

.padded {
    padding: 10px
}

.padded.double {
    padding: 20px
}

.padded.triple {
    padding: 30px
}

.pad-top {
    padding-top: 10px
}

.pad-top.double {
    padding-top: 20px
}

.pad-top.triple {
    padding-top: 30px
}

.pad-right {
    padding-right: 10px
}

.pad-right.double {
    padding-right: 20px
}

.pad-right.triple {
    padding-right: 30px
}

.pad-right-5 {
    padding-right: 5px;
}

.pad-bottom {
    padding-bottom: 10px
}

.pad-bottom.double {
    padding-bottom: 20px
}

.pad-bottom.triple {
    padding-bottom: 30px
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-left-25 {
    padding-left: 25px;
}

.pad-left {
    padding-left: 10px
}

.pad-left.double {
    padding-left: 20px
}

.pad-left.triple {
    padding-left: 30px
}

.gapped {
    margin: 10px
}

.gapped.double {
    margin: 20px
}

.gapped.triple {
    margin: 30px
}

.gap-top {
    margin-top: 10px
}

.gap-top.double {
    margin-top: 20px
}

.gap-top.triple {
    margin-top: 30px
}

.gap-right {
    margin-right: 10px
}

.gap-right.double {
    margin-right: 20px
}

.gap-right.triple {
    margin-right: 30px
}

.gap-bottom {
    margin-bottom: 10px !important
}

.gap-bottom.double {
    margin-bottom: 20px !important
}

.gap-bottom.triple {
    margin-bottom: 30px !important
}

.gap-left {
    margin-left: 10px
}

.gap-left.double {
    margin-left: 20px
}

.gap-left.triple {
    margin-left: 30px
}

.offset {
    margin: -10px
}

.offset.double {
    margin: -20px
}

.offset.triple {
    margin: -30px
}

.offset-top {
    margin-top: -10px
}

.offset-top.double {
    margin-top: -20px
}

.offset-top.triple {
    margin-top: -30px
}

.offset-right {
    margin-right: -10px
}

.offset-right.double {
    margin-right: -20px
}

.offset-right.triple {
    margin-right: -30px
}

.offset-bottom {
    margin-bottom: -10px
}

.offset-bottom.double {
    margin-bottom: -20px
}

.offset-bottom.triple {
    margin-bottom: -30px
}

.offset-left {
    margin-left: -10px
}

.offset-left.double {
    margin-left: -20px
}

.offset-left.triple {
    margin-left: -30px
}

.stick,
.fixed {
    position: fixed
}

.stick.top,
.fixed.top {
    position: fixed;
    top: 0
}

.stick.right,
.fixed.right {
    position: fixed;
    right: 0
}

.stick.bottom,
.fixed.bottom {
    position: fixed;
    bottom: 0
}

.stick.left,
.fixed.left {
    position: fixed;
    left: 0
}

.stick.middle,
.fixed.middle {
    position: fixed;
    top: 50%
}

.stick.center,
.fixed.center {
    position: fixed;
    left: 50%
}

.absolute {
    position: absolute
}

.absolute.top {
    position: absolute;
    top: 0
}

.absolute.right {
    position: absolute;
    right: 0
}

.absolute.bottom {
    position: absolute;
    bottom: 0
}

.absolute.left {
    position: absolute;
    left: 0
}

.absolute.middle {
    position: absolute;
    top: 50%
}

.absolute.center {
    position: absolute;
    left: 50%
}

.static {
    position: static
}

.inline {
    display: inline-block;
    width: auto
}

.block,
.dropdown.on ul {
    display: block
}

.hidden {
    display: none !important
}

.small,
sup,
sub,
small {
    font-size: .8em
}

big,
.large,
big {
    font-size: 1.5em
}

.zero {
    margin: 0;
    padding: 0
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.bordered {
    border: 1px solid #ddd
}

.border-top {
    border-top: 1px solid #ddd
}

.border-right {
    border-right: 1px solid #ddd
}

.border-bottom {
    border-bottom: 1px solid #ddd
}

.border-left {
    border-left: 1px solid #ddd
}

.align-top {
    display: table-cell;
    vertical-align: top
}

.align-right {
    text-align: right
}

.align-bottom {
    display: table-cell;
    vertical-align: bottom
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.justify {
    text-align: justify
}

.truncate,
.js .responsive:not(table) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.center {
    display: block;
    margin: 0 auto
}

.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.round {
    -webkit-border-radius: 9999em;
    -moz-border-radius: 9999em;
    -ms-border-radius: 9999em;
    -o-border-radius: 9999em;
    border-radius: 9999em
}

.disabled {
    color: #d9d9d9;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.disabled:hover,
.disabled:focus,
.disabled:visited {
    color: #d9d9d9;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

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

.container {
    max-width: 1280px;
    margin: 0 auto
}

.row,
header,
footer {
    width: 100%
}

.column,
.whole,
.wholes,
.whole.one,
.wholes.one,
.half,
.halves,
.half.one,
.halves.one,
.half.two,
.halves.two,
.third,
.thirds,
.third.one,
.thirds.one,
.third.two,
.thirds.two,
.third.three,
.thirds.three,
.fourth,
.fourths,
.fourth.one,
.fourths.one,
.fourth.two,
.fourths.two,
.fourth.three,
.fourths.three,
.fourth.four,
.fourths.four,
.fifth,
.fifths,
.fifth.one,
.fifths.one,
.fifth.two,
.fifths.two,
.fifth.three,
.fifths.three,
.fifth.four,
.fifths.four,
.fifth.five,
.fifths.five,
.sixth,
.sixths,
.sixth.one,
.sixths.one,
.sixth.two,
.sixths.two,
.sixth.three,
.sixths.three,
.sixth.four,
.sixths.four,
.sixth.five,
.sixths.five,
.sixth.six,
.sixths.six,
.seventh,
.sevenths,
.seventh.one,
.sevenths.one,
.seventh.two,
.sevenths.two,
.seventh.three,
.sevenths.three,
.seventh.four,
.sevenths.four,
.seventh.five,
.sevenths.five,
.seventh.six,
.sevenths.six,
.seventh.seven,
.sevenths.seven,
.eighth,
.eighths,
.eighth.one,
.eighths.one,
.eighth.two,
.eighths.two,
.eighth.three,
.eighths.three,
.eighth.four,
.eighths.four,
.eighth.five,
.eighths.five,
.eighth.six,
.eighths.six,
.eighth.seven,
.eighths.seven,
.eighth.eight,
.eighths.eight,
.ninth,
.ninths,
.ninth.one,
.ninths.one,
.ninth.two,
.ninths.two,
.ninth.three,
.ninths.three,
.ninth.four,
.ninths.four,
.ninth.five,
.ninths.five,
.ninth.six,
.ninths.six,
.ninth.seven,
.ninths.seven,
.ninth.eight,
.ninths.eight,
.ninth.nine,
.ninths.nine,
.tenth,
.tenths,
.tenth.one,
.tenths.one,
.tenth.two,
.tenths.two,
.tenth.three,
.tenths.three,
.tenth.four,
.tenths.four,
.tenth.five,
.tenths.five,
.tenth.six,
.tenths.six,
.tenth.seven,
.tenths.seven,
.tenth.eight,
.tenths.eight,
.tenth.nine,
.tenths.nine,
.tenth.ten,
.tenths.ten,
.eleventh,
.elevenths,
.eleventh.one,
.elevenths.one,
.eleventh.two,
.elevenths.two,
.eleventh.three,
.elevenths.three,
.eleventh.four,
.elevenths.four,
.eleventh.five,
.elevenths.five,
.eleventh.six,
.elevenths.six,
.eleventh.seven,
.elevenths.seven,
.eleventh.eight,
.elevenths.eight,
.eleventh.nine,
.elevenths.nine,
.eleventh.ten,
.elevenths.ten,
.eleventh.eleven,
.elevenths.eleven,
.twelfth,
.twelfths,
.twelfth.one,
.twelfths.one,
.twelfth.two,
.twelfths.two,
.twelfth.three,
.twelfths.three,
.twelfth.four,
.twelfths.four,
.twelfth.five,
.twelfths.five,
.twelfth.six,
.twelfths.six,
.twelfth.seven,
.twelfths.seven,
.twelfth.eight,
.twelfths.eight,
.twelfth.nine,
.twelfths.nine,
.twelfth.ten,
.twelfths.ten,
.twelfth.eleven,
.twelfths.eleven,
.twelfth.twelve,
.twelfths.twelve {
    float: left;
    position: relative;
    min-height: 1px
}

.centered {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.whole,
.wholes {
    width: 100%
}

.whole.one,
.wholes.one {
    width: 100%
}

.half,
.halves {
    width: 50%
}

.half.one,
.halves.one {
    width: 50%
}

.half.two,
.halves.two {
    width: 100%
}

.half.right-one,
.halves.right-one {
    left: 50%
}

.half.left-one,
.halves.left-one {
    right: 50%
}

.half.skip-one,
.halves.skip-one {
    margin-left: 50%
}

.third,
.thirds {
    width: 33.33333%
}

.third.one,
.thirds.one {
    width: 33.33333%
}

.third.two,
.thirds.two {
    width: 66.66667%
}

.third.three,
.thirds.three {
    width: 100%
}

.third.right-one,
.thirds.right-one {
    left: 33.33333%
}

.third.left-one,
.thirds.left-one {
    right: 33.33333%
}

.third.skip-one,
.thirds.skip-one {
    margin-left: 33.33333%
}

.third.right-two,
.thirds.right-two {
    left: 66.66667%
}

.third.left-two,
.thirds.left-two {
    right: 66.66667%
}

.third.skip-two,
.thirds.skip-two {
    margin-left: 66.66667%
}

.fourth,
.fourths {
    width: 25%
}

.fourth.one,
.fourths.one {
    width: 25%
}

.fourth.two,
.fourths.two {
    width: 50%
}

.fourth.three,
.fourths.three {
    width: 75%
}

.fourth.four,
.fourths.four {
    width: 100%
}

.fourth.right-one,
.fourths.right-one {
    left: 25%
}

.fourth.left-one,
.fourths.left-one {
    right: 25%
}

.fourth.skip-one,
.fourths.skip-one {
    margin-left: 25%
}

.fourth.right-two,
.fourths.right-two {
    left: 50%
}

.fourth.left-two,
.fourths.left-two {
    right: 50%
}

.fourth.skip-two,
.fourths.skip-two {
    margin-left: 50%
}

.fourth.right-three,
.fourths.right-three {
    left: 75%
}

.fourth.left-three,
.fourths.left-three {
    right: 75%
}

.fourth.skip-three,
.fourths.skip-three {
    margin-left: 75%
}

.fifth,
.fifths {
    width: 20%
}

.fifth.one,
.fifths.one {
    width: 20%
}

.fifth.two,
.fifths.two {
    width: 40%
}

.fifth.three,
.fifths.three {
    width: 60%
}

.fifth.four,
.fifths.four {
    width: 80%
}

.fifth.five,
.fifths.five {
    width: 100%
}

.fifth.right-one,
.fifths.right-one {
    left: 20%
}

.fifth.left-one,
.fifths.left-one {
    right: 20%
}

.fifth.skip-one,
.fifths.skip-one {
    margin-left: 20%
}

.fifth.right-two,
.fifths.right-two {
    left: 40%
}

.fifth.left-two,
.fifths.left-two {
    right: 40%
}

.fifth.skip-two,
.fifths.skip-two {
    margin-left: 40%
}

.fifth.right-three,
.fifths.right-three {
    left: 60%
}

.fifth.left-three,
.fifths.left-three {
    right: 60%
}

.fifth.skip-three,
.fifths.skip-three {
    margin-left: 60%
}

.fifth.right-four,
.fifths.right-four {
    left: 80%
}

.fifth.left-four,
.fifths.left-four {
    right: 80%
}

.fifth.skip-four,
.fifths.skip-four {
    margin-left: 80%
}

.sixth,
.sixths {
    width: 16.66667%
}

.sixth.one,
.sixths.one {
    width: 16.66667%
}

.sixth.two,
.sixths.two {
    width: 33.33333%
}

.sixth.three,
.sixths.three {
    width: 50%
}

.sixth.four,
.sixths.four {
    width: 66.66667%
}

.sixth.five,
.sixths.five {
    width: 83.33333%
}

.sixth.six,
.sixths.six {
    width: 100%
}

.sixth.right-one,
.sixths.right-one {
    left: 16.66667%
}

.sixth.left-one,
.sixths.left-one {
    right: 16.66667%
}

.sixth.skip-one,
.sixths.skip-one {
    margin-left: 16.66667%
}

.sixth.right-two,
.sixths.right-two {
    left: 33.33333%
}

.sixth.left-two,
.sixths.left-two {
    right: 33.33333%
}

.sixth.skip-two,
.sixths.skip-two {
    margin-left: 33.33333%
}

.sixth.right-three,
.sixths.right-three {
    left: 50%
}

.sixth.left-three,
.sixths.left-three {
    right: 50%
}

.sixth.skip-three,
.sixths.skip-three {
    margin-left: 50%
}

.sixth.right-four,
.sixths.right-four {
    left: 66.66667%
}

.sixth.left-four,
.sixths.left-four {
    right: 66.66667%
}

.sixth.skip-four,
.sixths.skip-four {
    margin-left: 66.66667%
}

.sixth.right-five,
.sixths.right-five {
    left: 83.33333%
}

.sixth.left-five,
.sixths.left-five {
    right: 83.33333%
}

.sixth.skip-five,
.sixths.skip-five {
    margin-left: 83.33333%
}

.seventh,
.sevenths {
    width: 14.28571%
}

.seventh.one,
.sevenths.one {
    width: 14.28571%
}

.seventh.two,
.sevenths.two {
    width: 28.57143%
}

.seventh.three,
.sevenths.three {
    width: 42.85714%
}

.seventh.four,
.sevenths.four {
    width: 57.14286%
}

.seventh.five,
.sevenths.five {
    width: 71.42857%
}

.seventh.six,
.sevenths.six {
    width: 85.71429%
}

.seventh.seven,
.sevenths.seven {
    width: 100%
}

.seventh.right-one,
.sevenths.right-one {
    left: 14.28571%
}

.seventh.left-one,
.sevenths.left-one {
    right: 14.28571%
}

.seventh.skip-one,
.sevenths.skip-one {
    margin-left: 14.28571%
}

.seventh.right-two,
.sevenths.right-two {
    left: 28.57143%
}

.seventh.left-two,
.sevenths.left-two {
    right: 28.57143%
}

.seventh.skip-two,
.sevenths.skip-two {
    margin-left: 28.57143%
}

.seventh.right-three,
.sevenths.right-three {
    left: 42.85714%
}

.seventh.left-three,
.sevenths.left-three {
    right: 42.85714%
}

.seventh.skip-three,
.sevenths.skip-three {
    margin-left: 42.85714%
}

.seventh.right-four,
.sevenths.right-four {
    left: 57.14286%
}

.seventh.left-four,
.sevenths.left-four {
    right: 57.14286%
}

.seventh.skip-four,
.sevenths.skip-four {
    margin-left: 57.14286%
}

.seventh.right-five,
.sevenths.right-five {
    left: 71.42857%
}

.seventh.left-five,
.sevenths.left-five {
    right: 71.42857%
}

.seventh.skip-five,
.sevenths.skip-five {
    margin-left: 71.42857%
}

.seventh.right-six,
.sevenths.right-six {
    left: 85.71429%
}

.seventh.left-six,
.sevenths.left-six {
    right: 85.71429%
}

.seventh.skip-six,
.sevenths.skip-six {
    margin-left: 85.71429%
}

.eighth,
.eighths {
    width: 12.5%
}

.eighth.one,
.eighths.one {
    width: 12.5%
}

.eighth.two,
.eighths.two {
    width: 25%
}

.eighth.three,
.eighths.three {
    width: 37.5%
}

.eighth.four,
.eighths.four {
    width: 50%
}

.eighth.five,
.eighths.five {
    width: 62.5%
}

.eighth.six,
.eighths.six {
    width: 75%
}

.eighth.seven,
.eighths.seven {
    width: 87.5%
}

.eighth.eight,
.eighths.eight {
    width: 100%
}

.eighth.right-one,
.eighths.right-one {
    left: 12.5%
}

.eighth.left-one,
.eighths.left-one {
    right: 12.5%
}

.eighth.skip-one,
.eighths.skip-one {
    margin-left: 12.5%
}

.eighth.right-two,
.eighths.right-two {
    left: 25%
}

.eighth.left-two,
.eighths.left-two {
    right: 25%
}

.eighth.skip-two,
.eighths.skip-two {
    margin-left: 25%
}

.eighth.right-three,
.eighths.right-three {
    left: 37.5%
}

.eighth.left-three,
.eighths.left-three {
    right: 37.5%
}

.eighth.skip-three,
.eighths.skip-three {
    margin-left: 37.5%
}

.eighth.right-four,
.eighths.right-four {
    left: 50%
}

.eighth.left-four,
.eighths.left-four {
    right: 50%
}

.eighth.skip-four,
.eighths.skip-four {
    margin-left: 50%
}

.eighth.right-five,
.eighths.right-five {
    left: 62.5%
}

.eighth.left-five,
.eighths.left-five {
    right: 62.5%
}

.eighth.skip-five,
.eighths.skip-five {
    margin-left: 62.5%
}

.eighth.right-six,
.eighths.right-six {
    left: 75%
}

.eighth.left-six,
.eighths.left-six {
    right: 75%
}

.eighth.skip-six,
.eighths.skip-six {
    margin-left: 75%
}

.eighth.right-seven,
.eighths.right-seven {
    left: 87.5%
}

.eighth.left-seven,
.eighths.left-seven {
    right: 87.5%
}

.eighth.skip-seven,
.eighths.skip-seven {
    margin-left: 87.5%
}

.ninth,
.ninths {
    width: 11.11111%
}

.ninth.one,
.ninths.one {
    width: 11.11111%
}

.ninth.two,
.ninths.two {
    width: 22.22222%
}

.ninth.three,
.ninths.three {
    width: 33.33333%
}

.ninth.four,
.ninths.four {
    width: 44.44444%
}

.ninth.five,
.ninths.five {
    width: 55.55556%
}

.ninth.six,
.ninths.six {
    width: 66.66667%
}

.ninth.seven,
.ninths.seven {
    width: 77.77778%
}

.ninth.eight,
.ninths.eight {
    width: 88.88889%
}

.ninth.nine,
.ninths.nine {
    width: 100%
}

.ninth.right-one,
.ninths.right-one {
    left: 11.11111%
}

.ninth.left-one,
.ninths.left-one {
    right: 11.11111%
}

.ninth.skip-one,
.ninths.skip-one {
    margin-left: 11.11111%
}

.ninth.right-two,
.ninths.right-two {
    left: 22.22222%
}

.ninth.left-two,
.ninths.left-two {
    right: 22.22222%
}

.ninth.skip-two,
.ninths.skip-two {
    margin-left: 22.22222%
}

.ninth.right-three,
.ninths.right-three {
    left: 33.33333%
}

.ninth.left-three,
.ninths.left-three {
    right: 33.33333%
}

.ninth.skip-three,
.ninths.skip-three {
    margin-left: 33.33333%
}

.ninth.right-four,
.ninths.right-four {
    left: 44.44444%
}

.ninth.left-four,
.ninths.left-four {
    right: 44.44444%
}

.ninth.skip-four,
.ninths.skip-four {
    margin-left: 44.44444%
}

.ninth.right-five,
.ninths.right-five {
    left: 55.55556%
}

.ninth.left-five,
.ninths.left-five {
    right: 55.55556%
}

.ninth.skip-five,
.ninths.skip-five {
    margin-left: 55.55556%
}

.ninth.right-six,
.ninths.right-six {
    left: 66.66667%
}

.ninth.left-six,
.ninths.left-six {
    right: 66.66667%
}

.ninth.skip-six,
.ninths.skip-six {
    margin-left: 66.66667%
}

.ninth.right-seven,
.ninths.right-seven {
    left: 77.77778%
}

.ninth.left-seven,
.ninths.left-seven {
    right: 77.77778%
}

.ninth.skip-seven,
.ninths.skip-seven {
    margin-left: 77.77778%
}

.ninth.right-eight,
.ninths.right-eight {
    left: 88.88889%
}

.ninth.left-eight,
.ninths.left-eight {
    right: 88.88889%
}

.ninth.skip-eight,
.ninths.skip-eight {
    margin-left: 88.88889%
}

.tenth,
.tenths {
    width: 10%
}

.tenth.one,
.tenths.one {
    width: 10%
}

.tenth.two,
.tenths.two {
    width: 20%
}

.tenth.three,
.tenths.three {
    width: 30%
}

.tenth.four,
.tenths.four {
    width: 40%
}

.tenth.five,
.tenths.five {
    width: 50%
}

.tenth.six,
.tenths.six {
    width: 60%
}

.tenth.seven,
.tenths.seven {
    width: 70%
}

.tenth.eight,
.tenths.eight {
    width: 80%
}

.tenth.nine,
.tenths.nine {
    width: 90%
}

.tenth.ten,
.tenths.ten {
    width: 100%
}

.tenth.right-one,
.tenths.right-one {
    left: 10%
}

.tenth.left-one,
.tenths.left-one {
    right: 10%
}

.tenth.skip-one,
.tenths.skip-one {
    margin-left: 10%
}

.tenth.right-two,
.tenths.right-two {
    left: 20%
}

.tenth.left-two,
.tenths.left-two {
    right: 20%
}

.tenth.skip-two,
.tenths.skip-two {
    margin-left: 20%
}

.tenth.right-three,
.tenths.right-three {
    left: 30%
}

.tenth.left-three,
.tenths.left-three {
    right: 30%
}

.tenth.skip-three,
.tenths.skip-three {
    margin-left: 30%
}

.tenth.right-four,
.tenths.right-four {
    left: 40%
}

.tenth.left-four,
.tenths.left-four {
    right: 40%
}

.tenth.skip-four,
.tenths.skip-four {
    margin-left: 40%
}

.tenth.right-five,
.tenths.right-five {
    left: 50%
}

.tenth.left-five,
.tenths.left-five {
    right: 50%
}

.tenth.skip-five,
.tenths.skip-five {
    margin-left: 50%
}

.tenth.right-six,
.tenths.right-six {
    left: 60%
}

.tenth.left-six,
.tenths.left-six {
    right: 60%
}

.tenth.skip-six,
.tenths.skip-six {
    margin-left: 60%
}

.tenth.right-seven,
.tenths.right-seven {
    left: 70%
}

.tenth.left-seven,
.tenths.left-seven {
    right: 70%
}

.tenth.skip-seven,
.tenths.skip-seven {
    margin-left: 70%
}

.tenth.right-eight,
.tenths.right-eight {
    left: 80%
}

.tenth.left-eight,
.tenths.left-eight {
    right: 80%
}

.tenth.skip-eight,
.tenths.skip-eight {
    margin-left: 80%
}

.tenth.right-nine,
.tenths.right-nine {
    left: 90%
}

.tenth.left-nine,
.tenths.left-nine {
    right: 90%
}

.tenth.skip-nine,
.tenths.skip-nine {
    margin-left: 90%
}

.eleventh,
.elevenths {
    width: 9.09091%
}

.eleventh.one,
.elevenths.one {
    width: 9.09091%
}

.eleventh.two,
.elevenths.two {
    width: 18.18182%
}

.eleventh.three,
.elevenths.three {
    width: 27.27273%
}

.eleventh.four,
.elevenths.four {
    width: 36.36364%
}

.eleventh.five,
.elevenths.five {
    width: 45.45455%
}

.eleventh.six,
.elevenths.six {
    width: 54.54545%
}

.eleventh.seven,
.elevenths.seven {
    width: 63.63636%
}

.eleventh.eight,
.elevenths.eight {
    width: 72.72727%
}

.eleventh.nine,
.elevenths.nine {
    width: 81.81818%
}

.eleventh.ten,
.elevenths.ten {
    width: 90.90909%
}

.eleventh.eleven,
.elevenths.eleven {
    width: 100%
}

.eleventh.right-one,
.elevenths.right-one {
    left: 9.09091%
}

.eleventh.left-one,
.elevenths.left-one {
    right: 9.09091%
}

.eleventh.skip-one,
.elevenths.skip-one {
    margin-left: 9.09091%
}

.eleventh.right-two,
.elevenths.right-two {
    left: 18.18182%
}

.eleventh.left-two,
.elevenths.left-two {
    right: 18.18182%
}

.eleventh.skip-two,
.elevenths.skip-two {
    margin-left: 18.18182%
}

.eleventh.right-three,
.elevenths.right-three {
    left: 27.27273%
}

.eleventh.left-three,
.elevenths.left-three {
    right: 27.27273%
}

.eleventh.skip-three,
.elevenths.skip-three {
    margin-left: 27.27273%
}

.eleventh.right-four,
.elevenths.right-four {
    left: 36.36364%
}

.eleventh.left-four,
.elevenths.left-four {
    right: 36.36364%
}

.eleventh.skip-four,
.elevenths.skip-four {
    margin-left: 36.36364%
}

.eleventh.right-five,
.elevenths.right-five {
    left: 45.45455%
}

.eleventh.left-five,
.elevenths.left-five {
    right: 45.45455%
}

.eleventh.skip-five,
.elevenths.skip-five {
    margin-left: 45.45455%
}

.eleventh.right-six,
.elevenths.right-six {
    left: 54.54545%
}

.eleventh.left-six,
.elevenths.left-six {
    right: 54.54545%
}

.eleventh.skip-six,
.elevenths.skip-six {
    margin-left: 54.54545%
}

.eleventh.right-seven,
.elevenths.right-seven {
    left: 63.63636%
}

.eleventh.left-seven,
.elevenths.left-seven {
    right: 63.63636%
}

.eleventh.skip-seven,
.elevenths.skip-seven {
    margin-left: 63.63636%
}

.eleventh.right-eight,
.elevenths.right-eight {
    left: 72.72727%
}

.eleventh.left-eight,
.elevenths.left-eight {
    right: 72.72727%
}

.eleventh.skip-eight,
.elevenths.skip-eight {
    margin-left: 72.72727%
}

.eleventh.right-nine,
.elevenths.right-nine {
    left: 81.81818%
}

.eleventh.left-nine,
.elevenths.left-nine {
    right: 81.81818%
}

.eleventh.skip-nine,
.elevenths.skip-nine {
    margin-left: 81.81818%
}

.eleventh.right-ten,
.elevenths.right-ten {
    left: 90.90909%
}

.eleventh.left-ten,
.elevenths.left-ten {
    right: 90.90909%
}

.eleventh.skip-ten,
.elevenths.skip-ten {
    margin-left: 90.90909%
}

.twelfth,
.twelfths {
    width: 8.33333%
}

.twelfth.one,
.twelfths.one {
    width: 8.33333%
}

.twelfth.two,
.twelfths.two {
    width: 16.66667%
}

.twelfth.three,
.twelfths.three {
    width: 25%
}

.twelfth.four,
.twelfths.four {
    width: 33.33333%
}

.twelfth.five,
.twelfths.five {
    width: 41.66667%
}

.twelfth.six,
.twelfths.six {
    width: 50%
}

.twelfth.seven,
.twelfths.seven {
    width: 58.33333%
}

.twelfth.eight,
.twelfths.eight {
    width: 66.66667%
}

.twelfth.nine,
.twelfths.nine {
    width: 75%
}

.twelfth.ten,
.twelfths.ten {
    width: 83.33333%
}

.twelfth.eleven,
.twelfths.eleven {
    width: 91.66667%
}

.twelfth.twelve,
.twelfths.twelve {
    width: 100%
}

.twelfth.right-one,
.twelfths.right-one {
    left: 8.33333%
}

.twelfth.left-one,
.twelfths.left-one {
    right: 8.33333%
}

.twelfth.skip-one,
.twelfths.skip-one {
    margin-left: 8.33333%
}

.twelfth.right-two,
.twelfths.right-two {
    left: 16.66667%
}

.twelfth.left-two,
.twelfths.left-two {
    right: 16.66667%
}

.twelfth.skip-two,
.twelfths.skip-two {
    margin-left: 16.66667%
}

.twelfth.right-three,
.twelfths.right-three {
    left: 25%
}

.twelfth.left-three,
.twelfths.left-three {
    right: 25%
}

.twelfth.skip-three,
.twelfths.skip-three {
    margin-left: 25%
}

.twelfth.right-four,
.twelfths.right-four {
    left: 33.33333%
}

.twelfth.left-four,
.twelfths.left-four {
    right: 33.33333%
}

.twelfth.skip-four,
.twelfths.skip-four {
    margin-left: 33.33333%
}

.twelfth.right-five,
.twelfths.right-five {
    left: 41.66667%
}

.twelfth.left-five,
.twelfths.left-five {
    right: 41.66667%
}

.twelfth.skip-five,
.twelfths.skip-five {
    margin-left: 41.66667%
}

.twelfth.right-six,
.twelfths.right-six {
    left: 50%
}

.twelfth.left-six,
.twelfths.left-six {
    right: 50%
}

.twelfth.skip-six,
.twelfths.skip-six {
    margin-left: 50%
}

.twelfth.right-seven,
.twelfths.right-seven {
    left: 58.33333%
}

.twelfth.left-seven,
.twelfths.left-seven {
    right: 58.33333%
}

.twelfth.skip-seven,
.twelfths.skip-seven {
    margin-left: 58.33333%
}

.twelfth.right-eight,
.twelfths.right-eight {
    left: 66.66667%
}

.twelfth.left-eight,
.twelfths.left-eight {
    right: 66.66667%
}

.twelfth.skip-eight,
.twelfths.skip-eight {
    margin-left: 66.66667%
}

.twelfth.right-nine,
.twelfths.right-nine {
    left: 75%
}

.twelfth.left-nine,
.twelfths.left-nine {
    right: 75%
}

.twelfth.skip-nine,
.twelfths.skip-nine {
    margin-left: 75%
}

.twelfth.right-ten,
.twelfths.right-ten {
    left: 83.33333%
}

.twelfth.left-ten,
.twelfths.left-ten {
    right: 83.33333%
}

.twelfth.skip-ten,
.twelfths.skip-ten {
    margin-left: 83.33333%
}

.twelfth.right-eleven,
.twelfths.right-eleven {
    left: 91.66667%
}

.twelfth.left-eleven,
.twelfths.left-eleven {
    right: 91.66667%
}

.twelfth.skip-eleven,
.twelfths.skip-eleven {
    margin-left: 91.66667%
}

@media (max-width: 767px) {
    .one-up-small-tablet {
        width: 100% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .two-up-small-tablet {
        width: 50% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .three-up-small-tablet {
        width: 33.33333% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .four-up-small-tablet {
        width: 25% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .five-up-small-tablet {
        width: 20% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    nav.posh-nav ul li.current-menu-item a,
    nav.posh-nav ul li.current-page-ancestor a,
    nav.posh-nav ul li.current-menu-item a:hover,
    nav.posh-nav ul li.current-page-ancestor a:hover {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        border-top: 2px solid #28AFB8 !important;
        border-bottom: 2px solid #28AFB8 !important
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .one-up-small-tablet:nth-child(2) {
        clear: both !important
    }

    .two-up-small-tablet:nth-child(3) {
        clear: both !important
    }

    .three-up-small-tablet:nth-child(4) {
        clear: both !important
    }

    .four-up-small-tablet:nth-child(5) {
        clear: both !important
    }

    .five-up-small-tablet:nth-child(6) {
        clear: both !important
    }
}

@media (max-width: 480px) {
    .one-up-mobile {
        width: 100% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .one-up-mobile:nth-child(2) {
        clear: both !important
    }

    .two-up-mobile {
        width: 50% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .two-up-mobile:nth-child(3) {
        clear: both !important
    }

    .three-up-mobile {
        width: 33.33333% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .three-up-mobile:nth-child(4) {
        clear: both !important
    }

    .four-up-mobile {
        width: 25% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .four-up-mobile:nth-child(5) {
        clear: both !important
    }

    .five-up-mobile {
        width: 20% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .five-up-mobile:nth-child(6) {
        clear: both !important
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .one-up-small-tablet:nth-child(2) {
        clear: both !important
    }

    .two-up-small-tablet:nth-child(3) {
        clear: both !important
    }

    .three-up-small-tablet:nth-child(4) {
        clear: both !important
    }

    .four-up-small-tablet:nth-child(5) {
        clear: both !important
    }

    .five-up-small-tablet:nth-child(6) {
        clear: both !important
    }
}

@media (max-width: 480px) {
    .one-up-mobile:nth-child(2) {
        clear: both !important
    }

    .two-up-mobile:nth-child(3) {
        clear: both !important
    }

    .three-up-mobile:nth-child(4) {
        clear: both !important
    }

    .four-up-mobile:nth-child(5) {
        clear: both !important
    }

    .five-up-mobile:nth-child(6) {
        clear: both !important
    }

    .thank-you-title {
        width: auto !important;
    }

    .thank-you-subtitle {
        width: auto !important;
    }
}

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

.flex-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.vertical-center {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: box;
    box-orient: vertical;
    box-pack: center
}

@font-face {
    font-family: "AverageSans";
    font-style: normal;
    font-weight: 400;
    src: url(font/average-sans-webfont.eot);
    src: url(font/average-sans-webfont.eot#iefix) format("embedded-opentype"), url(font/average-sans-webfont.woff) format("woff"), url(font/average-sans-webfont.ttf) format("truetype")
}

.AverageSans {
    font-family: AverageSans, "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

@font-face {
    font-family: "AmericanTypewriter";
    font-style: normal;
    font-weight: 400;
    src: url(font/americantypewriterstd-bold.eot);
    src: url(font/americantypewriterstd-bold.eot#iefix) format("embedded-opentype"), url(font/americantypewriterstd-bold.woff) format("woff"), url(font/americantypewriterstd-bold.ttf) format("truetype")
}

.AmericanTypewriter {
    font-family: AmericanTypewriter, "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

* html {
    font-size: 87.5%, text-rendering: optimizeLegibility;
}

html {
    font-size: 14px;
    line-height: 1.28571em
}

html,
body {
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a,
a:visited {
    color: #489ac1;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s
}

a:hover,
a:focus {
    color: #198d98;
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1,
.h1 {
    color: #000;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.1em;
    margin-bottom: 20px
}

h2,
.h2 {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.28571em
}

h3,
.h3 {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.71429em
}

h4,
.h4 {
    font-weight: 400;
    font-size: 1.33333em;
    line-height: 1.92857em
}

h5,
.h5 {
    font-weight: 700;
    font-size: 1.16667em;
    line-height: 2.20408em
}

h6,
.h6 {
    font-weight: 700;
    font-size: 1.16667em;
    line-height: 2.20408em;
    text-transform: uppercase
}

p,
ul,
ol,
dl {
    margin-bottom: 12px;
    font-weight: 400;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.6em
}

ul,
ol {
    margin-left: 20px
}

ul li,
ol li,
ul.list>li,
ol.list>li {
    display: list-item
}

dl dt {
    font-weight: 400
}

dl dd {
    padding-left: 1em;
    margin-bottom: 10px
}

ul.list,
ol.list,
ul.unstyled,
ol.unstyled {
    list-style: none
}

ul.list {
    margin-left: 0
}

ul.list li:before {
    content: '\f00c';
    display: inline-block;
    width: 1.1em;
    margin-right: .25em;
    font-family: 'posh-typeface';
    font-weight: 400;
    font-weight: 300;
    font-style: normal;
    font-size: 15.4px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0
}

ol.list {
    counter-reset: li;
    margin-left: 1.5em;
    line-height: 1.6
}

ol.list li {
    position: relative;
    padding: 2px 6px 0
}

ol.list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: .1em;
    left: -2em;
    width: 2em;
    text-align: center;
    padding: .3em .1em .1em;
    font-size: .8em;
    line-height: 1.5em;
    color: #000;
    background: #00adc5;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

blockquote {
    padding: 1.3em 4em 1em;
    color: #eee;
    font-size: 1em;
    line-height: 1.47857em;
    font-weight: 700;
    position: relative;
    z-index: 0;
    background: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

blockquote:before {
    content: '\e037';
    color: #000;
    font-size: 6em;
    display: block;
    position: absolute;
    top: .4em;
    left: .1em;
    z-index: -1
}

blockquote:after {
    content: '\e036';
    color: #000;
    font-size: 6em;
    display: block;
    position: absolute;
    top: .4em;
    right: .1em;
    z-index: -1
}

cite {
    display: block;
    position: relative;
    left: -1em;
    margin-top: .25em;
    font-size: 1em;
    line-height: 1.22143em;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

cite:before {
    content: '\e030'
}

abbr[title],
dfn[title],
abbr[data-title],
dfn[data-title] {
    border-bottom: 1px dotted;
    cursor: help
}

em {
    font-style: italic
}

b,
strong {
    font-weight: 600
}

code,
pre {
    font-family: monospace
}

del,
strike {
    text-decoration: line-through
}

code {
    white-space: pre-wrap;
    word-wrap: break-word;
    min-height: 1em;
    display: inline-block;
    background: #ccc;
    border: none;
    padding: 0 .3em;
    margin: 0 .2em;
    font-weight: 400;
    line-height: inherit
}

pre {
    color: #f2f2f2;
    background: #050505;
    font-size: 1em;
    line-height: 1.28571em;
    padding: .5em;
    display: block;
    border-left: 2.6em solid #383838;
    counter-reset: linenumber
}

pre code {
    display: block;
    background: inherit;
    margin: 0;
    padding: 0
}

pre code:before {
    text-align: right;
    color: #9a9a9a;
    counter-increment: linenumber;
    content: counter(linenumber) ".";
    position: absolute;
    left: .65em;
    width: 2.6em
}

.info {
    color: #3a87ad
}

.alert {
    color: #c09853
}

.warning {
    color: #ff971e
}

.error {
    color: #b94a48
}

.success {
    color: #468847
}

.js .responsive:not(table) {
    -webkit-transition: font .25s;
    -moz-transition: font .25s;
    -o-transition: font .25s;
    transition: font .25s
}

::-moz-selection {
    background: #489ac1;
    color: #fafafa;
    text-shadow: none
}

::selection {
    background: #489ac1;
    color: #fafafa;
    text-shadow: none
}

ol.list.green li:before {
    background: #2ecc71
}

ol.list.blue li:before {
    background: #3498db
}

ol.list.purple li:before {
    background: #9b59b6
}

ol.list.yellow li:before {
    background: #f1c40f
}

ol.list.orange li:before {
    background: #e67e22
}

ol.list.red li:before {
    background: #e74c3c
}

ol.list.pink li:before {
    background: #f02475
}

ol.list.turquoise li:before {
    background: #1abc9c
}

ol.list.asphalt li:before {
    background: #34495e
}

ol.list li.green:before {
    background: #2ecc71
}

ol.list li.blue:before {
    background: #3498db
}

ol.list li.purple:before {
    background: #9b59b6
}

ol.list li.yellow:before {
    background: #f1c40f
}

ol.list li.orange:before {
    background: #e67e22
}

ol.list li.red:before {
    background: #e74c3c
}

ol.list li.pink:before {
    background: #f02475
}

ol.list li.turquoise:before {
    background: #1abc9c
}

ol.list li.asphalt:before {
    background: #34495e
}

.green {
    color: #2ecc71
}

.blue {
    color: #1ac6ff
}

.black {
    color: #000;
}

.purple {
    color: #9b59b6
}

.yellow {
    color: #f1c40f
}

.orange {
    color: #e67e22
}

.red {
    color: #e74c3c
}

.pink {
    color: #f02475
}

.turquoise {
    color: #1abc9c
}

.asphalt {
    color: #34495e
}

@font-face {
    font-family: 'posh-typeface';
    src: url(font/posh-typeface.eot);
    src: url(font/posh-typeface.eot?#iefix) format("embedded-opentype"), url(font/posh-typeface.woff) format("woff"), url(font/posh-typeface.ttf) format("truetype"), url(font/posh-typeface.svg#posh-typeface) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: none
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333em
}

.btn [class^="icon-"],
.btn [class*=" icon-"],
.nav [class^="icon-"],
.nav [class*=" icon-"] {
    display: inline
}

.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^="icon-"],
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}

li [class^="icon-"],
li [class*=" icon-"],
.nav li [class^="icon-"],
.nav li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}

li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
    width: 1.5625em
}

ul.icons {
    list-style-type: none;
    text-indent: -.75em
}

ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
    width: .75em
}

.icon-muted {
    color: #eee
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.icon-2x {
    font-size: 2em
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.icon-3x {
    font-size: 3em
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.icon-4x {
    font-size: 4em
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em
}

.icon-phone:before {
    content: "\e000"
}

.icon-mobile:before {
    content: "\e001"
}

.icon-mouse:before {
    content: "\e002"
}

.icon-mail:before {
    content: "\e003"
}

.icon-paperplane:before {
    content: "\e004"
}

.icon-pencil:before {
    content: "\e005"
}

.icon-paperclip:before {
    content: "\e006"
}

.icon-user:before {
    content: "\e007"
}

.icon-users:before {
    content: "\e008"
}

.icon-user-add:before {
    content: "\e009"
}

.icon-vcard:before {
    content: "\e00a"
}

.icon-export:before {
    content: "\e00b"
}

.icon-pin:before {
    content: "\e00c"
}

.icon-map:before {
    content: "\e00d"
}

.icon-location:before {
    content: "\e00e"
}

.icon-target:before {
    content: "\e00f"
}

.icon-heart:before {
    content: "\e010"
}

.icon-heart-outline:before {
    content: "\e011"
}

.icon-star:before {
    content: "\e012"
}

.icon-star-outline:before {
    content: "\e013"
}

.icon-comment:before {
    content: "\e017"
}

.icon-twitterfeed:before {
    content: "\e018"
}

.icon-twitter:before {
    content: "\e019"
}

.icon-facebook:before {
    content: "\e04c"
}

.icon-googleplus:before {
    content: "\e01d"
}

.icon-pinterest:before {
    content: "\e01f"
}

.icon-linkedin:before {
    content: "\e01c"
}

.icon-linkedin-logo:before {
    content: "\e01e"
}

.icon-skype:before {
    content: "\e020"
}

.icon-upload:before {
    content: "\e025"
}

.icon-cloud:before {
    content: "\e026"
}

.icon-disk:before {
    content: "\e027"
}

.icon-folder:before {
    content: "\e028"
}

.icon-landscape:before {
    content: "\e029"
}

.icon-document:before {
    content: "\e02a"
}

.icon-warning:before {
    content: "\e02b"
}

.icon-help:before {
    content: "\e02c"
}

.icon-bars:before {
    content: "\e02d"
}

.icon-pie:before {
    content: "\e02e"
}

.icon-plus:before {
    content: "\e02f"
}

.icon-minus:before {
    content: "\e030"
}

.icon-check:before {
    content: "\e031"
}

.icon-close:before {
    content: "\e032"
}

.icon-statistics:before {
    content: "\e033"
}

.icon-rss:before {
    content: "\e034"
}

.icon-database:before {
    content: "\e035"
}

.icon-quote-open:before {
    content: "\e037"
}

.icon-quote-closed:before {
    content: "\e036"
}

.icon-house:before {
    content: "\e038"
}

.icon-popup:before {
    content: "\e039"
}

.icon-search:before {
    content: "\e03a"
}

.icon-link:before {
    content: "\e03b"
}

.icon-cog:before {
    content: "\e03c"
}

.icon-eye:before {
    content: "\e03d"
}

.icon-clock:before {
    content: "\e03e"
}

.icon-code:before {
    content: "\e03f"
}

.icon-menu:before {
    content: "\e040"
}

.icon-list:before {
    content: "\e041"
}

.icon-browser:before {
    content: "\e042"
}

.icon-screen:before {
    content: "\e043"
}

.icon-layout:before {
    content: "\e044"
}

.icon-arrow-left:before {
    content: "\e01a"
}

.icon-arrow-down:before {
    content: "\e045"
}

.icon-arrow-up:before {
    content: "\e046"
}

.icon-arrow-right:before {
    content: "\e047"
}

.icon-arrow-right-bold:before {
    content: "\e021"
}

.icon-arrow-up-bold:before {
    content: "\e022"
}

.icon-arrow-down-bold:before {
    content: "\e023"
}

.icon-arrow-left-bold:before {
    content: "\e024"
}

.icon-arrow-left-tri:before {
    content: "\e048"
}

.icon-arrow-down-tri:before {
    content: "\e049"
}

.icon-arrow-up-tri:before {
    content: "\e04a"
}

.icon-arrow-right-tri:before {
    content: "\e04b"
}

.icon-thumbs-up:before {
    content: "\e014"
}

.icon-thumbs-down:before {
    content: "\e015"
}

.icon-chat:before {
    content: "\e016"
}

.icon-minus-bold:before {
    content: "\e04d"
}

.icon-plus-bold:before {
    content: "\e01b"
}

button,
input[type=submit],
input[type=button],
input[type=reset],
.btn,
a.btn,
a.btn:visited,



[role~=button],
nav.menu .menu-toggle,
.menu.nav .menu-toggle {
    background-color: transparent;
    border: 1px #3ec3f1 solid;
    color: #3ec3f1;
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    height: auto;
    min-width: 140px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    word-wrap: break-word;
    width: fit-content;
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
.btn:hover,
.btn:focus,
a.btn:hover:visited,
[role~=button]:hover,
nav.menu .menu-toggle:hover,
.menu.nav .menu-toggle:hover,
button:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus,
.btn:focus,
a.btn:focus:visited,
[role~=button]:focus,
nav.menu .menu-toggle:focus,
.menu.nav .menu-toggle:focus {
    background-color: #3ec3f1;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

button.on,
input[type=submit].on,
input[type=button].on,
input[type=reset].on,
.btn.on,
a.btn.on,
a.btn.on:visited,
ul.btn-list li a.on,
ol.btn-list li a.on,
[role~=button].on {
    background: #008092;
    text-decoration: none;
    color: #fafafa
}

button.active,
input[type=submit].active,
input[type=button].active,
input[type=reset].active,
.btn.active,
a.btn.active,
a.btn.active:visited,
ul.btn-list li a.active,
ol.btn-list li a.active,
[role~=button].active,
button.active:hover,
input[type=submit].active:hover,
input[type=button].active:hover,
input[type=reset].active:hover,
.btn.active:hover,
a.btn.active:hover:visited,
ul.btn-list li a.active:hover,
ol.btn-list li a.active:hover,
[role~=button].active:hover,
button.active:focus,
input[type=submit].active:focus,
input[type=button].active:focus,
input[type=reset].active:focus,
.btn.active:focus,
a.btn.active:focus:visited,
ul.btn-list li a.active:focus,
ol.btn-list li a.active:focus,
[role~=button].active:focus {
    background: #008092;
    color: #fafafa
}

button.disabled,
input[type=submit].disabled,
input[type=button].disabled,
input[type=reset].disabled,
.btn.disabled,
a.btn.disabled,
a.btn.disabled:visited,
ul.btn-list li a.disabled,
ol.btn-list li a.disabled,
[role~=button].disabled {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled:hover,
input[type=submit].disabled:hover,
input[type=button].disabled:hover,
input[type=reset].disabled:hover,
.btn.disabled:hover,
a.btn.disabled:hover:visited,
ul.btn-list li a.disabled:hover,
ol.btn-list li a.disabled:hover,
[role~=button].disabled:hover,
button.disabled:focus,
input[type=submit].disabled:focus,
input[type=button].disabled:focus,
input[type=reset].disabled:focus,
.btn.disabled:focus,
a.btn.disabled:focus:visited,
ul.btn-list li a.disabled:focus,
ol.btn-list li a.disabled:focus,
[role~=button].disabled:focus,
button.disabled:visited,
input[type=submit].disabled:visited,
input[type=button].disabled:visited,
input[type=reset].disabled:visited,
.btn.disabled:visited,
ul.btn-list li a.disabled:visited,
ol.btn-list li a.disabled:visited,
[role~=button].disabled:visited {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.green,
input[type=submit].green,
input[type=button].green,
input[type=reset].green,
.btn.green,
a.btn.green,
a.btn.green:visited,
ul.btn-list li a.green,
ol.btn-list li a.green,
[role~=button].green {
    background-color: #2ecc71;
    color: #fff;
    border-color: #29b765
}

button.green:hover,
input[type=submit].green:hover,
input[type=button].green:hover,
input[type=reset].green:hover,
.btn.green:hover,
a.btn.green:hover:visited,
ul.btn-list li a.green:hover,
ol.btn-list li a.green:hover,
[role~=button].green:hover,
button.green:focus,
input[type=submit].green:focus,
input[type=button].green:focus,
input[type=reset].green:focus,
.btn.green:focus,
a.btn.green:focus:visited,
ul.btn-list li a.green:focus,
ol.btn-list li a.green:focus,
[role~=button].green:focus {
    background: #29b765;
    border-color: #25a25a
}

button.disabled.green,
input[type=submit].disabled.green,
input[type=button].disabled.green,
input[type=reset].disabled.green,
.btn.disabled.green,
ul.btn-list li a.disabled.green,
ol.btn-list li a.disabled.green,
[role~=button].disabled.green {
    color: #c5e8d4;
    background: #7ccb9d;
    border-color: #47b375;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.green:hover,
input[type=submit].disabled.green:hover,
input[type=button].disabled.green:hover,
input[type=reset].disabled.green:hover,
.btn.disabled.green:hover,
ul.btn-list li a.disabled.green:hover,
ol.btn-list li a.disabled.green:hover,
[role~=button].disabled.green:hover,
button.disabled.green:focus,
input[type=submit].disabled.green:focus,
input[type=button].disabled.green:focus,
input[type=reset].disabled.green:focus,
.btn.disabled.green:focus,
ul.btn-list li a.disabled.green:focus,
ol.btn-list li a.disabled.green:focus,
[role~=button].disabled.green:focus,
button.disabled.green:visited,
input[type=submit].disabled.green:visited,
input[type=button].disabled.green:visited,
input[type=reset].disabled.green:visited,
.btn.disabled.green:visited,
ul.btn-list li a.disabled.green:visited,
ol.btn-list li a.disabled.green:visited,
[role~=button].disabled.green:visited {
    color: #c5e8d4;
    background: #7ccb9d;
    border-color: #47b375;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.blue,
input[type=submit].blue,
input[type=button].blue,
input[type=reset].blue,
.btn.blue,
a.btn.blue,
a.btn.blue:visited,
ul.btn-list li a.blue,
ol.btn-list li a.blue,
[role~=button].blue {
    background-color: #3498db;
    color: #fff;
    border-color: #258cd1
}

button.blue:hover,
input[type=submit].blue:hover,
input[type=button].blue:hover,
input[type=reset].blue:hover,
.btn.blue:hover,
a.btn.blue:hover:visited,
ul.btn-list li a.blue:hover,
ol.btn-list li a.blue:hover,
[role~=button].blue:hover,
button.blue:focus,
input[type=submit].blue:focus,
input[type=button].blue:focus,
input[type=reset].blue:focus,
.btn.blue:focus,
a.btn.blue:focus:visited,
ul.btn-list li a.blue:focus,
ol.btn-list li a.blue:focus,
[role~=button].blue:focus {
    background: #258cd1;
    border-color: #217dbb
}

button.disabled.blue,
input[type=submit].disabled.blue,
input[type=button].disabled.blue,
input[type=reset].disabled.blue,
.btn.disabled.blue,
ul.btn-list li a.disabled.blue,
ol.btn-list li a.disabled.blue,
[role~=button].disabled.blue {
    color: #d2e4f0;
    background: #85b6d6;
    border-color: #4c93c3;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.blue:hover,
input[type=submit].disabled.blue:hover,
input[type=button].disabled.blue:hover,
input[type=reset].disabled.blue:hover,
.btn.disabled.blue:hover,
ul.btn-list li a.disabled.blue:hover,
ol.btn-list li a.disabled.blue:hover,
[role~=button].disabled.blue:hover,
button.disabled.blue:focus,
input[type=submit].disabled.blue:focus,
input[type=button].disabled.blue:focus,
input[type=reset].disabled.blue:focus,
.btn.disabled.blue:focus,
ul.btn-list li a.disabled.blue:focus,
ol.btn-list li a.disabled.blue:focus,
[role~=button].disabled.blue:focus,
button.disabled.blue:visited,
input[type=submit].disabled.blue:visited,
input[type=button].disabled.blue:visited,
input[type=reset].disabled.blue:visited,
.btn.disabled.blue:visited,
ul.btn-list li a.disabled.blue:visited,
ol.btn-list li a.disabled.blue:visited,
[role~=button].disabled.blue:visited {
    color: #d2e4f0;
    background: #85b6d6;
    border-color: #4c93c3;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.purple,
input[type=submit].purple,
input[type=button].purple,
input[type=reset].purple,
.btn.purple,
a.btn.purple,
a.btn.purple:visited,
ul.btn-list li a.purple,
ol.btn-list li a.purple,
[role~=button].purple {
    background-color: #9b59b6;
    color: #fff;
    border-color: #8f4bab
}

button.purple:hover,
input[type=submit].purple:hover,
input[type=button].purple:hover,
input[type=reset].purple:hover,
.btn.purple:hover,
a.btn.purple:hover:visited,
ul.btn-list li a.purple:hover,
ol.btn-list li a.purple:hover,
[role~=button].purple:hover,
button.purple:focus,
input[type=submit].purple:focus,
input[type=button].purple:focus,
input[type=reset].purple:focus,
.btn.purple:focus,
a.btn.purple:focus:visited,
ul.btn-list li a.purple:focus,
ol.btn-list li a.purple:focus,
[role~=button].purple:focus {
    background: #8f4bab;
    border-color: #804399
}

button.disabled.purple,
input[type=submit].disabled.purple,
input[type=button].disabled.purple,
input[type=reset].disabled.purple,
.btn.disabled.purple,
ul.btn-list li a.disabled.purple,
ol.btn-list li a.disabled.purple,
[role~=button].disabled.purple {
    color: #e3dbe6;
    background: #b49ebd;
    border-color: #91719e;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.purple:hover,
input[type=submit].disabled.purple:hover,
input[type=button].disabled.purple:hover,
input[type=reset].disabled.purple:hover,
.btn.disabled.purple:hover,
ul.btn-list li a.disabled.purple:hover,
ol.btn-list li a.disabled.purple:hover,
[role~=button].disabled.purple:hover,
button.disabled.purple:focus,
input[type=submit].disabled.purple:focus,
input[type=button].disabled.purple:focus,
input[type=reset].disabled.purple:focus,
.btn.disabled.purple:focus,
ul.btn-list li a.disabled.purple:focus,
ol.btn-list li a.disabled.purple:focus,
[role~=button].disabled.purple:focus,
button.disabled.purple:visited,
input[type=submit].disabled.purple:visited,
input[type=button].disabled.purple:visited,
input[type=reset].disabled.purple:visited,
.btn.disabled.purple:visited,
ul.btn-list li a.disabled.purple:visited,
ol.btn-list li a.disabled.purple:visited,
[role~=button].disabled.purple:visited {
    color: #e3dbe6;
    background: #b49ebd;
    border-color: #91719e;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.yellow,
input[type=submit].yellow,
input[type=button].yellow,
input[type=reset].yellow,
.btn.yellow,
a.btn.yellow,
a.btn.yellow:visited,
ul.btn-list li a.yellow,
ol.btn-list li a.yellow,
[role~=button].yellow {
    background-color: #f1c40f;
    color: #fff;
    border-color: #dab10d
}

button.yellow:hover,
input[type=submit].yellow:hover,
input[type=button].yellow:hover,
input[type=reset].yellow:hover,
.btn.yellow:hover,
a.btn.yellow:hover:visited,
ul.btn-list li a.yellow:hover,
ol.btn-list li a.yellow:hover,
[role~=button].yellow:hover,
button.yellow:focus,
input[type=submit].yellow:focus,
input[type=button].yellow:focus,
input[type=reset].yellow:focus,
.btn.yellow:focus,
a.btn.yellow:focus:visited,
ul.btn-list li a.yellow:focus,
ol.btn-list li a.yellow:focus,
[role~=button].yellow:focus {
    background: #dab10d;
    border-color: #c29d0b
}

button.disabled.yellow,
input[type=submit].disabled.yellow,
input[type=button].disabled.yellow,
input[type=reset].disabled.yellow,
.btn.disabled.yellow,
ul.btn-list li a.disabled.yellow,
ol.btn-list li a.disabled.yellow,
[role~=button].disabled.yellow {
    color: #f3e9bf;
    background: #e3cb69;
    border-color: #d8b528;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.yellow:hover,
input[type=submit].disabled.yellow:hover,
input[type=button].disabled.yellow:hover,
input[type=reset].disabled.yellow:hover,
.btn.disabled.yellow:hover,
ul.btn-list li a.disabled.yellow:hover,
ol.btn-list li a.disabled.yellow:hover,
[role~=button].disabled.yellow:hover,
button.disabled.yellow:focus,
input[type=submit].disabled.yellow:focus,
input[type=button].disabled.yellow:focus,
input[type=reset].disabled.yellow:focus,
.btn.disabled.yellow:focus,
ul.btn-list li a.disabled.yellow:focus,
ol.btn-list li a.disabled.yellow:focus,
[role~=button].disabled.yellow:focus,
button.disabled.yellow:visited,
input[type=submit].disabled.yellow:visited,
input[type=button].disabled.yellow:visited,
input[type=reset].disabled.yellow:visited,
.btn.disabled.yellow:visited,
ul.btn-list li a.disabled.yellow:visited,
ol.btn-list li a.disabled.yellow:visited,
[role~=button].disabled.yellow:visited {
    color: #f3e9bf;
    background: #e3cb69;
    border-color: #d8b528;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.orange,
input[type=submit].orange,
input[type=button].orange,
input[type=reset].orange,
.btn.orange,
a.btn.orange,
a.btn.orange:visited,
ul.btn-list li a.orange,
ol.btn-list li a.orange,
[role~=button].orange {
    background-color: #e67e22;
    color: #fff;
    border-color: #d67118
}

button.orange:hover,
input[type=submit].orange:hover,
input[type=button].orange:hover,
input[type=reset].orange:hover,
.btn.orange:hover,
a.btn.orange:hover:visited,
ul.btn-list li a.orange:hover,
ol.btn-list li a.orange:hover,
[role~=button].orange:hover,
button.orange:focus,
input[type=submit].orange:focus,
input[type=button].orange:focus,
input[type=reset].orange:focus,
.btn.orange:focus,
a.btn.orange:focus:visited,
ul.btn-list li a.orange:focus,
ol.btn-list li a.orange:focus,
[role~=button].orange:focus {
    background: #d67118;
    border-color: #bf6516
}

button.disabled.orange,
input[type=submit].disabled.orange,
input[type=button].disabled.orange,
input[type=reset].disabled.orange,
.btn.disabled.orange,
ul.btn-list li a.disabled.orange,
ol.btn-list li a.disabled.orange,
[role~=button].disabled.orange {
    color: #f1dcc9;
    background: #dda778;
    border-color: #cd803b;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.orange:hover,
input[type=submit].disabled.orange:hover,
input[type=button].disabled.orange:hover,
input[type=reset].disabled.orange:hover,
.btn.disabled.orange:hover,
ul.btn-list li a.disabled.orange:hover,
ol.btn-list li a.disabled.orange:hover,
[role~=button].disabled.orange:hover,
button.disabled.orange:focus,
input[type=submit].disabled.orange:focus,
input[type=button].disabled.orange:focus,
input[type=reset].disabled.orange:focus,
.btn.disabled.orange:focus,
ul.btn-list li a.disabled.orange:focus,
ol.btn-list li a.disabled.orange:focus,
[role~=button].disabled.orange:focus,
button.disabled.orange:visited,
input[type=submit].disabled.orange:visited,
input[type=button].disabled.orange:visited,
input[type=reset].disabled.orange:visited,
.btn.disabled.orange:visited,
ul.btn-list li a.disabled.orange:visited,
ol.btn-list li a.disabled.orange:visited,
[role~=button].disabled.orange:visited {
    color: #f1dcc9;
    background: #dda778;
    border-color: #cd803b;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.red,
input[type=submit].red,
input[type=button].red,
input[type=reset].red,
.btn.red,
a.btn.red,
a.btn.red:visited,
ul.btn-list li a.red,
ol.btn-list li a.red,
[role~=button].red {
    background-color: #e74c3c;
    color: #fff;
    border-color: #e43725
}

button.red:hover,
input[type=submit].red:hover,
input[type=button].red:hover,
input[type=reset].red:hover,
.btn.red:hover,
a.btn.red:hover:visited,
ul.btn-list li a.red:hover,
ol.btn-list li a.red:hover,
[role~=button].red:hover,
button.red:focus,
input[type=submit].red:focus,
input[type=button].red:focus,
input[type=reset].red:focus,
.btn.red:focus,
a.btn.red:focus:visited,
ul.btn-list li a.red:focus,
ol.btn-list li a.red:focus,
[role~=button].red:focus {
    background: #e43725;
    border-color: #d62c1a
}

button.disabled.red,
input[type=submit].disabled.red,
input[type=button].disabled.red,
input[type=reset].disabled.red,
.btn.disabled.red,
ul.btn-list li a.disabled.red,
ol.btn-list li a.disabled.red,
[role~=button].disabled.red {
    color: #f7e1df;
    background: #e1968e;
    border-color: #d15e52;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.red:hover,
input[type=submit].disabled.red:hover,
input[type=button].disabled.red:hover,
input[type=reset].disabled.red:hover,
.btn.disabled.red:hover,
ul.btn-list li a.disabled.red:hover,
ol.btn-list li a.disabled.red:hover,
[role~=button].disabled.red:hover,
button.disabled.red:focus,
input[type=submit].disabled.red:focus,
input[type=button].disabled.red:focus,
input[type=reset].disabled.red:focus,
.btn.disabled.red:focus,
ul.btn-list li a.disabled.red:focus,
ol.btn-list li a.disabled.red:focus,
[role~=button].disabled.red:focus,
button.disabled.red:visited,
input[type=submit].disabled.red:visited,
input[type=button].disabled.red:visited,
input[type=reset].disabled.red:visited,
.btn.disabled.red:visited,
ul.btn-list li a.disabled.red:visited,
ol.btn-list li a.disabled.red:visited,
[role~=button].disabled.red:visited {
    color: #f7e1df;
    background: #e1968e;
    border-color: #d15e52;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.pink,
input[type=submit].pink,
input[type=button].pink,
input[type=reset].pink,
.btn.pink,
a.btn.pink,
a.btn.pink:visited,
ul.btn-list li a.pink,
ol.btn-list li a.pink,
[role~=button].pink {
    background-color: #f02475;
    color: #fff;
    border-color: #ea1067
}

button.pink:hover,
input[type=submit].pink:hover,
input[type=button].pink:hover,
input[type=reset].pink:hover,
.btn.pink:hover,
a.btn.pink:hover:visited,
ul.btn-list li a.pink:hover,
ol.btn-list li a.pink:hover,
[role~=button].pink:hover,
button.pink:focus,
input[type=submit].pink:focus,
input[type=button].pink:focus,
input[type=reset].pink:focus,
.btn.pink:focus,
a.btn.pink:focus:visited,
ul.btn-list li a.pink:focus,
ol.btn-list li a.pink:focus,
[role~=button].pink:focus {
    background: #ea1067;
    border-color: #d30e5c
}

button.disabled.pink,
input[type=submit].disabled.pink,
input[type=button].disabled.pink,
input[type=reset].disabled.pink,
.btn.disabled.pink,
ul.btn-list li a.disabled.pink,
ol.btn-list li a.disabled.pink,
[role~=button].disabled.pink {
    color: #f6d1df;
    background: #e57ba5;
    border-color: #d93b7a;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.pink:hover,
input[type=submit].disabled.pink:hover,
input[type=button].disabled.pink:hover,
input[type=reset].disabled.pink:hover,
.btn.disabled.pink:hover,
ul.btn-list li a.disabled.pink:hover,
ol.btn-list li a.disabled.pink:hover,
[role~=button].disabled.pink:hover,
button.disabled.pink:focus,
input[type=submit].disabled.pink:focus,
input[type=button].disabled.pink:focus,
input[type=reset].disabled.pink:focus,
.btn.disabled.pink:focus,
ul.btn-list li a.disabled.pink:focus,
ol.btn-list li a.disabled.pink:focus,
[role~=button].disabled.pink:focus,
button.disabled.pink:visited,
input[type=submit].disabled.pink:visited,
input[type=button].disabled.pink:visited,
input[type=reset].disabled.pink:visited,
.btn.disabled.pink:visited,
ul.btn-list li a.disabled.pink:visited,
ol.btn-list li a.disabled.pink:visited,
[role~=button].disabled.pink:visited {
    color: #f6d1df;
    background: #e57ba5;
    border-color: #d93b7a;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.turquoise,
input[type=submit].turquoise,
input[type=button].turquoise,
input[type=reset].turquoise,
.btn.turquoise,
a.btn.turquoise,
a.btn.turquoise:visited,
ul.btn-list li a.turquoise,
ol.btn-list li a.turquoise,
[role~=button].turquoise {
    background-color: #1abc9c;
    color: #fff;
    border-color: #17a689
}

button.turquoise:hover,
input[type=submit].turquoise:hover,
input[type=button].turquoise:hover,
input[type=reset].turquoise:hover,
.btn.turquoise:hover,
a.btn.turquoise:hover:visited,
ul.btn-list li a.turquoise:hover,
ol.btn-list li a.turquoise:hover,
[role~=button].turquoise:hover,
button.turquoise:focus,
input[type=submit].turquoise:focus,
input[type=button].turquoise:focus,
input[type=reset].turquoise:focus,
.btn.turquoise:focus,
a.btn.turquoise:focus:visited,
ul.btn-list li a.turquoise:focus,
ol.btn-list li a.turquoise:focus,
[role~=button].turquoise:focus {
    background: #17a689;
    border-color: #148f77
}

button.disabled.turquoise,
input[type=submit].disabled.turquoise,
input[type=button].disabled.turquoise,
input[type=reset].disabled.turquoise,
.btn.disabled.turquoise,
ul.btn-list li a.disabled.turquoise,
ol.btn-list li a.disabled.turquoise,
[role~=button].disabled.turquoise {
    color: #a4e5d8;
    background: #54ceb6;
    border-color: #2fa78f;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.turquoise:hover,
input[type=submit].disabled.turquoise:hover,
input[type=button].disabled.turquoise:hover,
input[type=reset].disabled.turquoise:hover,
.btn.disabled.turquoise:hover,
ul.btn-list li a.disabled.turquoise:hover,
ol.btn-list li a.disabled.turquoise:hover,
[role~=button].disabled.turquoise:hover,
button.disabled.turquoise:focus,
input[type=submit].disabled.turquoise:focus,
input[type=button].disabled.turquoise:focus,
input[type=reset].disabled.turquoise:focus,
.btn.disabled.turquoise:focus,
ul.btn-list li a.disabled.turquoise:focus,
ol.btn-list li a.disabled.turquoise:focus,
[role~=button].disabled.turquoise:focus,
button.disabled.turquoise:visited,
input[type=submit].disabled.turquoise:visited,
input[type=button].disabled.turquoise:visited,
input[type=reset].disabled.turquoise:visited,
.btn.disabled.turquoise:visited,
ul.btn-list li a.disabled.turquoise:visited,
ol.btn-list li a.disabled.turquoise:visited,
[role~=button].disabled.turquoise:visited {
    color: #a4e5d8;
    background: #54ceb6;
    border-color: #2fa78f;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.asphalt,
input[type=submit].asphalt,
input[type=button].asphalt,
input[type=reset].asphalt,
.btn.asphalt,
a.btn.asphalt,
a.btn.asphalt:visited,
ul.btn-list li a.asphalt,
ol.btn-list li a.asphalt,
[role~=button].asphalt {
    background-color: #34495e;
    color: #fff;
    border-color: #2b3c4e
}

button.asphalt:hover,
input[type=submit].asphalt:hover,
input[type=button].asphalt:hover,
input[type=reset].asphalt:hover,
.btn.asphalt:hover,
a.btn.asphalt:hover:visited,
ul.btn-list li a.asphalt:hover,
ol.btn-list li a.asphalt:hover,
[role~=button].asphalt:hover,
button.asphalt:focus,
input[type=submit].asphalt:focus,
input[type=button].asphalt:focus,
input[type=reset].asphalt:focus,
.btn.asphalt:focus,
a.btn.asphalt:focus:visited,
ul.btn-list li a.asphalt:focus,
ol.btn-list li a.asphalt:focus,
[role~=button].asphalt:focus {
    background: #2b3c4e;
    border-color: #222f3d
}

button.disabled.asphalt,
input[type=submit].disabled.asphalt,
input[type=button].disabled.asphalt,
input[type=reset].disabled.asphalt,
.btn.disabled.asphalt,
ul.btn-list li a.disabled.asphalt,
ol.btn-list li a.disabled.asphalt,
[role~=button].disabled.asphalt {
    color: #9aa2aa;
    background: #656f79;
    border-color: #43494f;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.asphalt:hover,
input[type=submit].disabled.asphalt:hover,
input[type=button].disabled.asphalt:hover,
input[type=reset].disabled.asphalt:hover,
.btn.disabled.asphalt:hover,
ul.btn-list li a.disabled.asphalt:hover,
ol.btn-list li a.disabled.asphalt:hover,
[role~=button].disabled.asphalt:hover,
button.disabled.asphalt:focus,
input[type=submit].disabled.asphalt:focus,
input[type=button].disabled.asphalt:focus,
input[type=reset].disabled.asphalt:focus,
.btn.disabled.asphalt:focus,
ul.btn-list li a.disabled.asphalt:focus,
ol.btn-list li a.disabled.asphalt:focus,
[role~=button].disabled.asphalt:focus,
button.disabled.asphalt:visited,
input[type=submit].disabled.asphalt:visited,
input[type=button].disabled.asphalt:visited,
input[type=reset].disabled.asphalt:visited,
.btn.disabled.asphalt:visited,
ul.btn-list li a.disabled.asphalt:visited,
ol.btn-list li a.disabled.asphalt:visited,
[role~=button].disabled.asphalt:visited {
    color: #9aa2aa;
    background: #656f79;
    border-color: #43494f;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.info,
input[type=submit].info,
input[type=button].info,
input[type=reset].info,
.btn.info,
a.btn.info,
a.btn.info:visited,
ul.btn-list li a.info,
ol.btn-list li a.info,
[role~=button].info {
    background-color: #309dd4;
    color: #fafafa;
    border-color: #27a1ba
}

button.info:hover,
input[type=submit].info:hover,
input[type=button].info:hover,
input[type=reset].info:hover,
.btn.info:hover,
a.btn.info:hover:visited,
ul.btn-list li a.info:hover,
ol.btn-list li a.info:hover,
[role~=button].info:hover,
button.info:focus,
input[type=submit].info:focus,
input[type=button].info:focus,
input[type=reset].info:focus,
.btn.info:focus,
a.btn.info:focus:visited,
ul.btn-list li a.info:focus,
ol.btn-list li a.info:focus,
[role~=button].info:focus {
    background: #2582b1
}

button.disabled.info,
input[type=submit].disabled.info,
input[type=button].disabled.info,
input[type=reset].disabled.info,
.btn.disabled.info,
ul.btn-list li a.disabled.info,
ol.btn-list li a.disabled.info,
[role~=button].disabled.info {
    color: #bed2dc;
    background: #7ca4b8;
    border-color: #517f96;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.info:hover,
input[type=submit].disabled.info:hover,
input[type=button].disabled.info:hover,
input[type=reset].disabled.info:hover,
.btn.disabled.info:hover,
ul.btn-list li a.disabled.info:hover,
ol.btn-list li a.disabled.info:hover,
[role~=button].disabled.info:hover,
button.disabled.info:focus,
input[type=submit].disabled.info:focus,
input[type=button].disabled.info:focus,
input[type=reset].disabled.info:focus,
.btn.disabled.info:focus,
ul.btn-list li a.disabled.info:focus,
ol.btn-list li a.disabled.info:focus,
[role~=button].disabled.info:focus,
button.disabled.info:visited,
input[type=submit].disabled.info:visited,
input[type=button].disabled.info:visited,
input[type=reset].disabled.info:visited,
.btn.disabled.info:visited,
ul.btn-list li a.disabled.info:visited,
ol.btn-list li a.disabled.info:visited,
[role~=button].disabled.info:visited {
    color: #bed2dc;
    background: #7ca4b8;
    border-color: #517f96;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.alert,
input[type=submit].alert,
input[type=button].alert,
input[type=reset].alert,
.btn.alert,
a.btn.alert,
a.btn.alert:visited,
ul.btn-list li a.alert,
ol.btn-list li a.alert,
[role~=button].alert {
    background-color: #e8ca2b;
    color: #fafafa;
    border-color: #ecb06f
}

button.alert:hover,
input[type=submit].alert:hover,
input[type=button].alert:hover,
input[type=reset].alert:hover,
.btn.alert:hover,
a.btn.alert:hover:visited,
ul.btn-list li a.alert:hover,
ol.btn-list li a.alert:hover,
[role~=button].alert:hover,
button.alert:focus,
input[type=submit].alert:focus,
input[type=button].alert:focus,
input[type=reset].alert:focus,
.btn.alert:focus,
a.btn.alert:focus:visited,
ul.btn-list li a.alert:focus,
ol.btn-list li a.alert:focus,
[role~=button].alert:focus {
    background: #e1c118
}

button.disabled.alert,
input[type=submit].disabled.alert,
input[type=button].disabled.alert,
input[type=reset].disabled.alert,
.btn.disabled.alert,
ul.btn-list li a.disabled.alert,
ol.btn-list li a.disabled.alert,
[role~=button].disabled.alert {
    color: #eae5db;
    background: #c5b59b;
    border-color: #a9926a;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.alert:hover,
input[type=submit].disabled.alert:hover,
input[type=button].disabled.alert:hover,
input[type=reset].disabled.alert:hover,
.btn.disabled.alert:hover,
ul.btn-list li a.disabled.alert:hover,
ol.btn-list li a.disabled.alert:hover,
[role~=button].disabled.alert:hover,
button.disabled.alert:focus,
input[type=submit].disabled.alert:focus,
input[type=button].disabled.alert:focus,
input[type=reset].disabled.alert:focus,
.btn.disabled.alert:focus,
ul.btn-list li a.disabled.alert:focus,
ol.btn-list li a.disabled.alert:focus,
[role~=button].disabled.alert:focus,
button.disabled.alert:visited,
input[type=submit].disabled.alert:visited,
input[type=button].disabled.alert:visited,
input[type=reset].disabled.alert:visited,
.btn.disabled.alert:visited,
ul.btn-list li a.disabled.alert:visited,
ol.btn-list li a.disabled.alert:visited,
[role~=button].disabled.alert:visited {
    color: #eae5db;
    background: #c5b59b;
    border-color: #a9926a;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.warning,
input[type=submit].warning,
input[type=button].warning,
input[type=reset].warning,
.btn.warning,
a.btn.warning,
a.btn.warning:visited,
ul.btn-list li a.warning,
ol.btn-list li a.warning,
[role~=button].warning {
    background-color: #fa8600;
    color: #fafafa;
    border-color: #e67900
}

button.warning:hover,
input[type=submit].warning:hover,
input[type=button].warning:hover,
input[type=reset].warning:hover,
.btn.warning:hover,
a.btn.warning:hover:visited,
ul.btn-list li a.warning:hover,
ol.btn-list li a.warning:hover,
[role~=button].warning:hover,
button.warning:focus,
input[type=submit].warning:focus,
input[type=button].warning:focus,
input[type=reset].warning:focus,
.btn.warning:focus,
a.btn.warning:focus:visited,
ul.btn-list li a.warning:focus,
ol.btn-list li a.warning:focus,
[role~=button].warning:focus {
    background: #e07800
}

button.disabled.warning,
input[type=submit].disabled.warning,
input[type=button].disabled.warning,
input[type=reset].disabled.warning,
.btn.disabled.warning,
ul.btn-list li a.disabled.warning,
ol.btn-list li a.disabled.warning,
[role~=button].disabled.warning {
    color: #fae9d5;
    background: #f0b979;
    border-color: #e99534;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.warning:hover,
input[type=submit].disabled.warning:hover,
input[type=button].disabled.warning:hover,
input[type=reset].disabled.warning:hover,
.btn.disabled.warning:hover,
ul.btn-list li a.disabled.warning:hover,
ol.btn-list li a.disabled.warning:hover,
[role~=button].disabled.warning:hover,
button.disabled.warning:focus,
input[type=submit].disabled.warning:focus,
input[type=button].disabled.warning:focus,
input[type=reset].disabled.warning:focus,
.btn.disabled.warning:focus,
ul.btn-list li a.disabled.warning:focus,
ol.btn-list li a.disabled.warning:focus,
[role~=button].disabled.warning:focus,
button.disabled.warning:visited,
input[type=submit].disabled.warning:visited,
input[type=button].disabled.warning:visited,
input[type=reset].disabled.warning:visited,
.btn.disabled.warning:visited,
ul.btn-list li a.disabled.warning:visited,
ol.btn-list li a.disabled.warning:visited,
[role~=button].disabled.warning:visited {
    color: #fae9d5;
    background: #f0b979;
    border-color: #e99534;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.error,
input[type=submit].error,
input[type=button].error,
input[type=reset].error,
.btn.error,
a.btn.error,
a.btn.error:visited,
ul.btn-list li a.error,
ol.btn-list li a.error,
[role~=button].error {
    background-color: #b84c4c;
    color: #fafafa;
    border-color: #b14454
}

button.error:hover,
input[type=submit].error:hover,
input[type=button].error:hover,
input[type=reset].error:hover,
.btn.error:hover,
a.btn.error:hover:visited,
ul.btn-list li a.error:hover,
ol.btn-list li a.error:hover,
[role~=button].error:hover,
button.error:focus,
input[type=submit].error:focus,
input[type=button].error:focus,
input[type=reset].error:focus,
.btn.error:focus,
a.btn.error:focus:visited,
ul.btn-list li a.error:focus,
ol.btn-list li a.error:focus,
[role~=button].error:focus {
    background: #9a3d3d
}

button.disabled.error,
input[type=submit].disabled.error,
input[type=button].disabled.error,
input[type=reset].disabled.error,
.btn.disabled.error,
ul.btn-list li a.disabled.error,
ol.btn-list li a.disabled.error,
[role~=button].disabled.error {
    color: #e3d1d1;
    background: #bd9291;
    border-color: #a06261;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.error:hover,
input[type=submit].disabled.error:hover,
input[type=button].disabled.error:hover,
input[type=reset].disabled.error:hover,
.btn.disabled.error:hover,
ul.btn-list li a.disabled.error:hover,
ol.btn-list li a.disabled.error:hover,
[role~=button].disabled.error:hover,
button.disabled.error:focus,
input[type=submit].disabled.error:focus,
input[type=button].disabled.error:focus,
input[type=reset].disabled.error:focus,
.btn.disabled.error:focus,
ul.btn-list li a.disabled.error:focus,
ol.btn-list li a.disabled.error:focus,
[role~=button].disabled.error:focus,
button.disabled.error:visited,
input[type=submit].disabled.error:visited,
input[type=button].disabled.error:visited,
input[type=reset].disabled.error:visited,
.btn.disabled.error:visited,
ul.btn-list li a.disabled.error:visited,
ol.btn-list li a.disabled.error:visited,
[role~=button].disabled.error:visited {
    color: #e3d1d1;
    background: #bd9291;
    border-color: #a06261;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.success,
input[type=submit].success,
input[type=button].success,
input[type=reset].success,
.btn.success,
a.btn.success,
a.btn.success:visited,
ul.btn-list li a.success,
ol.btn-list li a.success,
[role~=button].success {
    background-color: #67b646;
    color: #fafafa;
    border-color: #6da43f
}

button.success:hover,
input[type=submit].success:hover,
input[type=button].success:hover,
input[type=reset].success:hover,
.btn.success:hover,
a.btn.success:hover:visited,
ul.btn-list li a.success:hover,
ol.btn-list li a.success:hover,
[role~=button].success:hover,
button.success:focus,
input[type=submit].success:focus,
input[type=button].success:focus,
input[type=reset].success:focus,
.btn.success:focus,
a.btn.success:focus:visited,
ul.btn-list li a.success:focus,
ol.btn-list li a.success:focus,
[role~=button].success:focus {
    background: #549539
}

button.disabled.success,
input[type=submit].disabled.success,
input[type=button].disabled.success,
input[type=reset].disabled.success,
.btn.disabled.success,
ul.btn-list li a.disabled.success,
ol.btn-list li a.disabled.success,
[role~=button].disabled.success {
    color: #b9c8b9;
    background: #809b80;
    border-color: #5b735b;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button.disabled.success:hover,
input[type=submit].disabled.success:hover,
input[type=button].disabled.success:hover,
input[type=reset].disabled.success:hover,
.btn.disabled.success:hover,
ul.btn-list li a.disabled.success:hover,
ol.btn-list li a.disabled.success:hover,
[role~=button].disabled.success:hover,
button.disabled.success:focus,
input[type=submit].disabled.success:focus,
input[type=button].disabled.success:focus,
input[type=reset].disabled.success:focus,
.btn.disabled.success:focus,
ul.btn-list li a.disabled.success:focus,
ol.btn-list li a.disabled.success:focus,
[role~=button].disabled.success:focus,
button.disabled.success:visited,
input[type=submit].disabled.success:visited,
input[type=button].disabled.success:visited,
input[type=reset].disabled.success:visited,
.btn.disabled.success:visited,
ul.btn-list li a.disabled.success:visited,
ol.btn-list li a.disabled.success:visited,
[role~=button].disabled.success:visited {
    color: #b9c8b9;
    background: #809b80;
    border-color: #5b735b;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

button .block,
input[type=submit] .block,
input[type=button] .block,
input[type=reset] .block,
.btn .block,
[role~=button] .block,
nav.menu .menu-toggle .block,
.menu.nav .menu-toggle .block,
button.block,
input[type=submit].block,
input[type=button].block,
input[type=reset].block,
.btn.block,
a.btn.block,
a.btn.block:visited,
ul.btn-list li a.block,
ol.btn-list li a.block,
[role~=button].block {
    display: block;
    width: 100%
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown button,
.dropdown .btn {
    position: relative;
    padding-right: 2em
}

.dropdown button:after,
.dropdown .btn:after {
    content: '...';
    position: absolute;
    right: 1em;
    bottom: .25em
}

.dropdown ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25), 5px, 0, 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.25), 5px, 0, 0;
    box-shadow: rgba(0, 0, 0, 0.25), 5px, 0, 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.dropdown ul li {
    display: block
}

.dropdown ul li a,
.dropdown ul li a:visited {
    display: block;
    padding: .5em 1em;
    border: none;
    color: #eee;
    text-shadow: none;
    text-decoration: none
}

.dropdown ul li a:hover,
.dropdown ul li a:focus {
    background: #efefef
}

.dropdown ul li a.disabled {
    color: #d9d9d9;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.dropdown ul li a.disabled:hover,
.dropdown ul li a.disabled:focus,
.dropdown ul li a.disabled:visited {
    color: #d9d9d9;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.dropdown ul li:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.dropdown hr {
    margin: 0;
    border-color: #ececec
}

ul.btn-list,
ol.btn-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.btn-list:after,
ol.btn-list:after {
    content: '';
    display: block;
    clear: both
}

ul.btn-list li,
ol.btn-list li {
    display: block;
    float: left;
    margin: 0;
    border-radius: 0
}

ul.btn-list li:first-child a,
ol.btn-list li:first-child a {}

ul.btn-list li:last-child a,
ol.btn-list li:last-child a {}

ul.btn-list li a,
ol.btn-list li a {
    display: block;
    word-wrap: break-word;
    padding: .25em 1em;
    background: #00adc5;
    border: 1px solid #008092;
    color: #fafafa;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.5;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

ul.btn-list li a:hover,
ol.btn-list li a:hover,
ul.btn-list li a:focus,
ol.btn-list li a:focus {
    background: #008092;
    text-decoration: none;
    color: #fafafa;
    border: 1px solid #008092
}

ul.btn-list li a.disabled,
ol.btn-list li a.disabled {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

ul.btn-list li a.disabled:hover,
ol.btn-list li a.disabled:hover,
ul.btn-list li a.disabled:focus,
ol.btn-list li a.disabled:focus,
ul.btn-list li a.disabled:visited,
ol.btn-list li a.disabled:visited {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav ul ul,
.nav ul ul {
    display: none
}

nav ul li.menu.on>ul,
.nav ul li.menu.on>ul,
.no-js nav ul li.menu ul,
.no-js .nav ul li.menu ul {
    display: block
}

nav:not(.inline):not(.pagination)>ul:not(.row),
.nav:not(.inline):not(.pagination)>ul:not(.row) {}

nav ul,
.nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

nav ul li,
.nav ul li {
    display: block;
}

nav ul li a,
.nav ul li a,
nav ul li a:visited,
.nav ul li a:visited {
    display: block;
    width: 100%;
    word-wrap: break-word;
    padding: .25em 1em;
    background: transparent;
    color: #fff;
    font-weight: 300;
    font-size: .9em;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.5;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

nav ul li a:hover,
.nav ul li a:hover,
nav ul li a:focus,
.nav ul li a:focus,
nav ul li a:visited:hover,
.nav ul li a:visited:hover,
nav ul li a:visited:focus,
.nav ul li a:visited:focus {
    color: #fff;
    text-decoration: none
}

nav ul li a.active:hover,
.nav ul li a.active:hover,
nav ul li a.active:focus,
.nav ul li a.active:focus,
nav ul li a:visited.active:hover,
.nav ul li a:visited.active:hover,
nav ul li a:visited.active:focus,
.nav ul li a:visited.active:focus {
    background: #198d98
}

nav ul li a.disabled,
.nav ul li a.disabled,
nav ul li a:visited.disabled,
.nav ul li a:visited.disabled {
    color: #a4dee3;
    background: #57c1cb;
    border-color: #3299a3;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav ul li a.disabled:hover,
.nav ul li a.disabled:hover,
nav ul li a.disabled:focus,
.nav ul li a.disabled:focus,
nav ul li a.disabled:visited,
.nav ul li a.disabled:visited,
nav ul li a:visited.disabled:hover,
.nav ul li a:visited.disabled:hover,
nav ul li a:visited.disabled:focus,
.nav ul li a:visited.disabled:focus,
nav ul li a:visited.disabled:visited,
.nav ul li a:visited.disabled:visited {
    color: #a4dee3;
    background: #57c1cb;
    border-color: #3299a3;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav ul li:first-child a,
.nav ul li:first-child a {
    border-top: none
}

nav ul li.menu.disabled>a,
.nav ul li.menu.disabled>a,
nav ul li.menu.disabled>a:visited,
.nav ul li.menu.disabled>a:visited {
    color: #a4dee3;
    background: #57c1cb;
    border-color: #3299a3;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav ul li.menu.disabled>a:hover,
.nav ul li.menu.disabled>a:hover,
nav ul li.menu.disabled>a:focus,
.nav ul li.menu.disabled>a:focus,
nav ul li.menu.disabled>a:visited,
.nav ul li.menu.disabled>a:visited,
nav ul li.menu.disabled>a:visited:hover,
.nav ul li.menu.disabled>a:visited:hover,
nav ul li.menu.disabled>a:visited:focus,
.nav ul li.menu.disabled>a:visited:focus,
nav ul li.menu.disabled>a:visited:visited,
.nav ul li.menu.disabled>a:visited:visited {
    color: #a4dee3;
    background: #57c1cb;
    border-color: #3299a3;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav ul li.menu.on>a,
.nav ul li.menu.on>a,
nav ul li.menu.on>a:visited,
.nav ul li.menu.on>a:visited {
    color: #fff;
    background: #198d98;
    text-decoration: none
}

nav ul li:first-child a,
.nav ul li:first-child a {}

nav ul li:last-child a,
.nav ul li:last-child a {}

nav ul li:last-child ul li a,
.nav ul li:last-child ul li a {
    -webkit-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    -o-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important
}

nav ul li:last-child ul li:last-child a,
.nav ul li:last-child ul li:last-child a {}

nav ul li:only-child a,
.nav ul li:only-child a {}

nav ul ul,
.nav ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 101;
    background: #222;
}

nav ul ul li a,
.nav ul ul li a,
nav ul ul li a:visited,
.nav ul ul li a:visited {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
}

nav ul ul li a:hover,
.nav ul ul li a:hover,
nav ul ul li a:visited:hover,
.nav ul ul li a:visited:hover {
    background: #1da1ae
}

nav ul ul li a.disabled,
.nav ul ul li a.disabled,
nav ul ul li a:visited.disabled,
.nav ul ul li a:visited.disabled {
    color: #b8e5e9;
    background: #6ac8d1;
    border-color: #38acb6;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav ul ul li a.disabled:hover,
.nav ul ul li a.disabled:hover,
nav ul ul li a.disabled:focus,
.nav ul ul li a.disabled:focus,
nav ul ul li a.disabled:visited,
.nav ul ul li a.disabled:visited,
nav ul ul li a:visited.disabled:hover,
.nav ul ul li a:visited.disabled:hover,
nav ul ul li a:visited.disabled:focus,
.nav ul ul li a:visited.disabled:focus,
nav ul ul li a:visited.disabled:visited,
.nav ul ul li a:visited.disabled:visited {
    color: #b8e5e9;
    background: #6ac8d1;
    border-color: #38acb6;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav ul ul li:first-child a,
.nav ul ul li:first-child a {
    border-top: none;
}

nav ul ul li:last-child a,
.nav ul ul li:last-child a {}

nav ul ul li:only-child a,
.nav ul ul li:only-child a {}

nav ul.row li a,
.nav ul.row li a {
    border-left: 1px solid #198d98;
    border-top: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

nav ul.row li:first-child a,
.nav ul.row li:first-child a {}

nav ul.row li:last-child a,
.nav ul.row li:last-child a {}

nav ul.row li:only-child a,
.nav ul.row li:only-child a {}

nav ul.row ul,
.nav ul.row ul {
    position: absolute;
    left: auto;
    top: auto;
    min-width: 100%;
    z-index: 101
}

nav ul.row ul li a,
.nav ul.row ul li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-top: 1px solid #198d98
}

nav ul.row ul li:first-child a,
.nav ul.row ul li:first-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

nav ul.row ul li:last-child a,
.nav ul.row ul li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

nav.inline,
.inline.nav {
    width: auto
}

nav.inline ul,
.inline.nav ul {
    font-size: 0
}

nav.inline ul li,
.inline.nav ul li {
    font-size: 14px;
    display: inline-block;
    white-space-collapse: discard;
    float: none
}

nav.inline ul li:first-child a,
.inline.nav ul li:first-child a {}

nav.inline ul li:last-child a,
.inline.nav ul li:last-child a {}

nav.inline ul li:only-child a,
.inline.nav ul li:only-child a {}

nav.inline ul li ul,
.inline.nav ul li ul {
    position: absolute;
    left: auto;
    top: auto;
    min-width: 100%;
    z-index: 101
}

nav.inline ul li ul li,
.inline.nav ul li ul li {
    display: block
}

nav.inline ul li ul li a,
.inline.nav ul li ul li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-left: none
}

nav.inline ul li ul li:first-child a,
.inline.nav ul li ul li:first-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

nav.inline ul li ul li:last-child a,
.inline.nav ul li ul li:last-child a {}

nav.main,
.main.nav {}

nav.main ul li.menu>a,
.main.nav ul li.menu>a {
    background: transparent
}

nav.main ul li.menu>a:hover,
.main.nav ul li.menu>a:hover,
nav.main ul li.menu>a:focus,
.main.nav ul li.menu>a:focus {
    background: transparent
}

nav.main ul li.menu.on a,
.main.nav ul li.menu.on a {
    background: transparent
}

nav.main ul li.menu.on a:hover,
.main.nav ul li.menu.on a:hover,
nav.main ul li.menu.on a:focus,
.main.nav ul li.menu.on a:focus {
    background: transparent
}

nav.main ul li.menu.on ul li a,
.main.nav ul li.menu.on ul li a {
    color: #fafafa;
    text-shadow: none;
    background: #00adc5;
    -webkit-transition: color .25s ease-out;
    -moz-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

nav.main ul li.menu.on ul li a:hover,
.main.nav ul li.menu.on ul li a:hover,
nav.main ul li.menu.on ul li a:focus,
.main.nav ul li.menu.on ul li a:focus {
    color: #489ac1;
    background: #47a4a5
}

nav.main ul li a,
.main.nav ul li a {
    border: none
}

nav.main ul li a:hover,
.main.nav ul li a:hover {
    color: #489ac1;
    text-shadow: 2px 2px 4px rgba(10, 10, 10, 0.2)
}

nav.main ul li ul li,
.main.nav ul li ul li {
    margin: 0;
}

nav.main ul li ul li a,
.main.nav ul li ul li a {
    color: #ccc;
}

nav.main ul li ul li a:hover,
.main.nav ul li ul li a:hover,
nav.main ul li ul li a:focus,
.main.nav ul li ul li a:focus {
    color: #fafafa
}

nav.pill ul li a,
.pill.nav ul li a,
nav.pill ul li a:visited,
.pill.nav ul li a:visited {
    background: #00adc5;
    color: #fafafa
}

nav.pill ul li a.active:hover,
.pill.nav ul li a.active:hover,
nav.pill ul li a.active:focus,
.pill.nav ul li a.active:focus,
nav.pill ul li a:visited.active:hover,
.pill.nav ul li a:visited.active:hover,
nav.pill ul li a:visited.active:focus,
.pill.nav ul li a:visited.active:focus {
    background: #008092
}

nav.pill ul li a.disabled,
.pill.nav ul li a.disabled,
nav.pill ul li a:visited.disabled,
.pill.nav ul li a:visited.disabled {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav.pill ul li a.disabled:hover,
.pill.nav ul li a.disabled:hover,
nav.pill ul li a.disabled:focus,
.pill.nav ul li a.disabled:focus,
nav.pill ul li a.disabled:visited,
.pill.nav ul li a.disabled:visited,
nav.pill ul li a:visited.disabled:hover,
.pill.nav ul li a:visited.disabled:hover,
nav.pill ul li a:visited.disabled:focus,
.pill.nav ul li a:visited.disabled:focus,
nav.pill ul li a:visited.disabled:visited,
.pill.nav ul li a:visited.disabled:visited {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

nav.menu .menu-toggle,
.menu.nav .menu-toggle {
    display: none
}

.pagination ul {
    margin: 10px auto;
    display: block;
    list-style-type: none
}

.pagination ul li {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0 3px 0 2px;
    min-width: 29px
}

.pagination ul li a,
.pagination ul li a:visited {
    display: inline-block;
    width: 100%;
    background: #00adc5;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 300;
    color: #fafafa;
    text-decoration: none;
    text-align: center;
    padding: 0 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li a:visited:hover,
.pagination ul li a:visited:focus {
    background: #008092;
    color: #fafafa
}

.pagination ul li a.disabled,
.pagination ul li a:visited.disabled {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.pagination ul li a.disabled:hover,
.pagination ul li a.disabled:focus,
.pagination ul li a.disabled:visited,
.pagination ul li a:visited.disabled:hover,
.pagination ul li a:visited.disabled:focus,
.pagination ul li a:visited.disabled:visited {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.pagination ul li.active a {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.pagination ul li.active a:hover,
.pagination ul li.active a:focus,
.pagination ul li.active a:visited {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.pagination ul li.prev a,
.pagination ul li.prev a:visited,
.pagination ul li.next a,
.pagination ul li.next a:visited {
    padding: 0 4px;
    background: #00adc5;
    color: #fff
}

.pagination ul li.prev a:hover,
.pagination ul li.prev a:focus,
.pagination ul li.prev a:visited:hover,
.pagination ul li.prev a:visited:focus,
.pagination ul li.next a:hover,
.pagination ul li.next a:focus,
.pagination ul li.next a:visited:hover,
.pagination ul li.next a:visited:focus {
    background: #008092
}

.pagination ul li.disabled a {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.pagination ul li.disabled a:hover,
.pagination ul li.disabled a:focus,
.pagination ul li.disabled a:visited {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.pagination ul li:first-child a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.pagination ul li:last-child a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.no-js nav ul li.menu ul,
.no-js .nav ul li.menu ul {
    display: none
}

.no-js nav ul li.menu:hover ul,
.no-js .nav ul li.menu:hover ul,
.no-js nav ul li.menu:focus ul,
.no-js .nav ul li.menu:focus ul {
    display: block !important
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8em
}

.breadcrumbs li {
    display: inline-block;
    padding: .2em 0
}

.breadcrumbs li a,
.breadcrumbs li a:visited {
    border: none;
    color: gray
}

.breadcrumbs li a:before,
.breadcrumbs li a:visited:before {
    content: '>';
    display: inline-block;
    margin: 0 .5em;
    color: gray !important
}

.breadcrumbs li a:hover,
.breadcrumbs li a:focus,
.breadcrumbs li a:visited:hover,
.breadcrumbs li a:visited:focus {
    color: #489ac1
}

.breadcrumbs li:first-child a:before {
    display: none
}

.message,
[role~=alert] {
    position: relative;
    word-wrap: break-word;
    padding: .25em 1em;
    background: #00adc5;
    border: 1px solid #008092;
    color: #fafafa;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    clear: both
}

.message.small,
[role~=alert].small {
    font-size: .8em
}

.message.large,
[role~=alert].large {
    font-size: 1.5em
}

.message.square,
[role~=alert].square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.message.round,
[role~=alert].round {
    -webkit-border-radius: 9999em;
    -moz-border-radius: 9999em;
    -ms-border-radius: 9999em;
    -o-border-radius: 9999em;
    border-radius: 9999em
}

.message.disabled,
[role~=alert].disabled {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.disabled:hover,
[role~=alert].disabled:hover,
.message.disabled:focus,
[role~=alert].disabled:focus,
.message.disabled:visited,
[role~=alert].disabled:visited {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.info,
[role~=alert].info {
    background-color: #d9edf7;
    color: #3a87ad;
    border-color: #bce8f1
}

.message.disabled.info,
[role~=alert].disabled.info {
    color: #bed2dc;
    background: #7ca4b8;
    border-color: #517f96;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.disabled.info:hover,
[role~=alert].disabled.info:hover,
.message.disabled.info:focus,
[role~=alert].disabled.info:focus,
.message.disabled.info:visited,
[role~=alert].disabled.info:visited {
    color: #bed2dc;
    background: #7ca4b8;
    border-color: #517f96;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.alert,
[role~=alert].alert {
    background-color: #fcf8e3;
    color: #c09853;
    border-color: #fbeee0
}

.message.disabled.alert,
[role~=alert].disabled.alert {
    color: #eae5db;
    background: #c5b59b;
    border-color: #a9926a;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.disabled.alert:hover,
[role~=alert].disabled.alert:hover,
.message.disabled.alert:focus,
[role~=alert].disabled.alert:focus,
.message.disabled.alert:visited,
[role~=alert].disabled.alert:visited {
    color: #eae5db;
    background: #c5b59b;
    border-color: #a9926a;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.warning,
[role~=alert].warning {
    background: #ffe5c7;
    color: #ff971e;
    border-color: #ffdbb3
}

.message.disabled.warning,
[role~=alert].disabled.warning {
    color: #fae9d5;
    background: #f0b979;
    border-color: #e99534;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.disabled.warning:hover,
[role~=alert].disabled.warning:hover,
.message.disabled.warning:focus,
[role~=alert].disabled.warning:focus,
.message.disabled.warning:visited,
[role~=alert].disabled.warning:visited {
    color: #fae9d5;
    background: #f0b979;
    border-color: #e99534;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.error,
[role~=alert].error {
    background: #f2dede;
    color: #b94a48;
    border-color: #eed3d7
}

.message.disabled.error,
[role~=alert].disabled.error {
    color: #e3d1d1;
    background: #bd9291;
    border-color: #a06261;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.disabled.error:hover,
[role~=alert].disabled.error:hover,
.message.disabled.error:focus,
[role~=alert].disabled.error:focus,
.message.disabled.error:visited,
[role~=alert].disabled.error:visited {
    color: #e3d1d1;
    background: #bd9291;
    border-color: #a06261;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.success,
[role~=alert].success {
    background: #dff0d8;
    color: #468847;
    border-color: #d6e9c6
}

.message.disabled.success,
[role~=alert].disabled.success {
    color: #b9c8b9;
    background: #809b80;
    border-color: #5b735b;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.disabled.success:hover,
[role~=alert].disabled.success:hover,
.message.disabled.success:focus,
[role~=alert].disabled.success:focus,
.message.disabled.success:visited,
[role~=alert].disabled.success:visited {
    color: #b9c8b9;
    background: #809b80;
    border-color: #5b735b;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.message.dismissible,
[role~=alert].dismissible {
    padding-right: 2em
}

.message.dismissible:after,
[role~=alert].dismissible:after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f00d";
    position: absolute;
    top: 0;
    right: 0;
    padding: .2em .3em;
    font-size: 1.2em;
    cursor: pointer
}

.message.green,
[role~=alert].green {
    border-color: #2ecc71;
    background-color: #54d98c;
    color: #fff
}

.message.blue,
[role~=alert].blue {
    border-color: #3498db;
    background-color: #5faee3;
    color: #fff
}

.message.purple,
[role~=alert].purple {
    border-color: #9b59b6;
    background-color: #b07cc6;
    color: #fff
}

.message.yellow,
[role~=alert].yellow {
    border-color: #f1c40f;
    background-color: #f4d03f;
    color: #fff
}

.message.orange,
[role~=alert].orange {
    border-color: #e67e22;
    background-color: #eb9950;
    color: #fff
}

.message.red,
[role~=alert].red {
    border-color: #e74c3c;
    background-color: #ed7669;
    color: #fff
}

.message.pink,
[role~=alert].pink {
    border-color: #f02475;
    background-color: #f35493;
    color: #fff
}

.message.turquoise,
[role~=alert].turquoise {
    border-color: #1abc9c;
    background-color: #28e1bd;
    color: #fff
}

.message.asphalt,
[role~=alert].asphalt {
    border-color: #34495e;
    background-color: #46627f;
    color: #fff
}

.callout,
[role~=status] {
    position: relative;
    word-wrap: break-word;
    padding: 1em;
    background: #00adc5;
    border: 1px solid #008092;
    color: #fafafa;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.callout h1,
[role~=status] h1,
.callout h2,
[role~=status] h2,
.callout h3,
[role~=status] h3,
.callout h4,
[role~=status] h4,
.callout h5,
[role~=status] h5,
.callout h6,
[role~=status] h6,
.callout p,
[role~=status] p {
    color: inherit
}

.callout :last-child,
[role~=status] :last-child {
    margin-bottom: 0
}

.callout.small,
[role~=status].small {
    font-size: .8em
}

.callout.large,
[role~=status].large {
    font-size: 1.5em
}

.callout.square,
[role~=status].square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.callout.round,
[role~=status].round {
    -webkit-border-radius: 9999em;
    -moz-border-radius: 9999em;
    -ms-border-radius: 9999em;
    -o-border-radius: 9999em;
    border-radius: 9999em
}

.callout.disabled,
[role~=status].disabled {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.disabled:hover,
[role~=status].disabled:hover,
.callout.disabled:focus,
[role~=status].disabled:focus,
.callout.disabled:visited,
[role~=status].disabled:visited {
    color: #86e4f2;
    background: #2ad0e7;
    border-color: #149eb1;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.info,
[role~=status].info {
    background-color: #d9edf7;
    color: #3a87ad;
    border-color: #bce8f1
}

.callout.disabled.info,
[role~=status].disabled.info {
    color: #bed2dc;
    background: #7ca4b8;
    border-color: #517f96;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.disabled.info:hover,
[role~=status].disabled.info:hover,
.callout.disabled.info:focus,
[role~=status].disabled.info:focus,
.callout.disabled.info:visited,
[role~=status].disabled.info:visited {
    color: #bed2dc;
    background: #7ca4b8;
    border-color: #517f96;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.alert,
[role~=status].alert {
    background-color: #fcf8e3;
    color: #c09853;
    border-color: #fbeee0
}

.callout.disabled.alert,
[role~=status].disabled.alert {
    color: #eae5db;
    background: #c5b59b;
    border-color: #a9926a;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.disabled.alert:hover,
[role~=status].disabled.alert:hover,
.callout.disabled.alert:focus,
[role~=status].disabled.alert:focus,
.callout.disabled.alert:visited,
[role~=status].disabled.alert:visited {
    color: #eae5db;
    background: #c5b59b;
    border-color: #a9926a;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.warning,
[role~=status].warning {
    background: #ffe5c7;
    color: #ff971e;
    border-color: #ffdbb3
}

.callout.disabled.warning,
[role~=status].disabled.warning {
    color: #fae9d5;
    background: #f0b979;
    border-color: #e99534;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.disabled.warning:hover,
[role~=status].disabled.warning:hover,
.callout.disabled.warning:focus,
[role~=status].disabled.warning:focus,
.callout.disabled.warning:visited,
[role~=status].disabled.warning:visited {
    color: #fae9d5;
    background: #f0b979;
    border-color: #e99534;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.error,
[role~=status].error {
    background: #f2dede;
    color: #b94a48;
    border-color: #eed3d7
}

.callout.disabled.error,
[role~=status].disabled.error {
    color: #e3d1d1;
    background: #bd9291;
    border-color: #a06261;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.disabled.error:hover,
[role~=status].disabled.error:hover,
.callout.disabled.error:focus,
[role~=status].disabled.error:focus,
.callout.disabled.error:visited,
[role~=status].disabled.error:visited {
    color: #e3d1d1;
    background: #bd9291;
    border-color: #a06261;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.success,
[role~=status].success {
    background: #dff0d8;
    color: #468847;
    border-color: #d6e9c6
}

.callout.disabled.success,
[role~=status].disabled.success {
    color: #b9c8b9;
    background: #809b80;
    border-color: #5b735b;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.disabled.success:hover,
[role~=status].disabled.success:hover,
.callout.disabled.success:focus,
[role~=status].disabled.success:focus,
.callout.disabled.success:visited,
[role~=status].disabled.success:visited {
    color: #b9c8b9;
    background: #809b80;
    border-color: #5b735b;
    cursor: not-allowed;
    text-decoration: none;
    outline: none
}

.callout.dismissible,
[role~=status].dismissible {
    padding-right: 3em
}

.callout.dismissible:after,
[role~=status].dismissible:after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f00d";
    position: absolute;
    top: 0;
    right: 0;
    padding: .2em .3em;
    font-size: 1.2em;
    cursor: pointer
}

.callout.green,
[role~=status].green {
    border-color: #2ecc71;
    background-color: #54d98c;
    color: #fff
}

.callout.blue,
[role~=status].blue {
    border-color: #3498db;
    background-color: #5faee3;
    color: #fff
}

.callout.purple,
[role~=status].purple {
    border-color: #9b59b6;
    background-color: #b07cc6;
    color: #fff
}

.callout.yellow,
[role~=status].yellow {
    border-color: #f1c40f;
    background-color: #f4d03f;
    color: #fff
}

.callout.orange,
[role~=status].orange {
    border-color: #e67e22;
    background-color: #eb9950;
    color: #fff
}

.callout.red,
[role~=status].red {
    border-color: #e74c3c;
    background-color: #ed7669;
    color: #fff
}

.callout.pink,
[role~=status].pink {
    border-color: #f02475;
    background-color: #f35493;
    color: #fff
}

.callout.turquoise,
[role~=status].turquoise {
    border-color: #1abc9c;
    background-color: #28e1bd;
    color: #fff
}

.callout.asphalt,
[role~=status].asphalt {
    border-color: #34495e;
    background-color: #46627f;
    color: #fff
}

table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1em
}

table.align-center th th,
table.align-center td th,
table.align-center th td,
table.align-center td td {
    text-align: center
}

table.responsive {
    table-layout: fixed
}

table th,
table td {
    padding: 10px;
    background: #fcfcfc;
    white-space: normal;
    word-wrap: break-word;
    text-align: left
}

table td {
    font-size: .9em
}

table tr:nth-child(even) th,
table tr:nth-child(even) td {
    background: #f2f2f2
}

table thead tr th {
    font-size: 1.1em;
    font-weight: 700
}

table thead tr th,
table thead tr td {
    background: #00adc5;
    color: #fafafa
}

table.green thead tr th,
table.green thead tr td {
    background: #2ecc71;
    color: #fff
}

table.blue thead tr th,
table.blue thead tr td {
    background: #3498db;
    color: #fff
}

table.purple thead tr th,
table.purple thead tr td {
    background: #9b59b6;
    color: #fff
}

table.yellow thead tr th,
table.yellow thead tr td {
    background: #f1c40f;
    color: #fff
}

table.orange thead tr th,
table.orange thead tr td {
    background: #e67e22;
    color: #fff
}

table.red thead tr th,
table.red thead tr td {
    background: #e74c3c;
    color: #fff
}

table.pink thead tr th,
table.pink thead tr td {
    background: #f02475;
    color: #fff
}

table.turquoise thead tr th,
table.turquoise thead tr td {
    background: #1abc9c;
    color: #fff
}

table.asphalt thead tr th,
table.asphalt thead tr td {
    background: #34495e;
    color: #fff
}

table thead tr td {
    font-weight: 400
}

table tbody tr th {
    font-size: .9em
}

table tfoot tr th {
    font-size: 1em
}

table tfoot tr td {
    background: #e0e0e0;
    color: #5a5a5a;
    font-size: .8em
}

.label,
.badge {
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ccc
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px
}

.label:empty,
.badge:empty {
    display: none
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-important {
    background-color: #b94a48
}

.label-important[href] {
    background-color: #953b39
}

.label-warning {
    background-color: #e67e22
}

.label-warning[href] {
    background-color: #bf6516
}

.label-success {
    background-color: #468847
}

.label-success[href] {
    background-color: #356635
}

.label-info {
    background-color: #3a87ad
}

.label-info[href] {
    background-color: #2d6987
}

.label-inverse {
    background-color: #333
}

.label-inverse[href] {
    background-color: #1a1a1a
}

.badge-important {
    background-color: #b94a48
}

.badge-important[href] {
    background-color: #953b39
}

.badge-warning {
    background-color: #e67e22
}

.badge-warning[href] {
    background-color: #bf6516
}

.badge-success {
    background-color: #468847
}

.badge-success[href] {
    background-color: #356635
}

.badge-info {
    background-color: #3a87ad
}

.badge-info[href] {
    background-color: #2d6987
}

.badge-inverse {
    background-color: #333
}

.badge-inverse[href] {
    background-color: #1a1a1a
}

.btn .label,
.btn .badge {
    position: relative;
    top: -1px
}

.btn-mini .label,
.btn-mini .badge {
    top: 0
}

.hero-unit {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    background-color: none;
}

.hero-caption {
    margin-top: 7%;
    text-align: center;
}

.pitch-banner {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #3ec3f1;
    background-image: url(img/pitch-banner.png);
    background-position: bottom right;
    background-size: contain;
    min-height: 375px;
    background-repeat: no-repeat;
    font-size: 22px;
}

.features .hero-unit {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    background-color: none;
    min-height: 450px;
    background: 50% 50% no-repeat url(img/banner-img.jpg);
    background-size: cover;
}

.hero-unit h1 {
    margin-bottom: 15px;
    font-size: 3em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: rgba(10, 10, 10, 0.8) 2px 2px 6px
}

.hero-unit p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em
}

.hero-unit ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hero-unit li {
    font-size: .8em;
    line-height: 27px
}

.hero-unit li ul {
    list-style-type: disc;
    margin: 0 0 15px 15px
}

.hero-unit li ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    list-style-type: none
}

fieldset,
.fieldset {
    border: 1px solid #ddd;
    padding: 10px
}

legend,
.legend {
    font-weight: 900;
    color: #000;
    margin-bottom: 0
}

input,
.input,
textarea,
select,
.textarea,
.select {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: .8em;
    font-size: 1em;
    line-height: 1.5;
    height: 3.25em;
    background: #fff;
    border: 1px solid #ddd;
}

input[size],
[size].input,
textarea[size],
select[size],
[size].textarea,
[size].select {
    height: auto
}

input[size],
[size].input {
    height: auto
}

input[type=checkbox],
[type=checkbox].input,
input[type=radio],
[type=radio].input {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0 0 .2em;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

textarea,
.textarea {
    height: 8em
}

/* .error input,.error select,.error textarea,.invalid input,.invalid select,.invalid textarea{background:#f2dede;color:#b94a48;border-color:#eed3d7} */
.error .prefix,
.error .suffix,
.invalid .prefix,
.invalid .suffix {
    color: #fff;
    background: #b94a48;
    border-color: #b94a48
}

.success input,
.success select,
.success textarea,
.valid input,
.valid select,
.valid textarea {
    background: #dff0d8;
    color: #468847;
    border-color: #d6e9c6
}

.success .prefix,
.success .suffix,
.valid .prefix,
.valid .suffix {
    color: #fff;
    background: #468847;
    border-color: #468847
}

.radio-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.prefix,
.suffix {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: .4em;
    font-family: monospace;
    line-height: 1.25;
    height: 2.25em;
    text-align: center;
    color: gray;
    background: #dfdfdf;
    border: 1px solid #d2d2d2
}

.prefix {
    left: 2px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.suffix {
    left: -2px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.row .container,
footer .container {
    padding-left: 15px;
    padding-right: 15px
}

.row .container.padded.double,
footer .container.padded.double {
    padding-left: 20px;
    padding-right: 20px
}

.row .container.padded.triple,
footer .container.padded.triple {
    padding-left: 30px;
    padding-right: 30px
}

.visible-mobile {
    display: none
}

.hidden-mobile {
    display: block
}

.visible-tablet {
    display: none
}

.hidden-tablet {
    display: block
}

.feature-nav {
    height: 0;
    position: relative
}

.feature-btn {
    width: 50px;
    height: 62px;
    background: url(img/posh-flip-icon.png) 0 0 no-repeat;
    text-decoration: none;
    cursor: pointer
}

.feature-btn:hover {
    text-decoration: none;
    background-position-y: -62px
}

.feature-btn.feature-prev {
    position: absolute;
    left: -50px;
    top: 135px
}

.feature-btn.feature-next {
    position: absolute;
    right: -50px;
    top: 135px
}

.unclear {
    clear: none
}

nav.center {
    height: auto;
    z-index: 100
}

nav.center>ul {
    text-align: center
}

nav.center>ul>li {
    white-space: normal;
    float: left
}

nav.center>ul>li>a {
    display: table-cell;
    height: 60px;
    vertical-align: middle
}

nav.posh-nav {
    margin: 10px 0 10px;
}

nav.posh-nav ul {
    text-align: center;
}

nav.posh-nav ul li {
    display: inline-block;
    margin: 0 5px;
}

nav.posh-nav ul li a {}

nav.posh-nav ul li.current-menu-item a,
nav.posh-nav ul li.current-page-ancestor a {
    border-bottom: 1px #aaa solid;
    border-top: 1px #aaa solid;
}

nav.posh-nav ul li.current-menu-item a:hover {
    cursor: default;
    color: #fafafa;
    text-shadow: rgba(255, 255, 255, 0.4) 2px 2px 2px;
    box-shadow: none
}

nav.posh-nav ul li a {
    margin: 0;
    padding: 12px 10px;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
}

.main-nav {
    position: relative;
    padding: 2px 0;
    background: -webkit-radial-gradient(top, #555, #000);
    background: radial-gradient(at top, #555, #000);
}

.main-nav .container {}

.dashboard {
    display: table;
    padding: 12px
}

.dashboard.link a,
.dashboard.link p {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    color: #fff;
    background-image: url(img/arrow-bgd.png);
    background-position: 100% 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0;
    padding: 0 30% 0 4%;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    text-decoration: none
}

.dashboard.link a:hover {
    color: #00adc5;
    text-decoration: underline
}

.popup-form .trade-imgs {
    margin: 5px 0
}

.popup-form .trade-imgs img {
    float: left;
    width: 31%;
    margin: 0 1%
}

.page-links {
    text-align: center;
    margin: 0
}

.page-links li {
    display: inline-block;
    margin: 0 10%
}

.silverbox-content .client-feature a {
    color: #fff;
    font-size: 1em;
    display: block;
    margin: 20px 0;
    text-decoration: none
}

#sequence h2 {
    font-family: 'Quicksand', serif
}

.posh-text {
    margin: 0;
    line-height: 1.3em
}

aside.right-sidebar {
    padding-left: 10px;
    padding-right: 10px
}

aside.left-sidebar {
    padding-right: 10px;
    padding-left: 10px
}

.padded-remove.left {
    padding-left: 0 !important
}

.padded-remove.right {
    padding-right: 0 !important
}

.padded-remove.top {
    padding-top: 0 !important
}

.padded-remove.bottom {
    padding-bottom: 0 !important
}

.spaced {
    margin-top: 20px;
    margin-bottom: 20px
}

.spaced.double {
    margin-top: 40px;
    margin-bottom: 40px
}

.spaced.triple {
    margin-top: 60px;
    margin-bottom: 60px
}

.spaced-top {
    margin-top: 20px
}

.spaced-top.double {
    margin-top: 40px
}

.spaced-top.triple {
    margin-top: 60px
}

.spaced-bottom {
    margin-bottom: 20px
}

.spaced-bottom.double {
    margin-bottom: 40px
}

.spaced-bottom.triple {
    margin-bottom: 60px
}

.spaced-remove.left {
    margin-left: 0 !important
}

.spaced-remove.right {
    margin-right: 0 !important
}

.spaced-remove.top {
    margin-top: 0 !important
}

.spaced-remove.bottom {
    margin-bottom: 0 !important
}

.vert-center {
    display: table-cell;
    vertical-align: middle
}

.shadowed {
    -webkit-box-shadow: rgba(10, 10, 10, 0.5) 2px 4px 5px;
    -moz-box-shadow: rgba(10, 10, 10, 0.5) 2px 4px 5px;
    box-shadow: rgba(10, 10, 10, 0.5) 2px 4px 5px
}

.social-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 10px;
    padding: 0;
}

.social-icon.facebook {
    background: transparent url(img/icons/facebook.png) 50% 50% no-repeat;
    background-size: 25px;
}

.social-icon.linkedin {
    background: transparent url(img/icons/linkedin.png) 50% 50% no-repeat;
    background-size: 25px;
}

.social-icon.twitter {
    background: transparent url(img/icons/twitter.png) 50% 50% no-repeat;
    background-size: 25px;
}

.social-icon.google {
    background: transparent url(img/icons/google.png) 50% 50% no-repeat;
    background-size: 18px
}

.social-icon.instagram {
    background: transparent url(img/icons/instagram.png) 50% 50% no-repeat;
    background-size: 18px
}

.social-icon.blog {
    background: transparent url(img/icons/blog-icon.png) 50% 50% no-repeat;
    background-size: 25px
}

.social-icon:hover {}

.social {
    width: auto
}

.social a {
    font-size: 1.3em;
    padding: 0;
    margin: 0;
    float: left;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.social p {
    height: 48px
}

.social ul {
    margin: 0
}

.social ul li {
    display: inline-block;
    margin-left: 2px
}

.social.main {
    padding: 10px 0
}

.social.share a {
    padding: 0;
    line-height: 0 .1em
}

.social.share li:first-child a {
    padding-left: 0
}

.social.share li:last-child a {
    padding-right: 0
}

.banner-title {
    position: absolute;
    bottom: 20px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 20px 19px;
    text-decoration: none
}

.banner-title:hover {
    text-decoration: none
}

.flip-slide {
    display: block;
    position: relative;
    min-height: 320px;
    color: #000 !important;
    background: transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin: 15px;
    padding: 0;
    text-decoration: none
}

.flip-slide:hover {
    text-decoration: none
}

.flip-slide i {
    position: absolute;
    top: 1%;
    right: 1%
}

.flip-slide img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px
}

.flip-slide h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px auto;
    padding: 0 0 10px
}

.flip-slide ul {
    padding: 0;
    margin: 5px 5px 0
}

.flip-slide li,
.flip-slide p {
    list-style-type: none;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.3em;
    word-wrap: break-word
}

.flip-slide p {
    line-height: 1.6em
}

#flip-card-1,
#flip-card-2,
#flip-card-3,
#flip-card-4 {
    background: transparent 50% 50% no-repeat url(img/chrome-bgd.jpg) !important;
    width: 23%;
    margin: 0 1%;
    border-radius: 10px;
    box-sizing: content-box !important
}

.page-content,
.body-content {
    display: block;
    vertical-align: text-top
}

.body-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -ms-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px
}

.main-content {
    margin: 0 0 30px;
    padding: 0
}

.main-content .contact-form .social a {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px
}

.main-content .contact-form .social a i {
    color: #bbb
}

.main-content .vcard p {
    position: relative;
    padding-left: 50px
}

.main-content .vcard p a {
    padding-left: 0
}

.main-content .vcard a {
    display: block;
    color: #fafafa;
    margin: 0 0 20px;
    position: relative;
    text-decoration: none;
    position: relative
}

.main-content .vcard a:hover {
    color: #489ac1;
    text-decoration: none;
    cursor: pointer
}

.main-content .vcard span {
    font-weight: 300
}

.main-content .vcard .icon-location,
.main-content .vcard .icon-phone,
.main-content .vcard .icon-mail {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px
}

.main-content .vcard .icon-location:before,
.main-content .vcard .icon-phone:before,
.main-content .vcard .icon-mail:before {
    content: ""
}

.main-content .vcard .icon-phone {
    background: transparent url(img/icons/blue/icon-phone.png) 0 0 no-repeat
}

.main-content .vcard .icon-mobile {
    background: transparent url(img/icons/blue/icon-mobile.png) 0 0 no-repeat
}

.main-content .vcard .icon-mail {
    background: transparent url(img/icons/blue/icon-email.png) 0 0 no-repeat
}

.main-content .vcard .icon-location {
    background: transparent url(img/icons/blue/icon-globe.png) 0 0 no-repeat
}

.main-content .vcard .city {
    color: #fafafa;
    font-weight: 400;
    line-height: 1.6em
}

.main-content .vcard .tel {
    font-size: 2em;
    font-weight: 300;
    color: #fafafa
}

ul.multi-column {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

ul.multi-column li {
    line-height: 1.5em;
    float: left;
    display: inline
}

ul.multi-column.double li {
    width: 50%
}

ul.multi-column.triple li {
    width: 33.333%
}

ul.multi-column.quad li {
    width: 25%
}

ul.multi-column.six li {
    width: 16.666%
}

ul.posh-list {
    display: block;
    width: 96%;
    padding: 0 2%;
    margin-bottom: 20px;
    overflow: hidden
}

ul.posh-list li {
    list-style-type: none;
    line-height: 1.2em;
    margin-bottom: 10px
}

.contact-division {
    list-style-type: none;
    margin: 0 0 20px
}

.contact-division li {
    margin: 0
}

.contact-division li a {
    height: 46px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    font-weight: 300
}

.contact-division li a:hover {
    text-shadow: rgba(72, 154, 193, 0.8) 0 2px 6px
}

.contact-division li a.posh {
    padding: 0 0 0 50px;
    margin: 2px 0
}

.contact-division li a.posh.view {
    background: transparent url(img/icons/posh-view.png) 0 0 no-repeat
}

.contact-division li a.posh.view:hover {
    background-position: 0 -46px
}

.contact-division li a.posh.media {
    background: transparent url(img/icons/posh-media.png) 0 0 no-repeat
}

.contact-division li a.posh.media:hover {
    background-position: 0 -46px
}

.contact-division li a.posh.social {
    background: transparent url(img/icons/posh-social-media.png) 0 0 no-repeat
}

.contact-division li a.posh.social:hover {
    background-position: 0 -46px
}

.contact-division li a.posh.night {
    background: transparent url(img/icons/posh-night-out.png) 0 0 no-repeat
}

.contact-division li a.posh.night:hover {
    background-position: 0 -46px
}

.contact-division li a.posh.acct {
    background: transparent url(img/icons/posh-accounting.png) 0 0 no-repeat
}

.contact-division li a.posh.acct:hover {
    background-position: 0 -46px
}

.contact-division li a.posh.it {
    background: transparent url(img/icons/posh-it-solutions.png) 0 0 no-repeat
}

.contact-division li a.posh.it:hover {
    background-position: 0 -46px
}

.contact-division li a.posh.invest {
    background: transparent url(img/icons/posh-investments.png) 0 0 no-repeat
}

.contact-division li a.posh.invest:hover {
    background-position: 0 -46px
}

.contact-division li a.posh.comm {
    background: transparent url(img/icons/posh-communications.png) 0 0 no-repeat
}

.contact-division li a.posh.comm:hover {
    background-position: 0 -46px
}

.contact-division li p {
    font-weight: 300
}

.posh-content {
    display: block;
    width: 100%;
    clear: both;
    margin: 10px 0
}

.posh-content h3 {
    line-height: 1.3em
}

.posh-content img {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.posh-content .posh-img {
    padding-bottom: 20px
}

.posh-content .posh-img.left {
    float: left;
    padding-right: 20px
}

.posh-content .posh-img.right {
    float: right;
    padding-left: 20px
}

.posh-feature {
    display: block;
    width: 100%;
    clear: both
}

.posh-feature .feature-body {
    display: block;
    padding: 0 0 0 20%;
    background: #000 url(img/posh-sidebar-logo.jpg) 0 0 no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.posh-feature h2 {
    font-size: 1.4em;
    margin: 10px 0 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8)
}

.posh-feature h2:first-letter {
    color: #4ec3ce
}

.posh-feature hr {
    height: 1px;
    margin: 5px 0 10px
}

.posh-feature p {
    margin-bottom: 20px
}

.post {
    padding: 30px 0 0 0;
    margin: 0;
    border-bottom: 1px solid #3ec3f1;
}

.post header {
    margin-bottom: 20px
}

.post header a {
    text-decoration: none
}

.post header a:hover {
    text-decoration: underline
}

.post header h2 {
    margin: .25em 0 0.5em;
    font-size: 2.2em;
}

.post .meta {
    font-size: .9em;
    color: #666;
    padding-top: 5px;
}

.post footer {
    padding: 1em 0 2.5em;
    margin-top: 20px;
}

.post footer .social a {
    width: 35px;
    height: 35px;
    margin-right: 5px
}

.post-page {
    border-top: none
}

.recent-posts {
    margin: 0
}

.recent-posts a {
    color: #93DCFF;
    margin-right: 5px
}

.recent-posts a.btn.posh {
    color: #fafafa
}

.recent-posts a.btn.posh:hover {
    color: #13597A
}

.recent-posts a:hover {
    color: #fff
}

.recent-posts h2 {
    color: #fafafa;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 15px
}

.recent-posts h3 {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 12px
}

.recent-posts ul {
    margin: 0
}

.recent-posts li {
    margin-bottom: 30px !important;
    list-style-type: none
}

.recent-posts li:last-child {
    margin-bottom: 7px !important
}

.recent-posts li p {
    font-weight: 300;
    line-height: 1.4em;
    word-wrap: break-word;
    margin: 0 0 12px
}

.posh-silverbox {
    margin-top: 30px;
    padding: 10px !important;
    background: transparent url(img/chrome-full-bgd.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.posh-silverbox .silverbox-content {
    padding: 20px 20px 8px;
    background: #999;
    -webkit-box-shadow: rgba(10, 10, 10, 0.4) 2px 2px 2px 0 inset;
    -moz-box-shadow: rgba(10, 10, 10, 0.4) 2px 2px 2px 0 inset;
    box-shadow: rgba(10, 10, 10, 0.4) 2px 2px 2px 0 inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.posh-silverbox .silverbox-content h1,
.posh-silverbox .silverbox-content h2,
.posh-silverbox .silverbox-content h3,
.posh-silverbox .silverbox-content h4 {
    line-height: 1.2em
}

.posh-silverbox .silverbox-content ul {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.posh-silverbox .silverbox-content ul.indent {
    margin-left: 10px
}

.posh-silverbox .silverbox-content ul.pledge-bullet {
    margin-left: 0
}

.posh-silverbox .silverbox-content ul.pledge-bullet li {
    background-image: url(img/posh-pledge-bullet.png);
    background-repeat: no-repeat;
    background-position: 0 .1em;
    padding-left: 1.3em;
    margin-left: .6em
}

.posh-silverbox .silverbox-content ul li {
    list-style-type: disc;
    line-height: 1.2em;
    margin-bottom: 8px
}

.posh-silverbox .silverbox-content ul.multi-column.double li {
    list-style-type: disc;
    width: 45%;
    margin-left: 5%;
    margin-bottom: 2%;
    display: list-item
}

.posh-silverbox .silverbox-content.spacer-3percent {
    padding-left: 3%;
    padding-right: 3%
}

.posh-silverbox .silverbox-content.spacer-4percent {
    padding-left: 4%;
    padding-right: 4%
}

.posh-silverbox .silverbox-content.spacer-5percent {
    padding-left: 5%;
    padding-right: 5%
}

.posh-silverbox .silverbox-content .equal-spaced {
    text-align: justify;
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 0
}

.posh-silverbox .silverbox-content .equal-spaced>li {
    margin-bottom: 20px
}

.posh-silverbox .silverbox-content .equal-spaced li {
    width: auto;
    min-height: 25px;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.posh-silverbox .silverbox-content .equal-spaced li ul {
    margin: 0
}

.posh-silverbox .silverbox-content .equal-spaced li ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 4px 0
}

.posh-silverbox .silverbox-content .equal-spaced:after {
    content: '';
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0
}

.bullet-less {
    margin: 0 0 15px !important
}

.bullet-less li {
    list-style-type: none
}

.client-feature img {
    display: block;
    text-align: center;
    margin: 0 auto 20px
}

.client-feature h2 {
    font-size: 1.3em
}

.client-feature p {
    font-weight: 300;
    line-height: 1.4em
}

.lead-in {
    text-transform: uppercase
}

.posh-tabs-heading {
    display: none
}

.posh-tabs-list-item {
    display: block;
    cursor: pointer
}

.posh-tabs {
    position: relative;
    display: block;
    float: left;
    height: 100%;
    width: 100%
}

.posh-tabs li {
    list-style-type: none
}

.posh-tabs-wrapper {
    clear: both;
    zoom: 1;
    margin: 30px 0
}

.posh-tabs-wrapper:before,
.posh-tabs-wrapper:after {
    content: "";
    display: table
}

.posh-tabs-wrapper:after {
    clear: both
}

.posh-tabs-heading-active:focus,
.posh-tabs-list-item-active:focus {
    outline: none !important
}

.posh-tabs-list {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    line-height: 1em;
    width: 50%;
    position: relative;
    float: left
}

.posh-tabs-list-item {
    color: #fff;
    background: transparent;
    padding: 10px 20px
}

.posh-tabs-list-item:hover {
    color: #333;
    background: #fff;
    -webkit-box-shadow: rgba(245, 245, 245, 0) 4px 4px 20px;
    -moz-box-shadow: rgba(245, 245, 245, 0) 4px 4px 20px;
    box-shadow: rgba(245, 245, 245, 0) 4px 4px 20px;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.posh-tabs-list-item-active,
.posh-tabs-list-item-active:hover {
    color: #333;
    border-bottom-color: #666;
    background: #fff;
    -webkit-box-shadow: rgba(245, 245, 245, 0.6) 4px 4px 20px;
    -moz-box-shadow: rgba(245, 245, 245, 0.6) 4px 4px 20px;
    box-shadow: rgba(245, 245, 245, 0.6) 4px 4px 20px;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    z-index: 50
}

.posh-tabs-panel {
    width: 50%;
    height: 100%;
    min-height: 280px;
    color: #333;
    background: #fff;
    padding: 20px;
    float: right;
    -webkit-box-shadow: rgba(245, 245, 245, 0.6) 4px 4px 8px;
    -moz-box-shadow: rgba(245, 245, 245, 0.6) 4px 4px 8px;
    box-shadow: rgba(245, 245, 245, 0.6) 4px 4px 8px;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    z-index: 100
}

.vertical.tabs>div {
    min-height: 100px;
    z-index: 10
}

.tabs>div {
    -webkit-box-shadow: rgba(10, 10, 10, 0.5) 4px 4px 5px;
    -moz-box-shadow: rgba(10, 10, 10, 0.5) 4px 4px 5px;
    box-shadow: rgba(10, 10, 10, 0.5) 4px 4px 5px
}

.twitter-feed {
    position: relative;
    min-height: 160px;
    padding: 5px;
    color: #333;
    background: #fff;
    border-style: solid;
    border-width: 15px;
    border-image: url(img/chrome-border.png) 15 fill repeat;
    -webkit-border-image: url(img/chrome-border.png) 15 repeat;
    -moz-border-image: url(img/chrome-border.png) 15 repeat;
    -o-border-image: url(img/chrome-border.png) 15 repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.twitter-feed.left {
    width: 260px;
    float: left;
    margin-right: 40px;
    margin-bottom: 25px
}

.twitter-feed.right {
    width: 260px;
    float: right;
    margin-left: 40px;
    margin-bottom: 25px
}

.twitter-feed.block {
    float: left;
    margin: 0;
    width: 100%
}

.twitter-feed i {
    font-size: 2em
}

.twitter-feed #tweets {
    margin: 15px 0 0 15px
}

.twitter-feed #tweets ul {
    padding: 0;
    margin: 0
}

.twitter-feed #tweets li {
    list-style-type: none;
    margin-bottom: 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd
}

.twitter-feed #tweets li:last-child {
    border-bottom: none
}

.twitter-feed #tweets li p {
    font-weight: 300;
    line-height: 1.3em;
    word-wrap: break-word;
    margin: 0
}

.twitter-feed #tweets li .interact {
    width: 100%;
    display: block;
    margin: 5px 0
}

.twitter-feed #tweets li .interact a {
    text-align: left;
    margin: 0 15px 10px 0
}

.twitter-username {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 8px
}

.twitter-tweet {
    font-size: .9em;
    margin-bottom: 10px
}

.twitter-meta {
    color: #eee;
    margin-bottom: 0
}

.acceleratoryyc {
    display: block;
    width: 230px;
    text-align: right;
    margin: 30px 0 0
}

.contact-map {
    position: relative;
    padding: 160px 0;
    height: 0;
    overflow: hidden
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contact-header {
    font-size: 1.8em;
    line-height: 1.6em
}

.footer-division {
    list-style-type: none;
    margin: 0 0 20px
}

.footer-division li {
    margin: 0
}

.footer-division li a {
    height: 46px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #bbb;
    font-weight: 300
}

.footer-division li a:hover {
    color: #fff;
    text-shadow: rgba(72, 154, 193, 0.8) 0 2px 6px
}

.footer-division li a.posh {
    padding: 0 0 0 50px;
    margin: 2px 0
}

.footer-division li a.posh.view {
    background: transparent url(img/icons/posh-view.png) 0 0 no-repeat
}

.footer-division li a.posh.view:hover {
    background-position: 0 -46px
}

.footer-division li a.posh.media {
    background: transparent url(img/icons/posh-media.png) 0 0 no-repeat
}

.footer-division li a.posh.media:hover {
    background-position: 0 -46px
}

.footer-division li a.posh.social {
    background: transparent url(img/icons/posh-social-media.png) 0 0 no-repeat
}

.footer-division li a.posh.social:hover {
    background-position: 0 -46px
}

.footer-division li a.posh.night {
    background: transparent url(img/icons/posh-night-out.png) 0 0 no-repeat
}

.footer-division li a.posh.night:hover {
    background-position: 0 -46px
}

.footer-division li a.posh.acct {
    background: transparent url(img/icons/posh-accounting.png) 0 0 no-repeat
}

.footer-division li a.posh.acct:hover {
    background-position: 0 -46px
}

.footer-division li a.posh.it {
    background: transparent url(img/icons/posh-it-solutions.png) 0 0 no-repeat
}

.footer-division li a.posh.it:hover {
    background-position: 0 -46px
}

.footer-division li a.posh.invest {
    background: transparent url(img/icons/posh-investments.png) 0 0 no-repeat
}

.footer-division li a.posh.invest:hover {
    background-position: 0 -46px
}

.footer-division li a.posh.comm {
    background: transparent url(img/icons/posh-communications.png) 0 0 no-repeat
}

.footer-division li a.posh.comm:hover {
    background-position: 0 -46px
}

footer h3 {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #f9f9f9;
    margin: 10px 0 5px 0;
}

footer p {
    color: #bbb;
    font-weight: 300
}

footer.main-footer {
    -webkit-background-size: contain;
    background-size: contain;
    padding: 30px 0 20px;
}

footer .footer-contact-form {
    padding: 20px 40px 0 0;
    padding-left: 0
}

footer .vcard p {
    position: relative;
}

footer .vcard p a {
    padding-left: 0
}

footer .vcard a {
    display: block;
    color: #fafafa;
    margin: 0 0 12px;
    position: relative;
    text-decoration: none;
    position: relative
}

footer .vcard a:hover {
    color: #489ac1;
    text-decoration: none;
    cursor: pointer
}

footer .vcard span {
    font-weight: 300
}

footer .vcard strong {
    color: #fafafa
}

footer .vcard .icon-location,
footer .vcard .icon-phone,
footer .vcard .icon-mail {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px
}

footer .vcard .icon-location:before,
footer .vcard .icon-phone:before,
footer .vcard .icon-mail:before {
    content: ""
}

footer .vcard .icon-phone {
    background: transparent url(img/icons/blue/icon-phone.png) 0 0 no-repeat
}

footer .vcard .icon-mobile {
    background: transparent url(img/icons/blue/icon-mobile.png) 0 0 no-repeat
}

footer .vcard .icon-mail {
    background: transparent url(img/icons/blue/icon-email.png) 0 0 no-repeat
}

footer .vcard .icon-location {
    background: transparent url(img/icons/blue/icon-globe.png) 0 0 no-repeat
}

footer .vcard .city {
    color: #fafafa;
    font-weight: 400;
    line-height: 1.6em
}

footer .vcard .tel {
    font-size: 1.6em;
    font-weight: 300;
    color: #fafafa
}

footer.subfooter {
    background: #030303;
    margin: 0;
    padding: 1em 0;
}

footer.subfooter .copyright {
    color: #999;
    margin: 0;
    padding: .25em 0
}

footer.subfooter nav ul li a {
    padding: .25em 1.25em .25em 0;
    color: #bbb
}

footer.subfooter nav ul li a:hover {
    color: #fff !important
}

footer.subfooter nav ul li:last-child>a:after {
    content: none
}

footer.subfooter .sublinks a:hover img {}

.footer-map {
    position: relative;
    padding: 175px 0;
    margin-top: 40px;
    height: 0;
    overflow: hidden
}

.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

header .addthis_default_style .addthis_counter {
    float: right !important
}

.widget_recent_entries h3 {
    margin: 0 0 15px;
    font-weight: 400;
    font-weight: 300
}

.widget_recent_entries ul {
    margin: 0
}

.widget_recent_entries ul li {
    list-style-type: none
}

.widget_recent_entries ul li a {
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 4px;
    display: block
}

div.wpcf7-mail-sent-ok {
    float: left;
    clear: both
}

.desktop-only {
    display: block
}

.ipad-only {
    display: none
}

.small-tablet-only {
    display: none
}

.mobile-only {
    display: none
}

footer.sticky-newsletter-container {
    position: relative;
}

.sticky-newsletter {
    background: #ddd url("img/icons/newsletter-bar.png") repeat-x 0 0;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.newsletter-form {
    margin: 0 auto;
    max-width: 600px;
    padding: 20px 8px;
}

.newsletter-form input[type="submit"] {
    background-color: #3ec3f1;
    border: 1px solid #fff;
    color: #fff;
}

.newsletter-form input[type="submit"]:hover {
    background-color: #3F3F3F;
}

.newsletter-form .newsletter-title {
    color: #3F3F3F;
    font-size: 1.3em;
    padding-top: 13px;
}

.newsletter-form .newsletter-input {
    margin-right: 10px;
    max-width: 275px;
}

.newsletter-form input[type="email"] {
    height: 42px;
}

.newsletter-form .newsletter-button {}

.response {
    margin-bottom: 10px;
}

#mce-error-response {
    color: red;
}

#mce-success-response {
    color: #3ec3f1;
}

.newsletter-close {
    top: 10px;
    right: 10px;
    position: absolute;
}

@media (min-width: 1920px) {
    .hide-on-desktop {
        display: none !important
    }

    .zero-desktop.padded,
    .zero-desktop.padded.double,
    .zero-desktop.padded.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-top,
    .zero-desktop.pad-top.double,
    .zero-desktop.pad-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-right,
    .zero-desktop.pad-right.double,
    .zero-desktop.pad-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-bottom,
    .zero-desktop.pad-bottom.double,
    .zero-desktop.pad-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-left,
    .zero-desktop.pad-left.double,
    .zero-desktop.pad-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gapped,
    .zero-desktop.gapped.double,
    .zero-desktop.gapped.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-top,
    .zero-desktop.gap-top.double,
    .zero-desktop.gap-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-right,
    .zero-desktop.gap-right.double,
    .zero-desktop.gap-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-bottom,
    .zero-desktop.gap-bottom.double,
    .zero-desktop.gap-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-left,
    .zero-desktop.gap-left.double,
    .zero-desktop.gap-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .no-padding-desktop.padded,
    .no-padding-desktop.padded.double,
    .no-padding-desktop.padded.triple,
    .no-pad-desktop.padded,
    .no-pad-desktop.padded.double,
    .no-pad-desktop.padded.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-top,
    .no-padding-desktop.pad-top.double,
    .no-padding-desktop.pad-top.triple,
    .no-pad-desktop.pad-top,
    .no-pad-desktop.pad-top.double,
    .no-pad-desktop.pad-top.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-right,
    .no-padding-desktop.pad-right.double,
    .no-padding-desktop.pad-right.triple,
    .no-pad-desktop.pad-right,
    .no-pad-desktop.pad-right.double,
    .no-pad-desktop.pad-right.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-bottom,
    .no-padding-desktop.pad-bottom.double,
    .no-padding-desktop.pad-bottom.triple,
    .no-pad-desktop.pad-bottom,
    .no-pad-desktop.pad-bottom.double,
    .no-pad-desktop.pad-bottom.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-left,
    .no-padding-desktop.pad-left.double,
    .no-padding-desktop.pad-left.triple,
    .no-pad-desktop.pad-left,
    .no-pad-desktop.pad-left.double,
    .no-pad-desktop.pad-left.triple {
        padding: 0 !important
    }

    .no-margin-desktop.gapped,
    .no-margin-desktop.gapped.double,
    .no-margin-desktop.gapped.triple,
    .no-gap-desktop.gapped,
    .no-gap-desktop.gapped.double,
    .no-gap-desktop.gapped.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-top,
    .no-margin-desktop.gap-top.double,
    .no-margin-desktop.gap-top.triple,
    .no-gap-desktop.gap-top,
    .no-gap-desktop.gap-top.double,
    .no-gap-desktop.gap-top.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-right,
    .no-margin-desktop.gap-right.double,
    .no-margin-desktop.gap-right.triple,
    .no-gap-desktop.gap-right,
    .no-gap-desktop.gap-right.double,
    .no-gap-desktop.gap-right.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-bottom,
    .no-margin-desktop.gap-bottom.double,
    .no-margin-desktop.gap-bottom.triple,
    .no-gap-desktop.gap-bottom,
    .no-gap-desktop.gap-bottom.double,
    .no-gap-desktop.gap-bottom.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-left,
    .no-margin-desktop.gap-left.double,
    .no-margin-desktop.gap-left.triple,
    .no-gap-desktop.gap-left,
    .no-gap-desktop.gap-left.double,
    .no-gap-desktop.gap-left.triple {
        margin: 0 !important
    }

    .body-content {
        display: block;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        -ms-column-gap: 30px;
        -o-column-gap: 30px;
        column-gap: 30px;
        vertical-align: text-top
    }

    .main-content p,
    .main-content ul,
    .main-content ol,
    .main-content dl {
        font-size: 18px !important;
        font-weight: 300 !important
    }

    .posh-content h3 {
        font-size: 1.7em !important
    }

    .dashboard.link a,
    .dashboard.link p {
        font-size: 1.2em
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .hide-on-desktop {
        display: none !important
    }

    .zero-desktop.padded,
    .zero-desktop.padded.double,
    .zero-desktop.padded.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-top,
    .zero-desktop.pad-top.double,
    .zero-desktop.pad-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-right,
    .zero-desktop.pad-right.double,
    .zero-desktop.pad-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-bottom,
    .zero-desktop.pad-bottom.double,
    .zero-desktop.pad-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-left,
    .zero-desktop.pad-left.double,
    .zero-desktop.pad-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gapped,
    .zero-desktop.gapped.double,
    .zero-desktop.gapped.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-top,
    .zero-desktop.gap-top.double,
    .zero-desktop.gap-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-right,
    .zero-desktop.gap-right.double,
    .zero-desktop.gap-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-bottom,
    .zero-desktop.gap-bottom.double,
    .zero-desktop.gap-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-left,
    .zero-desktop.gap-left.double,
    .zero-desktop.gap-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .no-padding-desktop.padded,
    .no-padding-desktop.padded.double,
    .no-padding-desktop.padded.triple,
    .no-pad-desktop.padded,
    .no-pad-desktop.padded.double,
    .no-pad-desktop.padded.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-top,
    .no-padding-desktop.pad-top.double,
    .no-padding-desktop.pad-top.triple,
    .no-pad-desktop.pad-top,
    .no-pad-desktop.pad-top.double,
    .no-pad-desktop.pad-top.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-right,
    .no-padding-desktop.pad-right.double,
    .no-padding-desktop.pad-right.triple,
    .no-pad-desktop.pad-right,
    .no-pad-desktop.pad-right.double,
    .no-pad-desktop.pad-right.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-bottom,
    .no-padding-desktop.pad-bottom.double,
    .no-padding-desktop.pad-bottom.triple,
    .no-pad-desktop.pad-bottom,
    .no-pad-desktop.pad-bottom.double,
    .no-pad-desktop.pad-bottom.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-left,
    .no-padding-desktop.pad-left.double,
    .no-padding-desktop.pad-left.triple,
    .no-pad-desktop.pad-left,
    .no-pad-desktop.pad-left.double,
    .no-pad-desktop.pad-left.triple {
        padding: 0 !important
    }

    .no-margin-desktop.gapped,
    .no-margin-desktop.gapped.double,
    .no-margin-desktop.gapped.triple,
    .no-gap-desktop.gapped,
    .no-gap-desktop.gapped.double,
    .no-gap-desktop.gapped.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-top,
    .no-margin-desktop.gap-top.double,
    .no-margin-desktop.gap-top.triple,
    .no-gap-desktop.gap-top,
    .no-gap-desktop.gap-top.double,
    .no-gap-desktop.gap-top.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-right,
    .no-margin-desktop.gap-right.double,
    .no-margin-desktop.gap-right.triple,
    .no-gap-desktop.gap-right,
    .no-gap-desktop.gap-right.double,
    .no-gap-desktop.gap-right.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-bottom,
    .no-margin-desktop.gap-bottom.double,
    .no-margin-desktop.gap-bottom.triple,
    .no-gap-desktop.gap-bottom,
    .no-gap-desktop.gap-bottom.double,
    .no-gap-desktop.gap-bottom.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-left,
    .no-margin-desktop.gap-left.double,
    .no-margin-desktop.gap-left.triple,
    .no-gap-desktop.gap-left,
    .no-gap-desktop.gap-left.double,
    .no-gap-desktop.gap-left.triple {
        margin: 0 !important
    }

    .container {
        width: 1280px
    }

    .body-content {
        display: block;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        -ms-column-gap: 30px;
        -o-column-gap: 30px;
        column-gap: 30px;
        vertical-align: text-top
    }

    .main-content p,
    .main-content ul,
    .main-content ol,
    .main-content dl {
        font-size: 16px;
        font-weight: 500
    }

    .posh-content h3 {
        font-size: 1.6em
    }

    .dashboard.link a,
    .dashboard.link p {
        font-size: 1.2em
    }

    .carousel,
    .pdf-carousel {}

    .carousel .item {}

    .owl-next,
    .owl-prev {}

    .owl-next:hover,
    .owl-prev:hover {}

    .owl-next {}

    .owl-prev {}

    .carousel .caption {}

    .carousel .caption h3 {}

    .pdf-carousel {}

    .pdf-carousel .item {}

    .btn-gloss {}

    .btn-gloss:hover {}

    .pdf-carousel h3 {}
}

@media (min-width: 1025px) and (max-width: 1599px) {
    .hide-on-desktop {
        display: none !important
    }

    .zero-desktop.padded,
    .zero-desktop.padded.double,
    .zero-desktop.padded.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-top,
    .zero-desktop.pad-top.double,
    .zero-desktop.pad-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-right,
    .zero-desktop.pad-right.double,
    .zero-desktop.pad-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-bottom,
    .zero-desktop.pad-bottom.double,
    .zero-desktop.pad-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-left,
    .zero-desktop.pad-left.double,
    .zero-desktop.pad-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gapped,
    .zero-desktop.gapped.double,
    .zero-desktop.gapped.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-top,
    .zero-desktop.gap-top.double,
    .zero-desktop.gap-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-right,
    .zero-desktop.gap-right.double,
    .zero-desktop.gap-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-bottom,
    .zero-desktop.gap-bottom.double,
    .zero-desktop.gap-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-left,
    .zero-desktop.gap-left.double,
    .zero-desktop.gap-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .no-padding-desktop.padded,
    .no-padding-desktop.padded.double,
    .no-padding-desktop.padded.triple,
    .no-pad-desktop.padded,
    .no-pad-desktop.padded.double,
    .no-pad-desktop.padded.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-top,
    .no-padding-desktop.pad-top.double,
    .no-padding-desktop.pad-top.triple,
    .no-pad-desktop.pad-top,
    .no-pad-desktop.pad-top.double,
    .no-pad-desktop.pad-top.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-right,
    .no-padding-desktop.pad-right.double,
    .no-padding-desktop.pad-right.triple,
    .no-pad-desktop.pad-right,
    .no-pad-desktop.pad-right.double,
    .no-pad-desktop.pad-right.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-bottom,
    .no-padding-desktop.pad-bottom.double,
    .no-padding-desktop.pad-bottom.triple,
    .no-pad-desktop.pad-bottom,
    .no-pad-desktop.pad-bottom.double,
    .no-pad-desktop.pad-bottom.triple {
        padding: 0 !important
    }

    .no-padding-desktop.pad-left,
    .no-padding-desktop.pad-left.double,
    .no-padding-desktop.pad-left.triple,
    .no-pad-desktop.pad-left,
    .no-pad-desktop.pad-left.double,
    .no-pad-desktop.pad-left.triple {
        padding: 0 !important
    }

    .no-margin-desktop.gapped,
    .no-margin-desktop.gapped.double,
    .no-margin-desktop.gapped.triple,
    .no-gap-desktop.gapped,
    .no-gap-desktop.gapped.double,
    .no-gap-desktop.gapped.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-top,
    .no-margin-desktop.gap-top.double,
    .no-margin-desktop.gap-top.triple,
    .no-gap-desktop.gap-top,
    .no-gap-desktop.gap-top.double,
    .no-gap-desktop.gap-top.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-right,
    .no-margin-desktop.gap-right.double,
    .no-margin-desktop.gap-right.triple,
    .no-gap-desktop.gap-right,
    .no-gap-desktop.gap-right.double,
    .no-gap-desktop.gap-right.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-bottom,
    .no-margin-desktop.gap-bottom.double,
    .no-margin-desktop.gap-bottom.triple,
    .no-gap-desktop.gap-bottom,
    .no-gap-desktop.gap-bottom.double,
    .no-gap-desktop.gap-bottom.triple {
        margin: 0 !important
    }

    .no-margin-desktop.gap-left,
    .no-margin-desktop.gap-left.double,
    .no-margin-desktop.gap-left.triple,
    .no-gap-desktop.gap-left,
    .no-gap-desktop.gap-left.double,
    .no-gap-desktop.gap-left.triple {
        margin: 0 !important
    }

    /* .container{width:1000px} */
    .nav-fix {
        padding: 0 !important
    }

    .main-content p,
    .main-content ul,
    .main-content ol,
    .main-content dl {
        font-size: 15px;
        font-weight: 300
    }

    .posh-content h3 {
        font-size: 1.6em !important
    }

    nav.posh-nav ul li a {
        border: none;
        outline: none;
        font-size: .8em
    }

    .posh-silverbox .silverbox-content.spacer-3percent {
        padding-left: 3%;
        padding-right: 3%
    }

    .posh-silverbox .silverbox-content.spacer-4percent {
        padding-left: 4%;
        padding-right: 4%
    }

    .posh-silverbox .silverbox-content.spacer-5percent {
        padding-left: 5%;
        padding-right: 5%
    }

    .dashboard.link a,
    .dashboard.link p {
        font-size: 1em
    }

    .carousel,
    .pdf-carousel {}

    .carousel .item {}

    .owl-next,
    .owl-prev {
        height: 130px;
    }

    .owl-next:hover,
    .owl-prev:hover {}

    .owl-next {}

    .owl-prev {}

    .carousel .caption {}

    .carousel .caption h3 {}

    .pdf-carousel {}

    .pdf-carousel .item {}

    .btn-gloss {}

    .btn-gloss:hover {}

    .pdf-carousel h3 {}
}

@media (min-width: 1599px) {
    .flip-slide {
        min-height: 345px
    }

    nav.posh-nav ul li {}

    nav.posh-nav ul li a {}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nav-fix {
        padding: 0 !important
    }

    nav.posh-nav ul li a {
        border: none;
        outline: none;
        padding: 12px 2px;
        font-size: 0.7em;
    }

    .ipad-only {
        display: block !important
    }

    span.ipad-only {
        display: inline !important
    }

    .hide-on-ipad {
        display: none !important
    }

    .desktop-only {
        display: none !important
    }

    .zero-ipad.padded,
    .zero-ipad.padded.double,
    .zero-ipad.padded.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.pad-top,
    .zero-ipad.pad-top.double,
    .zero-ipad.pad-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.pad-right,
    .zero-ipad.pad-right.double,
    .zero-ipad.pad-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.pad-bottom,
    .zero-ipad.pad-bottom.double,
    .zero-ipad.pad-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.pad-left,
    .zero-ipad.pad-left.double,
    .zero-ipad.pad-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gapped,
    .zero-ipad.gapped.double,
    .zero-ipad.gapped.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gap-top,
    .zero-ipad.gap-top.double,
    .zero-ipad.gap-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gap-right,
    .zero-ipad.gap-right.double,
    .zero-ipad.gap-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gap-bottom,
    .zero-ipad.gap-bottom.double,
    .zero-ipad.gap-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gap-left,
    .zero-ipad.gap-left.double,
    .zero-ipad.gap-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .no-padding-ipad.padded,
    .no-padding-ipad.padded.double,
    .no-padding-ipad.padded.triple,
    .no-pad-ipad.padded,
    .no-pad-ipad.padded.double,
    .no-pad-ipad.padded.triple {
        padding: 0 !important
    }

    .no-padding-ipad.pad-top,
    .no-padding-ipad.pad-top.double,
    .no-padding-ipad.pad-top.triple,
    .no-pad-ipad.pad-top,
    .no-pad-ipad.pad-top.double,
    .no-pad-ipad.pad-top.triple {
        padding: 0 !important
    }

    .no-padding-ipad.pad-right,
    .no-padding-ipad.pad-right.double,
    .no-padding-ipad.pad-right.triple,
    .no-pad-ipad.pad-right,
    .no-pad-ipad.pad-right.double,
    .no-pad-ipad.pad-right.triple {
        padding: 0 !important
    }

    .no-padding-ipad.pad-bottom,
    .no-padding-ipad.pad-bottom.double,
    .no-padding-ipad.pad-bottom.triple,
    .no-pad-ipad.pad-bottom,
    .no-pad-ipad.pad-bottom.double,
    .no-pad-ipad.pad-bottom.triple {
        padding: 0 !important
    }

    .no-padding-ipad.pad-left,
    .no-padding-ipad.pad-left.double,
    .no-padding-ipad.pad-left.triple,
    .no-pad-ipad.pad-left,
    .no-pad-ipad.pad-left.double,
    .no-pad-ipad.pad-left.triple {
        padding: 0 !important
    }

    .no-margin-ipad.gapped,
    .no-margin-ipad.gapped.double,
    .no-margin-ipad.gapped.triple,
    .no-gap-ipad.gapped,
    .no-gap-ipad.gapped.double,
    .no-gap-ipad.gapped.triple {
        margin: 0 !important
    }

    .no-margin-ipad.gap-top,
    .no-margin-ipad.gap-top.double,
    .no-margin-ipad.gap-top.triple,
    .no-gap-ipad.gap-top,
    .no-gap-ipad.gap-top.double,
    .no-gap-ipad.gap-top.triple {
        margin: 0 !important
    }

    .no-margin-ipad.gap-right,
    .no-margin-ipad.gap-right.double,
    .no-margin-ipad.gap-right.triple,
    .no-gap-ipad.gap-right,
    .no-gap-ipad.gap-right.double,
    .no-gap-ipad.gap-right.triple {
        margin: 0 !important
    }

    .no-margin-ipad.gap-bottom,
    .no-margin-ipad.gap-bottom.double,
    .no-margin-ipad.gap-bottom.triple,
    .no-gap-ipad.gap-bottom,
    .no-gap-ipad.gap-bottom.double,
    .no-gap-ipad.gap-bottom.triple {
        margin: 0 !important
    }

    .no-margin-ipad.gap-left,
    .no-margin-ipad.gap-left.double,
    .no-margin-ipad.gap-left.triple,
    .no-gap-ipad.gap-left,
    .no-gap-ipad.gap-left.double,
    .no-gap-ipad.gap-left.triple {
        margin: 0 !important
    }

    .flip-slide {
        min-height: 320px
    }

    #flip-card-1,
    #flip-card-2,
    #flip-card-3,
    #flip-card-4 {
        width: 31.33% !important;
        margin: 1%;
        border-radius: 10px;
        box-sizing: content-box !important
    }

    header.main-header .ffm-info {}

    .map-header {}

    .map-link {}

    .map-link iframe {}

    .footer-contact textarea {}

    .mega-drop,
    .mega-drop a,
    .mega-drop ul,
    .mega-drop li,
    .mega-drop div,
    .mega-drop form,
    .mega-drop input {}

    .mega-drop {}

    .mega-drop ul {}

    .mega-drop>li {}

    .mega-drop>li>a {}

    .mega-drop>li:first-child>a {}

    .mega-drop>li>ul.sub-menu {}

    .mega-drop>li.media-nav:hover>ul.sub-menu,
    .mega-drop>li.software-nav:hover>ul.sub-menu,
    .mega-drop>li.innovation-nav:hover>ul.sub-menu {}

    .media-nav ul.sub-menu li a,
    .software-nav ul.sub-menu li a,
    .innovation-nav ul.sub-menu li a {}

    .media-nav ul.sub-menu li a:hover,
    .software-nav ul.sub-menu li a:hover,
    .innovation-nav ul.sub-menu li a:hover {}

    ul.mega-drop li.current-menu-item ul.sub-menu li a,
    ul.mega-drop li.current-page-ancestor ul.sub-menu li a {}

    ul.mega-drop li.current-menu-item ul.sub-menu li.current-menu-item a,
    ul.mega-drop li.current-page-ancestor ul.sub-menu li.current-menu-item a {}

    .media-nav {}

    .software-nav {}

    .innovation-nav {}

    .media-nav ul.sub-menu li a {}

    .media-nav ul.sub-menu li {}

    .software-nav ul.sub-menu li {}

    .innovation-nav ul.sub-menu li {}

    ul.sub-menu .nav-process a {}

    ul.sub-menu .nav-market a {}

    ul.sub-menu .nav-graphic a {}

    ul.sub-menu .nav-web a {}

    ul.sub-menu .nav-seo-sem a {}

    ul.sub-menu .nav-social a {}

    ul.sub-menu .nav-business a {}

    ul.sub-menu .nav-sales a {}

    ul.sub-menu .nav-expense a {}

    ul.sub-menu .nav-quoting a {}

    ul.sub-menu .nav-customer a {}

    ul.sub-menu .nav-project a {}

    ul.sub-menu .nav-equipment a {}

    ul.sub-menu .nav-training a {}

    ul.sub-menu .nav-realtor a {}

    ul.sub-menu .nav-property a {}

    ul.sub-menu .nav-lean a {}

    ul.sub-menu .nav-health a {}

    ul.sub-menu .nav-research a {}

    ul.sub-menu .nav-rfid a {}

    ul.sub-menu .nav-reality a {}

    ul.sub-menu .nav-touch a {}

    ul.sub-menu .nav-kiosks a {}

    ul.sub-menu .nav-led a {}

    ul.sub-menu .nav-3d a {}

    .ffm-img {}

    .ffm-section {}

    .ffm-section .ffm-content {}

    .ffm-section .ffm-content h1,
    .ffm-section .ffm-content h2 {}

    .ffm-section .ffm-content.blk h1,
    .ffm-section .ffm-content.blk h2 {}

    .ffm-section .ffm-content.blk p,
    .ffm-section .ffm-content.blk h3 {}

    .ffm-plan {}

    .ffm-cta {}

    .ffm-cta .ffm-section {}

    .ffm-cta .ffm-section .ffm-content {}

    .ffm-cta .ffm-section .ffm-content h2 {}

    .ffm-quote {}

    .ffm-quote.quote {}

    .ffm-quote.book {}

    .ffm-quote.speech {}

    .ffm-quote h3 {}

    .ffm-quote span {}

    .ffm-gallery {}

    .ffm-gallery.wht {}

    .plan {}

    .plan h4 {}

    .plan ul {}

    .plan li {}

    .plan.silver {}

    .plan.silver h4 {}

    .plan.silver ul {}

    .plan.silver li {}

    .plan.gold {}

    .plan.gold h4 {}

    .plan.gold ul {}

    .plan.gold li {}

    .plan.platinum {}

    .plan.platinum h4 {}

    .plan.platinum ul {}

    .plan.platinum li {}

    .plan.diamond {}

    .plan.diamond h4 {}

    .plan.diamond ul {}

    .plan.diamond li {}

    .carousel,
    .pdf-carousel {}

    .carousel .item {}

    .owl-next,
    .owl-prev {}

    .owl-next:hover,
    .owl-prev:hover {}

    .owl-next {}

    .owl-prev {}

    .carousel .caption {}

    .carousel .caption h3 {}

    .pdf-carousel {}

    .pdf-carousel .item {}

    .btn-gloss {}

    .btn-gloss:hover {}

    .pdf-carousel h3 {}

    .process {}

    .process h2 {}

    .process h3 {}
}

@media (min-width: 768px) {
    .posh-tabs-panel-closed {
        display: block !important
    }
}

@media (max-width: 767px) {
    .newsletter-form .newsletter-title {
        text-align: center;
    }

    .newsletter-form .newsletter-input {
        max-width: 90%;
    }

    .newsletter-form .newsletter-input,
    .newsletter-form .newsletter-button {
        text-align: center;
        margin: 10px auto;
    }

    .newsletter-close {
        bottom: 73px;
    }

    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
        width: 100% !important;
        float: none;
        clear: both
    }

    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-one,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-two,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-three,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-four,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-five,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-six,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-seven,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eight,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-nine,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-ten,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).right-eleven {
        left: 0
    }

    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-one,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-two,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-three,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-four,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-five,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-six,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-seven,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eight,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-nine,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-ten,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).left-eleven {
        right: 0
    }

    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .half:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .halves:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .third:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .thirds:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .fourth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .fourths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .fifth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .fifths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .sixth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .sixths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .seventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .sevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .eighth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .eighths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .ninth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .ninths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .tenth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .tenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .eleventh:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .elevenths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .twelfth:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-one,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-two,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-three,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-four,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-five,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-six,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-seven,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eight,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-nine,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-ten,
    .twelfths:not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet).skip-eleven {
        margin-left: 0
    }

    .small-tablet-only {
        display: block !important
    }

    span.small-tablet-only {
        display: inline !important
    }

    .hide-on-small-tablet {
        display: none !important
    }

    .desktop-only {
        display: none !important
    }

    .zero-small-tablet.padded,
    .zero-small-tablet.padded.double,
    .zero-small-tablet.padded.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.pad-top,
    .zero-small-tablet.pad-top.double,
    .zero-small-tablet.pad-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.pad-right,
    .zero-small-tablet.pad-right.double,
    .zero-small-tablet.pad-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.pad-bottom,
    .zero-small-tablet.pad-bottom.double,
    .zero-small-tablet.pad-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.pad-left,
    .zero-small-tablet.pad-left.double,
    .zero-small-tablet.pad-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gapped,
    .zero-small-tablet.gapped.double,
    .zero-small-tablet.gapped.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gap-top,
    .zero-small-tablet.gap-top.double,
    .zero-small-tablet.gap-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gap-right,
    .zero-small-tablet.gap-right.double,
    .zero-small-tablet.gap-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gap-bottom,
    .zero-small-tablet.gap-bottom.double,
    .zero-small-tablet.gap-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gap-left,
    .zero-small-tablet.gap-left.double,
    .zero-small-tablet.gap-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .no-padding-small-tablet.padded,
    .no-padding-small-tablet.padded.double,
    .no-padding-small-tablet.padded.triple,
    .no-pad-small-tablet.padded,
    .no-pad-small-tablet.padded.double,
    .no-pad-small-tablet.padded.triple {
        padding: 0 !important
    }

    .no-padding-small-tablet.pad-top,
    .no-padding-small-tablet.pad-top.double,
    .no-padding-small-tablet.pad-top.triple,
    .no-pad-small-tablet.pad-top,
    .no-pad-small-tablet.pad-top.double,
    .no-pad-small-tablet.pad-top.triple {
        padding: 0 !important
    }

    .no-padding-small-tablet.pad-right,
    .no-padding-small-tablet.pad-right.double,
    .no-padding-small-tablet.pad-right.triple,
    .no-pad-small-tablet.pad-right,
    .no-pad-small-tablet.pad-right.double,
    .no-pad-small-tablet.pad-right.triple {
        padding: 0 !important
    }

    .no-padding-small-tablet.pad-bottom,
    .no-padding-small-tablet.pad-bottom.double,
    .no-padding-small-tablet.pad-bottom.triple,
    .no-pad-small-tablet.pad-bottom,
    .no-pad-small-tablet.pad-bottom.double,
    .no-pad-small-tablet.pad-bottom.triple {
        padding: 0 !important
    }

    .no-padding-small-tablet.pad-left,
    .no-padding-small-tablet.pad-left.double,
    .no-padding-small-tablet.pad-left.triple,
    .no-pad-small-tablet.pad-left,
    .no-pad-small-tablet.pad-left.double,
    .no-pad-small-tablet.pad-left.triple {
        padding: 0 !important
    }

    .no-margin-small-tablet.gapped,
    .no-margin-small-tablet.gapped.double,
    .no-margin-small-tablet.gapped.triple,
    .no-gap-small-tablet.gapped,
    .no-gap-small-tablet.gapped.double,
    .no-gap-small-tablet.gapped.triple {
        margin: 0 !important
    }

    .no-margin-small-tablet.gap-top,
    .no-margin-small-tablet.gap-top.double,
    .no-margin-small-tablet.gap-top.triple,
    .no-gap-small-tablet.gap-top,
    .no-gap-small-tablet.gap-top.double,
    .no-gap-small-tablet.gap-top.triple {
        margin: 0 !important
    }

    .no-margin-small-tablet.gap-right,
    .no-margin-small-tablet.gap-right.double,
    .no-margin-small-tablet.gap-right.triple,
    .no-gap-small-tablet.gap-right,
    .no-gap-small-tablet.gap-right.double,
    .no-gap-small-tablet.gap-right.triple {
        margin: 0 !important
    }

    .no-margin-small-tablet.gap-bottom,
    .no-margin-small-tablet.gap-bottom.double,
    .no-margin-small-tablet.gap-bottom.triple,
    .no-gap-small-tablet.gap-bottom,
    .no-gap-small-tablet.gap-bottom.double,
    .no-gap-small-tablet.gap-bottom.triple {
        margin: 0 !important
    }

    .no-margin-small-tablet.gap-left,
    .no-margin-small-tablet.gap-left.double,
    .no-margin-small-tablet.gap-left.triple,
    .no-gap-small-tablet.gap-left,
    .no-gap-small-tablet.gap-left.double,
    .no-gap-small-tablet.gap-left.triple {
        margin: 0 !important
    }

    nav:not(.pagination),
    nav.inline,
    .nav,
    .nav.inline {
        width: 100%
    }

    nav:not(.pagination) ul li,
    nav.inline ul li,
    .nav ul li,
    .nav.inline ul li,
    nav:not(.pagination) ul.row li,
    nav.inline ul.row li,
    .nav ul.row li {
        display: block;
    }

    nav:not(.pagination) ul li:first-child>a,
    nav.inline ul li:first-child>a,
    .nav ul li:first-child>a,
    nav:not(.pagination) ul.row li:first-child>a,
    nav.inline ul.row li:first-child>a,
    .nav ul.row li:first-child>a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }

    nav:not(.pagination) ul li:last-child>a,
    nav.inline ul li:last-child>a,
    .nav ul li:last-child>a,
    nav:not(.pagination) ul.row li:last-child>a,
    nav.inline ul.row li:last-child>a,
    .nav ul.row li:last-child>a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
    }

    nav:not(.pagination) ul li:only-child>a,
    nav.inline ul li:only-child>a,
    .nav ul li:only-child>a,
    nav:not(.pagination) ul.row li:only-child>a,
    nav.inline ul.row li:only-child>a,
    .nav ul.row li:only-child>a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }

    nav:not(.pagination) ul li a,
    nav.inline ul li a,
    .nav ul li a,
    .nav.inline ul li a,
    nav:not(.pagination) ul.row li a,
    nav.inline ul.row li a,
    .nav ul.row li a {
        border: none;
        border-top: 1px solid #008092 !important
    }

    nav:not(.pagination) ul li ul,
    nav.inline ul li ul,
    .nav ul li ul,
    .nav.inline ul li ul,
    nav:not(.pagination) ul.row li ul,
    nav.inline ul.row li ul,
    .nav ul.row li ul {
        position: static !important
    }

    nav:not(.pagination) ul li ul li a,
    nav.inline ul li ul li a,
    .nav ul li ul li a,
    .nav.inline ul li ul li a,
    nav:not(.pagination) ul.row li ul li a,
    nav.inline ul.row li ul li a,
    .nav ul.row li ul li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

    nav:not(.pagination) ul li ul li:first-child a,
    nav.inline ul li ul li:first-child a,
    .nav ul li ul li:first-child a,
    nav:not(.pagination) ul li ul li:last-child a,
    nav.inline ul li ul li:last-child a,
    .nav ul li ul li:last-child a,
    nav:not(.pagination) ul li ul li:only-child a,
    nav.inline ul li ul li:only-child a,
    .nav ul li ul li:only-child a,
    nav:not(.pagination) ul.row li ul li:first-child a,
    nav.inline ul.row li ul li:first-child a,
    .nav ul.row li ul li:first-child a,
    nav:not(.pagination) ul.row li ul li:last-child a,
    nav.inline ul.row li ul li:last-child a,
    .nav ul.row li ul li:last-child a,
    nav:not(.pagination) ul.row li ul li:only-child a,
    nav.inline ul.row li ul li:only-child a,
    .nav ul.row li ul li:only-child a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

    nav:not(.pagination) ul li:first-child a,
    nav.inline ul li:first-child a,
    .nav ul li:first-child a,
    nav:not(.pagination) ul.row li:first-child a,
    nav.inline ul.row li:first-child a,
    .nav ul.row li:first-child a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }

    nav:not(.pagination) ul li:last-child a,
    nav.inline ul li:last-child a,
    .nav ul li:last-child a,
    nav:not(.pagination) ul.row li:last-child a,
    nav.inline ul.row li:last-child a,
    .nav ul.row li:last-child a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
    }

    nav:not(.pagination) ul li:last-child ul li a,
    nav.inline ul li:last-child ul li a,
    .nav ul li:last-child ul li a,
    nav:not(.pagination) ul.row li:last-child ul li a,
    nav.inline ul.row li:last-child ul li a,
    .nav ul.row li:last-child ul li a {
        -webkit-border-radius: 0 0 0 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 0 0 0 !important;
        -o-border-radius: 0 0 0 0 !important;
        border-radius: 0 0 0 0 !important
    }

    nav:not(.pagination) ul li:last-child ul li:last-child a,
    nav.inline ul li:last-child ul li:last-child a,
    .nav ul li:last-child ul li:last-child a,
    nav:not(.pagination) ul.row li:last-child ul li:last-child a,
    nav.inline ul.row li:last-child ul li:last-child a,
    .nav ul.row li:last-child ul li:last-child a {
        -webkit-border-radius: 0 0 4px 4px !important;
        -moz-border-radius: 0 0 4px 4px !important;
        -ms-border-radius: 0 0 4px 4px !important;
        -o-border-radius: 0 0 4px 4px !important;
        border-radius: 0 0 4px 4px !important
    }

    nav:not(.pagination) ul li:only-child a,
    nav.inline ul li:only-child a,
    .nav ul li:only-child a,
    nav:not(.pagination) ul.row li:only-child a,
    nav.inline ul.row li:only-child a,
    .nav ul.row li:only-child a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }

    nav.menu,
    .nav.menu {
        display: block;
        float: none;
        background-color: transparent;
        padding: 10px;
        padding-bottom: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }

    nav.menu:before,
    .nav.menu:before {
        content: attr(data-label);
        float: left;
        color: #fafafa;
        line-height: 2.2
    }

    nav.menu .menu-toggle,
    .nav.menu .menu-toggle {
        display: inline-block !important;
        float: right;
        margin-bottom: 10px
    }

    nav.menu>ul,
    .nav.menu>ul,
    nav.menu>ul.row,
    .nav.menu>ul.row {
        display: block !important;
        overflow: hidden;
        max-height: 0;
        width: auto;
        margin: 0 -10px;
        clear: both;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

    nav.menu>ul li a,
    .nav.menu>ul li a,
    nav.menu>ul.row li a,
    .nav.menu>ul.row li a {
        border: none;
        border-top: 1px solid #008092
    }

    nav.menu>ul li a:first-child,
    .nav.menu>ul li a:first-child,
    nav.menu>ul li a:last-child,
    .nav.menu>ul li a:last-child,
    nav.menu>ul.row li a:first-child,
    .nav.menu>ul.row li a:first-child,
    nav.menu>ul.row li a:last-child,
    .nav.menu>ul.row li a:last-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

    nav.menu>ul li a:hover,
    .nav.menu>ul li a:hover,
    nav.menu>ul li a:focus,
    .nav.menu>ul li a:focus,
    nav.menu>ul.row li a:hover,
    .nav.menu>ul.row li a:hover,
    nav.menu>ul.row li a:focus,
    .nav.menu>ul.row li a:focus {
        border: none;
        border-top: 1px solid #008092
    }

    nav.menu>ul li:last-child a,
    .nav.menu>ul li:last-child a,
    nav.menu>ul.row li:last-child a,
    .nav.menu>ul.row li:last-child a {
        -webkit-border-radius: 0 0 4px 4px !important;
        -moz-border-radius: 0 0 4px 4px !important;
        -ms-border-radius: 0 0 4px 4px !important;
        -o-border-radius: 0 0 4px 4px !important;
        border-radius: 0 0 4px 4px !important
    }

    nav.menu>ul li ul,
    .nav.menu>ul li ul,
    nav.menu>ul.row li ul,
    .nav.menu>ul.row li ul {
        position: static
    }

    nav.on.menu>ul,
    .on.nav.menu>ul {
        max-height: 1000px
    }

    .tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li {
        float: none;
        width: 100%;
        margin: 0
    }

    .tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border-bottom: none
    }

    .tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li a:before,
    .tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li a:after {
        display: none !important
    }

    .tabs:not(.small-tablet):not(.mobile):not(.vertical)>ul li:first-child a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }

    .body-content {
        display: block;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -ms-column-gap: 0;
        -o-column-gap: 0;
        column-gap: 0;
        vertical-align: text-top
    }

    nav.double-line {
        height: auto;
        z-index: 100
    }

    nav.double-line>ul {
        text-align: center
    }

    nav.double-line>ul>li {
        white-space: normal;
        float: left
    }

    nav.double-line>ul>li>a {
        display: block;
        height: auto;
        padding: 5px 0
    }

    header .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .row .container,
    footer .container {
        padding-left: 10px;
        padding-right: 10px
    }

    aside.right-sidebar {
        padding-left: 0;
        padding-right: 0
    }

    aside.left-sidebar {
        padding-right: 0;
        padding-left: 0
    }

    header.main-header .ffm-info {}

    footer .contact-form {
        padding-right: 0
    }

    .unclear {
        clear: both
    }

    .featured img {
        border-top: 3px solid #00adc5
    }

    .featured div {
        padding-bottom: 10px
    }

    .twitter-feed {
        width: 100%
    }

    .twitter-feed.left {
        margin: 0 auto 20px
    }

    .twitter-feed.right {
        margin: 0 auto 20px
    }

    .flip-slide {
        min-height: 320px
    }

    #flip-card-1,
    #flip-card-2,
    #flip-card-3,
    #flip-card-4 {
        width: 48% !important;
        margin: 1%;
        padding: 1% 0;
        clear: none;
        float: left;
        border-radius: 10px;
        box-sizing: content-box !important
    }

    .posh-feature .feature-body {
        display: block;
        padding: 100px 0 0;
        background: #000 url(img/posh-feature-logo.jpg) 50% 0 no-repeat;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto
    }

    .posh-content h3 {
        line-height: 1.2em
    }

    .posh-content img {
        display: block;
        margin: 20px auto
    }

    .mobile-block {
        display: block !important;
        clear: both;
        width: 50% !important;
        margin: 2% 25%;
        float: none
    }

    .logo {
        width: 100%;
        padding: 20px 0 0;
        text-align: center
    }

    .home-acronym {
        display: block;
        clear: both;
        width: 100%;
        margin: 0 auto;
        float: none
    }

    .social {
        margin-bottom: 15px
    }

    .social.main {
        width: 100%;
        text-align: center;
        padding: 25px 0 0
    }

    .social.main ul {
        text-align: center
    }

    .social p {
        height: 35px
    }

    .social a {
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0
    }

    .visible-tablet {
        display: block !important
    }

    .hidden-tablet {
        display: none !important
    }

    ul.multi-column.double li {
        width: 50%
    }

    ul.multi-column.triple li {
        width: 50%
    }

    ul.multi-column.quad li {
        width: 50%
    }

    ul.multi-column.six li {
        width: 50%
    }

    .img-overlay {
        width: 100%;
    }

    .map-header {}

    .map-link {}

    .map-link iframe {}

    .footer-contact textarea {}

    .mega-drop,
    .mega-drop a,
    .mega-drop ul,
    .mega-drop li,
    .mega-drop div,
    .mega-drop form,
    .mega-drop input {}

    .mega-drop {}

    .mega-drop ul {}

    .mega-drop>li {}

    .mega-drop>li>a {}

    .mega-drop>li:first-child>a {}

    .mega-drop>li>ul.sub-menu {
        top: 0;
        height: 1px;
    }

    .mega-drop>li.media-nav:hover>ul.sub-menu,
    .mega-drop>li.software-nav:hover>ul.sub-menu,
    .mega-drop>li.innovation-nav:hover>ul.sub-menu {
        height: auto;
    }

    .media-nav ul.sub-menu li a,
    .software-nav ul.sub-menu li a,
    .innovation-nav ul.sub-menu li a {
        padding: 110px 0 10px;
        background-size: 70px;
        margin-bottom: 10px;
        min-height: 170px;
    }

    .media-nav ul.sub-menu li a:hover,
    .software-nav ul.sub-menu li a:hover,
    .innovation-nav ul.sub-menu li a:hover {}

    ul.mega-drop li.current-menu-item ul.sub-menu li a,
    ul.mega-drop li.current-page-ancestor ul.sub-menu li a {}

    ul.mega-drop li.current-menu-item ul.sub-menu li.current-menu-item a,
    ul.mega-drop li.current-page-ancestor ul.sub-menu li.current-menu-item a {}

    .menu-item-has-children {
        clear: both;
    }

    .media-nav {}

    .software-nav {}

    .innovation-nav {}

    .media-nav ul.sub-menu li {
        width: calc(100% / 2);
        float: left;
    }

    .software-nav ul.sub-menu li {
        width: calc(100% / 3);
        float: left;
    }

    .innovation-nav ul.sub-menu li {
        width: calc(100% / 3);
        float: left;
    }

    ul.sub-menu .nav-process a {}

    ul.sub-menu .nav-market a {}

    ul.sub-menu .nav-graphic a {}

    ul.sub-menu .nav-web a {}

    ul.sub-menu .nav-seo-sem a {}

    ul.sub-menu .nav-social a {}

    ul.sub-menu .nav-business a {}

    ul.sub-menu .nav-sales a {}

    ul.sub-menu .nav-expense a {}

    ul.sub-menu .nav-quoting a {}

    ul.sub-menu .nav-customer a {}

    ul.sub-menu .nav-project a {}

    ul.sub-menu .nav-equipment a {}

    ul.sub-menu .nav-training a {}

    ul.sub-menu .nav-realtor a {}

    ul.sub-menu .nav-property a {}

    ul.sub-menu .nav-lean a {}

    ul.sub-menu .nav-health a {}

    ul.sub-menu .nav-research a {}

    ul.sub-menu .nav-rfid a {}

    ul.sub-menu .nav-reality a {}

    ul.sub-menu .nav-touch a {}

    ul.sub-menu .nav-kiosks a {}

    ul.sub-menu .nav-led a {}

    ul.sub-menu .nav-3d a {}

    .ffm-img {}

    .ffm-section {
        height: auto;
        min-height: 30px;
    }

    .ffm-section .ffm-content {
        font-size: 0.8em;
        padding: 20px;
        height: auto;
    }

    .ffm-section .ffm-content h1,
    .ffm-section .ffm-content h2 {
        font-size: 2.3em;
    }

    .ffm-section .ffm-content.blk h1,
    .ffm-section .ffm-content.blk h2 {}

    .ffm-section .ffm-content.blk p,
    .ffm-section .ffm-content.blk h3 {}

    .ffm-plan {}

    .ffm-cta {}

    .ffm-cta .ffm-section {}

    .ffm-cta .ffm-section .ffm-content {}

    .ffm-cta .ffm-section .ffm-content h2 {}

    .ffm-quote {
        min-height: 100px !important;
    }

    .ffm-quote.quote {}

    .ffm-quote.book {}

    .ffm-quote.speech {}

    .ffm-quote h3 {}

    .ffm-quote span {}

    .ffm-gallery {}

    .ffm-gallery.wht {}

    .plan {}

    .plan h4 {}

    .plan ul {}

    .plan li {}

    .plan.silver {}

    .plan.silver h4 {}

    .plan.silver ul {}

    .plan.silver li {}

    .plan.gold {}

    .plan.gold h4 {}

    .plan.gold ul {}

    .plan.gold li {}

    .plan.platinum {}

    .plan.platinum h4 {}

    .plan.platinum ul {}

    .plan.platinum li {}

    .plan.diamond {}

    .plan.diamond h4 {}

    .plan.diamond ul {}

    .plan.diamond li {}

    .carousel,
    .pdf-carousel {}

    .carousel .item {}

    .owl-next,
    .owl-prev {}

    .owl-next:hover,
    .owl-prev:hover {}

    .owl-next {}

    .owl-prev {}

    .carousel .caption {}

    .carousel .caption h3 {}

    .pdf-carousel {}

    .pdf-carousel .item {}

    .btn-gloss {}

    .btn-gloss:hover {}

    .pdf-carousel h3 {}

    .process {
        min-height: 200px;
    }

    .process h2 {
        margin: 0;
    }

    .process h3 {}

}

@media (max-width: 480px) {

    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
        width: 100% !important;
        float: none;
        clear: both
    }

    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-one,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-two,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-three,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-four,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-five,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-six,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-seven,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eight,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-nine,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-ten,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).right-eleven {
        left: 0
    }

    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-one,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-two,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-three,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-four,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-five,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-six,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-seven,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eight,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-nine,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-ten,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).left-eleven {
        right: 0
    }

    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .half:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .halves:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .third:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .thirds:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .fourth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .fourths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .fifth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .fifths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .sixth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .sixths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .seventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .sevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .eighth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .eighths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .ninth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .ninths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .tenth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .tenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .eleventh:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .elevenths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .twelfth:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-one,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-two,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-three,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-four,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-five,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-six,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-seven,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eight,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-nine,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-ten,
    .twelfths:not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile).skip-eleven {
        margin-left: 0
    }

    .mobile-only {
        display: block !important
    }

    span.mobile-only {
        display: inline !important
    }

    .hide-on-mobile {
        display: none !important
    }

    .desktop-only {
        display: none !important
    }

    .zero-mobile.padded,
    .zero-mobile.padded.double,
    .zero-mobile.padded.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.pad-top,
    .zero-mobile.pad-top.double,
    .zero-mobile.pad-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.pad-right,
    .zero-mobile.pad-right.double,
    .zero-mobile.pad-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.pad-bottom,
    .zero-mobile.pad-bottom.double,
    .zero-mobile.pad-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.pad-left,
    .zero-mobile.pad-left.double,
    .zero-mobile.pad-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gapped,
    .zero-mobile.gapped.double,
    .zero-mobile.gapped.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gap-top,
    .zero-mobile.gap-top.double,
    .zero-mobile.gap-top.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gap-right,
    .zero-mobile.gap-right.double,
    .zero-mobile.gap-right.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gap-bottom,
    .zero-mobile.gap-bottom.double,
    .zero-mobile.gap-bottom.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gap-left,
    .zero-mobile.gap-left.double,
    .zero-mobile.gap-left.triple {
        padding: 0 !important;
        margin: 0 !important
    }

    .no-padding-mobile.padded,
    .no-padding-mobile.padded.double,
    .no-padding-mobile.padded.triple,
    .no-pad-mobile.padded,
    .no-pad-mobile.padded.double,
    .no-pad-mobile.padded.triple {
        padding: 0 !important
    }

    .no-padding-mobile.pad-top,
    .no-padding-mobile.pad-top.double,
    .no-padding-mobile.pad-top.triple,
    .no-pad-mobile.pad-top,
    .no-pad-mobile.pad-top.double,
    .no-pad-mobile.pad-top.triple {
        padding: 0 !important
    }

    .no-padding-mobile.pad-right,
    .no-padding-mobile.pad-right.double,
    .no-padding-mobile.pad-right.triple,
    .no-pad-mobile.pad-right,
    .no-pad-mobile.pad-right.double,
    .no-pad-mobile.pad-right.triple {
        padding: 0 !important
    }

    .no-padding-mobile.pad-bottom,
    .no-padding-mobile.pad-bottom.double,
    .no-padding-mobile.pad-bottom.triple,
    .no-pad-mobile.pad-bottom,
    .no-pad-mobile.pad-bottom.double,
    .no-pad-mobile.pad-bottom.triple {
        padding: 0 !important
    }

    .no-padding-mobile.pad-left,
    .no-padding-mobile.pad-left.double,
    .no-padding-mobile.pad-left.triple,
    .no-pad-mobile.pad-left,
    .no-pad-mobile.pad-left.double,
    .no-pad-mobile.pad-left.triple {
        padding: 0 !important
    }

    .no-margin-mobile.gapped,
    .no-margin-mobile.gapped.double,
    .no-margin-mobile.gapped.triple,
    .no-gap-mobile.gapped,
    .no-gap-mobile.gapped.double,
    .no-gap-mobile.gapped.triple {
        margin: 0 !important
    }

    .no-margin-mobile.gap-top,
    .no-margin-mobile.gap-top.double,
    .no-margin-mobile.gap-top.triple,
    .no-gap-mobile.gap-top,
    .no-gap-mobile.gap-top.double,
    .no-gap-mobile.gap-top.triple {
        margin: 0 !important
    }

    .no-margin-mobile.gap-right,
    .no-margin-mobile.gap-right.double,
    .no-margin-mobile.gap-right.triple,
    .no-gap-mobile.gap-right,
    .no-gap-mobile.gap-right.double,
    .no-gap-mobile.gap-right.triple {
        margin: 0 !important
    }

    .no-margin-mobile.gap-bottom,
    .no-margin-mobile.gap-bottom.double,
    .no-margin-mobile.gap-bottom.triple,
    .no-gap-mobile.gap-bottom,
    .no-gap-mobile.gap-bottom.double,
    .no-gap-mobile.gap-bottom.triple {
        margin: 0 !important
    }

    .no-margin-mobile.gap-left,
    .no-margin-mobile.gap-left.double,
    .no-margin-mobile.gap-left.triple,
    .no-gap-mobile.gap-left,
    .no-gap-mobile.gap-left.double,
    .no-gap-mobile.gap-left.triple {
        margin: 0 !important
    }

    .tabs:not(.mobile)>ul li {
        float: none;
        width: 100%
    }

    .tabs:not(.mobile)>ul li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border-bottom: none
    }

    .tabs:not(.mobile)>ul li:first-child a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }

    .container {
        margin: 0 auto
    }

    .social {
        width: 100%;
        margin-bottom: 15px
    }

    .social ul {
        text-align: center
    }

    .mobile-block {
        width: 80% !important;
        margin: 3% 10%
    }

    .banner .inner {
        padding: 10px 0
    }

    .flip-slide {
        min-height: 350px
    }

    #flip-card-1,
    #flip-card-2,
    #flip-card-3,
    #flip-card-4 {
        width: 98% !important;
        margin: 1%;
        padding: 1% 0;
        border-radius: 10px;
        box-sizing: content-box !important
    }

    .posh-box {
        padding-bottom: 45px
    }

    .posh-box .pad-left {
        padding-left: 0 !important
    }

    .posh-box .pad-right {
        padding-right: 0 !important
    }

    .posh-feature .feature-body {
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%
    }

    .recent-posts li:last-child {
        margin-bottom: 30px !important
    }

    .posh-silverbox {
        padding: 5px !important
    }

    .posh-silverbox .silverbox-content {
        padding: 15px
    }

    .posh-silverbox .pad-left {
        padding-left: 0 !important
    }

    .posh-silverbox .pad-right {
        padding-right: 0 !important
    }

    .twitter-feed #tweets li .interact a {
        display: block;
        width: 100%
    }

    .visible-mobile {
        display: block !important
    }

    .hidden-mobile {
        display: none !important
    }

    ul.multi-column.double li {
        width: 100%
    }

    ul.multi-column.triple li {
        width: 100%
    }

    ul.multi-column.quad li {
        width: 100%
    }

    ul.multi-column.six li {
        width: 100%
    }

    header.main-header .ffm-info {}

    .img-overlay {
        width: 100%;
        height: 200px;
    }

    .img-overlay h3 {
        height: 60px;
    }

    .map-header {}

    .map-link {}

    .map-link iframe {}

    .footer-contact textarea {}

    .mega-drop,
    .mega-drop a,
    .mega-drop ul,
    .mega-drop li,
    .mega-drop div,
    .mega-drop form,
    .mega-drop input {}

    .mega-drop {}

    .mega-drop ul {}

    .mega-drop>li {}

    .mega-drop>li>a {}

    .mega-drop>li:first-child>a {}

    .mega-drop>li>ul.sub-menu {}

    .mega-drop>li.media-nav:hover>ul.sub-menu,
    .mega-drop>li.software-nav:hover>ul.sub-menu,
    .mega-drop>li.innovation-nav:hover>ul.sub-menu {}

    .media-nav ul.sub-menu li a,
    .software-nav ul.sub-menu li a,
    .innovation-nav ul.sub-menu li a {}

    .media-nav ul.sub-menu li a:hover,
    .software-nav ul.sub-menu li a:hover,
    .innovation-nav ul.sub-menu li a:hover {}

    ul.mega-drop li.current-menu-item ul.sub-menu li a,
    ul.mega-drop li.current-page-ancestor ul.sub-menu li a {}

    ul.mega-drop li.current-menu-item ul.sub-menu li.current-menu-item a,
    ul.mega-drop li.current-page-ancestor ul.sub-menu li.current-menu-item a {}

    .media-nav {}

    .software-nav {}

    .innovation-nav {}

    .media-nav ul.sub-menu li a {
        min-height: 100px;
    }

    .media-nav ul.sub-menu li {}

    .software-nav ul.sub-menu li {}

    .innovation-nav ul.sub-menu li {}

    ul.sub-menu .nav-process a {}

    ul.sub-menu .nav-market a {}

    ul.sub-menu .nav-graphic a {}

    ul.sub-menu .nav-web a {}

    ul.sub-menu .nav-seo-sem a {}

    ul.sub-menu .nav-social a {}

    ul.sub-menu .nav-business a {}

    ul.sub-menu .nav-sales a {}

    ul.sub-menu .nav-expense a {}

    ul.sub-menu .nav-quoting a {}

    ul.sub-menu .nav-customer a {}

    ul.sub-menu .nav-project a {}

    ul.sub-menu .nav-equipment a {}

    ul.sub-menu .nav-training a {}

    ul.sub-menu .nav-realtor a {}

    ul.sub-menu .nav-property a {}

    ul.sub-menu .nav-lean a {}

    ul.sub-menu .nav-health a {}

    ul.sub-menu .nav-research a {}

    ul.sub-menu .nav-rfid a {}

    ul.sub-menu .nav-reality a {}

    ul.sub-menu .nav-touch a {}

    ul.sub-menu .nav-kiosks a {}

    ul.sub-menu .nav-led a {}

    ul.sub-menu .nav-3d a {}

    .ffm-img {}

    .ffm-section {}

    .ffm-section .ffm-content {
        font-size: 0.7em;
    }

    .ffm-section .ffm-content h1,
    .ffm-section .ffm-content h2 {
        font-size: 2em;
    }

    .ffm-section .ffm-content.blk h1,
    .ffm-section .ffm-content.blk h2 {}

    .ffm-section .ffm-content.blk p,
    .ffm-section .ffm-content.blk h3 {}

    .ffm-plan {}

    .ffm-cta {}

    .ffm-cta .ffm-section {}

    .ffm-cta .ffm-section .ffm-content {}

    .ffm-cta .ffm-section .ffm-content h2 {}

    .ffm-quote {}

    .ffm-quote.quote {}

    .ffm-quote.book {}

    .ffm-quote.speech {}

    .ffm-quote h3 {}

    .ffm-quote span {}

    .ffm-gallery {}

    .ffm-gallery.wht {}

    .plan {}

    .plan h4 {}

    .plan ul {}

    .plan li {}

    .plan.silver {}

    .plan.silver h4 {}

    .plan.silver ul {}

    .plan.silver li {}

    .plan.gold {}

    .plan.gold h4 {}

    .plan.gold ul {}

    .plan.gold li {}

    .plan.platinum {}

    .plan.platinum h4 {}

    .plan.platinum ul {}

    .plan.platinum li {}

    .plan.diamond {}

    .plan.diamond h4 {}

    .plan.diamond ul {}

    .plan.diamond li {}

    .carousel,
    .pdf-carousel {}

    .carousel .item {}

    .owl-next,
    .owl-prev {}

    .owl-next:hover,
    .owl-prev:hover {}

    .owl-next {}

    .owl-prev {}

    .carousel .caption {}

    .carousel .caption h3 {}

    .pdf-carousel {}

    .pdf-carousel .item {}

    .btn-gloss {}

    .btn-gloss:hover {}

    .pdf-carousel h3 {}

    .process {}

    .process h2 {}

    .process h3 {}
}
}

/*  Youtube video styles*/
.youtube_videos {
    list-style: none;
    margin: 0 auto;
    display: block;
    padding: 0;
}

.youtube_videos .youtube,
.second-youtube {
    display: inline-block;
    margin-bottom: 1em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-top: 0;

}

.youtube,
.thumb {
    width: 380px;
    height: 250px;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0 0.5px 2px #1D242B;
    -moz-box-shadow: 0 0.5px 2px #1D242B;
    box-shadow: 0 0.5px 2px #1D242B;
}

.youtube_video {
    width: 385px;
    height: 250px;
}

.thumb,
.youtube_video {
    padding: 5px;
    background: #34495e;
    border: 0;
    outline: 0;
}

.youtube:after {
    content: "PLAY VIDEO";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 370px;
    height: 240px;
    padding: 0;
    margin: 0;
    padding: 5px;
    background: rgba(38, 180, 174, 0.66);
    text-align: center;
    line-height: 250px;
    font-size: 1em;
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: transparent;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.youtube:hover:after {
    top: 110px;
    left: 110px;
    width: 165px;
    height: 40px;
    line-height: 40px;
    background: #34495e;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #ecf0f1;
    b
}

/* Mobile */
@media (max-width:320px) {

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

    .youtube,
    .thumb {
        width: 230px !important;
        height: 130px !important;
        cursor: pointer;
        position: relative;
        -webkit-box-shadow: 0 0.5px 2px #1D242B;
        -moz-box-shadow: 0 0.5px 2px #1D242B;
        box-shadow: 0 0.5px 2px #1D242B;
    }

    .youtube:after {
        content: "PLAY VIDEO";
        position: absolute;
        top: 2.5px;
        left: 2px;
        width: 223px !important;
        height: 124px !important;
        padding: 0;
        margin: 0;
        padding: 5px;
        background: rgba(38, 180, 174, 0.66);
        text-align: center !important;
        line-height: 250px;
        font-size: 0.6em !important;
        font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: transparent;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .youtube:hover:after {
        top: 40px !important;
        left: 70px !important;
        width: 105px !important;
        height: 30px !important;
        line-height: 40px;
        padding-bottom: 40px !important;
        background: #34495e;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        color: #ecf0f1;
        b
    }

    /* Youtube player */
    .youtube_video {
        width: 230px !important;
        height: 130px !important;
    }


}

/* Mobile */
@media (max-width:480px) {

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

    .youtube,
    .thumb {
        width: 280px;
        height: 180px;
        cursor: pointer;
        position: relative;
        -webkit-box-shadow: 0 0.5px 2px #1D242B;
        -moz-box-shadow: 0 0.5px 2px #1D242B;
        box-shadow: 0 0.5px 2px #1D242B;
    }

    .youtube:after {
        content: "PLAY VIDEO";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 270px;
        height: 170px;
        padding: 0;
        margin: 0;
        padding: 5px;
        background: rgba(38, 180, 174, 0.66);
        text-align: center !important;
        line-height: 250px;
        font-size: 0.6em !important;
        font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: transparent;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .youtube:hover:after {
        top: 70px;
        left: 90px;
        width: 105px;
        height: 30px;
        line-height: 40px;
        background: #34495e;
        padding-bottom: 40px !important;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        color: #ecf0f1;
    }

    /* Youtube player */
    .youtube_video {
        width: 285px;
        height: 150px;
    }
}


/* Tablet */
@media (max-width:767px) {

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

}

@media (min-width:768px) and (max-width:979px) {
    .youtube {
        margin-bottom: 40px !important;
    }
}

.youtube-middle {
    margin: 0 auto;
    text-align: center;
}

body .ffm-blog {
    color: black !important;
}

.ffm-blog {
    background-color: white;
}

.ffm-blog .post .meta {
    color: black !important;
}

.ffm-blog .social-icon {
    linear-gradient(rgba(255, 0, 0, 1),
        rgba(255, 0, 0, 1))
}

.ffm-blog .social-icon.facebook {
    background: transparent url(http://www.freshfocusmedia.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/facebook.png) 50% 50% no-repeat;
    background-size: 25px;
}

.social-icon.linkedin {
    background: transparent url(http://www.freshfocusmedia.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/twitter.png) 50% 50% no-repeat;
    background-size: 25px;
}

.social-icon.twitter {
    background: transparent url(http://www.freshfocusmedia.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/linkedin.png) 50% 50% no-repeat;
    background-size: 25px;
}

a.at-share-btn {
    min-width: 20px;
}

.addthis-share .at-share-btn-elements {
    text-align: center;
}

.rev_slider #slide-4-layer-1 {
    line-height: 1.4em !important;
    text-align: center;
}

/* .home .rev_slider .tp-caption.tp-resizeme { background-color:#fff; color:#000 !important; opacity:0.8 !important; padding:0.5em !important; } */
.home .rev_slider .tp-caption.rev-btn {
    background-color: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.home .rev_slider .tp-caption.rev-btn:hover {
    background-color: #4db8b5 !important;
}

.kpi-mobile-version {
    display: none;
}

.home .rev_slider .tp-caption.tp-resizeme.nobg {
    background-color: transparent !important;
    opacity: 1 !important;
}

.home .rev_slider .tp-caption.tp-resizeme.text-white {
    color: #fff !important;
}

/* Read More Buttons for Features Page */

.read-more-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 95px;
    height: 30px;
    background: #1ac8ff;
    color: #fff !important;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    display: flex !important;
    cursor: pointer;
}

.blocks-col-img {
    position: relative;
}

/* Single Article Page */
.postid-5941 p,
.postid-6247 p,
.postid-6385 p,
.postid-6429 p,
.postid-7412 p {
    font-weight: 500 !important;
}

.postid-5941 .p-heading,
.postid-6247 .p-heading,
.postid-6385 .p-heading {
    font-weight: bolder !important;
    ;
}

.articles-link img {
    border: solid 2px #3dc3f1;
}

/* Media Page */
.socials-mirror i {
    color: #55C5F3;
    font-size: 30px;
    margin: 0 5px;
}

.socials-good i {
    color: #55C5F3;
    font-size: 30px;
    margin: 0 5px;
}

.socials-corporate i {
    color: #55C5F3;
    font-size: 30px;
    margin: 0 5px;
}

.socials-business i {
    color: #55C5F3;
    font-size: 30px;
    margin: 0 5px;
}

.socials-exeleon i {
    color: #55C5F3;
    font-size: 30px;
    margin: 0 5px;
}

.socials-cio i {
    color: #55C5F3;
    font-size: 30px;
    margin: 0 5px;
}

.socials-top100 i {
    color: #55C5F3;
    font-size: 30px;
    margin: 0 5px;
}

.image-article>img {
    height: 350px;
}

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

.image-article-mobile {
    display: none;
}

.articles-title {
    text-align: center;
    text-transform: uppercase;
}

.cio-text {
    font-weight: 900 !important;
}

.entry-title-post {
    color: #3dc3f1;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    /* font-family: 'Quicksand'; */
    text-transform: none !important;
    margin: 0 0 20px 0;
    padding-right: 30px;
}

.article-read-more {
    color: #51bce9;
    text-transform: uppercase;
    /* font-family: 'Quicksand', sans-serif; */
    font-weight: bold;
}

.row-article {
    border-bottom: solid 2px #33c4f3;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

.paragraph>p {
    padding: 0 25px 0 0;
    font-weight: 500 !important;
    clear: both;
}

#qa-article {
    color: #22b0e6;
    font-weight: bolder !important;
    /* font-family: 'Quicksand'; */
    display: flex;
    flex-direction: row;
    justify-items: center;
    margin-bottom: 30px;
}

#and-article {
    color: #000;
    font-weight: lighter;
    font-size: 15px;
    /* font-family: 'Quicksand'; */
    padding: 0 10px;
}

.image-top100 {
    float: right;
}

.p-heading {
    color: #22b0e6;
    font-weight: bolder !important;
    /* font-family: 'Quicksand'; */
}

.social-icons {
    background: #4caeaf;
    text-align: center;
    padding: 50px 100px 100px 100px;
}

.social-icons>h2 {
    padding: 0 0 20px 0;
    color: #FFF;
    /* font-family: 'Quicksand', sans-serif; */
}


@media(max-width: 440px) {
    .image-article-mobile>img {
        height: 100%;
    }

    .image-article-mobile {
        text-align: center;
        margin-top: 20px;
        display: block;
    }

    .image-article {
        display: none;
    }

    .entry-title-post {
        font-size: 18px;
    }

    .social-mobile {
        padding: 0 0 20px 0;
    }

    .social-icons {
        padding: 0;
    }

    .social-icons>h2 {
        padding-top: 20px;
        font-size: 45px;
    }

    .articles-title {
        font-size: 50px;
        padding-bottom: 0;
    }

    .entry-title-post {
        text-align: center;
    }
}

@media (max-width: 766px) {
    .page-template-page-media .row-article .one.third.image-article {
        text-align: center;
    }
}

/* KPI Popup display styling */
.popup {
    display: none;
    z-index: 99;
    background: #fff;
    padding: 2% 2% 2% 1%;
    margin: auto;
    position: absolute;
    width: 300px;
    height: 315px;
    border: 1px solid #aaa9a9;
    border-radius: 9px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    text-align: center;
}

.popupDisplayed {
    display: block;
}

[id^='k-pop']>p {
    font-size: 1em;
}

[id^='k-pop']>h5 {
    line-height: 1;
    clear: both;
}

[id^='kpi_popup']:hover {
    cursor: pointer;
}

.close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    color: red;
    font-size: 2em;
    padding-bottom: 10px;
}

.close:hover {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    color: #000;
    cursor: pointer;
    color: red;
    font-size: 2em;
    padding-bottom: 10px;
}


/* KPI mobile Version */
@media (max-width:440px) {
    .kpi-mobile-version {
        display: block;
    }

    .kpi-info-title {
        text-align: center;
        background: #22b0e6;
        padding: 10px 2px;
        margin-top: 10px;
        color: #fff;
        border-radius: 5px;
        display: flex;
        justify-content: center;
    }

    .kpi-info-title>h3 {
        margin: 0;
        font-size: 1.2em;
    }

    .kpi-info-text {
        padding: 5px 2px;
        display: none;
    }

    .kpi-info-show {
        padding: 5px 2px;
        display: block !important;
        text-align: center;
    }
}

/* Core Values Styling */

.core-title {
    padding-bottom: 10px;
    text-transform: uppercase;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 200px) {
    .core-img>img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .core-desktop {
        display: none;
    }

    .core-tablet {
        display: block;
    }

    .core-value-ffm>img {
        object-fit: fill;
        height: 100%;
    }

    .core-styling {
        border: #3bc5f3 solid 5px;
        border-radius: 8px;
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .core-styling>img {
        width: 48px;
        height: 48px;
        object-fit: contain;
    }

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

    .core-value-ffm {
        border: #abaaab solid 5px;
        border-radius: 8px;
        height: 300px;
    }

    .core-title {
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1023px) {
    .core-desktop {
        display: none;
    }

    .core-value-ffm>img {
        object-fit: cover;
        height: 100%;
    }

    .core-tablet {
        display: block;
    }

    .core-text {
        font-size: 0.7em;
    }

    .core-value-ffm>img {
        object-fit: cover;
    }

    .core-styling {
        border: #3bc5f3 solid 5px;
        border-radius: 8px;
        height: 300px;
    }

    .center-divs {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .core-styling>img {
        width: 48px;
    }

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

    .core-img>img {
        width: 100px;
        height: 100px;
    }

    .core-value-ffm {
        border: #abaaab solid 5px;
        border-radius: 8px;
        height: 300px;
    }

    .core-title {
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 1025px) {

    /* Corve Values Styling */

    #core-08 {
        position: relative;
        bottom: 12px;
    }

    .core-styling>img {
        width: 65px;
        height: 60px;
        object-fit: contain;
    }

    .core-value-ffm>img {
        object-fit: cover;
        height: 100%;
    }

    .core-styling {
        border: #3bc5f3 solid 5px;
        border-radius: 8px;
        height: 300px;
    }

    .center-divs {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .no-display-core {
        display: none;
    }

    .core-img>img {
        width: 75px;
        height: 75px;
        object-fit: contain;
    }

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


    .core-text {
        font-size: 0.9em;
    }

    .core-value-ffm {
        border: #abaaab solid 5px;
        border-radius: 8px;
        height: 300px;
    }

    .core-value-ffm>img {
        height: 100%;
    }

    .core-tablet {
        display: none;
    }

    .core-tablet-common {
        display: block;
        width: 85%;
        margin: 0 auto;
    }

    .core-desktop {
        display: block;
    }

    .core-desktop-common {
        display: none;
    }
}

/* FOLLOW US */
#follow-us,
#follow-up {
    margin-top: 0px;
}

.follow-us {
    background-color: #33c4f3;
    color: #fff;
    padding: 60px 0;
}

.follow-us h1 {
    border-bottom: 1px solid #3dc3f1;
    color: #fff;
    font-size: 3.7em;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.follow-us .one img,
.sublinks img {
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    width: 90px;
}

.sublinks img {
    width: 35px;
}

.follow-us .one img:hover,
.sublinks img:hover {
    background-color: #000;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 15px;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.sublinks img:hover {
    background-color: #26AEAE;
    padding: 0;
}

#topcontrol {
    bottom: 86px !important;
    right: 22px !important;
}

@media (min-width:800px) {
    .sublinks {
        padding-right: 30px;
        padding-top: 6px;
    }

    .addthis-share {
        padding: 8px 0 8px 50px;
    }
}

@media (max-width:767px) {

    .copyright,
    .addthis-share,
    .sublinks {
        margin: 0 auto;
        text-align: center !important;
    }

    .sublinks {
        margin-top: 15px;
    }

    .sublinks a {
        padding-right: 0 !important;
    }
}


.logos,
.logos2 {
    background-color: #eee;
    padding: 0 0 60px 0;
}

.logos2 {
    background-color: #fff;
}

.logos h1,
.logos2 h1 {
    border-bottom: 1px solid #ccc;
    font-size: 3.2em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.logos p,
.logos2 p {
    color: #333;
    margin-bottom: 35px;
}

.logos .one img,
.logos2 .one img {
    max-width: 100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.logos .one img:hover,
.logos2 .one img:hover {
    filter: contrast(2);
    -webkit-filter: contrast(2);
    max-width: 110px;
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.logo-list .row {}

.logo-list .one.sixth,
.logo-list .one.fifth {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}

.show-all,
.hide-all {
    color: #000;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 300;
    margin: 30px auto 0 auto;
    padding-bottom: 40px;
    position: relative;
    width: 100px;
}

.hide-all {
    padding: 20px 0;
}

.show-all:after {
    content: "\225A";
    font-size: 1.5em;
    position: absolute;
    bottom: 13px;
    left: 43px;
}

.hide-all:before {
    content: "\2259";
    font-size: 1.5em;
    position: absolute;
    top: -12px;
    left: 43px;
}

.software-logos {
    padding: 0 0 60px 0;
}

.software-logos .one img {
    height: auto;
    width: 75px;
}

.software-logos .one img:hover {
    filter: contrast(2);
    -webkit-filter: contrast(2);
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}

.page-template-page-kerby,
.page-template-page-naac-volunteer-registration,
.page-template-page-kerby-pay,
.page-template-pay-naac-volunteer-registration-payment {}

.page-template-page-kerby-member,
.page-template-page-naac-volunteer-registration,
.page-template-page-kerby-member-pay,
.page-template-page-naac-donor-registration {}

.page-template-page-kerby .nav-bar.pull-right,
.page-template-page-naac-volunteer-registration .nav-bar.pull-right,
.page-template-page-kerby-pay .nav-bar.pull-right,
.page-template-page-kerby-member .nav-bar.pull-right,
.page-template-page-kerby-member-pay .nav-bar.pull-right,
.page-template-pay-naac-volunteer-registration-payment .nav-bar.pull-right,
.page-template-pay-naac-donation-registration-payment .nav-bar.pull-right,
.page-template-page-naac-donor-registration .nav-bar.pull-right,
.page-template-page-naac-donation-registration .nav-bar.pull-right {
    display: none !important;
}

.page-template-page-kerby .single-page,
.page-template-page-naac-volunteer-registration .single-page,
.page-template-page-kerby-pay .single-page,
.page-template-page-kerby-member .single-page,
.page-template-page-kerby-member-pay .single-page,
.page-template-page-naac-donor-registration .single-page,
.page-template-page-naac-donation-registration .single-page {
    margin-top: 0;
}

.page-template-page-kerby h1,
.page-template-page-naac-volunteer-registration h1,
.page-template-page-kerby-pay h1,
.page-template-pay-naac-volunteer-registration-payment h1,
.page-template-pay-naac-donation-registration-payment h1,
.page-template-page-kerby-member h1,
.page-template-page-kerby-member-pay h1,
.page-template-page-naac-donor-registration h1,
.page-template-page-naac-donation-registration h1 {
    font-size: 2em;
    margin-bottom: 0.75em !important;
}

.page-template-page-kerby .flex-box,
.page-template-page-naac-volunteer-registration .flex-box {
    display: flex;
    margin-bottom: 2em;
}

.page-template-page-kerby .group_block,
.page-template-page-naac-volunteer-registration .group_block {
    background-color: #f1f1f1;
}

.page-template-page-kerby .individual_block,
.page-template-page-naac-volunteer-registration .individual_block {
    background-color: #e1e1e1;
}

.page-template-page-kerby .individual_block .content,
.page-template-page-naac-volunteer-registration .individual_block .content {
    background: url('img/character-bw.png') no-repeat right 0px bottom 0px / 35px;
}

.page-template-page-kerby .individual_block:hover .content,
.page-template-page-naac-volunteer-registration .individual_block:hover .content {
    background: url('img/character-color.png') no-repeat right 0px bottom 0px / 90px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}

.page-template-page-kerby .pm_paddingVertical120,
.page-template-page-naac-volunteer-registration .pm_paddingVertical120,
.page-template-page-kerby-member .pm_paddingVertical120,
.page-template-page-naac-donor-registration .pm_paddingVertical120,
.page-template-page-naac-donation-registration .pm_paddingVertical120 {
    padding-top: 40px !important;
}

.page-template-page-kerby .group_block,
.page-template-page-naac-volunteer-registration .group_block {
    background: none;
}

.page-template-page-kerby .group_block .content,
.page-template-page-naac-volunteer-registration .group_block .content {
    background-color: #f1f1f1;
}

.page-template-page-kerby .individual_block,
.page-template-page-naac-volunteer-registration .individual_block {
    background: none;
}

.page-template-page-kerby .individual_block .content,
.page-template-page-naac-volunteer-registration .individual_block .content {
    background-color: #e1e1e1 !important;
}

.page-template-page-kerby .group_block img,
.page-template-page-naac-volunteer-registration .group_block img,
.flex-box .individual_block img {
    max-height: 80px;
    width: auto;
}

.page-template-page-kerby h2,
.page-template-page-naac-volunteer-registration h2,
.page-template-page-kerby-member h2,
.page-template-page-naac-donor-registration h2,
.page-template-page-naac-donation-registration h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 1em 0 0.8em 0;
}

.page-template-page-kerby .btn-group {
    background-color: #ff8000;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
}

.page-template-page-naac-volunteer-registration .btn-group {
    background-color: #a40000;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.page-template-page-kerby .btn-group:hover {
    border-color: #fff;
}

.page-template-page-naac-volunteer-registration .btn-group:hover {
    background-color: #fff;
    color: #a40000;
}

.page-template-page-kerby .btn-individual,
.page-template-page-naac-volunteer-registration .btn-individual {
    background-color: #a31382;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
}

.page-template-page-naac-volunteer-registration .btn-individual,
.page-template-page-naac-donor-registration .btn-donor,
.page-template-page-naac-donor-registration .btn-anonymous,
.page-template-page-naac-donor-registration .btn-patient,
.page-template-page-naac-donation-registration .btn-donor,
.page-template-page-naac-donation-registration .btn-anonymous,
.page-template-page-naac-donation-registration .btn-patient {
    background-color: #a40000;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.page-template-page-kerby .btn-individual:hover {
    border-color: #fff;
}

.page-template-page-naac-volunteer-registration .btn-individual:hover,
.page-template-page-naac-donor-registration .btn-donor:hover,
.page-template-page-naac-donor-registration .btn-anonymous:hover,
.page-template-page-naac-donor-registration .btn-patient:hover,
.page-template-page-naac-donation-registration .btn-patient:hover {
    background-color: #fff;
    color: #a40000;
}

.page-template-page-kerby .group_block .container-box:not(.inactive) {
    border: 1px solid #ff8000;
}

.page-template-page-naac-volunteer-registration .group_block .container-box:not(.inactive) {
    border: 1px solid #a40000;
}

.page-template-page-kerby .individual_block .container-box:not(.inactive) {
    border: 1px solid #a31382;
}

.page-template-page-naac-volunteer-registration .individual_block .container-box:not(.inactive) {
    border: 1px solid #a40000;
}

.page-template-page-kerby .container-box.inactive,
.page-template-page-naac-volunteer-registration .container-box.inactive {
    border: 1px solid #999;
    opacity: 0.5;
}

.page-template-page-kerby .container-box.inactive .btn,
.page-template-page-naac-volunteer-registration .container-box.inactive .btn {
    background-color: #999 !important;
}

.page-template-page-kerby .container-box.inactive .btn:hover,
.page-template-page-naac-volunteer-registration .container-box.inactive .btn:hover {
    background-color: #666 !important;
}

.page-template-page-kerby fieldset,
.page-template-page-naac-volunteer-registration fieldset,
.page-template-page-kerby-member fieldset,
.page-template-page-naac-donor-registration fieldset,
.page-template-page-naac-donation-registration fieldset {
    border: 0;
}

.page-template-page-kerby legend,
.page-template-page-kerby-member legend {
    border-bottom: 1px solid #ccc;
    color: #1ac6ff;
    font-size: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    width: 100%;
}

.page-template-page-naac-volunteer-registration legend,
.page-template-page-naac-donor-registration legend,
.page-template-page-naac-donation-registration legend {
    border-bottom: 1px solid #c93e3e;
    color: #c93e3e;
    font-size: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    width: 100%;
}

.page-template-page-kerby label,
.page-template-page-naac-volunteer-registration label,
.page-template-page-kerby-member label,
.page-template-page-naac-donor-registration label,
.page-template-page-naac-donation-registration label {
    margin-top: 0.75em;
}

.page-template-page-kerby input,
.page-template-page-naac-volunteer-registration input,
.page-template-page-kerby-member input,
.page-template-page-naac-donor-registration input,
.page-template-page-naac-donation-registration input {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.page-template-page-kerby input[type="checkbox"],
.page-template-page-naac-volunteer-registration input[type="checkbox"],
.page-template-page-kerby-member input[type="checkbox"] {
    height: 1.5em;
    margin-top: 0.5em;
    width: 1.5em;
}

.page-template-page-kerby input[type="radio"],
.page-template-page-naac-volunteer-registration input[type="radio"],
.page-template-page-kerby-member input[type="radio"] {
    height: 1.5em;
    width: 1.5em;
}

.page-template-page-kerby .membership_level img,
.page-template-page-naac-volunteer-registration .membership_level img,
.page-template-page-kerby-member .membership_level img {
    border: 1px solid #ccc;
    padding: 1em;
}

.page-template-page-kerby button.create-account,
.page-template-page-kerby-member button.create-account,
.page-template-page-kerby-member-livetest button.create-account,
.page-template-page-kerby-pay button.create-account {
    background: #3ec3f1;
    color: #fff;
}

.page-template-page-naac-volunteer-registration button.create-account,
.naac-volunteer-registration-payment button.create-account,
.page-template-page-naac-donation-registration-payment button.create-account,
.page-template-page-naac-donor-registration button.create-account,
.page-template-page-naac-donation-registration button.create-account,
.page-template-page-naac-donation-registration-payment button.create-account {
    background-color: #a40000;
    color: #fff;
    transition: 0.2s ease-in-out;
}

.page-template-page-kerby button.create-account:hover,
.page-template-page-kerby-member button.create-account:hover,
.page-template-page-kerby-pay button.create-account:hover {
    background: #ff8000;
    border-color: #ff8000;
    color: #fff;
}

.page-template-page-naac-volunteer-registration button.create-account:hover,
.naac-volunteer-registration-payment button.create-account:hover,
.page-template-page-naac-donation-registration-payment button.create-account:hover,
.page-template-page-naac-donor-registration button.create-account:hover,
.page-template-page-naac-donation-registration button.create-account:hover,
.page-template-page-naac-donation-registration-payment button.create-account:hover {
    background-color: #fff;
    color: #a40000;
}

.page-template-page-kerby .tc,
.page-template-page-naac-volunteer-registration .tc,
.page-template-page-kerby-member .tc,
.page-template-page-naac-donor-registration .tc,
.page-template-page-naac-donation-registration .tc {
    cursor: pointer;
}

.page-template-page-kerby .register-tc,
.page-template-page-naac-volunteer-registration .register-tc,
.page-template-page-kerby-member .register-tc {
    background: url('img/icon-tc-black.png') no-repeat 20px 0px / 35px;
}

.page-template-page-kerby .register-tc,
.page-template-page-naac-volunteer-registration .register-tc,
.page-template-page-kerby-member .register-tc {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding-left: 62px;
}

.page-template-page-kerby-pay .twelfth,
.page-template-pay-naac-volunteer-registration-payment .twelfth,
.page-template-page-kerby-member-pay .twelfth {
    margin-bottom: 0.75em;
}

.page-template-page-kerby-pay .four.twelfth,
.page-template-pay-naac-volunteer-registration-payment .four.twelfth,
.page-template-page-kerby-member-pay .four.twelfth {
    font-weight: bold;
}

.page-template-page-kerby-pay input[type="image"],
.page-template-page-kerby-member-pay-livetest input[type="image"],
.page-template-pay-naac-volunteer-registration-payment input[type="image"],
.page-template-page-kerby-member-pay input[type="image"] {
    border: 0;
    font-size: initial;
    height: initial;
    line-height: initial;
    padding: initial;
    width: auto;
}


/* Volunteer Page */
.page-template-page-volunteer-member,
.page-template-page-volunteer-member-pay {}

.page-template-page-volunteer-member-member,
.page-template-page-volunteer-member-member-pay {}

.page-template-page-volunteer-member .nav-bar.pull-right,
.page-template-page-volunteer-member-pay .nav-bar.pull-right,
.page-template-page-volunteer-member-member .nav-bar.pull-right,
.page-template-page-volunteer-member-member-pay .nav-bar.pull-right {
    display: none !important;
}

.page-template-page-volunteer-member .single-page,
.page-template-page-volunteer-member-pay .single-page,
.page-template-page-volunteer-member-member .single-page,
.page-template-page-volunteer-member-member-pay .single-page {
    margin-top: 0;
}

.page-template-page-volunteer-member h1,
.page-template-page-volunteer-member-pay h1,
.page-template-page-volunteer-member-member h1,
.page-template-page-volunteer-member-member-pay h1 {
    font-size: 2em;
    margin-bottom: 0.75em !important;
}

.page-template-page-volunteer-member .flex-box {
    display: flex;
    margin-bottom: 2em;
}

.page-template-page-volunteer-member .group_block {
    background-color: #f1f1f1;
}

.page-template-page-volunteer-member .individual_block {
    background-color: #e1e1e1;
}

.page-template-page-volunteer-member .individual_block .content {
    background: url('img/character-bw.png') no-repeat right 0px bottom 0px / 35px;
}

.page-template-page-volunteer-member .individual_block:hover .content {
    background: url('img/character-color.png') no-repeat right 0px bottom 0px / 90px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}

.page-template-page-volunteer-member .pm_paddingVertical120,
.page-template-page-volunteer-member-member .pm_paddingVertical120 {
    padding-top: 40px !important;
}

.page-template-page-volunteer-member .group_block {
    background: none;
}

.page-template-page-volunteer-member .group_block .content {
    background-color: #f1f1f1;
}

.page-template-page-volunteer-member .individual_block {
    background: none;
}

.page-template-page-volunteer-member .individual_block .content {
    background-color: #e1e1e1 !important;
}

.page-template-page-volunteer-member .group_block img,
.flex-box .individual_block img {
    max-height: 80px;
    width: auto;
}

.page-template-page-volunteer-member h2,
.page-template-page-volunteer-member-member h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 1em 0 0.8em 0;
}

.page-template-page-volunteer-member .btn-group {
    background-color: #ff8000;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
}

.page-template-page-volunteer-member .btn-group:hover {
    border-color: #fff;
}

.page-template-page-volunteer-member .btn-individual {
    background-color: #a31382;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
}

.page-template-page-volunteer-member .btn-individual:hover {
    border-color: #fff;
}

.page-template-page-volunteer-member .group_block .container-box:not(.inactive) {
    border: 1px solid #ff8000;
}

.page-template-page-volunteer-member .individual_block .container-box:not(.inactive) {
    border: 1px solid #a31382;
}

.page-template-page-volunteer-member .container-box.inactive {
    border: 1px solid #999;
    opacity: 0.5;
}

.page-template-page-volunteer-member .container-box.inactive .btn {
    background-color: #999 !important;
}

.page-template-page-volunteer-member .container-box.inactive .btn:hover {
    background-color: #666 !important;
}

.page-template-page-volunteer-member fieldset,
.page-template-page-volunteer-member-member fieldset {
    border: 0;
}

.page-template-page-volunteer-member legend,
.page-template-page-volunteer-member-member legend {
    border-bottom: 1px solid #ccc;
    color: #1ac6ff;
    font-size: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    width: 100%;
}

.page-template-page-volunteer-member label,
.page-template-page-volunteer-member-member label {
    margin-top: 0.75em;
}

.page-template-page-volunteer-member input,
.page-template-page-volunteer-member-member input {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.page-template-page-volunteer-member input[type="checkbox"],
.page-template-page-volunteer-member-member input[type="checkbox"] {
    height: 1.5em;
    margin-top: 0.5em;
    width: 1.5em;
}

.page-template-page-volunteer-member input[type="radio"],
.page-template-page-volunteer-member-member input[type="radio"] {
    height: 1.5em;
    width: 1.5em;
}

.page-template-page-volunteer-member .membership_level img,
.page-template-page-volunteer-member-member .membership_level img {
    border: 1px solid #ccc;
    padding: 1em;
}

.page-template-page-volunteer-member button.create-account,
.page-template-page-volunteer-member-member button.create-account,
.page-template-page-volunteer-member-pay button.create-account {
    background: #3ec3f1;
    color: #fff;
}

.page-template-page-volunteer-member button.create-account:hover,
.page-template-page-volunteer-member-member button.create-account:hover,
.page-template-page-volunteer-member-pay button.create-account:hover {
    background: #ff8000;
    border-color: #ff8000;
    color: #fff;
}

.page-template-page-volunteer-member .tc,
.page-template-page-volunteer-member-member .tc {
    cursor: pointer;
}

.page-template-page-volunteer-member .register-tc,
.page-template-page-volunteer-member-member .register-tc {
    background: url('img/icon-tc-black.png') no-repeat 20px 0px / 35px;
}

.page-template-page-volunteer-member .register-tc,
.page-template-page-volunteer-member-member .register-tc {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding-left: 62px;
}

.page-template-page-volunteer-member-pay .twelfth,
.page-template-page-volunteer-member-member-pay .twelfth {
    margin-bottom: 0.75em;
}

.page-template-page-volunteer-member-pay .four.twelfth,
.page-template-page-volunteer-member-member-pay .four.twelfth {
    font-weight: bold;
}

.page-template-page-volunteer-member-pay input[type="image"],
.page-template-page-volunteer-member-member-pay input[type="image"] {
    border: 0;
    font-size: initial;
    height: initial;
    line-height: initial;
    padding: initial;
    width: auto;
}

.membership-img {
    border: 1px solid #ccc;
    padding: 10px;
}

@media (max-width:767px) {

    .logo-list .one.sixth,
    .logo-list .one.fifth {
        display: block;
        height: auto;
        margin: 20px 0;
    }
}

/* flexible */
.page-id-6206 .page-content {
    margin-top: 95px;
}

.ig-small,
.show-mobile {
    display: none;
}

.ig-small h5,
.ig-1 h5 {
    color: #555656;
    ;
}

.flexible-page {
    color: #000;
}

.top-title,
.rook-heading-1 {
    margin-top: 60px;
}

.ig-config-header {
    margin-top: -60px;
    margin-bottom: 0;
}

.show-tabletUp {
    display: flex;
}

.ig-2-next-gen-text {
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: #3ec3f1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.ig-2-next-gen {
    margin-top: 80px;
}

.ig-2-next-gen-text h2 {
    font-weight: 700;
    font-size: 50px;
}

.ig-2-next-gen-text h4 {
    font-weight: 500;
    font-size: 30px;
}

.rook-heading-1 {
    font-weight: 700;
}

.top-title {
    margin-bottom: 80px;
    font-weight: 600;
}

.reporting {
    color: black;
    margin: 50px 0;
}

/* IG1 */
.proj-management,
.job-management,
.cust-order,
.case-management,
.field-service,
.contract,
.site-management,
.programs,
.memberships,
.professional,
.activity,
.agile,
.scrum {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ig-1 {
    position: relative;
    height: 1000px;
}

.ig-1 h5 {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 25px;
    line-height: 1;
}

.proj-management {
    left: 183px;
}

.job-management {
    top: 180px;
    left: 74px;
}

.cust-order {
    top: 180px;
    left: 290px;
}

.case-management {
    top: 180px;
    left: 504px;
}

.field-service {
    top: 180px;
    left: 719px;
}

.contract {
    top: 367px;
    left: 185px;
}

.site-management {
    top: 367px;
    left: 398px;
}

.programs {
    top: 367px;
    left: 611px;
}

.memberships {
    top: 367px;
    left: 828px;
}

.professional {
    top: 552px;
    left: 720px;
}

.activity {
    top: 552px;
    left: 935px;
}

.agile {
    top: 737px;
    left: 826px;
}

.scrum {
    top: 737px;
    left: 612px;
}

@media (min-width: 0px) and (max-width:768px) {

    .ig-1,
    .ig-2,
    .show-tabletUp {
        display: none;
    }

    .ig-small,
    .show-mobile {
        display: block;
    }

    .ig-small h5 {
        margin: 0;
        height: fit-content;
        font-size: 15px;
    }

    .proj-management-small,
    .job-management-small,
    .cust-order-small,
    .case-management-small,
    .field-service-small,
    .contract-small,
    .site-management-small,
    .programs-small,
    .memberships-small,
    .professional-small,
    .activity-small,
    .agile-small,
    .scrum-small {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .proj-management-small img,
    .job-management-small img,
    .cust-order-small img,
    .case-management-small img,
    .field-service-small img,
    .contract-small img,
    .site-management-small img,
    .programs-small img,
    .memberships-small img,
    .professional-small img,
    .activity-small img,
    .agile-small img,
    .scrum-small img {
        max-width: 40%;
    }

    .ig-config-header {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .ig-2-next-gen-text {
        border-width: 5px 5px 0 5px;
    }

    .ig-2-next-gen-text h2 {
        font-weight: 700;
        font-size: 35px;
        margin-top: 30px;
    }

    .ig-2-next-gen-text h4 {
        font-weight: 500;
        font-size: 25px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {

    .ig-1,
    .ig-2,
    .show-tabletUp {
        display: block;
    }

    .ig-small,
    .show-mobile {
        display: none;
    }

    .ig-1 h5 {
        font-size: 13px
    }

    .ig-1 img {
        max-width: 60%;
    }

    .ig-1 {
        height: 606px;
    }

    .proj-management {
        left: 48px;
        top: 6px;
    }

    .job-management {
        top: 115px;
        left: -16px;
    }

    .cust-order {
        top: 115px;
        left: 115px;
    }

    .case-management {
        top: 115px;
        left: 248px;
    }

    .field-service {
        top: 115px;
        left: 381px;
    }

    .contract {
        top: 225px;
        left: 48px;
    }

    .site-management {
        top: 227px;
        left: 182px;
    }

    .programs {
        top: 227px;
        left: 313px;
    }

    .memberships {
        top: 227px;
        left: 445px;
    }

    .professional {
        top: 339px;
        left: 382px;
    }

    .activity {
        top: 339px;
        left: auto;
        right: -37px;
    }

    .agile {
        top: 451px;
        left: 311px;
    }

    .scrum {
        top: 451px;
        left: 445px;
    }

    .ig-2-next-gen-text {
        display: flex;
        justify-content: center;
    }

    .ig-2-next-gen-text h2 {
        font-weight: 700;
        font-size: 28px;
    }

    .ig-2-next-gen-text h4 {
        font-weight: 500;
        font-size: 20px;
    }
}

@media (min-width: 1024px) and (max-width:1200px) {
    .ig-1 img {
        max-width: 80%;
    }

    .ig-1 {
        height: 790px;
    }

    .ig-1 h5 {
        font-size: 20px
    }

    .proj-management {
        left: 70px;
        top: 6px;
    }

    .job-management {
        top: 149px;
        left: -16px;
    }

    .cust-order {
        top: 149px;
        left: 155px;
    }

    .case-management {
        top: 149px;
        left: 325px;
    }

    .field-service {
        top: 149px;
        left: 494px;
    }

    .contract {
        top: 294px;
        left: 67px;
    }

    .site-management {
        top: 294px;
        left: 241px;
    }

    .programs {
        top: 294px;
        left: 409px;
    }

    .memberships {
        top: 294px;
        left: 581px;
    }

    .professional {
        top: 439px;
        left: 498px;
    }

    .activity {
        top: 439px;
        left: auto;
        right: 61px;
    }

    .agile {
        top: 589px;
        left: 408px;
    }

    .scrum {
        top: 589px;
        left: 583px;
    }

    .ig-config-header {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ig-2-next-gen {
        margin-top: 45px;
    }

    .ig-2-next-gen-text {
        display: flex;
        justify-content: center;
    }

    .ig-2-next-gen-text h2 {
        font-weight: 700;
        font-size: 35px;
    }

    .ig-2-next-gen-text h4 {
        font-weight: 500;
        font-size: 25px;
    }
}

/* IG2 */
.ig-2 img {
    max-width: 40%
}

.ig-2 {
    position: relative;
    height: 1000px;
    margin-top: 45px;
}

.art53 {
    top: 37px;
    position: absolute;
    right: 417px;
}

.art54 {
    position: absolute;
    right: 221px;
    top: 188px;
    z-index: 1;
}

.art55 {
    position: absolute;
    left: 225px;
    top: 291px;
}

.art56 {
    position: absolute;
    right: 349px;
    bottom: 146px;
}

.art57 {
    max-width: 400px !important;
    position: absolute;
    margin: 0 auto;
    top: 224px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.bottom-text {
    position: absolute;
    bottom: 194px;
}

.ig-2 h4 {
    font-weight: 700;
    margin: 0;
}

.ig-2 p {
    font-weight: 300;
    font-size: 1em;
}

@media (min-width:768px) and (max-width:1024px) {
    .ig-2 {
        height: 680px;
        margin-top: 45px;
    }

    .ig-2 p {
        font-size: 0.8em;
        line-height: 1.2;
    }

    .bottom-text {
        position: absolute;
        bottom: 144px;
        ;
    }

    .ig-2 h4 {
        font-size: 0.8em;
    }

    .art53 {
        right: 239px;
        top: 17px;
        max-width: 45% !important;
    }

    .art54 {
        top: 116px;
        right: 57px;
        max-width: 59% !important;
    }

    .art55 {
        left: 62px;
        top: 182px;
        max-width: 50% !important;
    }

    .art56 {
        bottom: 97px;
        left: 150px;
        max-width: 50% !important;
    }

    .art57 {
        max-width: 289px !important;
        top: 137px;
        right: 21px;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .ig-2 {
        height: 680px;
        margin-top: 45px;
    }

    .ig-2 p,
    .ig-2 h4 {
        font-size: 1.1em;
        line-height: 1.2;
    }

    .ig-2 h4 {
        margin-bottom: 10px;
    }

    .bottom-text {
        position: absolute;
        bottom: 103px;
    }

    .art53 {
        right: 313px;
        top: 21px;
        max-width: 37% !important;
    }

    .art54 {
        top: 116px;
        right: 148px;
        max-width: 40% !important;
    }

    .art55 {
        left: 189px;
        top: 165px;
        max-width: 40% !important;
    }

    .art56 {
        bottom: 79px;
        left: 282px;
        max-width: 40% !important;
    }

    .art57 {
        max-width: 289px !important;
        top: 137px;
        right: -20px;
    }
}

/* Spiral IG */
.spiral-ig {
    display: flex;
    margin: auto;
    position: relative;
    justify-content: center;
    margin: 50px 0;
}

.spiral-ig-mobile {
    display: none;
}

.spiral-circle-1 {
    position: relative;
    right: -190px;
}

.spiral-circle-2 {
    position: relative;
    right: 0px;
}

.people-icon {
    position: absolute;
    left: 151px;
    top: 38px;
}

.people-text {
    position: absolute;
    left: 127px;
    top: 102px;
    width: 95px;
}

.empower-text {
    position: absolute;
    left: 100px;
    top: 140px;
}

.lightbulb-icon {
    position: absolute;
    right: 38px;
    top: 49px;
}

.tech-text {
    position: absolute;
    right: 11px;
    top: 102px;
    width: 106px;
}

.experts-text {
    position: absolute;
    right: -10px;
    top: 125px;
}

.spiral-1 {
    width: 500px;
    position: relative;
    left: 50px;
}

.spiral-2 {
    position: relative;
    left: -240px;
    width: 500px;
}

.spiral-3 {
    width: 500px;
}

.star-icon {
    position: absolute;
    right: 340px;
    top: 40px;
}

.pro-text {
    position: absolute;
    top: 105px;
    right: 274px;
    width: 165px;
}

.hands-text {
    position: absolute;
    top: 127px;
    right: 290px;
}

.new-point-1 {
    position: absolute;
    left: 357px;
    top: 38px;
}

.new-point-2 {
    position: absolute;
    left: 332px;
    top: 104px;
    width: 98px;
}

.new-point-3 {
    position: absolute;
    right: 38px;
    top: 126px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .spiral-ig {
        display: flex;
        margin: auto;
        position: relative;
        justify-content: center;
        margin: 50px 0;
    }

    .spiral-ig-mobile {
        display: none;
    }

    .spiral-circle-1 {
        position: relative;
        right: -190px;
    }

    .spiral-circle-2 {
        position: relative;
        right: 0px;
    }

    .people-icon {
        position: absolute;
        left: 77px;
        top: 19px;
    }

    .people-text {
        position: absolute;
        left: 55px;
        top: 70px;
        width: 90px;
    }

    .empower-text {
        position: absolute;
        left: 20px;
        top: 98px;
    }

    .lightbulb-icon {
        position: absolute;
        right: 64px;
        top: 27px;
    }

    .tech-text {
        position: absolute;
        right: 39px;
        top: 81px;
        width: 103px;
    }

    .experts-text {
        position: absolute;
        right: 14px;
        top: 101px;
    }

    .spiral-1 {
        width: 400px;
        position: relative;
        left: 0px;
    }

    .spiral-2 {
        position: relative;
        left: -190px;
        width: 400px;
    }

    .spiral-3 {
        width: 400px;
    }

    .star-icon {
        position: absolute;
        right: 270px;
        top: 20px;
    }

    .pro-text {
        position: absolute;
        top: 83px;
        right: 211px;
        width: 152px;
    }

    .hands-text {
        position: absolute;
        top: 102px;
        right: 205px;
    }

    .new-point-1 {
        position: absolute;
        left: 284px;
        top: 19px;
    }

    .new-point-2 {
        position: absolute;
        left: 260px;
        top: 82px;
        width: 86px;
    }

    .new-point-3 {
        position: absolute;
        right: 12px;
        top: 101px;
    }
}

@media (min-width: 0) and (max-width: 319px) {

    .spiral-1-mobile,
    .spiral-2-mobile,
    .spiral-3-mobile {
        transform: rotate(90deg)
    }

    .spiral-ig {
        display: none;
    }

    .spiral-ig-mobile {
        display: block;
    }

    .spiral-circle-1-mobile {
        margin-top: 145px;
        position: relative;
        display: flex;
    }

    .spiral-1-mobile {
        transition: transform 2s linear all;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
    }

    .people-icon-mobile {
        position: absolute;
        top: -220px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 10%;
    }

    .people-text-mobile {
        position: absolute;
        top: -175px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .lightbulb-icon-mobile {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto;
        width: 10%;
    }

    .tech-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        margin: auto;
    }

    .empower-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
        margin: auto;
        width: 35%;
    }

    .experts-text-mobile {
        position: absolute;
        top: -128px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 35%;
    }

    .spiral-circle-2-mobile {
        margin-bottom: 150px;
        position: relative;
        display: flex;
    }

    .spiral-2-mobile {
        transition: transform 2s linear all;
        position: relative;
        display: flex;
        top: 25px;
    }

    .star-icon-mobile {
        position: absolute;
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 10%;
    }

    .pro-text-mobile {
        position: absolute;
        top: 163px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 40%;
    }

    .hands-text-mobile {
        position: absolute;
        top: 230px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 35%;
    }
}

@media (min-width: 320px) and (max-width: 410px) {
    .new-point-1-mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -75px;
        margin: auto;
        width: 34px;
    }

    .new-point-2-mobile {
        position: absolute;
        top: 153px;
        left: 0;
        right: 0;
        margin: auto;
        width: 95px;
    }

    .new-point-3-mobile {
        position: absolute;
        top: 169px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .spiral-1-mobile,
    .spiral-2-mobile,
    .spiral-3-mobile {
        transform: rotate(90deg)
    }

    .spiral-ig {
        display: none;
    }

    .spiral-ig-mobile {
        display: block;
    }

    .spiral-circle-1-mobile {
        margin-top: 145px;
        position: relative;
        display: flex;
    }

    .spiral-1-mobile {
        transition: transform 1s linear all;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
    }

    .people-icon-mobile {
        position: absolute;
        top: -312px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 31px;
    }

    .people-text-mobile {
        position: absolute;
        top: -252px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 80px;
    }

    .lightbulb-icon-mobile {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
        width: 38px;
    }

    .tech-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 19px;
        margin: auto;
        width: 100px;
    }

    .empower-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -41px;
        margin: auto;
    }

    .experts-text-mobile {
        position: absolute;
        top: -164px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .spiral-circle-2-mobile {
        margin-bottom: 150px;
        position: relative;
        display: flex;
    }

    .spiral-2-mobile {
        transition: transform 1s linear all;
        position: relative;
        margin: 0 auto;
    }

    .star-icon-mobile {
        position: absolute;
        top: 105px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 30px;
    }

    .pro-text-mobile {
        position: absolute;
        top: 161px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 140px;
    }

    .hands-text-mobile {
        position: absolute;
        top: 220px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}

@media (min-width: 411px) and (max-width: 540px) {
    .new-point-1-mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -75px;
        margin: auto;
    }

    .new-point-2-mobile {
        position: absolute;
        top: 169px;
        left: 0;
        right: 0;
        margin: auto;
        width: 115px;
    }

    .new-point-3-mobile {
        position: absolute;
        top: 190px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .spiral-1-mobile,
    .spiral-2-mobile,
    .spiral-3-mobile {
        transform: rotate(90deg)
    }

    .spiral-ig {
        display: none;
    }

    .spiral-ig-mobile {
        display: block;
    }

    .spiral-circle-1-mobile {
        margin-top: 145px;
        position: relative;
        display: flex;
    }

    .spiral-1-mobile {
        transition: transform 1s linear all;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
    }

    .people-icon-mobile {
        position: absolute;
        top: -332px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .people-text-mobile {
        position: absolute;
        top: -252px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100px;
    }

    .lightbulb-icon-mobile {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .tech-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 19px;
        margin: auto;
        width: 125px;
    }

    .empower-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -41px;
        margin: auto;
    }

    .experts-text-mobile {
        position: absolute;
        top: -164px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .spiral-circle-2-mobile {
        margin-bottom: 150px;
        position: relative;
        display: flex;
    }

    .spiral-2-mobile {
        transition: transform 1s linear all;
        position: relative;
        margin: 0 auto;
    }

    .star-icon-mobile {
        position: absolute;
        top: 105px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .pro-text-mobile {
        position: absolute;
        top: 183px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 175px;
    }

    .hands-text-mobile {
        position: absolute;
        top: 245px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .spiral-2-mobile {
        transition: transform 1s linear all;
        position: relative;
        display: flex;
        top: 25px;
        right: -61px;
    }
}

.spiral-circle-3 {
    position: relative;
}

.spiral-circle-3-mobile {
    position: relative;
}

@media only screen and (max-width: 1200px) and (min-width: 540px) {
    .spiral-ig {
        display: none !important;
    }
}

/* Rook Text Animation */

.animate span {
    display: inline-block;
}

.animate span:nth-of-type(2) {
    animation-delay: 0.05s;
}

.animate span:nth-of-type(3) {
    animation-delay: 0.1s;
}

.animate span:nth-of-type(4) {
    animation-delay: 0.15s;
}

.animate span:nth-of-type(5) {
    animation-delay: 0.2s;
}

.animate span:nth-of-type(6) {
    animation-delay: 0.25s;
}

.animate span:nth-of-type(7) {
    animation-delay: 0.3s;
}

.animate span:nth-of-type(8) {
    animation-delay: 0.35s;
}

.animate span:nth-of-type(9) {
    animation-delay: 0.4s;
}

.animate span:nth-of-type(10) {
    animation-delay: 0.45s;
}

.animate span:nth-of-type(11) {
    animation-delay: 0.5s;
}

.animate span:nth-of-type(12) {
    animation-delay: 0.55s;
}

.animate span:nth-of-type(13) {
    animation-delay: 0.6s;
}

.animate span:nth-of-type(14) {
    animation-delay: 0.65s;
}

.animate span:nth-of-type(15) {
    animation-delay: 0.7s;
}

.animate span:nth-of-type(16) {
    animation-delay: 0.75s;
}

.animate span:nth-of-type(17) {
    animation-delay: 0.8s;
}

.animate span:nth-of-type(18) {
    animation-delay: 0.85s;
}

.animate span:nth-of-type(19) {
    animation-delay: 0.9s;
}

.animate span:nth-of-type(20) {
    animation-delay: 0.95s;
}

.animate span:nth-of-type(21) {
    animation-delay: 1.0s;
}

.animate span:nth-of-type(22) {
    animation-delay: 1.05s;
}

.animate span:nth-of-type(23) {
    animation-delay: 1.10s;
}

/* Animation Seven */

.seven span {
    color: #33c4f3;
    opacity: 0;
    transform: translate(-150px, 0) scale(0.3);
    animation: leftRight 0.9s forwards;
}

@keyframes leftRight {
    40% {
        transform: translate(50px, 0) scale(0.7);
        opacity: 1;
        color: #565757;
    }

    60% {
        color: #a9a9a9;
    }

    80% {
        transform: translate(0) scale(2);
        opacity: 0;
    }

    100% {
        transform: translate(0) scale(1);
        opacity: 1;
    }
}

.animate {
    font-size: 20px;
    font-weight: 400;
    margin: 36px 0 0;

}

.animate-display {
    position: relative;
    z-index: 9999;
    display: block;
}

@media (min-width: 0px) and (max-width: 1499px) {
    .animate-display {
        display: none;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .animate {
        font-size: 1em;
        margin: -75px -50px 0;
    }
}

@media (min-width: 767px) and (max-width: 991) {
    .animate {
        font-size: 1em;
        margin: -35px -50px 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .animate {
        font-size: 20px;
        font-weight: 400;
        margin: 30px -50px 0;
    }
}

@media (min-width: 992px) and (max-width: 1260px) {
    .animate {
        font-size: 20px;
        font-weight: 400;
        margin: 30px -30px 0px;
    }

    /* .nav-bar {
        font-size: 13px;
        margin: -55px 100px 0 0;
        text-transform: uppercase;
    } */
}

@media (min-width: 1261px) and (max-width:1500px) {
    .animate {
        font-size: 15px;
        font-weight: 400;
        margin: 10px -30px 0px;
    }

    .nav-bar {
        font-size: 13px;
        margin: 28px 15px 0 0;
        text-transform: uppercase;
    }
}

@media (min-width: 1500px) and (max-width: 1749px) {
    .animate {
        display: block;
        font-size: 15px;
        font-weight: 400;
        margin: 35px -30px 0px;
    }

    .nav-bar {
        font-size: 13px;
        margin: 28px 15px 0 0;
        text-transform: uppercase;
    }
}

@media (min-width: 1750px) {
    .animate {
        font-size: 30px;
    }
}

#carousel {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#slides ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    font-family: lato, sans-serif;
}

/* Styling for prev and next buttons */
.btn-bar {
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
    display: none;
}

.quote-phrase,
.quote-author {
    font-family: sans-serif;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
}

.quote-phrase {
    font-size: 15px;
    color: #FFF !important;
}

.quote-marks {
    font-size: 30px;
    padding: 0 3px 3px;
    position: inherit;
}

.quote-author {
    font-style: normal;
    font-size: 20px;
    color: #b14943;
    font-weight: 400;
    height: 30px;
}

.quoteContainer,
.authorContainer {
    display: table;
    width: 100%;
}

/* Sales Management Page */
.sales-manage-underline {
    border-top: 2px solid #9b9b9b;
    margin: 8px 0;
}

.text-capitalize {
    text-transform: capitalize;
}

.page-id-6504 .page-content {
    margin-top: 92px;
}

.page-id-6504 p,
.page-id-6504 h1,
.page-id-6504 h1,
.page-id-6504 h3,
.page-id-6504 h4 {
    color: #000;
}

/* infographic 1 */
/* General Styling */
.sales-manage-infog-1 {
    position: relative;
    height: 800px;
    width: 1220px;
    margin: auto;
}

.sales-manage-infog-1 * {
    color: #000;
}

.big-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    margin: auto;
}

/* .big-circle {top: 0;bottom: 0;right: 0;left: 0;height: 50%;margin: auto;} */
.big-circle img {
    width: 45%
}

/* General Positioning */
.cog,
.laptop,
.case,
.pie-chart,
.sales-dash,
.phone,
.letter,
.dollar,
.signal,
.contract-sales,
.bar-chart {
    position: absolute;
}

/* Images & Positioning */
.cog img,
.laptop img,
.sales-dash img,
.letter img,
.dollar img,
.signal img,
.contract-sales img,
.bar-chart img {
    width: 265px;
}

/* Alternative image size */
.pie-chart img,
.case img,
.dollar img,
.phone img {
    width: 217px
}

.cog {
    top: 535px;
    left: 200px;
}

.laptop {
    top: 535px;
    right: 200px;
}

.case {
    top: 614px;
    right: 334px;
}

.pie-chart {
    top: 614px;
    left: 334px;
}

.sales-dash {
    top: 125px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    margin: auto;
}

.phone {
    top: 64px;
    right: 331px;
}

.letter {
    top: 200px;
    left: 201px;
}

.dollar {
    top: 64px;
    left: 331px;
}

.signal {
    top: 200px;
    right: 204px;
}

.contract-sales {
    top: 390px;
    right: 166px;
}

.bar-chart {
    top: 390px;
    left: 166px;
}

.arrow-top-1,
.arrow-top-2,
.arrow-top-3,
.arrow-top-4,
.arrow-middle-1,
.arrow-middle-2,
.arrow-bottom-1,
.arrow-bottom-2,
.arrow-bottom-3,
.arrow-bottom-4 {
    position: absolute;
}

.arrow-top-1 {
    left: 75px;
    top: 120px;
    width: 315px;
}

.arrow-top-2 {
    z-index: -1;
    left: 75px;
    top: 260px;
    width: 315px;
}

.arrow-top-3 {
    right: 75px;
    top: 120px;
    width: 315px;
}

.arrow-top-4 {
    z-index: -1;
    right: 75px;
    top: 260px;
    width: 315px;
}

.arrow-middle-1 {
    left: 133px;
    top: 446px;
}

.arrow-middle-2 {
    right: 133px;
    top: 446px;
}

.arrow-bottom-1 {
    left: 75px;
    top: 778px;
    width: 315px;
    z-index: -1;
}

.arrow-bottom-2 {
    left: 133px;
    top: 645px;
    z-index: -1;
}

.arrow-bottom-3 {
    right: 133px;
    top: 645px;
    z-index: -1;
}

.arrow-bottom-4 {
    right: 75px;
    top: 778px;
    width: 315px;
    z-index: -1;
}

.arrow-top-1 p,
.arrow-top-2 p,
.arrow-top-3 p,
.arrow-top-4 p,
.arrow-middle-1 p,
.arrow-middle-2 p,
.arrow-bottom-1 p,
.arrow-bottom-2 p,
.arrow-bottom-3 p,
.arrow-bottom-4 p {
    font-size: 0.9em !important;
    position: absolute;
    font-weight: 500 !important;
}

.arrow-top-3 p {
    right: -105px;
    top: -8px;
}

.arrow-top-4 p {
    right: -105px;
    top: -8px;
}

.arrow-top-1 p {
    left: -105px;
    top: -8px;
}

.arrow-top-2 p {
    left: -105px;
    top: -8px;
}

.arrow-middle-1 p {
    left: -167px;
    top: -8px;
}

.arrow-middle-2 p {
    right: -167px;
    top: -8px;
}

.arrow-bottom-2 p {
    left: -167px;
    top: -8px;
}

.arrow-bottom-1 p {
    left: -105px;
    top: -8px;
}

.arrow-bottom-4 p {
    right: -105px;
    top: -8px;
}

.arrow-bottom-3 p {
    right: -167px;
    top: -8px;
}

/* Text Positioning */
.manager-overview-text,
.bar-chart,
.contract-sales,
.signal,
.sales-activity-text,
.document-text,
.interact-text,
.sales-dash,
.pie-chart,
.task-manage-text,
.digital-forms-text,
.report-text,
.comm-text,
.estimating-text,
.sales-calendar-text {
    position: absolute;
    width: fit-content;
}

.manager-overview-text {
    top: 50px;
    right: 120px;
}

.digital-forms-text {
    top: 50px;
    left: 120px;
}

.task-manage-text {
    top: 110px;
    left: 70px;
}

.report-text {
    top: 140px;
    left: 54px;
}

.sales-activity-text {
    top: 30px;
    left: 25px;
}

.interact-text {
    top: 30px;
    left: 77px;
}

.document-text {
    top: 45px;
    left: 30px;
}

.comm-text {
    top: 45px;
    right: 25px;
}

.estimating-text {
    top: 37px;
    left: 128px;
}

.sales-calendar-text {
    top: 30px;
    left: 41px;
}

.manager-overview-text h5,
.bar-chart h5,
.contract-sales h5,
.signal h5,
.sales-activity-text h5,
.document-text h5,
.interact-text h5,
.sales-dash h5,
.pie-chart h5,
.task-manage-text h5,
.digital-forms-text h5 {
    line-height: 1;
    margin: 0;
}

.manager-overview-text p,
.bar-chart p,
.contract-sales p,
.signal p,
.sales-activity-text p,
.document-text p,
.interact-text p,
.sales-dash p,
.pie-chart p,
.task-manage-text p,
.digital-forms-text p {
    font-size: 0.8em !important;
    font-weight: 500 !important;
    margin: 0;
}

/* infographic 2 */
.sales-manage-infog-2 {
    margin-top: 300px;
}

.sales-manage-infog-2 p {
    text-align: left;
    font-size: 1.2em !important;
}

.sales-manage-infog-2 h3 {
    line-height: 1;
    text-align: initial;
}

.sales-manage-infog-2 h1 {
    margin-left: 118px;
}

.infograph-2-text img {
    width: 80px;
}

.sales-manage-display {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* How Does Your  Business Build & Maintain Relationships? */
.business-build {
    width: 1200px;
    margin: auto;
    position: relative;
}

.business-build-title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 110px;
    font-weight: 700;
    width: fit-content;
    margin: auto;
}

.business-build-title img {
    position: relative;
}

.business-build-mobile-title {
    text-align: center;
    font-weight: 700;
}

.left-business-build-display {
    position: absolute;
    top: 150px;
    text-align: center;
    width: 360px;
}

.left-business-build-display h1 {
    font-weight: 600;
}

.left-business-build-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.right-business-build-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.right-business-build-display {
    position: absolute;
    top: 515px;
    right: 0;
    text-align: center;
    width: 360px;
}

.right-business-build-display h1 {
    font-weight: 600;
    text-transform: uppercase;
}

.left-panel {
    position: absolute;
    top: 475px;
    left: 115px;
    width: 440px;
    z-index: -1;
}

.left-panel h4 {
    position: absolute;
    top: 0;
    right: 16px;
    font-weight: 700;
}

.left-panel h5 {
    position: absolute;
    top: 40px;
    text-align: end;
    right: 15px;
    color: #000;
    line-height: 1.2;
    font-weight: 500;
}

.right-panel {
    position: absolute;
    top: 402px;
    right: 130px;
    width: 440px;
    z-index: -1;
}

.right-panel h4 {
    position: absolute;
    top: 0;
    left: 20px;
    font-weight: 700;
}

.right-panel h5 {
    position: absolute;
    top: 40px;
    text-align: left;
    left: 20px;
    color: #000;
    line-height: 1.2;
    font-weight: 500;
}

/* Manage Businesses */
#piece-cone {
    top: 11px;
    position: absolute;
    z-index: -1;
    width: 504px;
    right: 17px;
    left: 526px;
}

.manage-businesses {
    width: 1220px;
    height: 950px;
    margin: auto;
    margin-top: 250px;
    position: relative;
}

.manage-businesses {
    text-align: center;
}

.manage-businesses-title {
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
}

.email-ball {
    position: absolute;
    right: 310px;
    top: -60px;
    z-index: 5;
}

.newsletter-ball {
    position: absolute;
    right: 319px;
    top: -139px;
}

.referral-ball {
    position: absolute;
    right: 528px;
    top: -93px;
}

.survey-ball {
    position: absolute;
    right: 205px;
    top: -57px;
}

.newsboard-ball {
    position: absolute;
    right: 436px;
    top: -93px;
}

.soft-lead {
    position: relative;
    z-index: 99;
    right: 0;
}

.soft-lead img {
    z-index: 99;
    right: 0;
    left: 170px;
    position: absolute;
}

.soft-lead h3 {
    position: absolute;
    left: 215px;
    top: 80px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.info-gathering {
    position: relative;
}

.info-gathering img {
    position: absolute;
    right: 234px;
    top: 115px;
    z-index: 98;
}

.info-gathering h3 {
    position: absolute;
    left: 245px;
    top: 206px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.initial-meet {
    position: relative;
}

.initial-meet img {
    position: absolute;
    right: 271px;
    top: 253px;
    z-index: 97;
}

.initial-meet h3 {
    position: absolute;
    left: 280px;
    top: 312px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.scope-meet {
    position: relative;
}

.scope-meet img {
    position: absolute;
    right: 309px;
    top: 364px;
    z-index: 96;
}

.scope-meet h3 {
    position: absolute;
    left: 307px;
    top: 404px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.est-request {
    position: relative;
}

.est-request img {
    position: absolute;
    right: 335px;
    top: 463px;
    z-index: 95;
}

.est-request h3 {
    position: absolute;
    left: 331px;
    top: 484px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.negotiate {
    position: relative;
}

.negotiate img {
    position: absolute;
    right: 356px;
    top: 540px;
    z-index: 94;
}

.negotiate h3 {
    position: absolute;
    left: 359px;
    top: 568px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.onboard {
    position: relative;
}

.onboard img {
    position: absolute;
    right: 377px;
    top: 620px;
    z-index: 93;
}

.onboard h3 {
    position: absolute;
    left: 386px;
    top: 643px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.closed {
    position: relative;
}

.closed img {
    position: absolute;
    right: 399px;
    top: 700px;
    z-index: 92;
}

.closed h3 {
    position: absolute;
    left: 406px;
    top: 718px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.lost {
    position: relative;
}

.lost img {
    position: absolute;
    right: 420px;
    top: 778px;
    z-index: 91;
}

.lost h3 {
    position: absolute;
    left: 433px;
    top: 791px;
    z-index: 99;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

/* Build your own sales funnel */
.sales-funnel {
    text-align: center;
    background: #eae8ea;
    padding: 50px;
}

.sales-funnel h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
}

.sales-funnel p {
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 1em;
}

.rook-connect-sales {
    margin-top: 100px;
    background: #eae8ea;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px #888;
}

.rook-connect-sales h3 {
    font-weight: 700;
    color: #4b4c4c;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

.rook-connect-sales ul {
    margin: 0;
}

.rook-connect-sales li {
    color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (min-width: 0) {

    .sales-manage-infog-2-mobile p,
    h3 {
        text-align: left;
    }

    .manage-businesses-title {
        text-align: center;
        font-weight: 700;
        margin-top: 50px;
        font-size: 20px;
    }

    .sales-funnel {
        text-align: center;
        background: #eae8ea;
        padding: 10px;
    }

    .rook-connect-sales li {
        font-size: 14px;
        text-align: center;
    }

    section h1:nth-child(1) {
        text-align: center;
        margin-top: 50px;
    }

    .forcefullwidth_wrapper_tp_banner {
        display: none;
    }

    .rook-connect-sales h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .sales-manage-infog-2 h3 {
        line-height: 1;
        text-align: center;
        margin-top: 20px;
    }

    .sales-manage-infog-2 p {
        text-align: center;
        font-size: 1.2em !important;
    }

    .sales-manage-infog-2 h1 {
        margin-left: 0px;
        margin-top: 50px;
    }

    .page-id-6504 .rev_slider .no-slides-text {
        display: none
    }

    .page-id-6504 .page-content {
        cursor: default;
        margin-top: 0px;
    }

    .sales-lead-title {
        font-size: 25px;
        text-align: center;
    }

    .sales-manage-infog-1-mobile,
    .sales-manage-infog-2-mobile,
    .business-build-mobile,
    .manage-businesses-mobile {
        display: block;
    }

    .sales-manage-infog-1,
    .sales-manage-infog-2,
    .business-build,
    .manage-businesses {
        display: none
    }
}

@media (min-width: 450px) {
    .rook-connect-sales li {
        font-size: 14px;
        text-align: left;
    }

    .manage-businesses-title {
        text-align: center;
        font-weight: 700;
        margin-top: 50px;
        font-size: 25px;
    }

    .sales-funnel {
        text-align: center;
        background: #eae8ea;
        padding: 50px;
    }

    .sales-manage-infog-2 {
        margin-top: 300px;
    }

    .sales-manage-infog-2 p {
        text-align: left;
        font-size: 1.2em !important;
    }

    .sales-manage-infog-2 h3 {
        line-height: 1;
        text-align: initial;
    }

    .sales-manage-infog-2 h1 {
        margin-left: 118px;
    }

    .infograph-2-text img {
        width: 80px;
        margin-top: 50px;
    }

    .rook-connect-sales li {
        font-size: 14px;
    }

    .rook-connect-sales h3 {
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: initial
    }

    .sales-manage-infog-2 p {
        text-align: left;
        font-size: 1em !important;
        font-weight: 300 !important;
    }

    .page-id-6504 .page-content {
        margin-top: 58px;
    }

    .sales-lead-title {
        font-size: 25px;
        text-align: center;
    }
}

@media (min-width: 767px) and (max-width: 1219px) {
    .infograph-2-text img {
        margin-top: 20px !important;
    }

    .sales-manage-infog-2-mobile>.sales-manage-image {
        text-align: center;
    }

    .sales-manage-header,
    .manage-businesses-title {
        font-size: 30px;
    }

    .image-centered {
        text-align: center !important;
    }

    .manage-businesses-mobile>.manage-bus-image {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .forcefullwidth_wrapper_tp_banner {
        display: block;
    }
}

@media (min-width: 1220px) {
    .rook-connect-sales li {
        font-size: 20px;
    }

    .sales-manage-infog-1-mobile,
    .sales-manage-infog-2-mobile,
    .business-build-mobile,
    .manage-businesses-mobile {
        display: none;
    }

    .sales-manage-infog-1,
    .sales-manage-infog-2,
    .business-build,
    .manage-businesses {
        display: block
    }
}

/* END Sales Management Page */

/* Fan Animation */
.fan-infographic {
    width: 1000px;
    position: relative;
    height: 900px;
    margin: 100px auto;
}

img.fan-infog-1 {
    position: absolute;
    left: -260px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}

img.fan-infog-2 {
    position: absolute;
    bottom: -80px;
    left: 228px;
}

img.fan-infog-3 {
    position: absolute;
    right: 127px;
    top: 190px;
}

img.fan-infog-4 {
    position: absolute;
    bottom: 18px;
    right: 270px;
}

img.fan-infog-7 {
    position: absolute;
    left: 230px;
    top: -75px;
}

img.fan-infog-6 {
    position: absolute;
    right: 127px;
    top: 455px;
}

img.fan-infog-5 {
    position: absolute;
    right: 268px;
    top: 25px;
}

.fan-infographic-mobile {
    display: none;
}

@media(max-width: 1023px) {
    .fan-infographic {
        display: none;
    }

    .fan-infographic-mobile {
        display: block;
    }
}

/* Contact Form Updated Page Styling */
.text-edit-contact {
    text-align: center;
    font-weight: 700;
}

.contact-img {
    width: 400px;
    border-radius: 50%;
}

.contact-heading-main {
    text-transform: uppercase;
}

.contact-header {
    font-size: 1.8em;
    line-height: 1.6em;
    color: #3ec3f1;
}

@media (min-width:768px) and (max-width: 1023px) {
    .contact-img {
        width: 335px;
    }
}

/* 404 Page */
.mb-medium {
    margin-bottom: 100px;
}

.mt-large {
    margin-top: 220px;
}

.mt-small {
    margin-top: 50px;
}

.error-design {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/wp-content/uploads/2021/07/ROOK-icon-404.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 600px
}

.error-design h1,
.error-design p,
.error-design h2 {
    color: #000;
}

.number-design h1 {
    text-align: right;
    margin-right: 20px;
    color: #3EC3F1;
    font-size: 20em;
    font-weight: 700;
}

.number-design {
    border-right: 5px solid #3EC3F1;
}

.error-page-number-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text-design h2 {
    color: #3EC3F1;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 700;
}

.text-design p {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 2em;
}

.text-design {
    margin-left: 25px;
}

.go-back-btn {
    border: none;
    border-radius: 9px;
    font-size: 40px;
    background: transparent;
    padding: 0;
    margin-top: 15px;
}

.go-back-btn:hover {
    border: none;
    color: #3EC3F1;
    background: transparent;
}

.return-btn {
    border-radius: 20px;
    background: #3EC3F1;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .error-design {
        height: auto;
    }

    .return-btn {
        font-size: 20px;
    }

    .error-page-number-text {
        flex-direction: column;
    }

    .number-design {
        border: none;
    }

    .text-design {
        margin-left: 0;
        text-align: center;
    }

    .number-design h1 {
        text-align: center;
        font-size: 13em;
    }

    .mt-large {
        margin-top: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .error-design {
        height: auto;
    }

    .text-design p {
        font-size: 1.5em;
    }

    .text-design h2 {
        font-size: 5em;
    }

    .number-design h1 {
        font-size: 13em;
    }

    .mt-large {
        margin-top: 120px;
    }
}

@media (min-width: 1024px) {
    .error-design {
        height: 600px;
    }

    .number-design h1 {
        font-size: 18em;
    }
}

/* About Us Updated */
.img-icon:hover,
.img-display img:hover {
    -webkit-filter: brightness(110%);
}

.one.fifth.img-icon img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.icon-desc-display img {
    margin-right: 40px;
    float: left;
}

.icon-desc-display {
    display: flow-root;
    align-items: center;
    padding-bottom: 20px;
    justify-content: center;
    text-align: center;
}

/* Cloud Compliance Page */
.spacing {
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.one.eighth.spacing img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: auto;
}

.dark-blue-color {
    color: #3C7CAC;
    text-align: center;
    font-weight: 700;
}

.cloud-text {
    padding: 0 3%;
}

.cloud-security-img {
    position: relative;
    left: 220px;
    z-index: 1;
    top: 80px;
}

.cloud-security-img-2 {
    position: relative;
    right: 220px;
    z-index: 1;
    top: 80px;
}

.cloud-security-img img,
.cloud-security-img-2 img {
    width: 250px;
    height: 300px;
    object-fit: contain;
}

.cloud-security-img-3 {
    text-align: center;
}

.cloud-security-img-3 img {
    width: 60%;
}

.expect-text {
    margin-top: 130px;
}

.icon-desc-display div {
    width: 350px;
    display: flex;
    align-items: center;
    margin: auto;
}

.learn-btn {
    background: #1ac6ff;
    color: #fff;
    border-radius: 9px;
}

.cloud-security-infog-mobile {
    display: none;
}

.cloud-security-infog-tablet {
    display: none;
}

.cloud-security-infog .text-block {
    padding: 15px 0 30px 0;
}

.icon-mobile-view {
    display: none;
}

@media (min-width: 0) and (max-width: 539px) {
    .icon-desc-display div {
        width: auto;
        justify-content: center;
        flex-direction: column;
    }

    .icon-desc-display img {
        margin-right: 0px;
    }

    .icon-mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .icon-mobile-view {
        text-align: center;
    }

    .cloud-security-infog {
        display: none;
    }

    .cloud-security-infog-mobile {
        display: block;
    }

    .cloud-security-infog-mobile {
        display: block;
        text-align: center;
    }

    .row.icon-mobile-view img {
        width: 200px;
        object-fit: contain;
        padding: 20px;
    }

    .img-display img:nth-child(1) {
        float: none;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .icon-mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

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

    .cloud-security-infog {
        display: none;
    }

    .cloud-security-infog-mobile {
        display: block;
    }

    .row.icon-mobile-view img {
        width: 200px;
        object-fit: contain;
        margin: 2%;
        padding: 20px;
    }

    .img-display img:nth-child(1) {
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .one.fifth.small-tablet.two-up-mobile.img-icon img {
        padding: 20px;
    }

    .desktop-view {
        display: block;
    }

    .icon-mobile-view {
        display: none;
    }

    .cloud-security-infog {
        display: none;
    }

    .cloud-security-infog-mobile {
        display: none;
    }

    .cloud-security-infog-tablet {
        display: block;
    }

    .learn-btn {
        margin-top: 50px
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .icon-mobile-view {
        display: none;
    }

    .one.fifth.small-tablet.two-up-mobile.img-icon img {
        padding: 20px;
    }

    .cloud-security-infog {
        width: 1024px;
        margin: auto;
    }
}

/* Rook Awards Carousel */
.aa-logo img {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain;
}

.awards-accolades-display {
    display: flex;
    align-items: center;
}

.aa-link,
.aa-link {
    text-decoration: none !important;
}

.aa-text {
    padding: 20px;
    font-size: 10px;
}

#sample_slider button.owl-dot {
    min-width: 0;
}

#sample_slider button.owl-dot.active {
    min-width: 0;
}

div#sample_slider .owl-next,
#slider_11281 .owl-next {
    background-image: url(/wp-content/uploads/2021/08/right-arrow-1.png) !important;
    background-size: 20px !important;
    opacity: 1;
    background-position-x: right !important;
    background-color: transparent !important;
}

div#sample_slider .owl-prev,
#slider_11281 .owl-prev {
    background-image: url(/wp-content/uploads/2021/08/left-arrow-1.png) !important;
    background-size: 20px !important;
    opacity: 1;
    background-position-x: left !important;
    background-color: transparent !important;
}

/* Noah Matsubara -- Ticket-32367 */
div#slider_7992 .owl-next {
    background-image: url(/wp-content/uploads/2021/08/right-arrow-1.png) !important;
    background-size: 20px !important;
    opacity: 1;
    background-position-x: right !important;
    background-color: transparent !important;
}

div#slider_7992 .owl-prev {
    background-image: url(/wp-content/uploads/2021/08/left-arrow-1.png) !important;
    background-size: 20px !important;
    opacity: 1;
    background-position-x: left !important;
    background-color: transparent !important;
}

.mt {
    margin-top: 50px;
}

.aa-toggle {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.logo-list-2 img,
.logo-list-awards img {
    display: block;
    margin: auto;
}

.logo-list-2 img {
    width: 200px;
    display: block;
    margin: auto;
}

.logo-list-awards img {
    width: 110px;
    display: block;
    margin: auto;
}

.logo-list-2 img:hover,
.logo-list-awards img:hover {
    -webkit-filter: brightness(110%);
}

/* Elderly Care Page */
.innovation-img-care.one.half img {
    width: 350px;
    display: block;
    margin: auto;
}

.non-intrusive-infog img {
    width: 315px;
    display: block;
    margin: 0 auto 10px;
}

.info-text-1 {
    display: flex;
}

.care-infog-1 {
    width: 630px;
    height: 615px;
}

.infog-image-1 {
    object-fit: contain;
}

.infog-text-display {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.infog-2-image {
    width: 60%;
    margin: auto;
    display: block;
}

.infog-2-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 10px;
}

.infog-2-display {
    display: flex;
}

.we-support-img {
    width: 65%;
    display: block;
    margin: auto;
}

.we-support-2 {
    width: 60%;
    margin: auto;
    display: block;
}

.display-flex {
    display: flex;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.care-working-6 {
    width: 60%;
    margin: auto;
    display: block;
}

.worker-circles {
    width: 700px;
    display: block;
    margin: auto;
}

img.rook-icon-elderly {
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: 240px;
}

.real-time-display {
    position: relative;
}

.care-ig-display {
    width: 620px;
    height: 620px;
    position: relative;
}

.care-ig-mobile {
    display: none;
}

img.care-ig-1 {
    position: absolute;
    width: 300px;
    z-index: 6;
}

img.care-ig-7 {
    position: absolute;
    width: 300px;
    right: 25px;
    top: 53px;
}

img.care-ig-2 {
    position: absolute;
    width: 300px;
    top: 90px;
    z-index: 5;
}

img.care-ig-3 {
    position: absolute;
    width: 300px;
    top: 178px;
    z-index: 4;
}

img.care-ig-4 {
    position: absolute;
    width: 300px;
    top: 265px;
    z-index: 3;
}

img.care-ig-5 {
    position: absolute;
    width: 300px;
    top: 350px;
    z-index: 2;
}

img.care-ig-6 {
    width: 300px;
    position: absolute;
    z-index: 1;
    top: 435px;
}

img.care-ig-8 {
    position: absolute;
    width: 300px;
    right: 25px;
    top: 143px;
}

img.care-ig-9 {
    position: absolute;
    width: 300px;
    right: 25px;
    top: 230px;
}

img.care-ig-10 {
    position: absolute;
    width: 300px;
    right: 25px;
    top: 318px;
}

img.care-ig-12 {
    position: absolute;
    width: 300px;
    right: 25px;
    top: 403px;
}

img.care-ig-13 {
    position: absolute;
    width: 300px;
    right: 25px;
    top: 487px;
}

img.save-money-40 {
    width: 200px;
    object-fit: contain;
    height: 430px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -30px;
}

.save-money-infog {
    width: 350px;
    height: 670px;
    position: relative;
}

img.save-money-41 {
    position: absolute;
    left: 27px;
    top: 10px;
}

img.save-money-42 {
    position: absolute;
    top: 115px;
    left: 77px;
    width: 300px;
}

img.save-money-43 {
    position: absolute;
    top: 235px;
    left: 102px;
    width: 278px;
}

img.save-money-44 {
    position: absolute;
    top: 345px;
    left: 105px;
    width: 274px;
}

img.save-money-45 {
    position: absolute;
    top: 460px;
    left: 81px;
    width: 296px;
}

img.save-money-46 {
    position: absolute;
    top: 540px;
    left: 28px;
    width: 369px;
}

.save-money-infog-mobile {
    display: none;
}

.real-time-infog {
    position: relative;
    width: 750px;
    height: 350px;
    margin: 90px auto 0;
}

img.real-time-1 {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

img.real-time-2 {
    position: absolute;
    width: 500px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

img.real-time-3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 700px;
    margin: auto;
}

img.real-time-4 {
    position: absolute;
    width: 150px;
    left: -49px;
    bottom: 0;
}

img.real-time-5 {
    position: absolute;
    width: 140px;
    left: 195px;
    top: -48px;
}

img.real-time-6 {
    position: absolute;
    width: 140px;
    right: 40px;
    bottom: 159px;
}

img.real-time-7 {
    position: absolute;
    width: 140px;
    left: 40px;
    bottom: 159px;
}

img.real-time-8 {
    position: absolute;
    width: 140px;
    right: 195px;
    top: -48px;
}

img.real-time-9 {
    position: absolute;
    width: 150px;
    right: -49px;
    bottom: 0;
}

.real-time-infog-mobile {
    display: none;
}

.we-support-display {
    width: 550px;
    height: 600px;
    margin: auto;
}

img.infog-2-image-1 {
    width: 100px;
}

img.infog-2-image-2 {
    width: 100px;
}

img.infog-2-image-3 {
    width: 100px;
}

img.infog-2-image-4 {
    width: 100px;
}

img.infog-2-image-5 {
    width: 100px;
}

img.infog-2-image-6 {
    width: 100px;
}

img.infog-2-image-7 {
    width: 100px;
}

img.infog-2-image-8 {
    width: 100px;
}

img.infog-2-image-9 {
    width: 100px;
}

img.infog-2-image-10 {
    width: 100px;
}

.we-supp-bottom.row {
    display: flex;
    justify-content: space-between;
}

.we-supp-top.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.we-support-display-mobile {
    display: none;
}

.resource-infog {
    width: 820px;
    height: 650px;
    margin: auto;
    position: relative;
}

img.resource-infog-main {
    width: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.resource-infog-1 {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
}

img.resource-infog-2 {
    width: 200px;
    position: absolute;
    right: 120px;
    top: 115px;
}

img.resource-infog-3 {
    position: absolute;
    width: 270px;
    right: 5px;
    top: 224px;
}

img.resource-infog-4 {
    position: absolute;
    right: 19px;
    top: 350px;
    width: 260px;
}

img.resource-infog-5 {
    position: absolute;
    width: 210px;
    right: 120px;
    bottom: 105px;
}

img.resource-infog-6 {
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6px;
}

img.resource-infog-7 {
    position: absolute;
    width: 200px;
    left: 120px;
    bottom: 105px;
}

img.resource-infog-8 {
    position: absolute;
    left: 19px;
    top: 350px;
    width: 260px;
}

img.resource-infog-9 {
    position: absolute;
    width: 230px;
    left: 40px;
    top: 224px;
}

img.resource-infog-10 {
    width: 225px;
    position: absolute;
    left: 93px;
    top: 115px;
}

.resource-infog-mobile {
    display: none;
}

.target-ig {
    width: 1000px;
    margin: -190px auto -100px;
    height: 1000px;
    position: relative;
}

.target-ig-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .we-match-text {
        margin-bottom: auto;
    }

    .target-ig {
        display: none;
    }

    .target-ig-mobile {
        display: block;
    }
}

@media (min-width: 0) and (max-width: 1023px) {
    .resource-infog {
        display: none;
    }

    .resource-infog-mobile {
        display: block;
    }

    .we-support-display-mobile {
        display: block;
        width: 500px;
        margin: auto;
    }

    .we-support-display {
        display: none;
    }

    .real-time-infog {
        display: none;
    }

    .real-time-infog-mobile {
        display: block;
    }

    .infog-2-text {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 0;
    }

    .care-ig-display {
        display: none;
    }

    .care-ig-mobile {
        display: block;
        text-align: center;
    }

    .care-infog-1 {
        margin-top: 10px;
        height: auto;
    }

    .save-money-infog {
        display: none;
    }

    .save-money-infog-mobile {
        display: block;
        margin: 50px 0;
    }
}

@media (min-width: 0) and (max-width: 767px) {

    .prof-text,
    .support-text {
        text-align: center;
    }

    .mb {
        margin-bottom: 0;
    }

    .info-text-1 {
        display: flex;
        flex-direction: column;
    }

    .infog-text-display {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .infog-2-display {
        display: flex;
        flex-direction: column;
    }

    .infog-2-image {
        width: 90%;
        margin: auto;
        display: block;
    }

    .infog-2-text {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 0;
    }

    .we-support-img {
        width: 100%;
        display: block;
        margin: auto;
    }

    .we-support-2 {
        width: 90%;
        margin: auto;
        display: block;
    }

    .display-flex {
        display: flex;
        flex-direction: column;
    }

    .care-working-6 {
        width: 100%;
        margin: auto;
        display: block;
    }

    .worker-39 {
        margin-bottom: 50px;
    }

    .tower-img {
        margin-bottom: 30px;
    }

    .innovation-text {
        margin-top: 50px;
    }

    .prof-text,
    .support-text {
        margin: 50px 0 20px
    }

    .working-47 {
        margin: 30px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .infog-image-1 {
        object-fit: contain;
    }

    .infog-2-image {
        width: 80%;
        margin: auto;
        display: block;
    }

    .non-intrusive-infog img {
        width: 270px;
        display: block;
        margin: 0 auto 10px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .care-ig-display {
        width: 500px;
        height: 620px;
        position: relative;
    }

    img.care-ig-1 {
        position: absolute;
        width: 250px;
        z-index: 6;
    }

    img.care-ig-7 {
        position: absolute;
        width: 250px;
        right: 0px;
        top: 46px;
    }

    img.care-ig-2 {
        position: absolute;
        width: 250px;
        top: 90px;
        z-index: 5;
    }

    img.care-ig-3 {
        position: absolute;
        width: 250px;
        top: 178px;
        z-index: 4;
    }

    img.care-ig-4 {
        position: absolute;
        width: 250px;
        top: 265px;
        z-index: 3;
    }

    img.care-ig-5 {
        position: absolute;
        width: 250px;
        top: 350px;
        z-index: 2;
    }

    img.care-ig-6 {
        width: 250px;
        position: absolute;
        z-index: 1;
        top: 435px;
    }

    img.care-ig-8 {
        position: absolute;
        width: 250px;
        right: 0;
        top: 133px;
    }

    img.care-ig-9 {
        position: absolute;
        width: 250px;
        right: 0;
        top: 221px;
    }

    img.care-ig-10 {
        position: absolute;
        width: 250px;
        right: 0;
        top: 308px;
    }

    img.care-ig-12 {
        position: absolute;
        width: 250px;
        right: 0;
        top: 394px;
    }

    img.care-ig-13 {
        position: absolute;
        width: 250px;
        right: 0;
        top: 478px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    img.save-money-40 {
        left: -90px;
    }

    img.save-money-41 {
        left: -37px;
    }

    img.save-money-42 {
        left: 15px;
    }

    img.save-money-43 {
        left: 43px;
    }

    img.save-money-44 {
        left: 42px;
    }

    img.save-money-45 {
        left: 20px;
    }

    img.save-money-46 {
        left: -34px;
    }
}

/* New Flip Cards Styling */
.new-flip {
    width: 1200px;
    margin: auto;
}

* {
    box-sizing: border-box;
}

.card {
    width: 600px;
    height: 280px;
    margin: 0;
    perspective: 1500px;
    padding: 10px;
}

.card-full {
    width: 1200px;
    height: 280px;
    margin: 0 auto 0;
    perspective: 1500px;
    padding: 10px;
}

.card-full .content,
.card .content {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}

.more {
    display: none !important;
}

/* .more:checked ~ .content {
    transform: rotateY(180deg);
} */
.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.front .inner,
.back .inner {
    height: 100%;
    display: grid;
    padding: 1.7em 1em 1em;
    transform: translateZ(80px) scale(0.94);
}

.front {
    background-color: #fff;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.front:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
    backface-visibility: hidden;
}

.front .inner {
    grid-template-rows: 5fr 1fr 1fr 2fr 1fr;
    justify-items: center;
}

.front h2 {
    grid-row: 2;
    margin-bottom: 0.3em;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.front .rating {
    grid-row: 3;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: flex;
    flex-flow: row nowrap;
}

.front .rating i {
    margin: 0 1px;
}

.back {
    transform: rotateY(180deg);
    background-color: #fff;
    border: 2px solid #f0f0f0;
    background-size: contain;
}

.back .inner {
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 0.8em;
    justify-items: center;
}

.back .info {
    position: relative;
    display: flex;
    align-items: center;
    color: #23B0E6;
    grid-row: 3;
}

.back .info:not(:first-of-type):before {
    content: '';
    position: absolute;
    left: -0.9em;
    height: 18px;
    width: 1px;
    background-color: #ccc;
}

.back .info span {
    font-size: 2em;
    font-weight: 700;
}

.back .info i {
    font-size: 1.2em;
}

.back .info i:before {
    background: linear-gradient(40deg, #23B0E6, #438af3);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.back .info .icon {
    margin-left: 0.3em;
}

.back .info .icon span {
    display: block;
    margin-top: -0.25em;
    font-size: 0.8em;
    font-weight: 600;
    white-space: nowrap;
}

.back .description {
    grid-row: 5;
    grid-column: 1;
    font-size: 0.86em;
    border-radius: 5px;
    font-weight: 600;
    line-height: 1.4em;
    overflow: auto;
    padding-right: 10px;
    text-align: center;
}

.back .location,
.back .price {
    font-weight: 600;
    color: #23B0E6;
    grid-row: 1;
    font-size: 0.86em;
}

.back .location {
    grid-column: 0.3333333333;
    justify-self: left;
}

.back .price {
    grid-column: -3;
    justify-self: right;
}

.back .button {
    grid-column: -1;
    justify-self: flex-end;
}

.button {
    grid-row: 5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    padding: 0 1.5em;
    height: 3em;
    line-height: 2.9em;
    min-width: 3em;
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    left: 50%;
    backface-visibility: hidden;
    transition: 0.3s ease-in-out;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.button:hover {
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    color: #23B0E6;
}

.button.return {
    line-height: 1em;
    height: 1.2em;
    color: #23B0E6;
    border-color: #23B0E6;
    text-shadow: none;
}

.button.return:hover {
    background-color: #23B0E6;
    color: #fff;
    box-shadow: none;
}

.description::-webkit-scrollbar {
    width: 5px;
}

.description::-webkit-scrollbar-track {
    background: #EDEDED;
}

.description::-webkit-scrollbar-thumb {
    background: #1AC6FF;
}

.description::-webkit-scrollbar-thumb:hover {
    background: #1AC6FF;
}

.bottom-card-display,
.card-full-display {
    position: relative;
    top: 0px;
}

.description p {
    font-size: 1.5em;
    color: #000;
}

.description h2 {
    color: #000;
}

.back .inner {
    height: 90% !important;
    width: 95%;
    background: rgba(255, 255, 255, 1);
}

@media (min-width: 0) and (max-width: 539px) {
    .new-flip {
        display: none;
    }

    .card img {
        width: 100%;
        height: 70%;
        object-fit: cover;
        display: block;
        position: relative;
    }

    .cards {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card {
        margin: 40px;
        position: relative;
        max-width: 250px;
        max-height: 350px;
        display: flex;
        box-shadow: 0 40px 60px -6px #eee;
    }

    .card-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        background-color: #6184a8;
        padding: 2%;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .card-desc {
        display: block;
        font-size: 1.2rem;
        position: absolute;
        height: 0;
        top: 0;
        opacity: 0;
        padding: 18px 8%;
        background-color: white;
        overflow-y: scroll;
        transition: 0.8s ease;
    }

    .card:hover .card-desc {
        opacity: 1;
        height: 100%;
    }
}

@media (min-width: 539px) {
    .new-flip-mobile {
        display: none
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .button.return {
        line-height: 1em;
        color: #23B0E6;
        border-color: #23B0E6;
        text-shadow: none;
        height: 1.2em;
    }

    .description p {
        font-size: 1em;
    }

    .card-full {
        width: 100%;
        height: 120px;
        margin: 2px auto 0;
        perspective: 1500px;
        padding: 0;
        position: relative;
        z-index: -9999;
    }

    .flip-responsive {
        position: relative;
        top: -11px;
    }

    .card {
        width: 100%;
        height: 235px;
        margin: 10px auto 0;
        perspective: 1500px;
        padding: 0;
        position: relative;
        top: 0;
    }

    .new-flip {
        width: 500px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .back .inner {
        height: 90% !important;
        width: 95%;
        background: rgba(255, 255, 255, 1);
    }

    .button.return {
        line-height: 1.3em;
        color: #23B0E6;
        border-color: #23B0E6;
        text-shadow: none;
    }

    .description p {
        font-size: 1.2em;
    }

    .description h2 {
        font-size: 1.5em
    }

    .new-flip {
        width: 700px;
        margin: auto;
    }

    .card-full {
        width: 700px;
        height: 170px;
        margin: 0 auto 0;
        perspective: 1500px;
        padding: 10px;
    }

    .card {
        width: 345px;
        height: 170px;
        margin: 0 auto;
        perspective: 1500px;
        padding: 10px;
    }

    .button.return {
        line-height: 1.3em;
        color: #23B0E6;
        border-color: #23B0E6;
        text-shadow: none;
    }

    label.button.return {
        height: 1.4em;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {

    #cr-1,
    #cl-1 {
        position: relative;
        top: 3px;
    }

    .back .inner {
        height: 90% !important;
        width: 95%;
        background: rgba(255, 255, 255, 1);
    }

    .button.return {
        line-height: 1.3em;
        color: #23B0E6;
        border-color: #23B0E6;
        text-shadow: none;
    }

    .description p {
        font-size: 1.2em;
    }

    .description h2 {
        font-size: 1.5em
    }

    .bottom-card-display,
    .card-full-display {
        position: relative;
        top: -16px;
    }

    .card-full {
        width: 1000px;
        height: 237px;
        margin: 0px auto -4px;
        perspective: 1500px;
        padding: 10px;
    }

    .card {
        width: 500px;
        height: 234px;
        margin: 0 auto;
        perspective: 1500px;
        padding: 10px;
    }

    .new-flip {
        width: 990px;
        margin: auto;
    }
}

/* End New Flip */
/* Service Contractor */
.page-id-6804 h4 {
    font-weight: bold;
    line-height: 1.2;
}

.page-id-6804 .black {
    margin: 0;
}

h4.text-center.black.max-title {
    font-weight: normal;
}

.row.mt.config-display {
    display: flex;
}

.dark-blue-bg {
    background: #22B0E6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.light-blue-bg {
    background: #3EC3F1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.light-grey-bg {
    background: #AAA9AA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.dark-grey-bg {
    background: #555656;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.four-blocks-text.row div {
    width: 280px;
    height: 290px;
}

.four-blocks-text-2.row div {
    width: 280px;
    height: 290px;
}

.four-blocks-text-2.row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.four-blocks-text.row {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.empower-team-text-display.one.half {
    display: flex;
    flex-direction: column;
}

.data-vis-display {
    background: url(/wp-content/themes/fresh-focus-v3/img/home/ROOK-outline-filled.png);
    background-size: contain;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 600;
}

.data-vis-display:hover {
    cursor: default;
}

.row.mt.config-dipslay {
    display: flex;
}

.row.c-block-1.mt h3 {
    font-weight: 700;
}

h5.service-text {
    font-weight: normal;
}

img.multi-block-empower-img {
    display: flex;
    width: 100%;
}

.row.four-block-display.mt.wow.fadeInRight {
    display: flex;
}

.one.half.empower-team-display {
    display: flex;
}

img.empower-team-img {
    object-fit: cover;
    margin-left: 10px;
    display: block;
}

.row.c-block-1 {
    border: 3px #3EC3F1 solid;
    display: flex;
    height: 300px;
}

.one.third.text-center.c-content-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(/wp-content/uploads/2021/08/girl-rook-bg.png);
    background-size: cover;
}

.one.third.c-content-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(/wp-content/uploads/2021/08/doc-bg.png);
    background-size: cover;
}

.infog-2 {
    width: 1250px;
    margin: -190px auto 0;
    position: relative;
    height: 1000px;
}

.blue-box-display {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.infog2-text {
    position: absolute;
    width: fit-content;
    top: 0;
    right: 155px;
}

.infog2-text h4,
.infog2-text h5,
.infog2-text p {
    margin: 0;
}

.blue-poly-display h4,
.blue-poly-display h5,
.blue-poly-display p {
    margin: 0;
}

.blue-poly-display {}

img.infog-img-1 {
    width: 600px;
}

img.infog-img {
    width: 645px;
    object-fit: contain;
}

.blue-block-content {
    width: 450px;
    margin-left: auto;
    font-size: 1em;
}

.infog2-text2 ul {
    list-style: none;
    margin: 0;
}

.infog2-text2 {
    width: 625px;
    display: flex;
    margin-top: 12px;
}

.infog2-text2 ul {
    margin: 0;
}

.infog2-text2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.infog2-text2 ul li img {
    margin-right: 5px;
}

.infog2-text2-mobile {
    display: none;
}

.blue-box-display-content {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blue-box-display-content-block {
    position: relative;
    top: -60px;
}

.c-content-2 {
    background: #3EC3F1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue-box img {
    width: 80px;
}

.blue-box {
    background-color: coral;
}

img.blue-block-img {
    height: 440px;
    object-fit: cover;
    width: 100%;
}

.contractor-content-info {
    position: relative;
}

.content-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.content-text img {
    margin-right: 25px;
}

img.half-spiral-img {
    width: 800px;
    display: block;
    margin: auto;
}

.accelerate-content img {
    width: 200px;
}

.accl-content {
    width: fit-content;
}

.accelerate-content {
    display: flex;
    background: #AAA9AA;
    padding: 20px;
    justify-content: space-around;
}

.data-visual-content.row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.data-visual-content.row img {
    width: 200px;
    height: 235px;
    object-fit: contain;
    object-position: top;
}

.one.fourth.two-up-ipad.four-block-1 {
    background: #22B0E6;
    padding: 30px;
    margin: 10px 10px 0 0;
}

.one.fourth.two-up-ipad.four-block-2 {
    background: #3EC3F1;
    padding: 30px;
    margin: 10px 0 0;
}

.one.fourth.two-up-ipad.four-block-4 {
    background: #555656;
    padding: 30px;
    margin: 10px;
}

.one.fourth.two-up-ipad.four-block-3 {
    background: #AAA9AA;
    padding: 30px;
    margin: 10px 0;
}

.blue-poly-block {
    width: 715px;
    position: absolute;
    right: 88px;
    bottom: -60px;
}

img.block-circles {
    position: absolute;
    top: 50px;
    right: 125px;
}

.one.third.text-center.c-content-1 h3 {
    text-align: center;
}

.one.third.c-content-2 h3 {
    text-align: center;
    color: #fff;
}

.one.third.c-content-3 h3 {
    text-align: center;
}

.accelerate-content p {
    color: #fff;
    font-weight: 700;
}

.infog-1-bulb {
    display: 1020px;
    width: auto;
    margin: auto;
}

.empower-team-text-display-mobile {
    display: none;
}

.infog-1-bulb {
    width: 1000px;
    height: 1000px;
    margin: auto;
    position: relative;
}

img.infog-contract-1 {
    position: absolute;
    width: 300px;
    left: 0;
    right: 0;
    top: -260px;
    bottom: 0;
    margin: auto;
}

img.infog-contract-2 {
    position: absolute;
    right: -40px;
    margin: auto;
    z-index: -10;
}

img.infog-contract-3 {
    position: absolute;
    left: -40px;
    margin: auto;
    z-index: -10;
}

img.infog-contract-4 {
    position: absolute;
    right: -40px;
    bottom: 300px;
    margin: auto;
    z-index: -10;
}

img.infog-contract-5 {
    position: absolute;
    right: 0;
    left: 637px;
    top: -40px;
    margin: auto;
    bottom: 220px;
}

img.infog-contract-7 {
    position: absolute;
    right: 0;
    right: 637px;
    top: -40px;
    margin: auto;
    bottom: 220px;
}

img.infog-contract-6 {
    position: absolute;
    left: -40px;
    margin: auto;
    z-index: -10;
    bottom: 300px;
}

.infog-1-bulb-mobile {
    display: none;
}

.half-spiral {
    width: 776px;
    height: 500px;
    margin: auto;
    position: relative;
}

img.half-spiral-1 {
    position: absolute;
    bottom: 145px;
    left: 0;
    margin: auto;
    width: 200px;
}

img.half-spiral-2 {
    width: 200px;
    position: absolute;
    top: 50px;
}

img.half-spiral-3 {
    position: absolute;
    width: 150px;
    top: -41px;
    left: 98px;
    z-index: 1;
}

img.half-spiral-4 {
    position: absolute;
    width: 150px;
    left: 248px;
    top: -41px;
}

img.half-spiral-5 {
    position: absolute;
    width: 190px;
    left: 297px;
    top: 50px;
}

img.half-spiral-6 {
    position: absolute;
    width: 200px;
    left: 279px;
    top: 198px;
}

img.half-spiral-7 {
    position: absolute;
    width: 150px;
    left: 377px;
    top: 245px;
}

img.half-spiral-8 {
    width: 150px;
    top: 245px;
    left: 527px;
    position: absolute;
}

img.half-spiral-9 {
    top: 197px;
    position: absolute;
    width: 200px;
    left: 574px;
}

img.half-spiral-10 {
    right: 1px;
    top: 50px;
    position: absolute;
    width: 200px;
}

.half-spiral-mobile {
    display: none;
}

.blue-poly-block {
    background: url('/wp-content/uploads/2021/08/Contractors-150621-46.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.blue-poly-text p,
.blue-poly-text h4 {
    color: #fff;
}

.blue-poly-text p {
    margin-left: 217px;
    font-size: 0.9em;
}

img.blue-poly-img {
    width: 90px;
    display: block;
    margin: auto;
}

img#poly1 {
    position: relative;
    top: 0px;
    width: 115px;
}

p#poly-text {
    margin-left: 144px;
}

p#poly-text2 {
    margin-left: 216px;
}

.row.four-block-display {
    margin-top: 80px !important;
}

.blue-poly-display-mobile {
    display: none;
}

.serv-req {
    margin-top: 20px !important;
}

p.text-right.cx-exp-mobile {
    display: none;
}

.contractor-content-info-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .infog-1-bulb-mobile img {
        width: 80%;
        display: block;
        margin: 30px auto;
    }

    .half-spiral-mobile {
        display: block;
    }

    .half-spiral {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 1199px) {
    .infog-1-bulb-mobile {
        display: block;
    }

    .infog-1-bulb {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .data-visual-content.row div {
        margin-bottom: 40px
    }

    .data-visual-content.row {
        display: flex;
        justify-content: space-evenly;
        margin-top: 50px;
        flex-direction: column;
        text-align: center;
    }

    .infog-2 {
        width: auto;
        margin: 30px auto;
        position: relative;
        height: auto;
    }

    .infog2-text {
        position: relative;
        width: fit-content;
        margin: auto;
    }

    .blue-poly-block {
        width: 735px;
        position: relative;
        margin-left: 0;
        right: 0;
        bottom: 0;
    }

    .infog2-text2 {
        width: 625px;
        display: flex;
        justify-content: center;
        margin: 10px auto;
    }

    img.block-circles {
        position: absolute;
        top: 130px;
        right: 60px;
    }

    img.blue-block-img {
        height: auto;
        object-fit: cover;
    }

    .serv-soft-text {
        margin-top: 200px;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .infog2-text2-mobile img {
        margin-right: 10px;
    }

    .infog2-text2 {
        display: none !important;
    }

    .infog2-text2-mobile {
        display: none;
        width: auto;
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    .infog2-text2-mobile ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .contractor-content-info-mobile img {
        margin-bottom: 20px;
    }

    .contractor-content-info-mobile {
        display: block;
        background: #1AC6FF;
        padding: 10px;
    }

    .contractor-content-info {
        display: none;
    }

    .blue-block-img {
        display: none;
    }

    .blue-poly-display {
        display: none;
    }

    .blue-poly-display-mobile {
        display: none;
    }

    .blue-bg-content {
        margin-bottom: 90px;
    }

    .one.half.data-vis-display {
        width: 100%;
        height: 300px;
        margin-bottom: 50px;
    }

    .row.mt.config-display {
        display: block;
    }

    .row.c-block-1.mt>div {
        height: 300px;
    }

    .row.four-block-display.mt.wow.fadeInRight {
        display: flex;
        flex-direction: column;
    }

    img.empower-team-img {
        margin-left: 0;
        margin-top: 15px;
        width: auto;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .hr-highlighted li {
        height: auto;
        text-align: center;
    }

    .data-visual-content.row img {
        width: 200px;
        height: 200px;
        object-fit: contain;
        margin: 20px auto;
        display: block;
    }

    .accelerate-content {
        display: flex;
        background: #AAA9AA;
        flex-direction: column;
        padding: 20px;
        justify-content: center;
    }

    .accl-content {
        width: auto;
        margin: auto;
    }

    img.block-circles {
        position: relative;
        right: 0;
    }

    img.blue-block-img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .infog2-text2 {
        display: none;
        width: auto;
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    .infog2-text2 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .blue-poly-block {
        width: auto;
        position: relative;
        right: 0;
        bottom: 0;
    }

    p.text-right.cx-exp {
        display: none;
        text-align: center;
    }

    p.text-right.cx-exp-mobile {
        display: block;
        text-align: center;
    }

    img.infog-img {
        width: auto;
        object-fit: contain;
    }

    .infog-2 {
        width: auto;
        margin: 60px auto;
        position: relative;
        height: auto;
    }

    .service-text {
        text-align: center;
    }

    .infog-img {
        margin-bottom: 50px;
    }

    .row.c-block-1 {
        border: 3px #3EC3F1 solid;
        display: flex;
        height: auto;
        flex-direction: column;
    }

    h4.text-bold.text-center.black {
        margin-top: 90px;
    }

    .infog2-text {
        position: relative;
        width: fit-content;
        top: 0;
        right: 0;
    }

    .data-visual-content.row {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
    }

}

@media (min-width: 0) and (max-width: 1299px) {
    .empower-team-img {
        display: flex;
    }

    .empower-team-text-display-mobile {
        display: block;
        margin: auto;
    }

    .empower-team-text-display {
        display: none !important;
    }
}

/* Shop Maintenance Page */
.start-end-infog {
    width: 1200px;
    height: 500px;
    margin: auto;
    position: relative;
}

img.start-end-1 {
    width: 469px;
    position: absolute;
    top: 40px;
    left: 54px;
    z-index: 1;
}

img.start-end-2 {
    width: 450px;
    position: absolute;
    top: 202px;
    left: 7px;
    z-index: 1;
}

img.start-end-4 {
    position: absolute;
    width: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img.start-end-3 {
    width: 470px;
    position: absolute;
    top: 365px;
    left: 11px;
    z-index: 1;
}

img.start-end-5 {
    width: 476px;
    position: absolute;
    top: 40px;
    right: 39px;
    z-index: 1;
}

img.start-end-6 {
    width: 440px;
    position: absolute;
    top: 202px;
    right: 10px;
    z-index: 1;
}

img.start-end-7 {
    width: 545px;
    position: absolute;
    top: 311px;
    right: -11px;
    z-index: 1;
}

button.book-demo {
    background: #4495C6;
    border: #4495C6;
    width: 70%;
    float: right;
    color: #fff;
}

.start-end-mobile {
    display: none;
}

.one.half.real-time-text {
    color: #fff;
}

.real-time-maintenance-display {
    background: #5C5C5C;
    padding: 40px;
    display: flex;
}

.blue-bg.mb {
    background: url(/wp-content/uploads/2021/08/ROOKConnect-Shop-210621-02-1.png);
    background-size: 110%;
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.page-id-7043 h4 {
    font-weight: bold;
}

img.biz-process-manage-img {
    display: block;
    margin: auto;
}

.real-time-title,
.real-time-p {
    text-align: right;
}

.one.half.real-time-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cog-2-img,
.phone-safety-img {
    display: block;
    margin: auto;
}

.phone-safe-mobile {
    display: none;
}

.phone-safe-display {
    width: 1080px;
    height: 900px;
    position: relative;
    margin: 145px auto 0;
}

img.phone-safe-1 {
    width: 345px;
}

img.phone-safe-2 {
    position: absolute;
    width: 190px;
    top: 60px;
    left: 410px;
}

img.phone-safe-3 {
    width: 355px;
    position: absolute;
    object-fit: contain;
    top: -89px;
    left: 361px;
}

img.phone-safe-4 {
    width: 385px;
    position: absolute;
    left: 520px;
    top: 55px;
}

img.phone-safe-5 {
    width: 385px;
    position: absolute;
    left: 581px;
    top: 285px;
}

img.phone-safe-6 {
    width: 385px;
    position: absolute;
    left: 521px;
    top: 499px;
}

img.phone-safe-7 {
    width: 320px;
    position: absolute;
    left: 362px;
    top: 613px;
}

.four-block-arrow-mobile {
    display: none;
}

.four-block-arrow-diplay {
    width: 1260px;
    height: 700px;
    position: relative;
    margin: auto;
}

img.four-arrow-1 {
    width: 500px;
    position: absolute;
}

img.four-arrow-2 {
    position: absolute;
    width: 500px;
    right: 0;
}

img.four-arrow-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

img.four-arrow-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
}

img.four-arrow-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
}

.main-cog-display {
    width: 1000px;
    height: 1000px;
    margin: 0 auto -170px;
    position: relative;
}

img.main-cog-1 {
    width: 300px;
    position: absolute;
    left: -19px;
    right: 0;
    top: -244px;
    bottom: 0;
    margin: auto;
}

img.main-cog-2 {
    position: absolute;
    width: 572px;
    right: 54px;
    top: 42px;
}

img.main-cog-3 {
    position: absolute;
    width: 655px;
    left: -51px;
    top: 56px;
}

img.main-cog-4 {
    position: absolute;
    width: 745px;
    top: 247px;
    left: -118px;
}

img.main-cog-5 {
    position: absolute;
    right: -80px;
    width: 732px;
    top: 232px;
}

img.main-cog-6 {
    position: absolute;
    width: 610px;
    right: 390px;
    top: 259px;
}

img.main-cog-7 {
    position: absolute;
    width: 677px;
    right: -44px;
    top: 246px;
}

.main-cog-mobile {
    display: none;
}

.ess-tools-display {
    position: relative;
    width: 1124px;
    height: 680px;
    margin: 110px auto 80px;
}

img.ess-tools-1 {
    width: 300px;
    position: absolute;
    top: 95px;
    left: -40px;
}

img.ess-tools-2 {
    width: 157px;
    position: absolute;
    left: 151px;
    top: -2px;
}

img.ess-tools-3 {
    width: 175px;
    position: absolute;
    left: 659px;
    top: 21px;
}

img.ess-tools-4 {
    width: 160px;
    position: absolute;
    right: 146px;
    top: 33px;
}

img.ess-tools-5 {
    width: 125px;
    position: absolute;
    right: 190px;
    top: -28px;
}

img.ess-tools-6 {
    width: 233px;
    position: absolute;
    left: 486px;
    top: -81px;
}

img.ess-tools-7 {
    width: 170px;
    position: absolute;
    left: 268px;
    top: 47px;
}

img.ess-tools-9 {
    width: 261px;
    position: absolute;
    left: 394px;
    top: 45px;
    z-index: -1;
}

img.ess-tools-10 {
    width: 128px;
    position: absolute;
    bottom: 54px;
    left: 287px;
}

img.ess-tools-11 {
    width: 227px;
    position: absolute;
    right: -79px;
    top: 159px;
}

img.ess-tools-12 {
    width: 200px;
    position: absolute;
    bottom: 61px;
    left: 103px;
}

img.ess-tools-13 {
    width: 241px;
    position: absolute;
    bottom: -31px;
    left: 585px;
}

img.ess-tools-14 {
    width: 166px;
    position: absolute;
    left: 411px;
    bottom: 7px;
}

img.ess-tools-15 {
    width: 300px;
    position: absolute;
    right: 0;
    top: 385px;
}

img.ess-tools-16 {
    width: 235px;
    position: absolute;
    right: 196px;
    bottom: 35px;
}

.ess-tools-mobile {
    display: none;
}

@media (max-width: 1300px) {
    .four-block-arrow-mobile {
        display: block;
    }

    .four-block-arrow-diplay {
        display: none;
    }

    .start-end-infog {
        display: none;
    }

    .start-end-mobile {
        display: block;
    }

    .main-cog-display {
        display: none
    }

    .main-cog-mobile {
        display: block;
    }

    .ess-tools-display {
        display: none;
    }

    .ess-tools-mobile {
        display: block;
    }
}

@media (max-width: 1023px) {
    .phone-safe-display {
        display: none;
    }

    .phone-safe-mobile {
        display: block;
    }

    .row.real-time-maintenance-display {
        display: flex;
        flex-direction: column;
    }

    .row.real-time-maintenance-display>div {
        width: 100%;
        margin: 30px 0;
    }

    .one.half.real-time-text {
        color: #fff;
        text-align: center;
    }

    .real-time-title,
    .real-time-p {
        text-align: center;
    }

    button.book-demo {
        float: none;
        margin-top: 30px;
    }
}


/* POS Sales Webpage */
.pos-light-bulb-ig {
    width: 1000px;
    height: 800px;
    position: relative;
    margin: auto;
}

img.light-bulb-main {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

img.light-bulb-1 {
    position: absolute;
    top: 185px;
    left: 350px;
    z-index: -5;
}

img.light-bulb-2 {
    position: absolute;
    top: 335px;
    left: 465px;
}

img.light-bulb-3 {
    position: absolute;
    top: 440px;
    left: 385px;
}

img.light-bulb-4 {
    position: absolute;
    top: 225px;
    left: 500px;
}

img.light-bulb-5 {
    position: absolute;
    top: 330px;
    left: 340px;
}

img.light-bulb-6 {
    position: absolute;
    top: 480px;
    left: 485px;
}

img.light-bulb-7 {
    position: absolute;
    top: 230px;
    left: 80px;
    width: 300px;
}

img.light-bulb-8 {
    position: absolute;
    top: 70px;
    left: 80px;
    width: 330px;
}

img.light-bulb-9 {
    position: absolute;
    right: 60px;
    top: 260px;
    width: 330px;
}

img.light-bulb-10 {
    position: absolute;
    top: 100px;
    right: 60px;
    width: 330px;
}

img.light-bulb-11 {
    position: absolute;
    bottom: 275px;
    right: 60px;
    width: 350px;
}

img.light-bulb-12 {
    position: absolute;
    top: 385px;
    left: 80px;
    width: 335px;
}

.row.complete-report-display img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.row.complete-report-display {
    position: relative;
    margin-top: -170px;
}

.row.complete-report-display p {
    margin: 0 100px;
}

.in-store-display {
    background-color: #EFEFEF;
    background-image: url(/wp-content/uploads/2021/08/rook-icon-pos.png);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 95%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.row.instant-access-block {
    margin-top: 50px;
    display: flex;
}

.text-box-1,
.text-box-2,
.text-box-3,
.text-box-4 {
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
}

.text-box-1,
.text-box-3 {
    background: #22B0E6;
    color: #fff;
    font-weight: bold;
}

.text-box-2 {
    background: #555656;
    color: #fff;
    font-weight: bold;
}

.text-box-4 {
    background: #AAA9AA;
    color: #fff;
    font-weight: bold;
}

.in-store-second-row,
.in-store-first-row,
.in-store-third-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.one.third.pos-block-1,
.pos-block-2,
.pos-block-3 {
    display: flex;
    justify-content: center;
}

.row.instant-access-block img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.instant-text.one.half {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 50px;
}

.grey-bg-block {
    margin: 50px 0;
    text-align: center;
    background: #727272;
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
}

.pos-multi-stack-blocks.two.thirds img {
    width: 600px;
    display: block;
    margin: auto;
}

.row.corporate-block {
    margin: 50px 0;
}

.pos-delivery-text.one.half {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.delivery-block.row {
    display: flex;
    margin-top: 50px;
}

.pos-delivery-block-img.one.half img {
    width: 400px;
    display: block;
    margin: auto;
}

.delivery-block-display.row {
    margin: 50px 0;
}

.pos-multi-block-display {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pos-multi-block-display img {
    margin: 0 5px;
}

.pos-light-bulb-ig-mobile {
    display: none;
}

.in-store-display-mobile {
    display: none;
}

.instant-access-desktop {
    display: block;
}

@media (min-width: 0) and (max-width: 539px) {
    .pos-delivery-text {
        text-align: center;
    }

    .pos-delivery-text p,
    .pos-delivery-text h4 {
        text-align: center;
    }

    .instant-text.one.half p,
    .instant-text.one.half h4 {
        text-align: center;
    }

    .report-text-pos {
        margin-top: 50px;
    }

    .delivery-block.row {
        display: flex;
        margin-top: 50px;
        flex-direction: column;
    }

    .service-text-pos {
        margin-top: 50px;
    }

    .grey-bg-block {
        flex-direction: column;
        justify-content: space-evenly;
    }

    .row.complete-report-display p {
        margin: 0 0px;
    }

    .row.complete-report-display {
        position: relative;
        margin-top: 0px;
    }

    .row.instant-access-block {
        margin-top: 50px;
        display: block;
    }

    .instant-text.one.half {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-right: 0;
    }

    .row.instant-access-block img {
        width: auto;
        height: auto;
        object-fit: cover;
        display: block;
        margin: auto;
    }
}

@media (min-width: 0) and (max-width: 1023px) {
    .grey-bg-block img {
        width: 150px;
        display: block;
        margin: 5px auto;
    }

    .pos-light-bulb-ig,
    .in-store-display {
        display: none;
    }

    .pos-light-bulb-ig-mobile {
        display: block;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .grey-bg-block {
        flex-direction: column;
        justify-content: space-evenly;
    }

    .instant-text h4,
    .instant-text p {
        text-align: center;
    }

    .row.complete-report-display {
        position: relative;
        margin-top: 0px;
    }

    .row.instant-access-block {
        margin-top: 50px;
        display: block;
    }

    .instant-text.one.half {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-right: 0;
    }

    .row.instant-access-block img {
        width: auto;
        height: auto;
        object-fit: cover;
        display: block;
        margin: auto;
    }
}

@media (min-width: 0) and (max-width: 1299px) {
    .instant-access-desktop {
        display: none;
    }

    .in-store-display-mobile {
        display: block;
    }

    .row.instant-access-block img {
        width: auto;
        height: auto;
    }
}

@media (min-width: 1199px) {
    .pos-delivery-text.one.half p {
        padding-right: 315px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .row.instant-access-block img {
        width: auto;
        height: auto;
        object-fit: cover;
        display: block;
        margin: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .grey-bg-block img {
        width: 150px;
    }
}

/* Construction and Site Management */
.complex-block {
    background: #50AFE5;
    width: 600px;
    padding: 20px 70px;
    position: absolute;
    top: 255px;
    right: 60px;
}

.complex-block p {
    color: #fff;
}

.complex-block h4 {
    color: #fff;
    font-weight: 600;
}

.complex-display {
    position: relative;
    margin-bottom: 190px;
}

.complex-display img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.manage-display {
    background: url(/wp-content/uploads/2021/08/pc-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.row.manage-site-display {
    background: #EDEDED;
    display: flex;
    align-items: center;
    text-align: center;
}

.one.half.manage-site-text {
    padding: 0 50px;
}

.page-id-6887 h4 {
    font-weight: bold;
}

img.proj-manage-infog-img {
    display: block;
    margin: auto;
    width: 700px;
}

img.multi-circle-img.mt.mb {
    display: block;
    margin: auto;
}

img.multi-block-img {
    display: block;
    margin: auto;
}

img.multi-block-squares {
    display: block;
    margin: auto;
}

@media (min-width: 0) and (max-width: 767px) {
    .page-id-6887 h1:nth-child(1) {
        margin-top: 75px;
    }

    .complex-display img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .complex-block {
        background: #50AFE5;
        width: auto;
        padding: 10px;
        position: relative;
        top: 0;
        right: 0;
    }

    .one.half.manage-site-text {
        padding: 10px;
    }

    .row.manage-site-display {
        display: flex;
        flex-direction: column;
    }

    .complex-display {
        position: relative;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .one.half.construct-site-img-display {
        width: 100%;
    }

    .complex-display {
        position: relative;
        margin-bottom: 150px;
    }

    .row.manage-site-display.mt>div {
        width: 100%;
    }

    .row.manage-site-display {
        flex-direction: column-reverse;
    }
}

/* Development Process */
.biz-proc-1 {
    width: 900px;
    margin: auto;
    display: block;
}

@media (max-width: 1023px) {
    .biz-proc-1 {
        width: auto;
    }
}

/* Project Management Page */
.proj-manage-infog {
    width: 1000px;
    height: 500px;
    position: relative;
    margin: auto;
    margin-bottom: -268px;
    margin-top: 215px;
}

img.proj-manage-2 {
    width: 266px;
    left: 209px;
    top: -149px;
    position: absolute;
}

img.proj-manage-3 {
    width: 340px;
    right: -283px;
    left: 0;
    top: -149px;
    margin: auto;
    position: absolute;
}

img.proj-manage-4 {
    width: 425px;
    right: -513px;
    left: 0;
    top: 1px;
    margin: auto;
    position: absolute;
}

img.proj-manage-1 {
    width: 397px;
    left: -598px;
    right: 0;
    top: 1px;
    margin: auto;
    position: absolute;
}

.top-row-images {
    position: relative;
    top: 4px;
}

.multi-blocks {
    display: flex;
    flex-direction: row;
}

.dark-grey {
    background: #616363;
    height: 100%;
    padding: 40px;
    color: #fff;
}

.light-grey {
    background: #b1afb1;
    height: 100%;
    padding: 40px;
    color: #fff;
}

.dark-blue {
    background: #24aee4;
    height: 100%;
    padding: 40px;
    color: #fff;
}

.light-blue {
    background: #41c2ef;
    height: 100%;
    padding: 40px;
    color: #fff;
}

.proj-manage-infog-mobile {
    display: none;
}

@media (max-width: 539px) {
    .multi-blocks {
        display: flex;
        flex-direction: column;
    }

    .top-row-images {
        position: relative;
        top: 0;
    }
}

@media (max-width: 1023px) {
    .proj-manage-infog-mobile {
        display: block;
    }

    .proj-manage-infog {
        display: none;
    }
}

/* Boxzilla */
.boxzilla.boxzilla-bottom-right {
    bottom: 90px !important;
    right: 0;
}

/* Action Status Page */
.action-click {
    display: block;
}

span.space-between {
    margin: 0 5px;
}

.page-id-7486 .blocks-page-heading {
    display: none;
}

.action-status img {
    max-width: 70%;
    margin: auto;
    display: block;
    transition: max-width .3s
}

.action-status img:hover {
    -webkit-filter: brightness(110%);
    cursor: pointer;
    max-width: 80%;
}

.action-display {
    margin-top: 40px;
}


/* Modal */
.block-links {
    color: #FFF;
}

#modal-1,
#modal-2,
#modal-3,
#modal-4,
#modal-5,
#modal-6,
#modal-7,
#modal-8 {
    display: none;
}

.noBodyScroll {
    overflow-y: hidden;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-displayed {
    display: block;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 16% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
}

/* The Close Button */
.rook-close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    right: -20px;
    background: #20BCEE;
    top: -25px;
    padding: 10px 15px;
    border-radius: 50%;
    opacity: 1 !important;
}

.rook-close:hover,
.rook-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .action-status img {
        margin-bottom: 40px;
    }

    .modal-content {
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .modal-content {
        width: 50%;
    }
}

@media (max-width: 1070px) {}

/* END Modal */

/* Welcome Kit Page */
.rook-process-display {
    display: block;
    width: 800px;
    height: 510px;
    margin: 100px auto 165px;
    position: relative;
}

.rook-process-1 {
    position: absolute;
    width: 240px;
    right: 195px;
}

.rook-process-2 {
    position: absolute;
    width: 240px;
    left: 125px;
}

.rook-process-3 {
    position: absolute;
    left: -72px;
    right: 0;
    top: 277px;
    width: 413px;
    margin: auto;
}

.rook-process-4 {
    left: 0;
    right: 64px;
    top: -20px;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 85px;
}

.rook-process-5 {
    position: absolute;
    right: -93px;
    top: -44px;
    width: 533px;
}

.rook-process-7 {
    position: absolute;
    left: -66px;
    right: 0;
    bottom: -108px;
    margin: auto;
    width: 479px;
}

.rook-process-6 {
    position: absolute;
    left: -192px;
    top: -43px;
    width: 557px;
}

.rook-process-img {
    display: none;
}

.transparent-proj-img-display {
    display: block;
    width: 1230px;
    margin: 90px auto 90px;
}

.transparent-proj-img-display img {
    width: 172px;
}

.transparent-proj-img {
    display: none;
}

.real-time-infog-2 img {
    width: 350px;
}

.real-time-infog-2 {
    text-align: center;
}

.laptop-text-display {
    display: flex;
    align-items: center;
    text-align: center;
}

.laptop-view {
    width: 50%;
}

.laptop-view img {
    width: 400px;
}

.laptop-text {
    width: 50%;
    text-align: left;
}

@media (max-width: 1070px) {
    .rook-process-display {
        display: none;
    }

    .rook-process-img {
        display: block;
    }
}

@media (max-width: 1300px) {
    .transparent-proj-img-display {
        display: none;
    }

    .transparent-proj-img {
        display: block;
    }
}

/* Why Rook Page */
.flip-card-back,
.flip-card-front {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img.multi-1 {
    width: 533px;
}

.multi-row-2 {
    display: flex;
    margin-top: 10px;
}

.multi-row-3 {
    display: flex;
    height: 365px;
    margin-top: 10px;
}

.multi-row-4 {
    display: flex;
    margin-top: 10px;
}

img.multi-2 {
    width: 280px;
    margin: 0 10px;
}

img.multi-3 {
    width: 417px;
}

img.multi-4 {
    width: 533px;
}

img.multi-5 {
    width: 400px;
    margin: 0 10px;
}

img.multi-6 {
    width: 360px;
    position: relative;
}

img.multi-7 {
    width: 495px;
}

img.multi-8 {
    width: 429px;
    margin: 0 10px;
    object-fit: cover;
}

img.multi-9 {
    width: 306px;
    height: 550px;
}

.multi-row-4 img {
    height: 345px;
}

img.multi-10 {
    width: 535px;
    object-fit: cover;
}

img.multi-12 {
    height: 159px;
    position: relative;
    top: 185px;
    width: 306px;
    object-fit: cover;
    object-position: top;
}

img.multi-11 {
    width: 388px;
    margin: 0 10px;
}

.multi-row-1 img {
    height: 370px;
}

.multi-row-1 {
    display: flex;
}

.why-light-bulb-display {
    display: block;
    width: 100%;
    height: 480px;
    position: relative;
}

.why-light-bulb-display img {
    width: 45%;
}

.why-light-bulb-display .light-5 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.why-light-bulb-display .light-1 {
    position: absolute;
    left: 0;
}

.why-light-bulb-display .light-2 {
    position: absolute;
    right: 0;
}

.why-light-bulb-display .light-3 {
    bottom: 0;
    left: 0;
    position: absolute;
}

.why-light-bulb-display .light-4 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.why-light-bulb-mobile {
    display: none;
}

/* .light-5 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.light-1 {
    position: absolute;
}

.light-2 {
    position: absolute;
    right: 0;
}

.light-3 {
    bottom: 0;
    position: absolute;
}

.light-4 {
    position: absolute;
    right: 0;
    bottom: 0;
} */

.why-rook-multi-block {
    text-align: center;
    width: 1250px;
    margin: 50px auto;
}

.page-id-7861 .blocks-page-heading {
    display: none;
}

.config-visibility-infog {
    width: 1200px;
    height: 810px;
    margin: auto;
    position: relative;
}

.config-visible-7 {
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 155px;
    object-fit: contain;
}

.config-visible-1 {
    position: absolute;
    left: 216px;
    right: 0;
}

.config-visible-2 {
    position: absolute;
    right: 245px;
}

.config-visible-3 {
    position: absolute;
    left: 45px;
    right: 0;
    top: 225px;
}

.config-visible-4 {
    position: absolute;
    right: 54px;
    top: 222px;
}

.config-visible-6 {
    position: absolute;
    right: 245px;
    bottom: 0;
}

.config-visible-5 {
    position: absolute;
    left: 176px;
    right: 0;
    bottom: 14px;
}

.config-visibility-infog-mobile {
    display: none;
}

.remotely-accessible-display {
    display: block;
    width: 1250px;
    height: 800px;
    position: relative;
    margin-top: -115px;
}

.remotely-accessible-img {
    display: none;
}

.remote-1 {
    width: 213px;
    top: 297px;
    left: 11px;
    position: absolute;
}

.remote-2 {
    width: 300px;
    position: absolute;
    top: 161px;
    left: 70px;
    z-index: 1;
}

.remote-3 {
    width: 298px;
    position: absolute;
    top: 161px;
    left: 216px;
}

.remote-4 {
    width: 302px;
    position: absolute;
    top: 159px;
    left: 355px;
    z-index: 2;
}

.remote-5 {
    width: 291px;
    position: absolute;
    top: 161px;
    left: 507px;
}

.remote-6 {
    width: 293px;
    position: absolute;
    top: 165px;
    left: 644px;
    z-index: 3;
}

.remote-7 {
    width: 212px;
    top: 165px;
    right: 245px;
    position: absolute;
}

.remote-11 {
    position: absolute;
    top: 156px;
    left: -8px;
}

.remote-10 {
    position: absolute;
    right: 329px;
    bottom: 105px;
    width: 300px;
}

.remote-9 {
    position: absolute;
    right: 679px;
    bottom: 95px;
    width: 250px;
}

.remote-8 {
    position: absolute;
    right: 972px;
    bottom: 111px;
    width: 250px;
}

.text-img-display {
    display: flex;
    width: 1200px;
    margin: auto;
    flex-direction: row;
    justify-content: space-around;
}

.three-factor-triangle {
    display: block;
    position: relative;
    width: 400px !important;
}

.three-factor-triangle-mobile {
    display: none;
}

.factor-1 {
    position: absolute;
    left: 0;
    width: 160px;
}

.factor-2 {
    position: absolute;
    right: 122px;
    top: -15px;
    width: 146px;
}

.factor-3 {
    position: absolute;
    top: 137px;
    left: 13px;
    width: 282px;
}

.factor-4 {
    position: absolute;
    top: 116px;
    left: 0;
    width: 70px;
    right: 106px;
    margin: auto;
}

.transparent-tracked-display {
    display: block;
    margin: 90px auto -70px;
    width: 900px;
    height: 500px;
    position: relative;
}

.transparent-track-1 {
    width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.transparent-track-2 {
    width: 600px;
    position: absolute;
    top: -71px;
    left: 0;
    right: 0;
    margin: auto;
}

.transparent-tracked-img {
    display: none;
}

.real-time-img {
    max-width: 900px;
    margin: auto;
}

.why-rook-multi-block-mobile {
    display: none;
}

.book-demo-btn {
    background-color: #3ec3f1 !important;
    border-radius: 5px;
    color: #fff !important;
    padding: 0.3em 1.2em;
}

.why-rook-flip-board {
    height: auto;
}

.flip-card-back,
.flip-card-front {
    cursor: default;
}

.flip-card-back h1,
.flip-card-front h1 {
    font-weight: bold;
    font-size: 30px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.flip-row1,
.flip-row2 {
    display: flex;
    justify-content: center;
}

.flip-card,
.flip-card-2,
.flip-card-3,
.flip-card-4,
.flip-card-5,
.flip-card-6,
.flip-card-7,
.flip-card-8 {
    width: 255px;
    height: 460px;
    perspective: 1000px;
    margin: 10px;
}

.flip-card-inner,
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner,
.flip-card-2:hover .flip-card-inner,
.flip-card-3:hover .flip-card-inner,
.flip-card-4:hover .flip-card-inner,
.flip-card-5:hover .flip-card-inner,
.flip-card-6:hover .flip-card-inner,
.flip-card-7:hover .flip-card-inner,
.flip-card-8:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card .flip-card-front {
    background: url(/wp-content/uploads/2022/01/Sales-Mangement.jpg);
}

.flip-card-2 .flip-card-front {
    background: url(/wp-content/uploads/2022/01/Resorce-Management.jpg);
}

.flip-card-3 .flip-card-front {
    background: url(/wp-content/uploads/2022/01/Project_Job-Management.jpg);
}

.flip-card-4 .flip-card-front {
    background: url(/wp-content/uploads/2022/01/Estimating.jpg);
}

.flip-card-5 .flip-card-front {
    background: url(/wp-content/uploads/2022/01/Asset-Management.jpg);
}

.flip-card-6 .flip-card-front {
    background: url(/wp-content/uploads/2022/01/Action-Item-Management.jpg);
}

.flip-card-7 .flip-card-front {
    background: url(/wp-content/uploads/2022/01/Reporting-_-Analytics.jpg);
}

.flip-card-8 .flip-card-front {
    background: url(/wp-content/uploads/2022/01/Financial-Reporting.jpg);
}

.flip-card-back ul li {
    list-style: none;
}

.flip-card-back ul {
    margin-left: 0;
}

.flip-card .flip-card-back {
    background: url(/wp-content/uploads/2022/01/Sales-Management-back.jpg);
    transform: rotateY(180deg);
}

.flip-card-2 .flip-card-back {
    background: url(/wp-content/uploads/2022/01/Resorce-Management-back.jpg);
    transform: rotateY(180deg);
}

.flip-card-3 .flip-card-back {
    background: url(/wp-content/uploads/2022/01/Project_Job-Management-back.jpg);
    transform: rotateY(180deg);
}

.flip-card-4 .flip-card-back {
    background: url(/wp-content/uploads/2022/01/Estimating-back.jpg);
    transform: rotateY(180deg);
}

.flip-card-5 .flip-card-back {
    background: url(/wp-content/uploads/2022/01/Asset-Management-back.jpg);
    transform: rotateY(180deg);
}

.flip-card-6 .flip-card-back {
    background: url(/wp-content/uploads/2022/01/Action-Item-Management-back.jpg);
    transform: rotateY(180deg);
}

.flip-card-7 .flip-card-back {
    background: url(/wp-content/uploads/2022/01/Reporting-_-Analytics-back.jpg);
    transform: rotateY(180deg);
}

.flip-card-8 .flip-card-back {
    background: url(/wp-content/uploads/2022/01/Financial-Reporting-back.jpg);
    transform: rotateY(180deg);
}

@media (max-width: 900px) {

    .flip-card-back h1,
    .flip-card-front h1 {
        font-size: 25px;
    }

    .flip-row1,
    .flip-row2 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1080px) {
    .real-time-img {
        max-width: 900px;
        margin: auto;
    }

    .laptop-text-display div {
        width: 100%;
        margin-bottom: 20px;
    }

    .real-time-img {
        max-width: 900px;
        margin: auto;
    }

    .laptop-text-display div {
        width: 100%;
        margin-bottom: 20px;
    }

    .text-img-display img {
        width: 300px;
    }

    .text-img-display {
        display: flex;
        width: auto;
        margin: auto;
        flex-direction: column;
        text-align: center;
        justify-content: space-around;
    }
}

@media (max-width: 1250px) {
    .why-rook-multi-block {
        display: none;
    }

    .why-rook-multi-block-mobile {
        display: block;
    }

    .transparent-tracked-display {
        display: none;
    }

    .transparent-tracked-img {
        display: block;
    }

    .remotely-accessible-display {
        display: none;
    }

    .remotely-accessible-img {
        display: block;
    }

    .three-factor-triangle {
        display: none;
    }

    .three-factor-triangle-mobile {
        display: block;
    }

    .config-visibility-infog {
        display: none;
    }

    .config-visibility-infog-mobile {
        display: block;
    }

    .why-light-bulb-display {
        display: none;
    }

    .why-light-bulb-mobile {
        display: block;
    }
}

.acronym {
    display: block;
    margin: auto;
}

@media (max-width: 1179px) {
    .owl-dots {
        display: none !important;
    }
}

/*
 *
 * Mason@FFM #32766: Software wishlist popup
 */

@media screen and (max-width: 1024px) {
    #popmake-8064 {
        width: 100%;
    }

    #popmake-8064 .software-wishlist-logoframe-outer {
        display: none;
    }
}

#popmake-8064 {
    padding: 0;
}

#popmake-8064 .software-wishlist-content {
    padding: 10%;
}

#popmake-8064 .software-wishlist-content p {
    font-weight: bold;
}

#popmake-8064 .software-wishlist-content .software-wishlist-header {
    padding: 0px 30px;
}

#popmake-8064 .software-wishlist-content form {
    background-color: #FFFFFF99;
    padding: 40px;
}

#popmake-8064 form p {
    font-weight: bold;
}

#popmake-8064 h1 {
    font-weight: 600;
    color: white;
    width: 33vw;
}

.software-wishlist-upper-triangle-outer {
    position: relative;
    width: 100%;
    height: 100%;
}

.software-wishlist-upper-triangle-inner {
    position: absolute;
    background-color: #22afe5;
    height: 596px;
    width: 80%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -1;
}

.software-wishlist-lower-triangle-outer {
    position: relative;
    width: 100%;
    height: 100%;
    left: 229px;
}

.software-wishlist-lower-triangle-inner {
    position: absolute;
    background-color: #22afe5;
    height: 596px;
    width: 80%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
}

.software-wishlist-logoframe-outer {
    position: absolute;
}

img.software-wishlist-logoframe-inner {
    position: relative;
    left: 900px;
    top: -50px;
}

img.software-wishlist-logoframe-inner2 {
    position: relative;
    left: 179%;
    top: 20px;
}

.software-wishlist-content select {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: .8em;
    font-size: 0.9em;
    line-height: 1.5;
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
}

.page-template-page-naac-volunteer-registration select,
.page-template-page-naac-donor-registration select,
.page-template-page-naac-donation-registration select {
    font-size: 1em !important;
    height: initial;
    margin-bottom: 0.5em;
}

.page-template-page-naac-volunteer-registration input {
    /* font-size: 1.1em; */
    /* height: initial; */
}

.page-template-page-naac-volunteer-registration input[type="radio"] {
    position: relative;
    display: inline-block;
    top: 0.4em;
}

.page-template-page-naac-volunteer-registration .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-template-page-naac-member-pay button {
    background-color: #a40000;
    color: #fff;
}

.criminal-charges {
    margin-left: 25px;
}

.conviction_qa {
    margin-left: 87px;
}

.conviction_radio {
    margin: 0 20px !important;
}

/*
 * Mason@FFM #31587: subheader
 */

.subheader-social {
    position: relative;
    z-index: inherit;
    background-color: #555;
    text-align: center;
    font-size: 12pt;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    max-height: 50px;
}

.subheader-social a {
    color: #fff;
    text-decoration: none;
    transition: none;
}

.subheader-social a:hover {
    color: #fff;
    text-decoration: none;
    transition: none;
}

.subheader-social .subheader-social-icons {
    display: inline;
    /* position: absolute; */
    font-size: 18pt;
}

.subheader-social .subheader-left {
    left: 40px;
    /* float: left; */
    /* position: absolute; */
}

.subheader-social .subheader-right {
    right: 40px;
    /* float: right; */
    /* position: absolute; */
    /* width: 400px; */
}

.subheader-social .subheader-social-icons i.fa,
.subheader-social .subheader-social-icons i.fa-solid {
    color: #fff;
    margin-right: 10px;
}

.subheader-social .subheader-social-icons span {
    color: #fff;
}

.subheader-social button {
    color: #fff;
    background-color: #3ec3f1;
    border-radius: 5px;
    font-size: 11pt;
    padding: 5px 10px;
    margin: 5px;
}

.subheader-social-center {
    display: inline-block;
    width: 30%;
    text-overflow: ellipsis;
    /* overflow-wrap: break-word; */
    /* overflow: scroll; */
}

/* Make the center section more responsive on smaller screens */
@media screen and (max-width: 1450px) {
    .subheader-social-center {
        width: 50%;
        /* Slightly reduce the width of center section */
    }
}

/* Further adjustment for smaller screens */
@media screen and (max-width: 1300px) {
    .subheader-social-center {
        width: 70%;
        /* Allow more space for the center section */
    }
}

@media screen and (max-width: 768px) {
    .subheader-social-center {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    /* .subheader-social {
        display: none;
    } */
}

.thanks-text {
    color: black;
    font-size: 18pt;
    margin-left: 20%;
    margin-right: 20%;
}

.thanks-text p {
    font-weight: 400;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    display: initial;
    padding: initial;
}

.page-template-page-naac-volunteer-registration table thead tr th,
table thead tr td {
    background: #c93e3e;
    color: #fafafa;
}

/* Noah Matsubara -- Ticket-32367 */
div#slider_8271 .owl-next {
    background-image: url(/wp-content/uploads/2021/08/right-arrow-1.png) !important;
    background-size: 20px !important;
    opacity: 1;
    background-position-x: right !important;
    background-color: transparent !important;
}

div#slider_8271 .owl-prev {
    background-image: url(/wp-content/uploads/2021/08/left-arrow-1.png) !important;
    background-size: 20px !important;
    opacity: 1;
    background-position-x: left !important;
    background-color: transparent !important;
}

.single-page.nobanner {
    margin-top: 14em;
}

.thank-you-img {
    margin: 0 auto;
    text-align: center;
}

.thank-you-img img {
    height: 300px;
}

.thank-you-title {
    color: #3ec3f1;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2em;
    margin: 1em auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 430px;
}

.thank-you-subtitle {
    color: #3ec3f1;
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 0.5em auto 0;
    text-align: center;
    width: 450px;
}

.thank-you-msg {
    font-size: 1.2em;
    line-height: 1.45em;
    margin: 1em auto;
    text-align: center;
}

/* NaAC Donation Page */
.page-template-page-naac-donor-registration {}

.page-template-page-naac-donor-registration .donor_block .container-box,
.page-template-page-naac-donor-registration .patient_block .container-box,
.page-template-page-naac-donor-registration .anonymous_block .container-box {
    border: 1px solid #ccc;
    border-radius: 0.5em;
    padding: 2em;
}

.page-template-page-naac-donor-registration .donor_block .container-box h2,
.page-template-page-naac-donor-registration .patient_block .container-box h2,
.page-template-page-naac-donor-registration .anonymous_block .container-box h2 {
    margin-top: 0;
}

.page-template-page-naac-donation-registration {}

.page-template-page-naac-donation-registration .donor_block .container-box,
.page-template-page-naac-donation-registration .patient_block .container-box,
.page-template-page-naac-donation-registration .anonymous_block .container-box {
    border: 1px solid #ccc;
    border-radius: 0.5em;
    padding: 2em;
}

.page-template-page-naac-donation-registration .donor_block .container-box h2,
.page-template-page-naac-donation-registration .patient_block .container-box h2,
.page-template-page-naac-donation-registration .anonymous_block .container-box h2 {
    margin-top: 0;
}

.donation-type-description {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    /* font-style: italic; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.donation-type-description h4 {
    color: #a40000;
}

.donation-type-description p {
    width: 75%;
}

.naac h1 {
    text-transform: unset !important;
    font-weight: bold;
    color: #a40000;
}

h1.donation-title {
    text-transform: initial;
    text-align: center;
    font-weight: bold;
    color: #a40000;
}

.cookie-notice-container {
    background-color: #000;
}

.width-third {
    width: 263px;
    float: left;
    position: relative;
    min-height: 1px;
    height: 275px;
    margin-top: 60px;
}

.white-text {
    color: white;
}

.flex-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.container-wider {
    margin: 0 auto;
    max-width: 1500px;
}

.new-info-graphic {
    width: 265px;
    height: auto;
    padding: 20px;
}

.new-info-graphic2 {
    width: 265px;
    height: auto;
    padding: 20px;
}

@media screen and (max-width: 1059px) {
    /* .new-info-graphic:nth-child(5) {
        order: 5;
    } */

    .new-info-graphic2:nth-child(6) {
        order: 7;
    }

    .new-info-graphic2:nth-child(7) {
        order: 6;
    }

    .new-info-graphic2:nth-child(8) {
        order: 5;
    }

    .custom_blue_box {
        height: fit-content !important;
        padding-bottom: 150px;
    }

    .custom_blue_box .no-margin-top-mobile {
        display: block !important;
    }
}

.field-names {
    margin-top: 10px;
    text-align: center;
}

.wpcf7-spinner {
    position: absolute !important;
    left: 1145px;
    bottom: 40px;
}

@media screen and (max-width: 430px) {
    .wpcf7-spinner {
        left: 225px;
        bottom: 40px;
    }
}

.software-wishlist-lower-triangle-inner2 {
    position: absolute;
    background-color: #22afe5;
    height: 596px;
    width: 80%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
    top: 69%;
    right: -0.2%;
}

.button-right {
    position: relative;
    left: 1109px;
    background-color: white;
    top: -10px;
    width: 140px;
    height: 80px;
}

.button-right input {
    height: 80px;
}

@media screen and (max-width: 1024px) {
    .software-wishlist-header {
        width: 100% !important;
    }
}

@media screen and (max-width: 440px) {
    .button-right {
        position: initial;
        margin: auto;
        left: 191px;
        top: -5px;
    }

    .software-wishlist-lower-triangle-inner {
        left: -133px !important;
    }

    .software-wish-header {
        width: 70% !important;
    }
}

.software-wishlist-header {
    color: black;
    width: 70%;
}

.software-wishlist-header {
    color: black;
    width: 70%;
}

.software-wish-header {
    color: white;
    width: 75%;
}

.wishlist-icon {
    width: 5%;
    filter: invert(99%) sepia(4%) saturate(441%) hue-rotate(74deg) brightness(111%) contrast(100%);
}

@media only screen and (max-width: 768px) {
    .mobile-head-thing {
        width: 100% !important;
        color: black !important;
    }

    .software-wishlist-lower-triangle-inner2 {
        top: 78% !important;
    }
}

#wpcf-section-sp_wpcp_upload_options_0 {
    display: block !important;
}

.new-info-graphic-delivery {
    width: 32%;
}

@media only screen and (min-width: 1023px) {
    .mobile-display-only-new {
        display: none !important;
    }
}

.mobile-display-only-new {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.mobile-new-info {
    margin-left: 20px;
    margin-right: 20px;
}

.page-id-8407 div.row.padded.double section>h1:first-of-type {
    margin-top: 125px;
}

.blockbanner1 {
    background: url('/wp-content/uploads/2023/06/ROOKNewMessageBlockBlankBanner1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}

.blockbanner2 {
    background: url('/wp-content/uploads/2023/06/ROOKNewMessageBlockBlankBanner2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}

.blockbanner3 {
    background: url('/wp-content/uploads/2023/06/ROOKNewMessageBlockBlankBanner3.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}

.blockbanner4 {
    background: url('/wp-content/uploads/2023/06/ROOKNewMessageBlockBlankBanner4.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}

.blockbanner5 {
    background: url('/wp-content/uploads/2023/06/ROOKNewMessageBlockBlankBanner5.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}

/* Adding new block of all services and adding the 12 services to the other blocks on the homepage */

.new-block-home-2023 {
    background: url('/wp-content/uploads/2023/06/FFMNewMessageBlockImage.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}

.each-box-12 {
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 1130px) {
    .no-margin-top-mobile {
        margin-top: 0px !important;
    }

    .smaller-text-mobile {
        font-size: 2em !important;
    }

    .subheader-social {
        min-height: auto;
        max-height: fit-content;
        flex-direction: column;
        gap: 15px;
    }

    .subheader-social .subheader-left {
        left: 0px;
        float: none;
        position: unset;
        width: 100%;
    }

    .subheader-social .subheader-social-icons {
        display: unset;
        position: unset;
        font-size: 18pt;
        text-align: center;
    }

    .subheader-social-center {
        display: unset;
        width: 100%;
        text-overflow: ellipsis;
    }

    .subheader-social .subheader-right {
        right: 0px;
        float: none;
        position: unset;
        width: 100%;
        padding-left: 0px;
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .smaller-text-mobile {
        font-size: 1.8em !important;
    }

    .no-margin-top-mobile {
        display: none !important;
    }

    .new-block-home-2023 {
        height: 500px !important;
    }
}

@media only screen and (max-width: 400px) {
    .smaller-text-mobile {
        font-size: 1.3em !important;
    }
}

@media only screen and (min-width: 769px) {
    .mobile-call-to-action {
        display: none !important;
    }
}

.mobile-call-to-action {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media only screen and (max-width: 1216px) and (min-width: 769px) {
    .smaller-text-please {
        font-size: 3.5em !important;
    }
}

.each-box-field-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 125px;
    margin-left: 65px;
    margin-right: 65px;
    margin-top: 30px;
}

@media only screen and (min-width: 769px) {
    .display-mobile-yes {
        display: none !important;
    }
}

@media only screen and (max-width: 769px) {

    .dont-display-mobile {
        display: none !important;
    }
}

/** Supply Chain Management first infographic mobile styles */

.supply-management-mobile-container {
    position: relative;
    width: 350px;
    height: 800px;
    margin: 0 auto;
}

@media only screen and (min-width: 936px) {
    .dont-display-supply {
        display: none;
    }
}

.supply-management-1 {}

.supply-management-2 {
    position: absolute;
    left: -3px;
    top: 34%;
}

.supply-management-3 {
    position: absolute;
    right: -5px;
    top: 41%;
}

.supply-management-4 {
    position: absolute;
    left: -3px;
    top: 48%;
}

.supply-management-5 {
    position: absolute;
    right: -9px;
    top: 55%;
}

.supply-management-6 {
    position: absolute;
    left: -5px;
    top: 62%;
}

.supply-management-7 {
    position: absolute;
    right: -10px;
    top: 69%;
}

.supply-management-8 {
    position: absolute;
    left: -3px;
    top: 76%;
}

.supply-management-9 {
    position: absolute;
    right: -6px;
    top: 83%;
}

@media only screen and (min-width: 700px) {
    .display-mobile-please-1 {
        display: none !important;
    }
}

@media only screen and (max-width: 700px) {
    .sales-manage-infog-1-mobile {
        display: none !important;
    }

    .sales-manage-mobile-1 {
        width: 90%;
    }
}

.page-id-6504 section.main-content>h1:first-of-type {
    display: none !important;
}

/* POS sales and retail new mobile infographics */

@media only screen and (max-width: 600px) {
    .dont-display-mobile-k {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) {
    .five-block-mobile-infog {
        display: none !important;
    }

    /** Construction Site Management page new mobile infographics */
    .site-construction-2-mobile {
        display: none !important;
    }

    .site-construction-3-mobile {
        display: none !important;
    }

    .site-construction-1-mobile {
        display: none !important;
    }
}

.site-construction-2-mobile {
    width: 350px;
    position: relative;
    height: 1000px;
    margin: 0 auto;
}

.site-construction-2-mobile-1 {
    position: absolute;
    width: 120px;
    left: 105px;
}

.site-construction-2-mobile-2 {
    position: absolute;
    width: 120px;
    left: 20px;
    top: 113px;
}

.site-construction-2-mobile-3 {
    position: absolute;
    width: 120px;
    left: 190px;
    top: 113px;
}

.site-construction-2-mobile-4 {
    position: absolute;
    width: 120px;
    left: 105px;
    top: 205px;
}

.site-construction-2-mobile-5 {
    position: absolute;
    width: 120px;
    left: 20px;
    top: 324px;
}

.site-construction-2-mobile-6 {
    position: absolute;
    width: 120px;
    left: 190px;
    top: 324px;
}

.site-construction-2-mobile-7 {
    position: absolute;
    width: 120px;
    left: 105px;
    top: 421px;
}

.site-construction-2-mobile-8 {
    position: absolute;
    width: 120px;
    left: 20px;
    top: 542px;
}

.site-construction-2-mobile-9 {
    position: absolute;
    width: 120px;
    left: 190px;
    top: 542px;
}

.site-construction-2-mobile-10 {
    position: absolute;
    width: 120px;
    left: 105px;
    top: 640px;
}

.site-construction-2-mobile-11 {
    position: absolute;
    width: 120px;
    left: 20px;
    top: 761px;
}

.site-construction-2-mobile-12 {
    position: absolute;
    width: 120px;
    left: 190px;
    top: 761px;
}


.five-block-mobile-infog {
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.site-construction-3-mobile-1 {
    position: relative;
    width: 250px;
    left: 35px;
    top: 30px;
}

.site-construction-3-mobile-2 {
    position: relative;
    width: 250px;
    top: 3px;
    left: 9px;
}

.site-construction-3-mobile-3 {
    position: relative;
    width: 250px;
    top: -25px;
    left: -14px;
}

.site-construction-3-mobile-4 {
    position: relative;
    width: 250px;
    top: -53px;
    left: -38px;
}

.site-construction-3-mobile-5 {
    position: relative;
    width: 250px;
    top: -80px;
    left: -30px;
}

.site-construction-3-mobile-6 {
    position: relative;
    width: 250px;
    top: -107px;
    left: -6px;
}

.site-construction-3-mobile-7 {
    position: relative;
    width: 250px;
    top: -135px;
    left: 19px;
}

.site-construction-3-mobile-8 {
    position: relative;
    width: 250px;
    top: -164px;
    left: 42px;
}

.little-dots-construction-mobile {}

.little-dots-mobile-1 {
    width: 25%;
    position: relative;
}

.little-dots-mobile-2 {
    width: 22%;
    position: relative;
    top: -10px;
    left: 10px;
}

.little-dots-mobile-3 {
    width: 27%;
    position: relative;
    top: -3px;
    margin-left: 22px;
}

.little-dots-mobile-4 {
    width: 27%;
    position: relative;
    top: 15px;
    left: -17px;
}

.little-dots-mobile-5 {
    width: 25%;
    position: relative;
    left: -14px;
}

.little-dots-mobile-6 {
    width: 21%;
    position: relative;
    top: 13px;
    left: 1px;
}

.little-dots-mobile-7 {
    width: 21%;
    position: relative;
    margin-left: 15px;
    top: 26px;
    left: -12px;
}

.little-dots-mobile-8 {
    width: 25%;
    position: relative;
    left: 2px;
    top: 33px;
}

.little-dots-mobile-9 {
    width: 27%;
    position: relative;
    top: 35px;
    left: 5px;
}

.little-dots-mobile-10 {
    width: 43%;
    position: relative;
    top: 15px;
    left: -15px;
}

.little-dots-mobile-11 {
    width: 22%;
    position: relative;
    left: -35px;
    top: 10px;
}

.little-dots-mobile-12 {
    width: 25%;
    position: relative;
    left: -21px;
}

@media only screen and (min-width: 490px) {
    .little-dots-dont-display {
        display: none !important;
    }
}

@media only screen and (max-width: 490px) {
    .dots-dont-display {
        display: none !important;
    }
}

.book-a-demo-construction {
    color: white !important;
    border: 1px solid white !important;
}

.construction-site-1-images {
    width: 110px;
    text-align: center;
}

.site-construction-1-mobile {
    display: flex;
    justify-content: space-evenly;
    width: 97%;
    flex-wrap: wrap;
    align-items: end;
}

.each-block-mobile-1 {
    margin: 20px;
    width: 100px;
}

@media only screen and (max-width: 769px) {

    .page-id-6887 p,
    h1,
    h2,
    h3,
    div {
        text-align: center;
    }

    .dont-display-mobile {
        display: none !important;
    }
}

/** Delivery Process Management ticket new mobile infographics  */

.customer-delivery-mobile {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}

@media only screen and (min-width: 966px) {
    .customer-delivery-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1116px) {
    .delivery-flight-mobile {
        display: none !important;
    }
}

.delivery-flight-mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.each-box-delivery-flight {
    width: 200px;
    margin: 10px;
    text-align: center;
}

/* FFM REFER A FRIEND PAGE */



.refer-submit-button {
    color: white !important;
    border: 1px solid white !important;
    background-color: #3ec3f1 !important;
    transition: 0.3s;
}

.refer-submit-button:hover {
    color: #3ec3f1 !important;
    background-color: white !important;
}

.each-box-refer {
    width: 260px;
    margin: 10px;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 175px;
}

.indiv-image-refer {
    width: 25%;
    margin: 10px;
    filter: invert(83%) sepia(42%) saturate(438%) hue-rotate(126deg) brightness(85%) contrast(87%);
}

.bottom-page-buttons-refer {
    width: 300px;
    color: white;
    background-color: #3ec3f1;
    border: 1px solid white;
    margin: 10px;
    transition: 0.3s;
    text-align: center;
    font-size: 22px;
    height: 60px;
    border-radius: 7px;
    padding-top: 17px;
    cursor: pointer;
}

.bottom-page-buttons-refer:hover {
    color: #3ec3f1;
    background-color: white;
    border: 1px solid #3ec3f1;
}

.bottom-page-buttons-refer a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.bottom-page-buttons-refer a:hover {
    color: #3ec3f1 !important;
}

@media only screen and (max-width: 1184px) and (min-width: 750px) {
    .mobile-reformatting-refer {
        width: 80% !important;
    }
}

.form-field-refer {
    width: 440px;
}

@media only screen and (max-width: 820px) {
    .mobile-form-refer {
        width: 80% !important
    }
}

@media only screen and (max-width: 590px) {
    .form-field-refer {
        width: 300px;
    }
}

.margin-top-20-refer {
    margin-top: 25px;
}

/** Shop Maintenance & Fleet new mobile infographics */

@media only screen and (max-width: 950px) {
    .main-cog-mobile {
        display: none !important;
    }

    .four-block-arrow-mobile {
        display: none !important;
    }
}

.main-cog-mobile-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    align-items: center;
    margin-bottom: 30px;
}

.main-cog-mobile-new div {
    margin: 0 auto;
}

.new-mobile-main-each-block {
    margin-bottom: 20px;
}

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

.text-align-left-mobile {
    text-align: left;
}

@media only screen and (min-width: 950px) {
    .main-cog-mobile-new {
        display: none !important;
    }

    .four-block-arrow-mobile-new {
        display: none !important;
    }
}

@media only screen and (max-width: 1150px) {
    .start-end-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 1150px) {
    .start-end-mobile-new {
        display: none !important;
    }
}

.start-end-mobile-new {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.four-block-arrow-mobile-new {
    display: flex;
    width: 200px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.four-block-arrow-each {
    margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
    .SMFINFOG {
        display: none !important;
    }

    .phone-safe-mobile {
        display: none !important;
    }

    .ess-tools-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 702px) {
    .SMF-mobile-infog {
        display: none !important;
    }

    .SMF-last-new-mobile {
        display: none !important;
    }

    .ess-tools-mobile-new {
        display: none !important;
    }
}

.SMF-mobile-infog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ess-tools-mobile-new {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ess-tools-each-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.start-end-infog {
    margin-bottom: 50px;
}

.start-end-mobile {
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .text-center-mobile-only {
        text-align: center !important;
    }
}

/** POS SALES RETAIL LIGHTBULB INFOG MOBILE */

@media only screen and (max-width: 1024px) {
    .row.complete-report-display {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .pos-light-mobile {
        display: none !important;
    }

    .pos-light-mobile2 {
        display: none !important;
    }
}

.pos-light-mobile2 {
    text-align: center;
}

.pos-light-mobile {
    width: 400px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pos-light-mobile-block {
    margin: 10px;
}

.pos-text-left {
    text-align: left;
}

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

.blog-post-flex-box {
    display: flex;
    width: 1280px;
    margin: 0 auto;
    justify-content: center;
}

.hover-banner {
    transition: all 0.2s;
}

.hover-banner:hover {
    scale: 1.1;
}

.fa-virus-covid {
    cursor: pointer;
}

/** New 404 styling from the software **/

.new404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 57%;
    font-family: sans-serif;
    overflow-x: hidden;
}

.new4042 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 57%;
    background-image: url('/wp-content/uploads/2023/09/ROOKOutlinexp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
    font-family: sans-serif;
    overflow-x: hidden;
    margin-top: 160px;
}

.new404 .new404-two-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
}

.new404 .new404-two-panel h1 {
    font-size: 232px;
    color: #1ac6ff;
    line-height: 0;
}

.new404 .new404-two-panel h2 {
    font-size: 48px;
    color: #1ac6ff;
    text-transform: uppercase;
}

.new404 .new404-two-panel h3 {
    width: 13em;
    font-size: 32px;
    font-weight: 400;
}

.new404 .new404-two-panel h3.new404-alt {
    font-size: 34px;
    color: #1ac6ff;
    font-weight: 400;
    text-transform: uppercase;
}

.new404-alt {
    font-size: 34px;
    color: #1ac6ff;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.new404 .new404-two-panel h3.new404-alt#tryagain {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.new404 .new404-buttons {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.new404 .new404-buttons button {
    padding: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px 20px;
    font-size: 20px;
    background-color: #1ac6ff;
    color: #fff;
    border: solid 4px #1ac6ff;
    border-radius: 40px;
    cursor: pointer;
}

.new404 .new404-buttons button.alt {
    background-color: #fff;
    color: #1ac6ff;
    border: solid 4px #1ac6ff;
}

.new404 .new404-search-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 26px 0px;
}

.search-submit {
    margin-top: 15px;
}

.search-input {
    padding: 0.4em !important;
    font-size: 1em !important;
}

.search-input::placeholder {
    opacity: 0.5;
}

.new404 .new404-search-wrapper input {
    width: 50%;
    font-size: 26px;
    padding: 10px;
    border: solid 1px #000;
    color: #000;
    font-weight: 300;
}

.new404 .new404-search-wrapper input::placeholder {
    color: #000;
    font-weight: 300;
}

.new404 #new404-search {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    width: 4em;
}

.new404 #new404-search img.mag {
    filter: invert(100%);
    height: 2em;
}

.heading404 {
    color: #1ac6ff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
}

.click-to {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.three-links-404 {
    color: #1ac6ff;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    text-decoration: none !important;
}

.no-dec {
    text-decoration: none;
}

.clip-image {
    margin-top: -20px;
    margin-left: 20px;
    overflow: hidden;
    width: 30%;
}

@media only screen and (max-width: 800px) {
    .clip-image {
        width: 55% !important;
    }

    .new4042 {
        background-size: 50% !important;
    }
}

@media only screen and (max-width: 780px) {
    .new404 {
        height: 71% !important;
    }
}

@media only screen and (max-width: 440px) {
    .new404 {
        height: 81% !important;
    }
}

.search {
    width: 500px;
}

.search-input {
    width: 100% !important;
}

@media only screen and (max-width: 1120px) {
    .new4042 {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .search {
        width: 300px !important;
    }
}

/** New charity infog **/
.new-card-charity-container {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.each-card-charity {
    width: 330px;
    margin: 15px;
}

.tp-bullets {
    top: 114% !important;
}

.one.third.image-article img {
    object-fit: contain;
}

/** New charity infog animations **/
.charity-new-container {
    position: relative;
    width: 1200px;
    margin: 50 auto;
    height: 800px;
}


.charity-new1 {
    position: absolute;
    width: 500px;
    left: 369px;
    top: 200px;
}

.charity-new2 {
    position: absolute;
    width: 340px;
    left: 96px;
    top: 238px;
}

.charity-new3 {
    position: absolute;
    width: 300px;
    left: 470px;
    top: 47px;
}

.charity-new4 {
    position: absolute;
    width: 300px;
    left: 88px;
    top: 478px;
}

.charity-new5 {
    position: absolute;
    width: 340px;
    left: 802px;
    top: 219px;
}

.charity-new6 {
    position: absolute;
    width: 300px;
    top: 481px;
    left: 849px;
}

.charity-mobile-infog img {
    max-width: 390px;
    margin: 0 auto;
    display: block;
}

@media only screen and (min-width: 1200px) {
    .charity-mobile-infog {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .charity-new-container {
        display: none;
    }

    .thanks-container {
        margin-top: 50px !important;
    }
}

/**  DONATE PAGE   **/
.vc_col-sm-12.container {
    float: none;
}

.donate-heading h1,
.donate-heading h2,
.donate-heading p {
    color: #fff;
}

.donate-heading h1 {
    font-size: 38px;
    font-family: 'Poppins', 'Open Sans', sans-serif;
    font-weight: 500;
}

.page-donate h2,
.page-donate h3,
.page-donate h4,
.page-donate h5,
.page-donate h6 {
    font-family: 'Sriracha', 'Open Sans', sans-serif;
    font-weight: bold;
}

.donate-infographic h2,
.donate-heading h2 {
    font-size: 38px;
    text-transform: uppercase;
}

.donate-infographic p,
.donate-heading p {
    font-size: 20px;
    font-weight: 400;
}

.donate-infographic img,
.donate-infographic figure {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.donate-cta-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

@media (max-width: 799px) {
    .donate-cta-wrapper {
        flex-wrap: wrap;
    }
}

div.donate-cta {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-grow: 1;
    min-height: 350px;
    text-align: center;
    color: #fff;
}

div.donate-cta>div,
.donate-cta .wpb_wrapper {
    height: 100%;

}

.donate-cta .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.donate-cta h3 {
    font-size: 30px;
    text-transform: uppercase;
}

a.learn-block-btn {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: all .5s;
}

.learn-block-btn:hover {
    background-color: rgba(240, 240, 240, .4);
}

.donate-title {
    display: none;
}

.donate-title h3 {
    font-size: 38px;
    text-transform: uppercase;
}

.donate-title p {
    font-size: 18px;
}

.donate-title--active {
    display: block;
}

.donate-form {
    font-size: 18px;
    margin: 0px 30px;
}

.donate-form legend {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
    color: #b1222d;
    border-bottom: 1px solid #b1222d;
}

.donate-form .vc_row {
    padding: 5px 0;
}

.donate-form input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 15px;
    -ms-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    width: auto;
}

.donate-form select {
    height: auto;
    margin-bottom: 10px;
}

.btn-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    border: 1px solid #444;
}

.btn-view--big {
    height: auto;
    padding: 10px 15px;
}

.btn-view input {
    display: none;
}

.btn-view:hover {
    cursor: pointer;
    background-color: #f7f7f7;
}

.btn-view.active {
    background-color: #e9e9e9;
}

.btn-view+input[name='donation-amount-custom'] {
    margin-top: 5px;
}

input.btn-give-today {
    color: #fff;
    border: 1px solid #B01E34;
    background: #B01E34;
}

input.btn-give-today:hover {
    color: #B01E34;
    border-color: #B01E34;
    background: #fff;
}

.donate-page-bottom {
    display: flex;
    justify-content: center;
    border-bottom: 8px solid #dF6A2d;
}

.donate-page-bottom p {
    position: relative;
    margin-bottom: 0;
    padding: 5px 0 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #dF6A2d;
}

.donate-page-bottom p:before,
.donate-page-bottom p:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    top: 0;
    bottom: 0;
    background: #dF6A2d;

}

.donate-page-bottom p:before {
    left: -25px;
    border-radius: 100% 0 0 0;
}

.donate-page-bottom p:after {
    right: -25px;
    border-radius: 0 100% 0 0;
}

.donation-single-alert {
    min-height: 51vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .donation-single-alert {
        min-height: 20vh;
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .donation-single-alert {
        min-height: 34vh;
    }
}

.pull-right-important {
    float: right !important;
}

/*For Ecosystem figure on PRM page CSS start*/
.prm-page-wrapper.row .container {
    max-width: 1400px;
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .prm-page-wrapper.row .container {
        width: 1400px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .prm-page-wrapper.row .container {
        width: 1200px !important;
    }
}

.prm-page-wrapper.row .container h1.blocks-page-heading {
    margin-top: 70px;
    margin-bottom: 20px;
}

.prm-page-wrapper.row .container h3.blocks-page-heading i {
    font-style: italic;

}

.prm-page-wrapper.row .container p.blocks-page-heading {
    /* font-size: 1.2em !important;
    margin-top: 50px; */
}

.prm-ecosystem {
    position: relative;
    height: 700px;
    width: 1100px;
    margin: auto;
}

.prm-ecosystem-mobile-version {
    display: none !important;
    margin-top: 50px;
    flex-wrap: wrap;
}

.prm-ecosystem-mobile-version .prm-eco-mobile-img {
    max-width: 80%;
    margin: auto;
}

.prm-ecosystem-mobile-version .prm-ecosystem-images-wrapper-left,
.prm-ecosystem-mobile-version .prm-ecosystem-images-wrapper-right {
    width: 50%;
}

@media (max-width: 768px) {

    .prm-ecosystem-mobile-version .prm-ecosystem-images-wrapper-left,
    .prm-ecosystem-mobile-version .prm-ecosystem-images-wrapper-right {
        width: 100%;
    }

    .prm-ecosystem-mobile-version .prm-eco-mobile-img {
        max-width: 90%;
    }
}

@media (max-width: 1100px) {
    .prm-ecosystem-mobile-version {
        display: flex !important;
    }

    .prm-ecosystem {
        display: none !important;
    }
}

.prm-ecosystem .big-circle {
    top: 125px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    margin: auto;
    z-index: 9;
    width: 350px;
}

.prm-ecosystem .big-circle img {
    width: 350px;
}

.eco-images {
    position: absolute;
    width: fit-content;
}

.eco-images img {
    width: 400px;
}

.prm-eco-img1 {
    top: 60px;
    left: 130px;
}

.prm-eco-img2 {
    top: 190px;
    left: 33px;
}

.prm-eco-img3 {
    top: 370px;
    left: 0px;
}

.prm-eco-img4 {
    top: 500px;
    left: 33px;
}

.prm-eco-img5 {
    top: 540px;
    left: 140px;
}

.prm-eco-img6 {
    top: 50px;
    left: 580px;
}

.prm-eco-img7 {
    top: 210px;
    left: 675px;
}

.prm-eco-img8 {
    top: 366px;
    left: 700px;
}

.prm-eco-img9 {
    top: 500px;
    left: 680px;
}

.prm-eco-img10 {
    top: 550px;
    left: 535px;
}

.prm-strategic-graph .sales-manage-infog-1-mobile {
    display: none !important;
}

.prm-strategic-graph {
    margin-top: 150px;
}

.prm-strategic-graph h2 {
    max-width: 900px;
    margin: auto;
}

.prm-strategic-graph .sales-dash {
    top: 60px;
}

@media (max-width: 1350px) {
    .prm-strategic-graph .sales-manage-infog-1-mobile {
        display: block !important;
    }

    .prm-strategic-graph .sales-manage-infog-1 {
        display: none !important;
    }
}

@media only screen and (max-width: 700px) {
    .prm-strategic-graph .sales-manage-infog-1-mobile {
        display: none !important;
    }
}

.prm-elevate-graph {
    margin-top: 100px;
}

.prm-elevate {
    position: relative;
    height: 800px;
    width: auto;
    margin: auto;
}

.prm-elevate-mobile-version {
    position: relative;
    height: auto;
    width: auto;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    display: none !important;
}

.prm-elevate .big-center-img {
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    margin: auto;
    z-index: 9;
    width: 350px;
    position: relative;
}

.prm-elevate .big-center-img img {
    width: 350px;
}

.prm-elevate .elevate-images {
    position: absolute;
    width: fit-content;
}

.prm-elevate .elevate-images img {
    width: 350px;
}

.prm-elevate-img1 {
    top: 0px;
    left: 19%;
}

.prm-elevate-img2 {
    top: 23%;
    left: 6%;
}

.prm-elevate-img3 {
    top: 45%;
    left: 19%;
}

.prm-elevate-img4 {
    top: 0px;
    left: 55%;
}

.prm-elevate-img5 {
    top: 23%;
    left: 68%;
}

.prm-elevate-img6 {
    top: 45%;
    left: 55%;
}

@media (max-width: 1500px) {
    .prm-elevate-img1 {
        top: 0px;
        left: 14%;
    }

    .prm-elevate-img2 {
        top: 23%;
        left: 1%;
    }

    .prm-elevate-img3 {
        top: 45%;
        left: 14%;
    }

    .prm-elevate-img4 {
        top: 0px;
        left: 55%;
    }

    .prm-elevate-img5 {
        top: 23%;
        left: 68%;
    }

    .prm-elevate-img6 {
        top: 45%;
        left: 55%;
    }
}

@media (max-width: 1200px) {
    .prm-elevate .big-center-img img {
        width: 330px;
    }

    .prm-elevate .elevate-images img {
        width: 330px;
    }
}

@media (max-width: 1100px) {
    .prm-elevate .big-center-img img {
        width: 300px;
    }

    .prm-elevate .elevate-images img {
        width: 300px;
    }
}

@media (max-width: 950px) {
    .prm-elevate .big-center-img img {
        width: 250px;
    }

    .prm-elevate .elevate-images img {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .prm-elevate-mobile-version {
        display: grid !important;
    }

    .prm-elevate {
        display: none !important;
    }

    .thanks-text {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    .prm-elevate-graph {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .prm-elevate-mobile-version {
        grid-template-columns: repeat(1, 1fr);
    }
}

.journey-graph .journey .big-center-img-desktop {
    position: relative;
    height: 800px;
    width: auto;
    margin: auto;
}

.journey-graph .journey .big-center-img-desktop .journey-img {
    position: absolute;
    width: fit-content;
}

.journey-graph .journey .big-center-img-desktop img {
    width: 350px;
}

.journey-graph .big-center-img-mobile {
    display: none;
}

.journey-graph .journey .big-center-img-desktop .journey-img.journey-img-0 {
    top: 23%;
    left: 52%;
}

.journey-graph .journey .big-center-img-desktop .journey-img.journey-img-1 {
    top: 55%;
    left: 49.9%;
}

.journey-graph .journey .big-center-img-desktop .journey-img.journey-img-2 {
    top: 62%;
    left: 35.1%;
}

.journey-graph .journey .big-center-img-desktop .journey-img.journey-img-3 {
    top: 52%;
    left: 22.7%;
}

.journey-graph .journey .big-center-img-desktop .journey-img.journey-img-4 {
    top: 27.3%;
    left: 17.4%;
}

.journey-graph .journey .big-center-img-desktop .journey-img.journey-img-5 {
    top: 2.5%;
    left: 26.3%;
}

@media (max-width: 1500px) {
    .journey-graph .journey .big-center-img-desktop .journey-img.journey-img-0 {
        top: 23%;
        left: 57%;
    }

    .journey-graph .journey .big-center-img-desktop .journey-img.journey-img-1 {
        top: 49.4%;
        left: 51.5%;
    }

    .journey-graph .journey .big-center-img-desktop .journey-img.journey-img-2 {
        top: 55%;
        left: 34.3%;
    }

    .journey-graph .journey .big-center-img-desktop .journey-img.journey-img-3 {
        top: 47%;
        left: 19.7%;
    }

    .journey-graph .journey .big-center-img-desktop .journey-img.journey-img-4 {
        top: 27.3%;
        left: 13.4%;
    }

    .journey-graph .journey .big-center-img-desktop .journey-img.journey-img-5 {
        top: 7.5%;
        left: 23.8%;
    }

}

@media (max-width: 1200px) {
    .journey-graph .journey .big-center-img-desktop {
        display: none;
    }

    .journey-graph .big-center-img-mobile {
        display: block;
    }

}

.prm-remote-graph .prm-remote {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.prm-remote-graph .prm-remote .remote-images {
    flex: 1 1 calc(25% - 10px);
    /* Adjust width as necessary */
    max-width: calc(25% - 10px);
}

.prm-remote-graph .prm-remote .remote-images img {
    width: 100%;
    height: auto;
}

@media (max-width: 1000px) {
    .prm-remote-graph .prm-remote .remote-images {
        flex-basis: calc(33% - 10px);
        /* Two items per row on smaller screens */
        max-width: calc(33% - 10px);
        /* Adjust for gap */
    }
}

@media (max-width: 767px) {
    .prm-remote-graph .prm-remote .remote-images {
        flex-basis: calc(50% - 10px);
        /* Two items per row on smaller screens */
        max-width: calc(50% - 10px);
        /* Adjust for gap */
    }
}

@media (min-width: 768px) {
    .prm-remote-graph .prm-remote {
        justify-content: center;
        /* Center items on larger screens */
    }

}

/*For Ecosystem figure on PRM page CSS end*/





/*CRM page CSS Start*/
.crm-software-bulb-figure .ig-crm-main h4,
.crm-software-bulb-figure .ig-crm-main p {
    text-align: left;
}

.crm-visibility-figure .ig-small {
    display: none !important;
}

@media (max-width: 1200px) {
    .crm-visibility-figure .ig-small {
        display: block !important;
    }

    .crm-visibility-figure .ig-1.big {
        display: none !important;
    }
}

.crm-visibility-figure .ig-small .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.crm-visibility-figure .ig-small .container div {
    flex: 1 0 100%;
    flex-basis: calc(25% - 20px);
    margin-right: 20px;
}

.crm-visibility-figure .ig-small img {
    max-width: 180px !important;
    max-height: 208px !important;
}

.crm-visibility-figure .ig-small .contracting-small img,
.crm-visibility-figure .ig-small .order-small img,
.crm-visibility-figure .ig-small .field-small img,
.crm-visibility-figure .ig-small .scrumop-small img,
.crm-visibility-figure .ig-small .job-small img {
    width: 180px !important;
    height: 208px !important;
}

.crm-visibility-figure .ig-small .proj-management-small,
.crm-visibility-figure .ig-small .job-management-small,
.crm-visibility-figure .ig-small .cust-order-small,
.crm-visibility-figure .ig-small .case-management-small,
.crm-visibility-figure .ig-small .field-service-small,
.crm-visibility-figure .ig-small .contract-small,
.crm-visibility-figure .ig-small .site-management-small,
.crm-visibility-figure .ig-small .programs-small,
.crm-visibility-figure .ig-small .memberships-small,
.crm-visibility-figure .ig-small .professional-small,
.crm-visibility-figure .ig-small .activity-small,
.crm-visibility-figure .ig-small .agile-small,
.crm-visibility-figure .ig-small .scrum-small,
.crm-visibility-figure .ig-small .contracting-small,
.crm-visibility-figure .ig-small .order-small,
.crm-visibility-figure .ig-small .field-small,
.crm-visibility-figure .ig-small .scrumop-small,
.crm-visibility-figure .ig-small .job-small {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.crm-visibility-figure {
    margin-top: 100px;
}

.crm-visibility-figure .content {
    display: flex;
    margin: 70px;
    gap: 70px;
}

@media (max-width: 800px) {
    .crm-visibility-figure .content {
        flex-wrap: wrap;
    }
}

.crm-visibility-figure .ig-1 {
    height: 1400px !important;
    width: 940px !important;
    margin: auto;
    margin-top: 50px;
}

.crm-visibility-figure .ig-1.big .content-left {
    width: 250px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 847px;
    left: 200px;
}

.crm-visibility-figure .ig-1.big .content-right {
    width: 300px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 116px;
    left: 416px;
}

.crm-visibility-figure .ig-1.big img {
    width: 191px;
    height: 221px;
}

.crm-visibility-figure .ig-1.big .contracting,
.crm-visibility-figure .ig-1.big .activity,
.crm-visibility-figure .ig-1.big .scrumop,
.crm-visibility-figure .ig-1.big .job,
.crm-visibility-figure .ig-1.big .order,
.crm-visibility-figure .ig-1.big .field {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm-visibility-figure .ig-1.big .contracting {
    top: 552px;
    left: 75px;
}

.crm-visibility-figure .ig-1.big .order {
    top: 552px;
    left: 291px;
}

.crm-visibility-figure .ig-1.big .field {
    top: 552px;
    left: 505px;
}

.crm-visibility-figure .ig-1.big .activity {
    top: 925px;
    left: 505px;

}

.crm-visibility-figure .ig-1.big .scrumop {
    top: 925px;
    left: 720px;
}

.crm-visibility-figure .ig-1.big .job {
    top: 1112px;
    left: 612px;
}

.crm-page-wrapper.row .container p.blocks-page-heading {
    font-size: 1.2em !important;
    font-weight: 500;
}

.crm-page-wrapper.row .container {
    max-width: 1400px;
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .crm-page-wrapper.row .container {
        width: 1400px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .crm-page-wrapper.row .container {
        width: 1200px !important;
    }
}

.crm-page-wrapper.row .container h1.blocks-page-heading {
    margin-top: 70px;
    font-weight: 600;
    margin-bottom: 20px;
}

.crm-stack-figure,
.crm-umbrella-figure {
    margin-top: 100px;
}

.crm-umbrella-figure .crm-umbrella-content {
    text-align: center;
    width: 250px;
    float: right !important;
}

.crm-umbrella-figure .crm-umbrella-content-right {
    padding: 280px 0px 0 35px;
    text-align: center;
    width: 250px;
    float: left !important;
}

.crm-umbrella-figure .crm-umbrella-content-right h4 {
    font-size: 1.2em;
    margin: 0;
    line-height: 1.8em;
}

@media (max-width: 768px) {
    .crm-umbrella-figure .crm-umbrella-left {
        padding-top: 15px;
    }

    .crm-umbrella-figure .crm-umbrella-right {
        padding-top: 15px;
        padding-left: 7%;
        width: 220px;
    }

    .crm-umbrella-figure .crm-umbrella-right h4 {
        text-align: left;
    }
}

@media (max-width: 500px) {

    .crm-umbrella-figure .crm-umbrella-left h4,
    .crm-umbrella-figure .crm-umbrella-right h4 {
        text-align: center;
    }

    .crm-umbrella-figure .crm-umbrella-left {
        width: 45%;
    }

    .crm-umbrella-figure .crm-umbrella-right {
        padding-left: 10%;
        width: 45%;
    }

    /* .responsive-navigation_menu {
        top: 170px;
    } */
}

.crm-stack-figure .art55 {
    left: 280px;
    top: 260px;
}

.crm-stack-figure .art53 {
    top: 25px;
    right: 452px;
}

.crm-stack-figure .one.fourths h4,
.crm-stack-figure .one.fourths p {
    text-align: left;
}

.crm-stack-figure .ig-2 {
    margin-top: 70px;

}

.crm-stack-figure .bottom-text {
    bottom: 130px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .crm-stack-figure .art55 {
        left: 192px;
        top: 268px;
    }

    .crm-stack-figure .art54 {
        right: 212px;
        top: 159px;
    }

    .crm-stack-figure .art56 {
        right: 302px;
        bottom: 214px;
    }

    .crm-stack-figure .art53 {
        top: 25px;
        right: 408px;
    }
}

@media (min-width: 0px) and (max-width: 1200px) {

    .crm-stack-figure .ig-small {
        display: block !important;
        margin: 50px 50px;
    }

    .crm-stack-figure .ig-2.big {
        display: none !important;
    }

    .ig-small img {
        width: 500px !important;
    }

    .crm-stack-figure .one.third h4,
    .crm-stack-figure .one.third p {
        text-align: left;
    }

    .crm-stack-figure .one.third h4 {
        line-height: 1.2em;
    }
}

/*CRM page CSS end*/
/* CSS FIXES FOR PRODUCT PAGE */
.blocks-col-img p {
    line-height: 0;
}

/*BI-AI Page CSS Start*/
.page-template-page-BI-AI .scm-section .scm-mobile {
    margin: 30px 0px;
    display: none;
}

.page-template-page-BI-AI .scm-section .scm-desktop {
    position: relative;
    height: 800px;
    width: 1100px;
    margin: auto;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-img {
    position: absolute;
    width: fit-content;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-img img {
    width: 500px;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-big-img img {
    width: 400px;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-big-img {
    position: absolute;
    top: 130px;
    z-index: 9;
    left: 150px;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-img.scm-img-4 {
    top: 70px;
    left: 400px;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-img.scm-img-3 {
    top: 200px;
    left: 490px;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-img.scm-img-2 {
    top: 330px;
    left: 520px;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-img.scm-img-1 {
    top: 460px;
    left: 490px;
}

.page-template-page-BI-AI .scm-section .scm-desktop .scm-img.scm-img-0 {
    top: 590px;
    left: 400px;
}

@media (max-width: 1050px) {
    .page-template-page-BI-AI .scm-section .scm-mobile {
        display: block;
    }

    .page-template-page-BI-AI .scm-section .scm-desktop {
        display: none;
    }
}




.page-template-page-BI-AI .raw-data-section .raw-data-mobile {
    display: none;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop {
    position: relative;
    height: 800px;
    width: 1100px;
    margin: -85px auto 0 auto;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-img,
.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-text-img {
    position: absolute;
    width: fit-content;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-img img {
    width: 500px;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-text-img {
    width: 400px;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-img.raw-data-6 {
    top: 100px;
    left: 350px;
    z-index: 9;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-img.raw-data-5 {
    top: 200px;
    left: 350px;
    z-index: 8;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-img.raw-data-4 {
    top: 300px;
    left: 350px;
    z-index: 7;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-img.raw-data-3 {
    top: 400px;
    left: 350px;
    z-index: 6;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-img.raw-data-2 {
    top: 500px;
    left: 350px;
    z-index: 5;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-img.raw-data-1 {
    top: 600px;
    left: 350px;
    z-index: 4;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-text-img.raw-data-text-6 {
    top: 177px;
    left: 786px;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-text-img.raw-data-text-5 {
    top: 235px;
    left: 14px;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-text-img.raw-data-text-4 {
    top: 375px;
    left: 780px;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-text-img.raw-data-text-3 {
    top: 437px;
    left: 9px;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-text-img.raw-data-text-2 {
    top: 571px;
    left: 783px;
}

.page-template-page-BI-AI .raw-data-section .raw-data-desktop .raw-data-text-img.raw-data-text-1 {
    top: 616px;
    left: 8px;
}


@media (max-width: 1250px) {
    .page-template-page-BI-AI .raw-data-section .raw-data-mobile {
        display: block;
    }

    .page-template-page-BI-AI .raw-data-section .raw-data-desktop {
        display: none;
    }
}


.page-template-page-BI-AI .bi-ai-section-desktop {
    position: relative;
    height: 700px;
    margin: auto;
}

.page-template-page-BI-AI .bi-ai-section-mobile {
    display: none;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img,
.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-big-img,
.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img {
    position: absolute;
    width: fit-content;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img img {
    width: 200px;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-big-img {
    width: 200px;
    top: 250px;
    left: 566px;
    z-index: 9;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img img {
    width: 400px;
}




.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-1 {
    top: 147px;
    left: 647px;
    width: 160px;
    z-index: 7;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-2 {
    top: 351px;
    left: 649px;
    width: 160px;
    z-index: 7;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-3 {
    top: 348px;
    left: 525px;
    width: 160px;
    z-index: 7;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-4 {
    top: 215px;
    left: 570px;
    width: 399px;
    z-index: 7;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-5 {
    top: 342px;
    left: 665px;
    z-index: 7;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-6 {
    top: 339px;
    left: 466px;
    z-index: 7;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-7 {
    top: 212px;
    left: 467px;
    z-index: 7;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-8 {
    top: 152px;
    left: 516px;
    width: 160px;
    z-index: 7;
}




.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-1 {
    top: 50px;
    left: 0px;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-2 {
    top: 200px;
    left: 0px;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-3 {
    top: 350px;
    left: 0px;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-4 {
    top: 500px;
    left: 0px;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-5 {
    top: 50px;
    left: 900px;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-6 {
    top: 200px;
    left: 900px;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-7 {
    top: 350px;
    left: 900px;
}

.page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-8 {
    top: 500px;
    left: 900px;
}

@media (max-width: 1500px) {
    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img img {
        width: 300px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-big-img {
        width: 200px;
        left: 466px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-1 {
        left: 547px;
        width: 160px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-2 {
        left: 549px;
        width: 160px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-3 {
        left: 425px;
        width: 160px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-4 {
        left: 470px;
        width: 399px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-5 {
        left: 565px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-6 {
        left: 366px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-7 {
        left: 367px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-img.bi-ai-img-8 {
        left: 416px;
        width: 160px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-1 {
        left: 10px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-2 {
        left: 10px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-3 {
        left: 10px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-4 {
        left: 10px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-5 {
        left: 800px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-6 {
        left: 800px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-7 {
        left: 800px;
    }

    .page-template-page-BI-AI .bi-ai-section-desktop .bi-ai-text-img.bi-ai-text-img-8 {
        left: 800px;
    }
}

@media (max-width: 1250px) {
    .page-template-page-BI-AI .bi-ai-section-desktop {
        display: none;
    }

    .page-template-page-BI-AI .bi-ai-section-mobile {
        display: flex;
    }
}

@media (max-width: 767px) {
    .page-template-page-BI-AI .bi-ai-section-desktop {
        display: none;
    }

    .page-template-page-BI-AI .bi-ai-section-mobile {
        display: block;
    }
}

/*BI-AI Page CSS End*/



/* Responsive Navigation plugin css start */
.responsive-navigation_menu {
    display: none;
}

@media screen and (max-width: 1436px) {

    .responsive-navigation_menu {
        display: block !important;
    }
}

.responsive-navigation_menu {
    background: #000000;
}

.responsive-navigation_btn {
    background: #636363;
}

.responsive-navigation_menu .responsive-navigation_menutxt {
    color: #ffffff;
}

/* Responsive Navigation plugin css end */
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.custom-box-section .flex-box {
    display: flex;
    margin-bottom: 2em;
    flex-wrap: wrap;
    gap: 2%;
}

.custom-box-section .one.half {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

.custom-box-section .group_block,
.custom-box-section .individual_block {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-box-section .content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* CSI/COC Athlete registration styles */
.page-id-9914 .main-header,
.page-id-9925 .main-header,
.page-id-11564 .main-header,
.page-id-11562 .main-header,
.page-id-11572 .main-header,
.page-id-10800 .main-header,
.page-id-10804 .main-header,
.page-id-10806 .main-header,
.page-id-10810 .main-header,
.page-id-10812 .main-header {
    display: none !important;
}

.page-id-9914 .main-footer,
.page-id-9925 .main-footer,
.page-id-11564 .main-footer,
.page-id-11562 .main-footer,
.page-id-11572 .main-footer,
.page-id-10800 .main-footer,
.page-id-10804 .main-footer,
.page-id-10806 .main-footer,
.page-id-10810 .main-footer,
.page-id-10812 .main-footer {
    display: none !important;
}

.page-id-9914 .subfooter,
.page-id-9925 .subfooter,
.page-id-11564 .subfooter,
.page-id-11562 .subfooter,
.page-id-11572 .subfooter,
.page-id-10800 .subfooter,
.page-id-10804 .subfooter,
.page-id-10806 .subfooter,
.page-id-10810 .subfooter,
.page-id-10812 .subfooter {
    display: none !important;
}

.page-id-9914 .refer_icon,
.page-id-9925 .refer_icon,
.page-id-11564 .refer_icon,
.page-id-11562 .refer_icon,
.page-id-11572 .refer_icon,
.page-id-10800 .refer_icon,
.page-id-10804 .refer_icon,
.page-id-10806 .refer_icon,
.page-id-10810 .refer_icon,
.page-id-10812 .refer_icon {
    display: none !important;
}

.registration-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-id-11564 .athlete-banner-box,
.page-id-11562 .athlete-banner-box,
.page-id-11572 .athlete-banner-box,
.page-id-10800 .athlete-banner-box,
.page-id-10810 .athlete-banner-box,
.page-id-10812 .athlete-banner-box {
    background-color: #000;
}

.athlete-banner-box {
    position: relative;
    min-height: 250px;
}

.floating-header {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 800;
    position: absolute;
}

.spacer-40 {
    width: 100%;
    height: 40px;
}

.spacer-20 {
    width: 100%;
    height: 20px;
}

.athlete-red-text {
    color: #ED292A;
    font-size: 25px;
    font-weight: 800;
}

.language-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.language-buttons {
    background-color: white;
    border: 1px solid #ED292A !important;
    color: #ED292A !important;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    margin: 15px;
    border: none;
    transition: 0.3s;
}

.language-buttons:hover {
    text-decoration: none;
    color: white !important;
    background-color: #ED292A;
}

.parent_fields_top {
    display: none;
}

.page-id-9914 .flake,
.page-id-9925 .flake,
.page-id-11564 .flake,
.page-id-11562 .flake,
.page-id-11572 .flake,
.page-id-10800 .flake,
.page-id-10804 .flake,
.page-id-10806 .flake,
.page-id-10810 .flake,
.page-id-10812 .flake {
    display: none !important;
}

.csi-hr {
    border: 0;
    height: 4px;
    background: linear-gradient(to right, red, black);
}

.csi-h2-red {
    color: red;
    text-align: left;
}

.page-id-9914 .col-sm-8,
.page-id-11564 .col-sm-8,
.page-id-11562 .col-sm-8,
.page-id-11572 .col-sm-8,
.page-id-10800 .col-sm-8,
.page-id-10810 .col-sm-8,
.page-id-10812 .col-sm-8,
.page-id-9925 .col-sm-8 {
    padding: 0;
}

.page-id-9914 .row,
.page-id-9925 .row,
.page-id-11564 .row,
.page-id-11562 .row,
.page-id-11572 .row,
.page-id-10800 .row,
.page-id-10810 .row,
.page-id-10812 .row {
    margin-left: 0px;
}

.page-id-9914 .col-sm-4,
.page-id-9925 .col-sm-4,
.page-id-11564 .col-sm-4,
.page-id-11562 .col-sm-4,
.page-id-11572 .col-sm-4,
.page-id-10800 .col-sm-4,
.page-id-10810 .col-sm-4,
.page-id-10812 .col-sm-4 {
    padding: 0;
}

.page-id-11562 .col-sm-5,
.page-id-11562 .col-sm-6,
.page-id-11562 .col-sm-7,
.page-id-10812 .col-sm-5,
.page-id-10812 .col-sm-6,
.page-id-10812 .col-sm-7 {
    padding: 0;
    text-align: left;
}

.page-id-10810 .col-sm-12 {
    padding: 0;
    text-align: left;
}

.plus-athlete {
    display: none;
}

.csi-footer {
    height: 4rem;
    width: 100%;
    background-color: black;
    padding: 1rem;
    text-align: center;
}

.spacer-10 {
    height: 10px;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    width: 100%;
}

.page-id-9933 header {
    display: none !important;
}

.page-id-9938 header {
    display: none !important;
}

.page-id-9914 .col-sm-12,
.page-id-9925 .col-sm-12,
.page-id-11564 .col-sm-12,
.page-id-11562 .col-sm-12,
.page-id-11572 .col-sm-12,
.page-id-10800 .col-sm-12,
.page-id-10810 .col-sm-12,
.page-id-10812 .col-sm-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;

}

@media only screen and (max-width: 500px) {

    .page-id-9914 .responsive-navigation_btn,
    .page-id-9925 .responsive-navigation_btn,
    .page-id-11564 .responsive-navigation_btn,
    .page-id-11562 .responsive-navigation_btn,
    .page-id-11572 .responsive-navigation_btn,
    .page-id-10800 .responsive-navigation_btn,
    .page-id-10804 .responsive-navigation_btn,
    .page-id-10806 .responsive-navigation_btn,
    .page-id-10810 .responsive-navigation_btn,
    .page-id-10812 .responsive-navigation_btn {
        display: none !important;
    }

    .csi-logo {
        /* width: 200px !important; */
    }

    .rook-logo {
        width: 90px !important;
    }

    .status-icon {
        width: 150px !important;
    }

    .floating-header {
        width: 100%;
    }

    .athlete-banner-box {
        min-height: 250px;
    }

    .page-id-9914 .col-sm-4,
    .page-id-9925 .col-sm-4,
    .page-id-11564 .col-sm-4,
    .page-id-11562 .col-sm-4,
    .page-id-11572 .col-sm-4,
    .page-id-10800 .col-sm-4,
    .page-id-10810 .col-sm-4,
    .page-id-10812 .col-sm-4 {
        padding: 0 0 2px 0;
        text-align: left;
    }

    .page-id-10812 .col-sm-5 {
        padding: 0 0 2px 0;
        text-align: left;
    }

    .page-template-coc-athlete-medical .col-sm-3 {
        padding-left: 0px;
        text-align: left;
    }

    .page-template-coc-athlete-medical label.col-sm-3 {
        padding-bottom: 2px;
    }

    .page-template-coc-athlete-medical .col-sm-2 {
        padding-right: 0;
    }

    .page-id-10812 label.col-sm-3 {
        padding-top: 15px;
    }
}

.mobile_only_banner_image img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.mobile_only_banner_image_slider {
    display: none !important;
}

.mobile_only_banner_image {
    display: none;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    box-sizing: content-box;
}

@media(max-width: 800px) {
    .mobile_only_banner_image {
        display: block;
    }

    .mobile_only_banner_image_slider {
        display: block !important;
    }

    .desktop_only_banner_image {
        display: none !important;
    }
}

.postid-10000 .attachment-post-thumbnail {
    display: none !important;
}

.biai-next-level-graph-mobile {
    display: none;
}

.biai-next-level-graph-desktop {
    height: 600px;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: -90px;
}

.biai-next-level-graph-desktop .img1 {
    width: 250px;
    position: absolute;
    top: 26%;
    left: 40%;
}

.biai-next-level-graph-desktop .img2 {
    width: 330px;
    position: absolute;
    top: 0%;
    left: 29%;
}

.biai-next-level-graph-desktop .img3 {
    width: 263px;
    position: absolute;
    top: 0%;
    left: 50%;
}

.biai-next-level-graph-desktop .img4 {
    width: 415px;
    position: absolute;
    top: 58%;
    left: 36%;
}

@media(max-width: 1500px) {
    .biai-next-level-graph-desktop {
        margin-left: -55px;
    }

    .biai-next-level-graph-desktop .img1 {
        width: 190px;
        top: 23%;
        left: 46%;
    }

    .biai-next-level-graph-desktop .img2 {
        width: 285px;
        left: 34%;
    }

    .biai-next-level-graph-desktop .img3 {
        width: 219px;
        top: 0%;
        left: 55%;
    }

    .biai-next-level-graph-desktop .img4 {
        width: 355px;
        top: 49%;
        left: 41%;
    }
}

@media(max-width: 1180px) {


    .biai-next-level-graph-desktop .img1 {
        width: 190px;
        top: 20%;
        left: 46%;
    }

    .biai-next-level-graph-desktop .img2 {
        width: 260px;
        left: 35%;
    }

    .biai-next-level-graph-desktop .img3 {
        width: 190px;
        top: 1%;
        left: 55.5%;
    }

    .biai-next-level-graph-desktop .img4 {
        width: 325px;
        top: 44.5%;
        left: 41.5%;
    }
}

@media(max-width: 1090px) {
    .biai-next-level-graph-desktop .img3 {
        width: 200px;
        top: 0%;
        left: 57%;
    }

    .biai-next-level-graph-desktop .img4 {
        width: 335px;
    }
}

@media(max-width: 1000px) {
    .biai-next-level-graph-mobile {
        display: block;
    }

    .biai-next-level-graph-desktop {
        display: none;
    }
}

.industries-custom a {
    text-decoration: none;
}

.no-link .blocks-col:hover .blocks-col-img img {
    opacity: 1;
}

.acronyms .custom_eight_steps,
.acronyms .custom-built-in-tools-section {
    display: none !important;
}

.postid-10239 article .triple a,
.postid-10242 article .triple a,
.postid-10244 article .triple a,
.postid-10246 article .triple a,
.postid-10233 article .triple a {
    display: none !important;
}

.cmplz-close,
.cmplz-close:hover {
    background-color: transparent;
    border: 0px;
}

.wpcf7-response-output {
    border-width: 0px !important;
}

.swiper-wrapper,
.swiper-slide {
    height: auto !important;
}

.horizontal.horizontal-buttons {
    display: flex;
    justify-content: center;
    column-gap: 5px;
}

.horizontal.horizontal-buttons a {
    width: 305px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .horizontal.horizontal-buttons a {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .horizontal.horizontal-buttons {
        flex-direction: column;
    }
}

.details-btn {
    font-size: 1.1em;
}

.software-wishlist-content .submit.btn,
.refer-a-friend .refer-submit-button {
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.field-padding-bottom {
    padding-bottom: 10px;
}

@media (max-width: 1440px) {
    .field-padding-bottom {
        padding-bottom: 0;
    }
}

h1.blocks-page-heading {
    text-transform: uppercase;
}


/* ReThink Infographic On Homepage styles start */
.typing-animation {
    position: relative;
}

.typing-animation .white-block-1,
.typing-animation .white-block-2 {
    position: absolute;
    right: 0;
    background-color: white;
    width: 100%;
}

.typing-animation .white-block-1 {
    top: 7px;
    height: 196px;
}

.typing-animation .white-block-2 {
    bottom: 10px;
    height: 75px;
}

.animate-type .white-block-1 {
    animation: type 2s steps(40, end) reverse forwards;
}

.animate-type .white-block-2 {
    animation: type 2s 2s steps(40, end) reverse forwards;
}

@media (max-width: 767px) {
    .typing-animation .white-block-1 {
        height: 122px;
    }

    .typing-animation .white-block-2 {
        height: 50px;
    }
}

@media (max-width: 425px) {
    .typing-animation .white-block-1 {
        height: 100px;
    }

    .typing-animation .white-block-2 {
        height: 40px;
    }
}

.typing-animation .text-img-1,
.typing-animation .text-img-2 {
    max-width: 790px;
    width: 100%;
}

.typing-animation .text-img-1 {
    margin-left: -10px;
}

.typing-animation .text-img-2 {
    margin-top: -34px;
}

.typing-animation p {
    display: flex;
    flex-direction: column;
}

@keyframes type {
    0% {
        width: 0;
    }

    99.9% {
        border-left: 1px solid black;
    }

    100% {
        border: none;
    }
}

.ReThinkInfographic {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.ReThinkInfographi-logo {
    height: 280px;
}

@media (max-width: 1024px) {
    .ReThinkInfographic {
        flex-direction: column;
    }
}

.ReThinkInfographic-four-imgs img {
    height: 400px;
    width: fit-content;
}

.ReThinkInfographic-four-imgs {
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .ReThinkInfographic-four-imgs {
        flex-direction: column;
        align-items: center;
    }
}

/* ReThink Infographic On Homepage styles end */


/* Application Rationalization & Integration page styles start */
.goal-list {
    margin: 0 auto;
    width: fit-content;
}

.goal-list li {
    position: relative;
    list-style-type: none;
    padding: 0 0 55px 102px;
}

@media (max-width: 1024px) {
    .goal-list li {
        text-align: left;
    }
}

.goal-list li::before {
    position: absolute;
    content: url("/wp-content/uploads/2025/05/check-1.png");
    width: 82px;
    height: 82px;
    left: 0;
    top: -28px;
}

.business-point {
    background-color: white;
    border: 7px solid #22B0E6;
    max-width: 564px;
    min-height: 510px;
    height: 100%;
    padding: 40px 45px 25px;
}

.business-point h4 {
    font-size: 32px;
    line-height: 1.4em;
}

.business-point .content {
    max-width: 346px;
    width: 100%;
    text-align: left;
}

.business-point-inner {
    display: grid;
    grid-template-columns: 1fr 3fr;
    row-gap: 20px;
}

@media (max-width: 1024px) {
    .business-point-inner {
        column-gap: 10px;
    }
}

.business-point p:empty {
    display: none;
}

.business-pain-points-we-solve div:last-child {
    width: 100%;
    margin: 0 auto;
}

.benefits-of-software-infographic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 457px;
}

.benefits-of-software-infographic .main-circle {
    max-height: 327px;
}

.benefits-of-software-infographic .sec1,
.benefits-of-software-infographic .sec2,
.benefits-of-software-infographic .sec3,
.benefits-of-software-infographic .sec4,
.benefits-of-software-infographic .sec5,
.benefits-of-software-infographic .sec6 {
    position: absolute;
    width: 410px;
    height: fit-content;
}

.benefits-of-software-infographic .sec1 {
    top: 0;
    left: 92px;
}

.benefits-of-software-infographic .sec2 {
    top: 0;
    right: 92px;
}

.benefits-of-software-infographic .sec3 {
    top: 166px;
    left: 46px;
}

.benefits-of-software-infographic .sec4 {
    top: 166px;
    right: 46px;
}

.benefits-of-software-infographic .sec5 {
    left: 92px;
    bottom: 0;
}

.benefits-of-software-infographic .sec6 {
    right: 92px;
    bottom: 0;
}

@media (max-width: 1024px) {
    .benefits-of-software-infographic {
        flex-direction: column;
        row-gap: 20px;
    }

    .benefits-of-software-infographic .sec1,
    .benefits-of-software-infographic .sec2,
    .benefits-of-software-infographic .sec3,
    .benefits-of-software-infographic .sec4,
    .benefits-of-software-infographic .sec5,
    .benefits-of-software-infographic .sec6 {
        position: static;
    }
}

.step-1,
.step-2,
.step-3,
.step-4,
.step-5 {
    margin: 0 auto 50px auto;
    padding: 0;
}

.step-1 li,
.step-2 li,
.step-3 li,
.step-4 li,
.step-5 li {
    list-style-type: none;
    padding: 27.5px 0 27.5px 0;
    color: white;
    margin: 15px auto;
    box-shadow: 4px 6px 16px 0px rgba(0, 0, 0, 0.1);
}

.step-1 li {
    background-color: #999999;
}

.step-2 li,
.step-4 li {
    background-color: #555656;
}

.step-3 li,
.step-5 li {
    background-color: #3AC4F2;
}

.step-1 li span,
.step-2 li span,
.step-3 li span,
.step-4 li span,
.step-5 li span {
    position: relative;
    max-width: 526px;
    padding-left: 102px;
    width: 100%;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
}

@media (max-width: 1024px) {

    .step-1 li span,
    .step-2 li span,
    .step-3 li span,
    .step-4 li span,
    .step-5 li span {
        white-space: normal;
        text-align: left;
    }
}

.step-1 li span::before,
.step-2 li span::before,
.step-3 li span::before,
.step-4 li span::before,
.step-5 li span::before {
    position: absolute;
    content: url("/wp-content/uploads/2025/05/check-1.png");
    width: 82px;
    height: 82px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.step-1 li span::before,
.step-2 li span::before,
.step-4 li span::before {
    content: url("/wp-content/uploads/2025/05/check-1.png");
}

.step-3 li span::before,
.step-5 li span::before {
    content: url("/wp-content/uploads/2025/05/check-6.png");
}

@media (max-width: 768px) {

    .step-1 li,
    .step-2 li,
    .step-3 li,
    .step-4 li,
    .step-5 li {
        padding: 25px 20px 25px 0;
    }
}

.strategy-step-8 .strategy-step-8-block1,
.strategy-step-8 .strategy-step-8-block2 {
    display: flex;
    gap: 35px;
}

.strategy-step-8 .strategy-step-8-block2 {
    justify-content: flex-end;
}

@media (max-width: 1024px) {

    .strategy-step-8 .strategy-step-8-block1,
    .strategy-step-8 .strategy-step-8-block2 {
        flex-direction: column;
        align-items: center;
        padding-left: 15px;
    }
}

.strategy-step-8 {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.strategy-step-8 img {
    width: fit-content;
}

.success-story-block {
    position: relative;
    min-height: 677px;
    max-width: 561px;
    margin-top: 10px;
}

.success-story-frame-1-cropped {
    top: 0 !important;
    left: 0 !important;
    border-radius: 5px;
}

.success-story-block img {
    position: absolute;
}

@media (max-width: 1024px) {
    .success-story-block {
        margin-top: 30px;
        margin-bottom: -105px !important;
    }

    .success-story-block img {
        position: static;
        margin-left: 40px;
    }

    .success-story-frame-1-cropped {
        height: 255px;
        margin: 0 0 100px !important;
    }
}

.success-story-block img:first-child {
    top: -10px;
    left: -12px;
}

.success-story-block-frame-2 {
    top: -10px;
    right: -114px;
}

.success-story-block-frame-3 {
    bottom: -137px;
    left: -12px;
}

.success-story-block-frame-4 {
    bottom: -137px;
    right: -114px;
}

.story-text-block {
    display: flex;
    flex-direction: column;
    max-width: 510px;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    min-height: 677px;
    padding: 10px 0;
}

@media (max-width: 1024px) {
    .story-text-block {
        height: 670px;
    }
}

.story-text-block p {
    font-size: 20px;
}

.sings-wrapper {
    display: flex;
}

.sings-wrapper .sings-block {
    height: 435px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sings-wrapper .sings-text {
    position: absolute;
    text-align: center;
}

.sings-wrapper .sings-text-addons {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .sings-wrapper {
        flex-direction: column;
    }

    .sings-wrapper .sings-text {
        position: static;
    }

    .sings-wrapper .sings-block {
        height: 375px;
        flex-direction: column;
    }
}

/* Application Rationalization & Integration page styles end */

/* Why Digital Infrastructure Optimization Matters styles start */
.common-challenges {
    background-color: white;
    border: 7px solid rgba(85, 86, 86, 1);
    border-radius: 10px;
    max-width: 564px;
    min-height: 430px;
    height: 100%;
    padding: 40px 50px;
}

.benefits-of-digital-optimization {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.benefits-of-digital-optimization-blocks {
    display: flex;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 36px;
}

.benefits-of-digital-optimization-img1,
.benefits-of-digital-optimization-img2,
.benefits-of-digital-optimization-img3,
.benefits-of-digital-optimization-img4 {
    width: 100%;
    max-width: 240px;
    height: fit-content;
}

.benefits-of-digital-optimization-img2,
.benefits-of-digital-optimization-img4 {
    margin-top: 135px;
}

.benefits-of-digital-optimization-img1,
.benefits-of-digital-optimization-img3 {
    margin-top: 20px;
}

.benefits-of-digital-optimization-line {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1024px) {
    .benefits-of-digital-optimization-line {
        display: none;
    }

    .benefits-of-digital-optimization-blocks {
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .benefits-of-digital-optimization-blocks {
        flex-direction: column;
        align-items: center;
    }

    .benefits-of-digital-optimization-img1,
    .benefits-of-digital-optimization-img2,
    .benefits-of-digital-optimization-img3,
    .benefits-of-digital-optimization-img4 {
        margin: 0;
    }
}

/* Why Digital Infrastructure Optimization Matters styles end */

.six-ways {
    position: relative;
}

.six-ways .img2,
.six-ways .img3,
.six-ways .img4 {
    top: 0;
    z-index: 1;
}

.six-ways .img5,
.six-ways .img6,
.six-ways .img7 {
    bottom: 0;
    z-index: 1;
}

.six-ways .img4,
.six-ways .img7 {
    right: 0;
}

.six-ways .connector1,
.six-ways .connector2,
.six-ways .connector3,
.six-ways .connector4,
.six-ways .small-connector1,
.six-ways .small-connector2 {
    height: 140px;
}

.six-ways .small-connector1,
.six-ways .connector1,
.six-ways .connector2 {
    top: 265px;
}

.six-ways .small-connector2,
.six-ways .connector3,
.six-ways .connector4 {
    bottom: 305px;
}

.six-ways .connector2,
.six-ways .connector4 {
    right: 190px;
}

.six-ways .connector2 {
    transform: scaleX(-1);
}

.six-ways .connector3 {
    transform: scaleY(-1);
}

.six-ways .connector4 {
    transform: scale(-1, -1);
}

.six-ways .connector1,
.six-ways .connector3 {
    left: 183px;
}

.six-ways .small-connector1,
.six-ways .small-connector2 {
    left: 50%;
    transform: translateX(-50%);
}

.six-ways .vector1 {
    top: 48%;
    transform: translateY(-50%);
    right: 220px;
}

.six-ways .vector2 {
    top: 48%;
    transform: translateY(-50%) scaleX(-1);
    left: 220px;
}

.six-ways-for-mobile {
    display: none;
}

@media (min-width: 1024px) {
    .six-ways {
        height: 1115px;
    }

    .six-ways img {
        position: absolute;
    }

    .six-ways .img3,
    .six-ways .img6 {
        left: 52%;
        transform: translateX(-50%);
    }

    .six-ways .img1 {
        height: 310px;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .six-ways img {
        height: 290px;
    }

    .six-ways .middle-with-separate-vectors {
        height: 225px !important;
    }
}


@media (max-width: 1024px) {
    .six-ways img {
        height: 200px;
        object-fit: contain;
        margin: 0 auto;
    }

    .six-ways .vector1,
    .six-ways .vector2 {
        display: none;
    }
}

@media (max-width: 768px) {

    .six-ways .small-connector1,
    .six-ways .small-connector2,
    .six-ways .connector1,
    .six-ways .connector2,
    .six-ways .connector3,
    .six-ways .connector4 {
        display: none;
    }

    .six-ways {
        display: grid;
        row-gap: 30px;
    }

    .six-ways-for-mobile {
        display: block;
    }

    .six-ways-hide-on-mobile {
        display: none;
    }
}

.workflows-need-optimizationt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 45px;
}

.workflows-need-optimization-box {
    height: 197px;
    position: relative;
}

.workflows-need-optimization-icon {
    height: 90px;
    position: absolute;
    top: 94px;
    left: 55px;
}

@media (max-width: 1024px) {
    .workflows-need-optimizationt {
        grid-template-columns: 1fr;
    }

    .workflows-need-optimization-icon {
        height: 53px;
        top: 47px;
        left: 31px;
    }

    .workflows-need-optimization-box {
        height: 95px;
    }
}

.eight-steps-roadmap {
    position: relative;
}

.eight-steps-roadmap-icon1,
.eight-steps-roadmap-icon2,
.eight-steps-roadmap-icon3,
.eight-steps-roadmap-icon4,
.eight-steps-roadmap-icon5,
.eight-steps-roadmap-icon6,
.eight-steps-roadmap-icon7,
.eight-steps-roadmap-icon8 {
    height: 57px;
}

.eight-steps-roadmap-icon1,
.eight-steps-roadmap-icon2,
.eight-steps-roadmap-icon3,
.eight-steps-roadmap-icon4 {
    top: 158px;
}

.eight-steps-roadmap-icon5,
.eight-steps-roadmap-icon6,
.eight-steps-roadmap-icon7,
.eight-steps-roadmap-icon8 {
    bottom: 158px;
}

.eight-steps-roadmap-icon4,
.eight-steps-roadmap-icon5 {
    left: 824px;
}

.eight-steps-roadmap-icon3,
.eight-steps-roadmap-icon6 {
    left: 573px;
}

.eight-steps-roadmap-icon2,
.eight-steps-roadmap-icon7 {
    left: 325px;
}

.eight-steps-roadmap-icon1,
.eight-steps-roadmap-icon8 {
    left: 83px;
}

.eight-steps-roadmap-line-up1,
.eight-steps-roadmap-line-up2,
.eight-steps-roadmap-line-up3,
.eight-steps-roadmap-line-up4,
.eight-steps-roadmap-line-down1,
.eight-steps-roadmap-line-down2,
.eight-steps-roadmap-line-down3,
.eight-steps-roadmap-line-down4 {
    position: absolute;
    height: 85px;
}

.eight-steps-roadmap-line-up1,
.eight-steps-roadmap-line-up2,
.eight-steps-roadmap-line-up3,
.eight-steps-roadmap-line-up4 {
    top: 63px;
}

.eight-steps-roadmap-line-down1,
.eight-steps-roadmap-line-down2,
.eight-steps-roadmap-line-down3,
.eight-steps-roadmap-line-down4 {
    bottom: 63px;
}

.eight-steps-roadmap-line-up4,
.eight-steps-roadmap-line-down4 {
    left: 850px;
}

.eight-steps-roadmap-line-up3,
.eight-steps-roadmap-line-down3 {
    left: 600px;
}

.eight-steps-roadmap-line-up2,
.eight-steps-roadmap-line-down2 {
    left: 350px;
}

.eight-steps-roadmap-line-up1,
.eight-steps-roadmap-line-down1 {
    left: 100px;
}

.eight-steps-roadmap-large-line {
    position: absolute;
    height: 245px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.eight-steps-roadmap-logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.eight-steps-roadmap-text1,
.eight-steps-roadmap-text2,
.eight-steps-roadmap-text3,
.eight-steps-roadmap-text4 {
    top: 0;
}

.eight-steps-roadmap-text5,
.eight-steps-roadmap-text6,
.eight-steps-roadmap-text7,
.eight-steps-roadmap-text8 {
    bottom: -5px;
}

.eight-steps-roadmap-text4,
.eight-steps-roadmap-text5 {
    left: 745px;
}

.eight-steps-roadmap-text3,
.eight-steps-roadmap-text6 {
    left: 492px;
}

.eight-steps-roadmap-text2,
.eight-steps-roadmap-text7 {
    left: 233px;
}

.eight-steps-roadmap-text1,
.eight-steps-roadmap-text8 {
    left: -15px;
}

@media (min-width: 1024px) {

    .eight-steps-roadmap-text1,
    .eight-steps-roadmap-text2,
    .eight-steps-roadmap-text3,
    .eight-steps-roadmap-text4,
    .eight-steps-roadmap-text5,
    .eight-steps-roadmap-text6,
    .eight-steps-roadmap-text7,
    .eight-steps-roadmap-text8,
    .eight-steps-roadmap-icon1,
    .eight-steps-roadmap-icon2,
    .eight-steps-roadmap-icon3,
    .eight-steps-roadmap-icon4,
    .eight-steps-roadmap-icon5,
    .eight-steps-roadmap-icon6,
    .eight-steps-roadmap-icon7,
    .eight-steps-roadmap-icon8 {
        position: absolute;
    }

    .eight-steps-roadmap {
        height: 465px;
    }

    .eight-steps-roadmap-text1,
    .eight-steps-roadmap-text2,
    .eight-steps-roadmap-text3,
    .eight-steps-roadmap-text4,
    .eight-steps-roadmap-text5,
    .eight-steps-roadmap-text6,
    .eight-steps-roadmap-text7,
    .eight-steps-roadmap-text8 {
        width: 237px;
        text-align: center;
    }
}

@media (max-width: 1024px) {

    .eight-steps-roadmap-line-up1,
    .eight-steps-roadmap-line-up2,
    .eight-steps-roadmap-line-up3,
    .eight-steps-roadmap-line-up4,
    .eight-steps-roadmap-line-down1,
    .eight-steps-roadmap-line-down2,
    .eight-steps-roadmap-line-down3,
    .eight-steps-roadmap-line-down4,
    .eight-steps-roadmap-large-line,
    .eight-steps-roadmap-logo {
        display: none;
    }

    .eight-steps-roadmap {
        display: grid;
        grid-template-columns: 1fr 70px;
        gap: 20px;
    }
}

/* Process & Workflow Evaluations: Optimize, Automate, and Streamline styles end */

/* ReThink page styles start */
.ReThinkInfographic-four-imgs a:hover {
    transform: scale(1.1);
}

.rethink-your-digital-infrastructure .ReThinkInfographic .typing-animation .white-block-2 {
    bottom: 3px;
}

@media (max-width: 1024px) {
    .rethink-your-digital-infrastructure .ReThinkInfographic {
        margin-top: 150px;
    }

    .rethink-your-digital-infrastructure .page-content {
        margin-top: -218px;
    }

}

@media (max-width: 767px) {
    .rethink-your-digital-infrastructure .ReThinkInfographic .typing-animation .white-block-1 {
        height: 90px;
    }

    .rethink-your-digital-infrastructure .ReThinkInfographic .typing-animation .white-block-2 {
        height: 31px;
    }
}

.ai-infographic {
    position: relative;
    height: 350px;
}

.ai-infographic img {
    position: absolute;
}

.ai-infographic-letters {
    position: absolute;
    font-size: 150px;
    font-weight: 600;
    color: #2b3f4f;
    left: 541px;
    top: 23px;
}

.ai-infographic-icon1 {
    left: -21px;
    bottom: -23px;
    height: 169px;
}

.ai-infographic-icon2 {
    left: 168px;
    bottom: 0;
    height: 145px;
}

.ai-infographic-icon3 {
    left: 376px;
    bottom: -23px;
    height: 169px;
}

.ai-infographic-icon4 {
    left: 531px;
    bottom: 0;
    height: 145px;
}

.ai-infographic-icon5 {
    right: 359px;
    bottom: -23px;
    height: 169px;
}

.ai-infographic-icon6 {
    right: 191px;
    bottom: 0;
    height: 145px;
}

.ai-infographic-icon7 {
    right: -14px;
    bottom: -23px;
    height: 169px;
}

.ai-infographic-right-line1 {
    right: 237px;
    height: 109px;
    top: 72px;
}

.ai-infographic-right-line2 {
    right: 42px;
    top: 36px;
    height: 145px;
}

.ai-infographic-left-line1 {
    left: 237px;
    height: 109px;
    top: 72px;
    transform: scaleX(-1);
}

.ai-infographic-left-line2 {
    top: 36px;
    left: 42px;
    height: 145px;
    transform: scaleX(-1);
}

.ai-infographic-line1 {
    height: 74px;
    top: 108px;
    left: 416px;
}

.ai-infographic-line2 {
    height: 74px;
    top: 108px;
    left: 602px;
}

.ai-infographic-line3 {
    height: 74px;
    top: 108px;
    right: 416px;
}

.rethink-banner {
    background: url("/wp-content/uploads/2025/04/ReThink-Page-Banner-Extended-2-1.png");
    background-size: cover;
    background-position: center;
}

@media (max-width: 1024px) {

    .ai-infographic img,
    .ai-infographic-letters {
        position: static;
    }

    .ai-infographic img {
        width: fit-content;
    }

    .ai-infographic-letters {
        line-height: 120px;
    }

    .ai-infographic-right-line1,
    .ai-infographic-right-line2,
    .ai-infographic-left-line1,
    .ai-infographic-left-line2,
    .ai-infographic-line1,
    .ai-infographic-line2,
    .ai-infographic-line3 {
        display: none;
    }

    .ai-infographic {
        height: auto;
        display: flex;
        flex-direction: column;
        row-gap: 45px;
        align-items: center;
    }

    .rethink-banner {
        background-position: left !important;
    }

}

.rethink-banner-button {
    border: 2px solid #1ac6ff;
    border-radius: 7px;
}

/* ReThink page styles end */

/* Replacing Spreadsheets with Data Visualization... Page styles start */
.strategy-step-8.process-to-transition .strategy-step-8-block1,
.strategy-step-8.process-to-transition .strategy-step-8-block2 {
    gap: 0;
    position: absolute;
}

.strategy-step-8.process-to-transition .strategy-step-8-block1 {
    top: 0;
    left: 0;
}

.strategy-step-8.process-to-transition .strategy-step-8-block2 {
    bottom: 0;
    right: -90px;
}

.strategy-step-8.process-to-transition {
    position: relative;
    height: 430px;
}

.strategy-step-8.process-to-transition img {
    width: 302px;
    object-fit: cover;
    object-position: top;
    height: 234px;
}

@media (max-width: 1024px) {
    .strategy-step-8.process-to-transition .strategy-step-8-block2 {
        bottom: -50px;
        right: -128px;
    }

    .strategy-step-8.process-to-transition {
        height: 1000px;
    }
}

.four-reasons-to-replace {
    gap: 45px;
}

.four-reasons-to-replace img {
    max-height: 200px;
    margin: auto;
}

/* Replacing Spreadsheets with Data Visualization... Page styles end */


/* Strategic Reporting & Analytics...  Page styles start */
.key-benefits-of-ai-powered {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.key-benefits-of-ai-powered img {
    width: fit-content;
    height: 308px;
}


@media (max-width: 1024px) {
    .key-benefits-of-ai-powered {
        flex-direction: column;
        align-items: center;
    }
}

/* Strategic Reporting & Analytics...  Page styles end */

/* Security, Compliance & Risk Mitigation... Page styles start */
.security-compliance {
    position: relative;
    height: 614px;
    max-width: 1220px;
}

.security-compliance img,
.security-compliance p {
    position: absolute;
    text-align: center;
}

.security-compliance strong {
    font-size: 1.2em;
}

.security-compliance img:not(.security-compliance-img0) {
    height: 132px;
}

.security-compliance-img0 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 412px;
}

.security-compliance-img1,
.security-compliance-img5 {
    top: 48px;
}

.security-compliance-img2,
.security-compliance-img6 {
    top: 167px;
}

.security-compliance-img3,
.security-compliance-img7 {
    bottom: 160px;
}

.security-compliance-img4,
.security-compliance-img8 {
    bottom: 42px;
}

.security-compliance-img5 {
    right: 333px;
}

.security-compliance-img6 {
    right: 259px;
}

.security-compliance-img7 {
    right: 263px;
}

.security-compliance-img8 {
    right: 330px;
}

.security-compliance-img1 {
    left: 333px;
}

.security-compliance-img2 {
    left: 259px;
}

.security-compliance-img3 {
    left: 263px;
}

.security-compliance-img4 {
    left: 330px;
}

.security-compliance-text1,
.security-compliance-text5 {
    top: 48px;
}

.security-compliance-text2,
.security-compliance-text6 {
    top: 191px;
}

.security-compliance-text3,
.security-compliance-text7 {
    bottom: 180px;
}

.security-compliance-text4,
.security-compliance-text8 {
    bottom: 13px;
}

.security-compliance-text5 {
    right: 7px;
}

.security-compliance-text6 {
    right: -3px;
}

.security-compliance-text7 {
    right: 0;
}

.security-compliance-text8 {
    right: 90px;
}

.security-compliance-text1 {
    left: 3px;
}

.security-compliance-text2 {
    left: -39px;
}

.security-compliance-text3 {
    left: -24px;
}

.security-compliance-text4 {
    left: 30px;
}

.ai-powered-cybersecurity img {
    max-height: 275px;
    position: absolute;
}

.ai-powered-cybersecurity {
    position: relative;
    height: 890px;
    max-width: 685px;
    margin: 0 auto;
}

.ai-powered-cybersecurity-img1,
.ai-powered-cybersecurity-img3,
.ai-powered-cybersecurity-img5 {
    left: 0;
}

.ai-powered-cybersecurity-img2,
.ai-powered-cybersecurity-img4,
.ai-powered-cybersecurity-img6 {
    right: 0;
}

.ai-powered-cybersecurity-img3,
.ai-powered-cybersecurity-img4 {
    top: 34%;
}

.ai-powered-cybersecurity-img5,
.ai-powered-cybersecurity-img6 {
    bottom: 0;
}

.ai-powered-cybersecurity-img0 {
    margin: 30px auto 50px;
    display: block;
}

@media (max-width: 768px) {
    .ai-powered-cybersecurity img {
        max-height: 137px;
    }

    .ai-powered-cybersecurity {
        height: 435px;
        max-width: 337px;
    }

    .security-compliance img,
    .security-compliance p {
        position: static;
    }

    .security-compliance {
        height: auto;
    }

    .security-compliance-img0 {
        transform: none;
        height: auto;
    }
}

/* Security, Compliance & Risk Mitigation... Page styles end */

/* AI & Machine Learning Strategy Implementation... Page styles start */
.success-story-three-blocks .success-story-block-frame-3 {
    bottom: 0px;
    left: 140px;
}

.success-story-three-blocks .success-story-block-frame-2 {
    top: -10px;
    right: 0;
}

@media (max-width: 1024px) {
    .success-story-three-blocks {
        min-height: 1055px;
    }
}

@media (max-width: 659px) {
    .success-story-three-blocks img {
        margin-left: 0;
    }
}

/* AI & Machine Learning Strategy Implementation... Page styles end */


/* System & Technology Ecosystem Assessment Page styles start */
.common-technology-challenges {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.benefits-accordion a {
    color: black !important;
    font-weight: bold;
}

.benefits-accordion .vc_tta-panel-heading {
    border: 2px solid #1ac6ff !important;
    border-radius: 5px !important;
}

.benefits-accordion .vc_tta-controls-icon::before {
    border-color: #1ac6ff !important;
}

.benefits-accordion .vc_tta-panel-body {
    border: 2px solid #1ac6ff !important;
    border-top: none !important;
}

.benefits-accordion .vc_active .vc_tta-panel-heading {
    border-bottom: 2px solid #dddddd !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.benefits-accordion .vc_tta-panel {
    box-shadow: 4px 6px 16px 0px rgba(0, 0, 0, 0.1);
}

.how-rook-growth {
    min-height: 589px;
    display: flex;
    align-items: center;
}

.ecosystem-optimization-plan img {
    max-height: 200px;
}

/* System & Technology Ecosystem Assessment Page styles end */

.footer-software-has-text {
    padding: 0 30px;
}

.training-workshops-accordion .su-spoiler {
    margin-bottom: 0 !important;
}

.cookie-policy-ca .page-content {
    margin-top: 50px;
}

.cookie-policy-ca #cmplz-document {
    max-width: none;
}

.cookie-policy-ca .cmplz-service-header h3 {
    font-size: 14px !important;
}

.cookie-policy-ca .cmplz-service-header .screen-reader-text {
    margin-right: 200px;
}

@media (max-width: 685px) {
    .cookie-policy-ca .cmplz-service-header .screen-reader-text {
        display: none;
    }
}

/* ReThink pages global styles start */
.custom-new-page-banner {
    height: 348px;
    margin-top: 95px;
}

.rethink-heading {
    margin-top: 20px !important;
}

@media (max-width: 1440px) {
    .custom-new-page-banner {
        height: 261px;
        margin-top: 65px;
    }
}

@media (max-width: 1024px) {
    .custom-new-page-banner {
        height: 186px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .custom-new-page-banner {
        height: 400px;
    }
}

.process-workflow-evaluations-optimize-automate-and-streamline-operations .padded.double,
.system-technology-ecosystem-assessment .padded.double,
.ai-machine-learning-strategy-implementation-unlocking-the-power-of-intelligent-automation .padded.double,
.security-compliance-risk-mitigation-protecting-your-business-with-smart-security .padded.double,
.replacing-spreadsheets-with-data-visualization-tools-real-time-dashboards-actionable-insights .padded.double,
.why-digital-infrastructure-optimization-matters .padded.double,
.application-rationalization-integration-eliminate-redundant-software-enhance-connectivity .padded.double,
.strategic-reporting-analytics-data-driven-insights-for-smarter-decisions .padded.double {
    padding: 0;
}

@media (max-width: 1200px) {

    .process-workflow-evaluations-optimize-automate-and-streamline-operations h1:not(.rethink-heading),
    .system-technology-ecosystem-assessment h1:not(.rethink-heading),
    .ai-machine-learning-strategy-implementation-unlocking-the-power-of-intelligent-automation h1:not(.rethink-heading),
    .security-compliance-risk-mitigation-protecting-your-business-with-smart-security h1:not(.rethink-heading),
    .replacing-spreadsheets-with-data-visualization-tools-real-time-dashboards-actionable-insights h1:not(.rethink-heading),
    .why-digital-infrastructure-optimization-matters h1:not(.rethink-heading),
    .application-rationalization-integration-eliminate-redundant-software-enhance-connectivity h1:not(.rethink-heading),
    .strategic-reporting-analytics-data-driven-insights-for-smarter-decisions h1:not(.rethink-heading) {
        display: none;
    }
}

/* ReThink pages global styles end */

/* quick_links_shortcode styles start */
.quick-links {
    margin-bottom: 35px;
    margin-top: 25px !important;
}

.quick-links ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 4%;
    padding: 0 0 30px;
    list-style-type: none;
}

.quick-links ul li a {
    max-width: 242px;
    width: 100%;
    border: 1px solid #3ec3f1;
    color: #3ec3f1;
    cursor: pointer;
    display: inline-block;
    font-size: 1.05em;
    padding: 10px 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.quick-links ul li a:hover {
    background-color: #3ec3f1;
    color: #fff;
}

.quick-links-line {
    background-color: #c7c7c7;
    height: 1px;
}

.ReThinkInfographic-quick-links ul li a {
    font-size: 0.92em;
}

@media(max-width: 800px) {
    .quick-links ul {
        flex-direction: column;
    }
}

/* quick_links_shortcode styles end */

/* About us infographic start */
.about-us-infographic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-us-infographic p {
    font-size: 13.5px;
}

.about-us-infographic h4 {
    font-size: 24px;
    margin: 3px 0;
}

.about-us-infographic .about-us-infographic-underline1,
.about-us-infographic .about-us-infographic-underline2,
.about-us-infographic .about-us-infographic-underline3 {
    width: 100px;
    height: 2px;
    margin-top: -16px;
    margin-bottom: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
    display: block;
}

.about-us-infographic .about-us-infographic-underline1 {
    background-color: #bebdbf;
}

.about-us-infographic .about-us-infographic-underline2 {
    background-color: #a7d5eb;
}

.about-us-infographic .about-us-infographic-underline3 {
    background-color: #7d7d7d;
}

.about-us-infographic-block {
    position: relative;
    max-width: 415px;
}

.about-us-infographic-block-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    width: 359px;
    text-align: center;
    padding-left: 20px;
}

/* About us infographic end */

/* BMS Page css start*/
.bms-simplify-section-desktop {
    position: relative;
    margin: auto;
    height: 1200px;
}

.bms-simplify-section-mobile {
    display: none;
}

.bms-simplify-section-desktop .bms-img,
.bms-simplify-section-desktop .bms-big-img,
.bms-simplify-section-desktop .bms-text-img {
    position: absolute;
    width: fit-content;
}

.bms-simplify-section-desktop .bms-big-img {
    z-index: 6;
    width: 900px;
    top: 72px;
    left: 220px;
}

.bms-simplify-section-desktop .bms-img img {
    z-index: 7;
    width: 430px;
}

.bms-simplify-section-desktop .bms-img.bms-img-1 {
    z-index: 7;
    top: 390px;
    left: 485px;
    width: 367px;
}

.bms-simplify-section-desktop .bms-img.bms-img-2 {
    z-index: 7;
    top: 0;
    left: 265px;
}

.bms-simplify-section-desktop .bms-img.bms-img-3 {
    z-index: 7;
    top: -7px;
    left: 650px;
}

.bms-simplify-section-desktop .bms-img.bms-img-4 {
    z-index: 7;
    top: 345px;
    left: 840px;
}

.bms-simplify-section-desktop .bms-img.bms-img-5 {
    z-index: 7;
    top: 670px;
    left: 645px;
}

.bms-simplify-section-desktop .bms-img.bms-img-6 {
    z-index: 7;
    top: 670px;
    left: 260px;

}

.bms-simplify-section-desktop .bms-img.bms-img-7 {
    z-index: 7;
    top: 335px;
    left: 70px;
}

.bms-simplify-section-desktop .bms-img:not(.bms-img-1):hover {
    transform: scale(1.3);
    z-index: 8;
}

.page-template-page-BMS .raw-data-section {
    padding: 0% 5%;
}

.raw-data-each-grid p {
    text-align: left;
}

.raw-data-each-grid img {
    width: 200px;
    height: fit-content;
}

.raw-data-each-grid {
    justify-content: center;
    display: flex;
    gap: 20px;
    padding: 2% 0%;
}

.transform-graph .transform-section .transform-desktop {
    position: relative;
    height: 1000px;
    margin: auto;
}

.transform-graph .transform-desktop .transform-img,
.transform-graph .transform-desktop .transform-big-img,
.transform-graph .transform-desktop .transform-text-img {
    position: absolute;
    width: fit-content;
}

.transform-graph .transform-desktop .transform-big-img {
    top: 100px;
    left: 460px;
    width: 473px !important;
    z-index: 7;
}

.transform-graph .transform-desktop .transform-img img {
    width: 320px;
    z-index: 7;
}

.transform-graph .transform-desktop .transform-img.transform-img-4 {
    top: 294px;
    left: 153px;
    z-index: 7;
}

.transform-graph .transform-desktop .transform-img.transform-img-3 {
    top: 515px;
    left: 277px;
    z-index: 7;
}

.transform-graph .transform-desktop .transform-img.transform-img-2 {
    top: 566px;
    left: 541px;
    z-index: 7;
}

.transform-graph .transform-desktop .transform-img.transform-img-1 {
    top: 515px;
    left: 800px;
    z-index: 7;
}

.transform-graph .transform-desktop .transform-img.transform-img-0 {
    top: 279px;
    left: 918px;
    z-index: 7;
}

.page-template-page-BMS .custom_eight_steps {
    display: none !important;
}

.bms-simplify-section-mobile {
    display: none;
}

.transform-mobile {
    display: none;
}


@media (max-width: 767px) {
    .bms-simplify-section-desktop {
        display: none !important;
    }

    .bms-simplify-section-mobile {
        display: block;
    }

    .raw-data-each-grid {
        flex-direction: column;
    }

    .raw-data-each-grid-mobile {
        flex-direction: column-reverse;
    }

    .raw-data-each-grid img {
        margin: 0 auto;
        width: 150px;
        text-align: center;
    }

    .raw-data-each-grid p {
        text-align: center;
    }

    .transform-desktop {
        display: none !important;
    }

    .transform-mobile {
        display: block;
    }

}

/* BMS Page css End*/

@media (max-width: 1436px) {
    header.main-header {
        padding-bottom: 25px;
        position: relative;
    }

    .single-page-banner {
        margin-top: 0;
    }
}

.addthis_inline_share_toolbox {
    text-align: end;
}

@media (max-width: 768px) {
    .addthis_inline_share_toolbox {
        text-align: center;
    }
}

.coc-h3 {
    font-size: 1.5rem;
    color: red;
    text-align: left;
}

.page-template-coc-athlete-medical .col-sm-2 {
    padding-left: 0;
}

.page-template-coc-athlete-medical .col-sm-3 {
    padding-right: 0;
}

.checkbox-option {
    font-size: 0.9rem !important;
}

.contact input[type="submit"],
.contact-3 input[type="submit"] {
    margin: 0 0 0 auto;
    display: block;
}

/* ROOK Strategic Data Principles infographic start  */
.strategic-data-principles-infographic {
    position: relative;
    min-height: 865px;
    width: 1200px;
    margin: 0 auto 50px auto;
}

.strategic-data-principles-infographic h3,
.strategic-data-principles-infographic p {
    margin: 0 !important;
}

.strategic-data-principles-infographic p {
    font-size: 14px;
}

.strategic-data-principles-infographic-block1,
.strategic-data-principles-infographic-block2,
.strategic-data-principles-infographic-block3,
.strategic-data-principles-infographic-block4,
.strategic-data-principles-infographic-block5,
.strategic-data-principles-infographic-block6,
.strategic-data-principles-infographic-block7,
.strategic-data-principles-infographic-img,
.strategic-data-principles-infographic-img1,
.strategic-data-principles-infographic-img2,
.strategic-data-principles-infographic-img3,
.strategic-data-principles-infographic-img4,
.strategic-data-principles-infographic-img5,
.strategic-data-principles-infographic-img6,
.strategic-data-principles-infographic-img7 {
    position: absolute;
}

.strategic-data-principles-infographic-block1 p,
.strategic-data-principles-infographic-block2 p,
.strategic-data-principles-infographic-block3 p {
    text-align: left;
}

.strategic-data-principles-infographic-block5 p,
.strategic-data-principles-infographic-block6 p,
.strategic-data-principles-infographic-block7 p,
.strategic-data-principles-infographic-block5 h3,
.strategic-data-principles-infographic-block6 h3,
.strategic-data-principles-infographic-block7 h3 {
    text-align: right;
}

.strategic-data-principles-infographic-block4 h3 {
    text-align: center;
}

.strategic-data-principles-infographic-block1 {
    top: 500px;
    left: 29px;
    max-width: 280px;
}

.strategic-data-principles-infographic-block2 {
    top: 330px;
    left: 29px;
    max-width: 290px;
}

.strategic-data-principles-infographic-block3 {
    top: 158px;
    left: 80px;
    max-width: 280px;
}

.strategic-data-principles-infographic-block4 {
    top: 0;
    left: 424px;
    text-align: center;
    max-width: 238px;
}

.strategic-data-principles-infographic-block5 {
    top: 99px;
    right: 80px;
    max-width: 280px;
}

.strategic-data-principles-infographic-block6 {
    top: 312px;
    right: 29px;
    max-width: 313px;
}

.strategic-data-principles-infographic-block7 {
    top: 484px;
    right: 30px;
    max-width: 335px;
}

.strategic-data-principles-infographic-img {
    bottom: 0;
    left: 350px;
    height: 500px;
    z-index: 1;
    object-fit: contain;
}

.strategic-data-principles-infographic-img1 {
    top: 620px;
    left: 0;
    width: 500px;
}

.strategic-data-principles-infographic-img2 {
    top: 455px;
    left: -13px;
    width: 500px;
}

.strategic-data-principles-infographic-img3 {
    top: 265px;
    left: 49px;
    width: 500px;
}

.strategic-data-principles-infographic-img4 {
    top: 167px;
    left: 411px;
    width: 285px;
}

.strategic-data-principles-infographic-img5 {
    top: 251px;
    right: 49px;
    width: 500px;
    transform: scaleX(-1);
}

.strategic-data-principles-infographic-img6 {
    top: 455px;
    right: -13px;
    width: 530px;
    transform: scaleX(-1);
}

.strategic-data-principles-infographic-img7 {
    top: 620px;
    right: 0;
    width: 530px;
    transform: scaleX(-1);
}

@media (max-width: 1024px) {
    .strategic-data-principles-infographic {
        min-height: auto;
        width: 100%;
    }

    .strategic-data-principles-infographic-img {
        position: static;
        height: fit-content;
        max-width: 400px;
    }

    .strategic-data-principles-infographic-img1,
    .strategic-data-principles-infographic-img2,
    .strategic-data-principles-infographic-img3,
    .strategic-data-principles-infographic-img4,
    .strategic-data-principles-infographic-img5,
    .strategic-data-principles-infographic-img6,
    .strategic-data-principles-infographic-img7 {
        display: none;
    }

    .strategic-data-principles-infographic-block1,
    .strategic-data-principles-infographic-block2,
    .strategic-data-principles-infographic-block3,
    .strategic-data-principles-infographic-block4,
    .strategic-data-principles-infographic-block5,
    .strategic-data-principles-infographic-block6,
    .strategic-data-principles-infographic-block7 {
        position: relative;
        max-width: none;
        top: 0;
        left: 0;
        margin-bottom: 15px;
    }

    .strategic-data-principles-infographic-block1 *,
    .strategic-data-principles-infographic-block3 *,
    .strategic-data-principles-infographic-block5 p,
    .strategic-data-principles-infographic-block7 p,
    .strategic-data-principles-infographic-block5 h3,
    .strategic-data-principles-infographic-block7 h3 {
        text-align: left;
    }

    .strategic-data-principles-infographic-block2 h3,
    .strategic-data-principles-infographic-block2 p,
    .strategic-data-principles-infographic-block6 p,
    .strategic-data-principles-infographic-block6 h3,
    .strategic-data-principles-infographic-block4 h3,
    .strategic-data-principles-infographic-block4 p {
        text-align: right;
    }

    .strategic-data-principles-infographic-block1:after,
    .strategic-data-principles-infographic-block2:after,
    .strategic-data-principles-infographic-block3:after,
    .strategic-data-principles-infographic-block4:after,
    .strategic-data-principles-infographic-block5:after,
    .strategic-data-principles-infographic-block6:after,
    .strategic-data-principles-infographic-block7:after {
        content: '';
        left: 0;
        bottom: 0;
        position: absolute;
        height: 3px;
        width: 100%;
    }

    .strategic-data-principles-infographic-block1:after,
    .strategic-data-principles-infographic-block3:after,
    .strategic-data-principles-infographic-block5:after,
    .strategic-data-principles-infographic-block7:after {
        background: #3ec3f1;
    }

    .strategic-data-principles-infographic-block2:after,
    .strategic-data-principles-infographic-block4:after,
    .strategic-data-principles-infographic-block6:after {
        background: #aaa9aa;
    }
}

/* ROOK Strategic Data Principles infographic end */

/* Configurable Business Management Software block on the home page start */
.my-new-blue-block {
    background-color: #009fe9;
    padding: 50px 20px 0 20px;
}

.my-new-blue-block-content {
    padding: 20px 0 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.my-new-blue-block-content-right,
.my-new-blue-block-content-left {
    display: flex;
    align-items: center;
}

.my-new-blue-block-content-right p {
    margin: 0;
}

.video-block {
    position: relative;
}

.video-block p {
    margin: 0;
}

.video-block-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000000;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .my-new-blue-block-content {
        grid-template-columns: 1fr;
    }
}

/* Configurable Business Management Software block on the home page end */

/* A True All-In-One Digital Solution... block start */
.visual-impact-block {
    margin: 0 auto;
}

.visual-impact-block a {
    text-decoration: none;
    margin-bottom: 100px;
}

.visual-impact-block a:hover .visual-impact-block-card1,
.visual-impact-block a:hover .visual-impact-block-card2,
.visual-impact-block a:hover .visual-impact-block-card3,
.visual-impact-block a:hover .visual-impact-block-card4 {
    background-color: white;
}

.visual-impact-block a:hover h2,
.visual-impact-block a:hover p {
    color: black;
}

.visual-impact-block a:hover img {
    transform: scale(1.1);
    transition: transform .3s ease-in-out;
}

.visual-impact-block h2 {
    font-size: 2em;
    text-align: center;
    margin: 0;
}

.visual-impact-block-title {
    background-image: url(/wp-content/uploads/2025/06/Intro-Infographic-border.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 227px;
    padding: 59px 0;
}

.visual-impact-block-cards {
    display: flex;
    gap: 10px;
    margin: 0 auto;
}

.visual-impact-block-cards h2,
.visual-impact-block-cards p {
    color: white;
    text-align: center;
    margin: 0;
}

.visual-impact-block-cards p {
    font-size: 0.9em;
}

.visual-impact-block-cards h2 {
    margin-top: 20px;
}

.visual-impact-block-cards h3 {
    text-align: center;
    line-height: 1;
    font-size: 1.3em;
}

.visual-impact-block-cards img {
    width: 100px;
    position: absolute;
    bottom: -50px;
    left: 102px;
}

.visual-impact-block-cards-wrapper {
    background-image: url(/wp-content/uploads/2025/06/Intro-Infographic-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.visual-impact-block-card1,
.visual-impact-block-card2,
.visual-impact-block-card3,
.visual-impact-block-card4 {
    position: relative;
    padding: 0 35px 50px;
    border: 0.8px solid #ffffff5e;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
}

.visual-impact-block-tringle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid white;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .visual-impact-block-title {
        padding: 40px 0;
        height: 182px;
    }

    .visual-impact-block-card1,
    .visual-impact-block-card2,
    .visual-impact-block-card3,
    .visual-impact-block-card4 {
        padding: 0 15px 50px;
    }

    .visual-impact-block-cards img {
        left: 73px;
    }
}

@media only screen and (max-width: 768px) {
    .visual-impact-block-title {
        background: none;
        height: auto;
    }

    .visual-impact-block-cards {
        flex-direction: column;
        padding: 10px 0;
    }

    .visual-impact-block-tringle {
        display: none;
    }

    .visual-impact-block-cards img {
        position: static;
        margin-top: 10px;
    }

    .visual-impact-block-card1,
    .visual-impact-block-card2,
    .visual-impact-block-card3,
    .visual-impact-block-card4 {
        padding: 0 15px 10px;
        margin-bottom: 0;
        border-top: 0.8px solid #ffffff5e;
    }
}

/* A True All-In-One Digital Solution... block end */

/* Homepage Industries Section start */
.industries-section {
    margin: 50px auto;
    padding: 0 20px;
}

.industries-section-infographic-block {
    position: relative;
    width: 50%;
}

.industries-section-infographic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .industries-section-infographic-block:hover img {
        transform: scale(1.2);
        transition: transform .3s ease-in-out;
    }

    .industries-section-infographic-block:hover:after {
        transform: scale(1);
        transition: transform .6s ease-in-out;
    }

    .industries-section-infographic-block::after {
        content: '';
        position: absolute;
        bottom: 46px;
        left: -36px;
        width: 673px;
        height: 137px;
        border: 4px solid #3ec3f1;
        border-left: none;
        border-radius: 18px;
        transform: scale(0);
    }
}

@media (max-width: 768px) {
    .industries-section-infographic-block {
        width: 100%;
    }
}

/* Homepage Industries Section end */

/* Divisons/Products section start */
.divisons-products-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.divisons-products-section-block img {
    height: 492px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .divisons-products-section-block {
        flex: 0 0 calc(33.333% - 13.33px);
    }

    .divisons-products-section-block:hover {
        transform: translateY(-40px);
        transition: transform .3s ease-in-out;
    }
}

/* Divisons/Products section end */

.subheader-left .wishlist-icon-link {
    padding-right: 10px;
}

.subheader-left {
    text-align: left;
}

@media (max-width: 768px) {
    .subheader-social-icons.subheader-right {
        flex-wrap: wrap;
    }

    .subheader-social .subheader-social-icons {
        text-align: center;
    }
}

/* CONTACT ROOK popup start */
#popmake-11017 {
    top: 0 !important;
    left: auto !important;
    right: 0;
    padding: 50px;
    border-radius: 0;
    width: 52% !important;
}

#popmake-11017 hr {
    background: #3ec3f1;
    margin: 35px 0;
}

#popmake-11017 .popup-logo {
    padding-bottom: 20px;
    height: 110px;
}

#popmake-11017 .pum-close.popmake-close {
    margin: 50px;
}

#pum-11017 {
    backdrop-filter: blur(10px);
}

.pum-container.pum-scrollable .pum-content {
    overflow-y: auto !important;
}

.popup-social {
    display: flex;
    margin-top: 30px;
}

.popup-social i.fa {
    color: black;
    font-size: 18pt;
    padding: 7px;
}

.popup-social svg {
    width: 35px;
    height: 34px;
    padding: 7px 6px 0;
}

.popup-social .wishlist-icon-link img {
    width: 41px;
    padding: 7px 7px 3px;
    object-fit: contain;
}

.popup-social a:hover svg,
.popup-social i:hover,
.popup-social .wishlist-icon-link:hover img {
    transform: scale(1.2);
    transition: transform .3s ease-in-out;
}

.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.contact-section-block {
    display: flex;
    gap: 20px;
}

.contact-section-block img {
    object-fit: contain;
    width: 70px;
    padding: 10px;
}

.contact-section-text h4,
.contact-section-text .contact-section-text-content {
    margin: 0;
    line-height: 1.5;
    color: black;
    font-size: 1em;
}

.contact-section a:hover .contact-section-text h4,
.contact-section a:hover .contact-section-text .contact-section-text-content {
    color: #489ac1;
}

.contact-section .contact-section-link:hover img {
    transform: scale(1.2);
    transition: transform .3s ease-in-out;
}

.contact-section .contact-section-link {
    text-decoration: none;
    flex: 0 0 calc(50% - 20px);
}

.contact-section p {
    display: none;
}

.mobile-contact-btn {
    display: none;
}

@media (max-width: 768px) {
    .desktop-contact-btn {
        display: none;
    }

    .mobile-contact-btn {
        display: inline-block;
    }
}

/* CONTACT ROOK popup end */

/* SES How To Guide Webpages start */
@media (min-width: 1272px) {

    .page-id-11020 .main-content,
    .page-id-11022 .main-content {
        padding-top: 135px;
    }
}

@media only screen and (max-width: 769px) {
    .guide-content div {
        text-align: left;
    }
}

/* SES How To Guide Webpages end */

/* ROOK Connect Field Services & Site Management Page start */
.feature-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px;
}

.feature-block {
    box-shadow: #1ac6ff 3px 1px 7px;
    padding: 15px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
}

.feature-block:hover {
    background-image: linear-gradient(180deg, #1ac6ff 0%, white 100%);
}

.feature-block-icon i {
    font-size: 25px;
    color: #21abdd;
}

.feature-block-icon {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    background: #1ac6ff2e;
    justify-content: center;
    align-items: center;
}

.feature-block:hover .feature-block-icon {
    background: white;
}

.feature-block-content h3 {
    line-height: 1.3;
}

@media (max-width: 768px) {
    .feature-blocks {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 425px) {
    .feature-blocks {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ROOK Connect Field Services & Site Management page end */

/* ROOK Supply Chain Management Page start */
.four-blocks-with-image {
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block-with-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;
    row-gap: 20px;
}

.block-with-image img {
    max-height: 710px;
}

.block-with-image-content {
    padding: 40px;
    max-width: 800px;
}

.block-with-image-content-left {
    margin-left: auto;
}

.block-with-image-left-image {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.block-with-image-content-right {
    margin-right: auto;
}

.block-with-image-right-image {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

@media (max-width: 1024px) {
    .block-with-image img {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .block-with-image {
        flex-direction: column;
    }

    .block-with-image-content {
        padding: 20px;
        text-align: left;
    }

    .block-with-image:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .block-with-image-left-image,
    .block-with-image-right-image {
        border-radius: 0;
    }
}

.vehicle-infographic {
    position: relative;
    height: 985px;
    margin: 100px auto;
    max-width: 1440px;
}

.vehicle-infographic-container {
    padding: 0 20px;
}

.vehicle-infographic img {
    position: absolute;
}

.vehicle-infographic-img1,
.vehicle-infographic-img2,
.vehicle-infographic-img3,
.vehicle-infographic-img4,
.vehicle-infographic-img5,
.vehicle-infographic-img6 {
    max-width: 400px;
    width: 100%;
}

.vehicle-infographic-img-circle {
    max-width: 500px;
    width: 100%;
    left: 450px;
    top: 245px;
}

.vehicle-infographic-img1 {
    top: 0;
    left: 120px;
}

.vehicle-infographic-img2 {
    top: 353px;
    left: 0;
}

.vehicle-infographic-img3 {
    bottom: 0;
    left: 120px;
}

.vehicle-infographic-img4 {
    top: 0;
    right: 120px;
}

.vehicle-infographic-img5 {
    top: 353px;
    right: 0;
}

.vehicle-infographic-img6 {
    bottom: 0;
    right: 120px;
}

@media (max-width: 1024px) {
    .vehicle-infographic img {
        position: static;
        padding-bottom: 20px;
    }

    .vehicle-infographic {
        height: auto;
        text-align: center;
    }
}

.our-service-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto 100px;
}

.our-service-blocks img {
    width: 33%;
}

@media (max-width: 768px) {
    .our-service-blocks img {
        width: 94%;
    }

    .our-service-blocks {
        margin: 50px auto 0;
    }
}

@media (max-width: 425px) {
    .our-service-blocks img {
        width: 100%;
    }
}

.four-power-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
    margin: 100px auto 50px;
}

.power-block {
    width: 49%;
    text-align: center;
}

@media (max-width: 768px) {
    .power-block {
        width: 100%;
    }
}

.supply-chain-page .essential-L1-text,
.supply-chain-page .essential-L2-text,
.supply-chain-page .essential-L3-text,
.supply-chain-page .essential-L4-text,
.supply-chain-page .essential-R1-text,
.supply-chain-page .essential-R2-text,
.supply-chain-page .essential-R3-text,
.supply-chain-page .essential-R4-text {
    text-align: center;
    font-size: 0.85em;
    font-weight: 300;
    line-height: 1.2;
}

.page-id-5467 .single-page .container h1 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px;
}

/* ROOK Supply Chain Management Page end */

/* New image desktop banner start */
.new_desktop_banner img {
    object-fit: cover;
    width: 100%;
    height: 348px;
}

.bottom-image-position {
    object-position: bottom center;
}

.top-image-position {
    object-position: top center;
}

@media (max-width: 1436px) {
    .new_desktop_banner {
        margin-top: 0;
    }
}

@media(max-width: 800px) {
    .new_desktop_banner {
        display: none !important;
    }
}

/* New image desktop banner end */

/* New home slider start  */
.slideTitleAnimatedRow1 {
    /* animation-delay: 0.1s; */
}

.slideTitleAnimatedRow2 {
    animation-delay: 0.1s;
}

.slideSubtitleAnimatedRow1 {
    animation-delay: 0.2s;
    padding-top: 10px;
}

.slideSubtitleAnimatedRow2 {
    animation-delay: 0.3s;
}

.slideSubtitleAnimatedRow3 {
    animation-delay: 0.4s;
}

.slideSubtitleAnimatedRow4 {
    animation-delay: 0.5s;
}

.slideImgAnimated1 {
    /* animation-delay: 0.1s; */
}

.slideImgAnimated2 {
    animation-delay: 0.1s;
}

.slideImgAnimated3 {
    animation-delay: 0.2s;
}

.slideImgAnimated4 {
    animation-delay: 0.3s;
}

.slideImgAnimated5 {
    animation-delay: 0.4s;
}

.slideImgAnimated6 {
    animation-delay: 0.5s;
}

.new-home-smart-slider [role~=button] {
    border: none !important;
    min-width: auto;
}

.new-home-smart-slider [role~=button]:hover {
    background-color: none !important;
}

/* New home slider end  */

/* Rook is Connected slider start */
#slider_11281 .owl-item img {
    max-width: 250px;
    object-fit: contain;
    display: flex;
    justify-self: center;
    align-self: center;
}

#slider_11281 .owl-item>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider_11281 .owl-stage {
    display: flex;
    align-items: center;
}

#slider_11281 p {
    margin: 0;
}

/* Rook is Connected slider end */

/* ERP Page CSS Start */
.multi-blocks-display-new img {
    width: 180px !important;
}

.multi-blocks-display-new .multi-blocks-1 {
    left: 0px;
    top: 160px;
}

.multi-blocks-display-new .multi-blocks-2 {
    left: 145px;
    top: 340px;
}

.multi-blocks-display-new .multi-blocks-3 {
    left: 145px;
    top: 185px;
}

.multi-blocks-display-new .multi-blocks-4 {
    left: 290px;
    top: 150px;
}

.multi-blocks-display-new .multi-blocks-5 {
    left: 290px;
    top: 100px;
}

.multi-blocks-display-new .multi-blocks-6 {
    left: 435px;
    top: 185px;
}

.multi-blocks-display-new .multi-blocks-7 {
    left: 580px;
    top: 160px;
}

.multi-blocks-display-new .multi-blocks-8 {
    left: 725px;
    top: 185px;
}

.multi-blocks-display-new .multi-blocks-9 {
    left: 580px;
    top: 100px;
}

.multi-blocks-display-new .multi-blocks-10 {
    left: 725px;
    top: 15px;
    position: absolute;
}

.custom-data-insights-section {
    width: 1000px;
    height: 536px;
    margin: auto;
    position: relative;
}

.custom-data-insights-1 {
    width: 400px;
    position: absolute;
    top: -350px;
    left: 15%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-data-insights-2 {
    width: 400px;
    position: absolute;
    top: -190px;
    left: 53%;
    bottom: 0;
    margin: auto;
    z-index: 8;
}

.custom-data-insights-3 {
    width: 400px;
    position: absolute;
    top: -50px;
    left: 15%;
    bottom: 0;
    margin: auto;
    z-index: 7;
}

.custom-data-insights-4 {
    width: 400px;
    position: absolute;
    top: 100px;
    left: 53%;
    bottom: 0;
    margin: auto;
    z-index: 6;
}

.custom-data-insights-5 {
    width: 400px;
    position: absolute;
    top: 250px;
    left: 15%;
    bottom: 0;
    margin: auto;
    z-index: 5;
}

.custom-data-insights-6 {
    width: 400px;
    position: absolute;
    top: 380px;
    left: 53%;
    bottom: 0;
    margin: auto;
    z-index: 4;
}


.custom-scalability-section {
    width: 1000px;
    height: 450px;
    margin: auto;
    position: relative;
}

.custom-scalability-1 {
    width: 500px;
    position: absolute;
    top: -280px;
    left: 0%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-scalability-2 {
    width: 500px;
    position: absolute;
    top: -20px;
    left: 0%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-scalability-3 {
    width: 500px;
    position: absolute;
    top: -150px;
    left: 55%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-scalability-4 {
    width: 500px;
    position: absolute;
    top: 110px;
    left: 55%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-scalability-5 {
    width: 500px;
    position: absolute;
    top: 250px;
    left: 0%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-section {
    width: 1000px;
    height: 1000px;
    margin: auto;
    position: relative;
}

.custom-steps-1 {
    width: 200px;
    position: absolute;
    top: 0%;
    left: 42%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-2 {
    width: 200px;
    position: absolute;
    top: -20%;
    left: 25%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-3 {
    width: 200px;
    position: absolute;
    top: -37%;
    left: 42%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-4 {
    width: 200px;
    position: absolute;
    top: -20%;
    left: 59%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-5 {
    width: 200px;
    position: absolute;
    top: 20%;
    left: 60%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-6 {
    width: 200px;
    position: absolute;
    top: 37%;
    left: 42%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-7 {
    width: 220px;
    position: absolute;
    top: 21%;
    left: 25%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-8 {
    width: 200px;
    position: absolute;
    top: -35%;
    left: 9%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-9 {
    width: 130px;
    position: absolute;
    top: -68%;
    left: 45%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-10 {
    width: 170px;
    position: absolute;
    top: -39%;
    left: 73%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-11 {
    width: 170px;
    position: absolute;
    top: 42%;
    left: 74%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-12 {
    width: 170px;
    position: absolute;
    top: 67%;
    left: 43%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-steps-13 {
    width: 150px;
    position: absolute;
    top: 40%;
    left: 14%;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

/* ERP Page CSS End */

/* CloudFlare Turnstile */
.cf7-cf-turnstile {
    text-align: right;
}

.hidden-fields-container {
    display: none;
}


.single-post.postid-11148 .post-thumbnail {
    display: none;
}


/* Secure-ROOK-Software-Application-Program-Interface Page */
.long-heding {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-transform: uppercase;
}

.page-id-11624 .single-page.default h1 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .page-id-11624 .single-page.default ul li {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

.page-template-csi-staff-registation .ui-datepicker-calendar thead tr th {
    background: #e43725 !important;
}

.acronyms-page img,
.acronyms-sidebar img {
    height: 270px;
    max-width: fit-content;
}

.acronym-new-size {
    padding: 5px 0 0;
}

@media (max-width: 1024px) {

    .acronyms-page .row.aa-toggle,
    .acronyms-sidebar .row.aa-toggle {
        flex-wrap: wrap;
    }

    .acronyms-page .row.aa-toggle .one.sixth,
    .acronyms-sidebar .row.aa-toggle .one.sixth {
        width: 33%;
    }
}

#slider_8271 img {
    max-height: 260px;
}

.new-size-slide {
    padding: 4px 0;
}

/* About Us Page new block start */
.short-content {
    max-width: 700px;
    margin: 0 auto;
}

.about-us-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 50px auto 70px;
}

.about-us-blocks_title {
    text-transform: uppercase;
}

.about-us-blocks_block1,
.about-us-blocks_block2,
.about-us-blocks_block3,
.about-us-blocks_block4 {
    border: 2px solid #22b0e6;
    box-shadow: 0 1px 3px 0 #888888;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    border-radius: 13px;
    min-height: 476px;
}

.about-us-blocks_icon1,
.about-us-blocks_icon2,
.about-us-blocks_icon3,
.about-us-blocks_icon4 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 65px;
    margin-bottom: 25px;
}

.about-us-blocks_icon1 {
    background-image: url(/wp-content/uploads/2026/02/ROOK-Icon-Outline.png);
}

.about-us-blocks_icon2 {
    background-image: url(/wp-content/uploads/2026/02/lightbulb-blue.png);
}

.about-us-blocks_icon3 {
    background-image: url(/wp-content/uploads/2026/02/settings-blue.png);
}

.about-us-blocks_icon4 {
    background-image: url(/wp-content/uploads/2026/02/handshake-blue.png);
}

.about-us-blocks_block1:hover {
    background-image: url(/wp-content/uploads/2026/02/About-Rook-Connect.png);
    color: white;
}

.about-us-blocks_block1:hover .about-us-blocks_icon1 {
    background-image: url(/wp-content/uploads/2026/02/rook-white.png);
}

.about-us-blocks_block2:hover {
    background-image: url(/wp-content/uploads/2026/02/A-superior-solution-for-less.png);
    color: white;
}

.about-us-blocks_block2:hover .about-us-blocks_icon2 {
    background-image: url(/wp-content/uploads/2026/02/lightbulb.png);
}

.about-us-blocks_block3:hover {
    background-image: url(/wp-content/uploads/2026/02/Implementation-Done-Differently.png);
    color: white;
}

.about-us-blocks_block3:hover .about-us-blocks_icon3 {
    background-image: url(/wp-content/uploads/2026/02/settings.png);
}

.about-us-blocks_block4:hover {
    background-image: url(/wp-content/uploads/2026/02/Dedicated-To-Your-Success.png);
    color: white;
}

.about-us-blocks_block4:hover .about-us-blocks_icon4 {
    background-image: url(/wp-content/uploads/2026/02/handshake.png);
}

@media (max-width: 768px) {
    .about-us-blocks {
        grid-template-columns: 1fr;
    }
}

/* About Us Page new block end */

/*MPFA page css start*/
.custom_box {
    background-color: #fff;
    min-height: fit-content;
    padding: 10px 20px;
}

.custom_box .two-col:first-child:before {
    display: none;
}



.custom_4box_wrapper {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.custom_4box_grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.custom_4box_card {
    background: #f6f7f9;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
}

.custom_4box_image {
    flex: 0 0 170px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.custom_4box_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_4box_content h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    text-align: left;
}

.custom_4box_content p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #444;
    text-align: left;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .custom_4box_grid {
        grid-template-columns: 1fr;
    }

    .custom_4box_card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .custom_4box_card {
        flex-direction: column;
        align-items: center;
    }

    .custom_4box_content * {
        text-align: center;
    }

    .custom_4box_image {
        margin-bottom: 10px;
    }
}




.custom_compare_table_wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 20px 0;
}

.custom_compare_table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    background: #ffffff;
}

.custom_compare_table th,
.custom_compare_table td {
    border: 1px solid #d6d6d6;
    padding: 14px 16px;
    text-align: left;
    vertical-align: middle;
}

.custom_compare_table thead th {
    background: #f4f4f4;
    font-weight: 600;
    color: #111;
}

.custom_compare_table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Emphasize ROOK Connect column slightly */
.custom_compare_table tbody td:nth-child(2) {
    font-weight: 500;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .custom_compare_table {
        font-size: 13px;
    }
}



.custom_feature_grid_wrapper {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.custom_feature_grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.custom_feature_card {
    background: #f6f7f9;
    border-radius: 22px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom_feature_card img {
    width: 100px;
    height: auto;
}

.custom_feature_card p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.5;
    color: #111;
    font-weight: 500;
}

/* TABLET */
@media (max-width: 1024px) {
    .custom_feature_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .custom_feature_grid {
        grid-template-columns: 1fr;
    }

    .custom_feature_card {
        padding: 24px 18px;
    }
}



.custom_capability_10_box_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    /* FIXED */
    padding: 40px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.custom_capability_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 56px;
    row-gap: 30px;
}

/* Item */
.custom_capability_item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* ICON FIX — this is the big one */
.custom_capability_icon {
    width: 140px;
    height: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_capability_icon img {
    width: 140px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Text */
.custom_capability_text {
    max-width: 460px;
}

.custom_capability_text h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #1f2933;
    line-height: 1.4;
}

.custom_capability_text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
}

/* Tablet */
@media (max-width: 991px) {
    .custom_capability_item {
        flex-direction: column;
        align-items: center;
    }

    .custom_capability_grid {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .custom_capability_icon {
        width: 50px;
        height: 50px;
    }

    .custom_capability_icon img {
        width: 50px;
        height: 50px;
    }

    .custom_capability_text h4 {
        font-size: 14px;
    }

    .custom_capability_text p {
        font-size: 12.5px;
    }
}



/* Parent Wrapper */
.rooks-features-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    background: #fff;
}

/* Grid for 6 pairs (12 items), 2 columns side by side */
.rooks-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

/* Each feature pair container */
.rooks-feature-item {
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Icon container */
.rooks-feature-icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    color: #40b9e8;
}

.rooks-feature-icon img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content */
.rooks-feature-content {
    flex: 1;
    max-width: calc(100% - 72px);
}

.rooks-feature-content h4 {
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 6px 0;
}

.rooks-feature-content p {
    margin: 0 0 3px 0;
    font-weight: 600;
    font-size: 14px;
}

.rooks-feature-content p.description {
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}

/* Bold line under heading is separated as a paragraph with smaller text and bold */
.rooks-feature-content p.bold {
    font-weight: 600;
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 900px) {
    .rooks-features-grid {
        grid-template-columns: 1fr;
        gap: 40px 0;
    }

    .rooks-feature-item {
        gap: 16px;
    }

    .rooks-feature-icon {
        width: 56px;
        height: 56px;
    }

    .rooks-feature-content h4 {
        font-size: 16px;
    }

    .rooks-feature-content p,
    .rooks-feature-content p.bold,
    .rooks-feature-content p.description {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .rooks-features-wrapper {
        padding: 20px 12px;
    }

    .rooks-feature-icon {
        width: 48px;
        height: 48px;
    }

    .rooks-feature-content h4 {
        font-size: 15px;
    }
}

/*MPFA page css end*/

/* API page start */
.api-page-wrapper h1,
.api-page-wrapper h2 {
    margin-top: 50px;
}

.api-page-wrapper h1,
.api-page-wrapper h2,
.api-page-wrapper h3 {
    text-transform: uppercase;
}

.api-graph-first {
    position: relative;
    min-height: 568px;
    margin: 40px auto 70px;
}

.api-graph-first img {
    position: absolute;
}

.api-graph-first p {
    margin: 0;
    line-height: 1.4em;
}

.api-graph-first-text2,
.api-graph-first-text3,
.api-graph-first-text4,
.api-graph-first-text5,
.api-graph-first-text6,
.api-graph-first-text7 {
    position: absolute;
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 392px;
    width: 100%;
    height: 112px;
    padding: 29px 0 0 90px;
}

.api-graph-first-text1 {
    position: absolute;
    text-align: center;
    z-index: 2;
    color: white;
    bottom: 110px;
    left: 106px;
    font-weight: bold;
    width: 200px;
    color: black;
}

.api-graph-first-text2 {
    top: -9px;
    left: 477px;
    background-image: url(/wp-content/uploads/2026/02/Driver-Infographic-041.png);
}

.api-graph-first-text3 {
    top: 66px;
    left: 868px;
    animation-delay: 0.2s;
    background-image: url(/wp-content/uploads/2026/02/Driver-Infographic-051.png);
    padding: 16px 0 0 30px;
}

.api-graph-first-text4 {
    top: 164px;
    left: 477px;
    animation-delay: 0.5s;
    background-image: url(/wp-content/uploads/2026/02/Driver-Infographic-061.png);
    padding: 16px 0 0 30px;
}

.api-graph-first-text5 {
    top: 242px;
    left: 868px;
    animation-delay: 0.9s;
    background-image: url(/wp-content/uploads/2026/02/Driver-Infographic-071.png);
}

.api-graph-first-text6 {
    top: 340px;
    left: 477px;
    animation-delay: 1.3s;
    background-image: url(/wp-content/uploads/2026/02/Driver-Infographic-081.png);
    padding: 16px 0 0 30px;
}

.api-graph-first-text7 {
    top: 422px;
    left: 868px;
    animation-delay: 1.6s;
    background-image: url(/wp-content/uploads/2026/02/Driver-Infographic-091.png);
    height: 108px;
}

.api-graph-first .api-graph-first-img1 {
    width: 420px;
    bottom: -43px;
    left: 0;
}

.api-graph-first .api-graph-first-img2 {
    width: 95px;
    bottom: 161px;
    left: 163px;
    z-index: 1;
}

.api-graph-first .api-graph-first-img4 {
    top: 41px;
    left: 176px;
    width: 355px;
}

.api-graph-first .api-graph-first-img6 {
    top: 120px;
    left: 255px;
    width: 613px;
    animation-delay: 0.2s;
}

.api-graph-first .api-graph-first-img8 {
    top: 208px;
    left: 315px;
    width: 230px;
    animation-delay: 0.5s;
}

.api-graph-first .api-graph-first-img10 {
    top: 290px;
    left: 352px;
    width: 516px;
    animation-delay: 0.9s;
}

.api-graph-first .api-graph-first-img12 {
    top: 384px;
    left: 368px;
    width: 187px;
    animation-delay: 1.3s;
}

.api-graph-first .api-graph-first-img14 {
    top: 457px;
    left: 351px;
    width: 525px;
    animation-delay: 1.6s;
}

.api-graph-second {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
}

.api-graph-fourth {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
}

.api-graph-fourth .api-graph-fourth-block {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.api-graph-third {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    margin: 30px 0 60px;
}

.api-graph-third-block1,
.api-graph-third-block2,
.api-graph-third-block3,
.api-graph-third-block4,
.api-graph-third-block5,
.api-graph-third-block6 {
    color: white;
    padding: 40px;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 20px;

}

.api-graph-third-block1,
.api-graph-third-block6 {
    background-color: #505252;
}

.api-graph-third-block2,
.api-graph-third-block4 {
    background-color: #42c2f0;
}

.api-graph-third-block3,
.api-graph-third-block5 {
    background-color: #ababab;
}

.api-graph-fifth {
    margin: 50px 0;
}

.api-graph-fifth .block-with-image-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    padding: 20px;
}

.api-graph-fifth .api-graph-fifth-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
}

.api-graph-sixth {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px auto 100px;
}

.api-graph-sixth>div {
    width: 100%;
    max-width: 525px;
    padding: 20px;
    background-color: #f4f6f9;
    border-radius: 20px;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.22);
    text-align: left;
    display: flex;
    gap: 20px;
    align-items: center;
}

.api-graph-sixth>div>p {
    max-width: 360px;
}

.api-graph-sixth img {
    width: 100px;
}

@media (max-width: 1290px) {
    .api-graph-first img {
        display: none;
    }

    .api-graph-first-text1,
    .api-graph-first-text2,
    .api-graph-first-text3,
    .api-graph-first-text4,
    .api-graph-first-text5,
    .api-graph-first-text6,
    .api-graph-first-text7 {
        position: static;
        margin: 0 auto;
    }

    .api-graph-first-text1 {
        font-size: 1.7em;
        font-weight: 400;
        width: 100%;
        padding-bottom: 20px;
        line-height: 1.4em;
    }
}

@media (max-width: 1160px) {
    .api-graph-fifth .block-with-image-content {
        grid-template-columns: 1fr;
        max-width: none;
        padding: 10px;
        margin: auto;
    }

    .api-graph-fifth .block-with-image {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .api-graph-sixth {
        grid-template-columns: 1fr;
    }

    .api-graph-sixth>div {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .api-graph-sixth>div {
        flex-direction: column;
    }

    .api-graph-second {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .api-graph-fourth-block img {
        max-width: 100px;
    }

    .api-graph-fifth-block>div {
        width: 100%;
    }

    .api-graph-third {
        grid-template-columns: repeat(2, 1fr);
    }

    .api-graph-sixth {
        gap: 20px;
    }
}

@media (max-width: 425px) {

    .api-graph-second,
    .api-graph-fourth,
    .api-graph-third {
        grid-template-columns: 1fr;
    }
}

/* API page end */
