img {
    object-fit: contain;
}

.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;
}

.bg-blue {
    background-color: #3498db;
}

.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;
}

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

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

.file-upload {
    color: #555;
    line-height: 0.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: 0.5s ease;
    transition: 0.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;
}

.menu-item-bg {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
    width: 30px;
    height: 30px;
    object-fit: contain;
    padding-right: 10px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(281deg) brightness(102%) contrast(105%);
}

ul.mega-drop a {
    font-size: 0.9em;
}

.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 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.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 0.3s ease 0.15s;
    -moz-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    -ms-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.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: #fff;
}

ul.mega-drop li.current-page-ancestor ul.sub-menu li.current-menu-item a:hover {
    color: #489ac1;
}

.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,
.page-template-ffm-support-plans h2:not(.ffm-prof-text) {
    color: #4db8b5;
}

.page-template-ffm-support-plans h3.subtitle {
    text-align: center;
    color: #000;
}

.page-template-ffm-support-plans p.top-text {
    margin-bottom: 10px;
}

.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);
}

.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.main-header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999999;
}

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/fresh-focus-media-light.png") no-repeat left top / 200px 87px;
    display: block;
    height: 87px;
    margin-top: 15px;
    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: 200px;
    z-index: 11;
}

a.logo-dark {
    background: url("img/fresh-focus-media-dark.png") no-repeat left top / 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;
}

/* Mason@FFM #31174: change branding if you are on the Rook Connect page */

.page-id-4319 a.logo {
    background: url("/wp-content/uploads/2022/06/rook-square.png") no-repeat left top / 128px 128px;
    display: block;
    height: 128px;
    margin-top: 15px;
    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: 200px;
    z-index: 11;
}

.page-id-4319 a.logo-dark {
    background: url("/wp-content/uploads/2022/06/ROOK-Connect.png") no-repeat left top / 128px 128px;
    display: block;
    height: 128px;
    margin-top: 15px;
    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: 200px;
    z-index: 11;
}

.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: 15px;
    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: 15px;
    margin: 45px 50px 0 0;
    text-transform: uppercase;
}

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

.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: #2aadac;
}

.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: rgba(0, 0, 0, 0.8);
    right: -438px;
    padding: 0 1em 1em 1em;
    position: absolute;
    text-transform: capitalize;
    top: 30px;
    width: 350px;
    z-index: 11;
    text-align: left;
}

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

.nav-bar ul li ul.sub-menu a:hover {
    color: #2aadac !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: 0px;
    width: 300px;
}

.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: #4db8b5;
    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 #4db8b5;
    color: #4db8b5 !important;
}

.main-nav-bg {
    background-color: #fff;
    display: none;
    height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.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: fixed;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 30px;
    width: 80%;
    z-index: 1000001;
    text-align: left;
}

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

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

.responsive-navigation_nav li a {
    padding: 0;
}

.responsive-navigation_nav li:hover {
    background-color: #2aadac;
    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: #2aadac;
}

.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 {
    background-color: transparent;
    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: #26aeae;
}

/* ---------- 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;
}

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 #26aeae solid !important;
    border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    color: #26aeae !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: #26aeae !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    text-decoration: none;
}

.single-page-banner {}

.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 .container {
    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: 50px;
    text-transform: uppercase;
}

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

.single-page .container h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
}

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

.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;
}

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: #26aeae;
}

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

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

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

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

.gap-bottom-10 {
    margin-bottom: 10px !important;
}

.gap-bottom-20 {
    margin-bottom: 20px !important;
}

.gap-bottom-30 {
    margin-bottom: 30px !important;
}

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

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

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

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

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

.height-90 {
    height: 90px;
}

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

.teal {
    color: #26bfcb;
}

.white {
    color: #fff;
}

/* ---------- HOME PAGE ---------- */
/* HOME PAGE UPDATED */
@font-face {
    font-family: gothamMedium;
    src: url(font/gotham-medium-regular.ttf);
}

footer a,
footer a:hover {
    text-decoration: none;
    display: flex;
    height: fit-content;
}

footer a:hover {
    -webkit-filter: brightness(150%);
    display: flex;
    height: fit-content;
}

#tabs-link {
    margin-top: 40px;
    width: 200px;
    font-family: "Quicksand", sans-serif;
}

.cta-display-btn {
    background-color: #fff;
    color: #00888a;
    border: none;
    border-radius: 9px;
    margin-top: 50px;
}

.cta-display-btn:hover {
    background-color: #00888a;
    color: #fff;
}

.support-quote-consult-btns img:hover {
    -webkit-filter: brightness(110%);
}

.arrow-pic img:hover,
.arrow-pic-icons img:hover,
.arrow-icons-left img:hover,
.arrow-icons-right img:hover {
    -webkit-filter: brightness(120%);
}

.support-quote-consult-btns {
    display: flex;
    /* Mason@FFM #31175: center consultation buttons */
    justify-content: center;
    /* justify-content: space-evenly; */
}

.support-quote-consult-btns img {
    width: 220px;
    /* Mason@FFM #31175: center consultation buttons */
    margin-left: 40px;
    margin-right: 40px;
}

.arrow-pic {
    width: 200px;
    position: relative;
}

.arrow-pic img {
    width: 145px;
}

.arrow-pic-icons {
    position: relative;
    width: 400px;
}

.arrow-pic-icons img {
    width: 250px;
    position: absolute;
}

.arrow-infographic {
    display: flex;
    margin-top: 100px !important;
    margin-bottom: 150px !important;
}

.arrow-infographic img {
    display: flex;
}

.arrow-elements {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
}

.arrow-text-elements {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.arrow-icons {
    display: flex;
    justify-content: end;
}

.page-id-2 .page-content {
    color: #000;
}

.arrow-icons-left {
    margin-right: 80px;
}

.arrow-icons-left div,
.arrow-icons-right div {
    margin-bottom: 30px;
}

/* Arrow icons */
.arrow-2 {
    top: 200px;
    right: -65px;
}

.arrow-3 {
    top: 265px;
    right: -65px;
}

.arrow-4 {
    top: 330px;
    right: -65px;
}

.arrow-5 {
    top: 395px;
    right: -65px;
}

.arrow-6 {
    top: 460px;
    right: -65px;
}

.arrow-7 {
    top: 525px;
    right: -65px;
}

.arrow-8 {
    top: 590px;
    right: -65px;
}

.arrow-9 {
    top: 655px;
    right: -65px;
}

.arrow-10 {
    top: 720px;
    right: -65px;
}

.arrow-11 {
    top: 785px;
    right: -65px;
}

.arrow-22 {
    position: absolute;
    bottom: 0;
}

.arrow-21 {
    position: absolute;
    bottom: -50px;
}

.arrow-20 {
    position: absolute;
    bottom: -100px;
}

/* END arrow icons */

/* Strat-Plan-Exec Icons */
.online {
    width: 145px;
}

.cust-port {
    width: 165px;
}

.sub-mod {
    width: 180px;
}

.mem-web {
    width: 180px;
}

.cust-order {
    width: 180px;
}

.est-tools {
    width: 180px;
}

.sched-book {
    width: 180px;
}

.online-order {
    width: 180px;
}

/* END Strat-Plan-Exec Icons */

/* ffm is committed block */
.ffm-committed {
    height: 600px;
    background-image: url("/wp-content/uploads/2021/11/FFMImageBlock1NoTextNew.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ffm-committed-text {
    font-size: 5em;
    font-family: "gothamMedium";
    text-shadow: 2px 5px #000;
}

/* End ffm is committed block */

/* We are Marketing */
.we-are-marketing {
    background-image: url("/wp-content/uploads/2021/11/gray-scale.png");
    background-size: cover;
    font-family: "Quicksand", sans-serif;
}

.we-are-top,
.we-are-bottom {
    padding-bottom: 30px;
}

.marketing-btn {
    background-color: #0d8689;
    border: none;
    width: 85%;
    color: #fff;
    font-size: 1.1em;
    margin-top: 15px;
}

.marketing-btn:hover {
    -webkit-filter: brightness(110%);
    border: none;
}

.marketing-display {
    padding: 80px 0;
    color: #fff !important;
}

.marketing-display h1,
.marketing-display button {
    font-family: "Quicksand";
    color: #fff;
}

.marketing-display button {
    text-transform: uppercase;
}

.marketing-display h1 {
    padding-bottom: 20px;
}

.marketing-display h3 {
    font-weight: 700;
}

/* END We are Marketing */

/* Experience Matters BLOCK */
.exp-matt-text {
    width: 50%;
    margin-top: 50px;
    position: relative;
}

.exp-matt-text h3 {
    text-align: center;
    color: #5bbbb7;
    font-weight: 600;
}

.exp-matt-text p {
    text-align: center;
    color: #000;
}

.exp-matt {
    color: #000;
    display: flex;
    height: 550px;
}

.exp-core-value {
    width: 50%;
    position: relative;
    margin-top: 50px;
}

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

.core-1 {
    right: 100px;
    top: 111px;
}

.core-2 {
    left: 45px;
    z-index: 3;
    top: 20px;
}

.core-3 {
    top: 240px;
    left: 148px;
}

.core-4 {
    right: 145px;
    top: 245px;
}

.core-5 {
    top: 105px;
    left: 100px;
    z-index: 2;
}

.core-6 {
    margin: auto;
    left: 0;
    right: 0;
}

.core-7 {
    right: 45px;
    z-index: -1;
    top: 20px;
}

.exp-link {
    /* position: absolute; */
    width: 50%;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.custom_double_button {
    display: flex;
}

/* End Experience Matters BLOCK */

/* 12 Professionals */
.ffm-prof {
    height: 600px;
    background-image: url("/wp-content/uploads/2021/11/FFMImageBlock2NoTextNew.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ffm-prof-text {
    font-size: 5em;
    font-family: "gothamMedium";
    text-shadow: 2px 5px #000;
}

/* End 12 Professionals */

/* New age block */
.new-age img:hover {
    -webkit-filter: brightness(110%);
}

.new-age {
    background-image: url("/wp-content/uploads/2021/11/gray-scale.png");
    background-size: cover;
    height: 1200px;
    padding: 50px 0;
}

.new-age-text h2 {
    color: #fff !important;
    text-align: center;
    font-weight: 700;
}

.new-age-text h4 {
    text-align: center;
}

.new-age-icon-text img {
    width: 100px;
}

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

.experts-2 {
    top: -71px;
    left: 322px;
    bottom: 0;
    z-index: 1;
    width: 630px;
    margin: auto;
}

.experts-3 {
    top: 149px;
    left: 322px;
    bottom: 0;
    z-index: 1;
    width: 630px;
    margin: auto;
}

.experts-4 {
    top: 366px;
    left: 322px;
    bottom: 0;
    z-index: 1;
    width: 630px;
    margin: auto;
}

.experts-5 {
    top: 45px;
    right: 326px;
    bottom: 0;
    z-index: 1;
    width: 630px;
    margin: auto;
}

.experts-6 {
    top: -157px;
    right: 325px;
    bottom: 0;
    z-index: 1;
    width: 630px;
    margin: auto;
}

.experts-7 {
    top: -374px;
    right: 325px;
    bottom: 0;
    z-index: 1;
    width: 630px;
    margin: auto;
}

.experts-8 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 485px;
}

.new-age-icon-text h4,
.new-age-icon-text h5 {
    font-family: "Quicksand", sans-serif;
    font-weight: 900;
}

.new-age-icon-text h5 {
    font-size: 1em;
    font: 700;
}

.cust-heading {
    color: #59bdb8;
}

.ecomm-heading {
    color: #10aaab;
}

.mem-heading {
    color: #1b7f81;
}

.subscript-heading {
    color: #1b7f81;
}

/* End new age block */

/* FFM TEAM */
.ffm-team {
    height: 590px;
    background-image: url("/wp-content/uploads/2021/11/FFMHomePageMultiPhoto2BlankNew.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ffm-team-text {
    font-size: 5em;
    font-family: "gothamMedium";
    text-shadow: 2px 5px #000;
}

/* End FFM TEAM */

/* MONTHLY MARKETING */
.monthly-marketing {
    text-align: center;
    margin-top: 60px;
}

.monthly-marketing h2 {
    color: #5cbbb7;
    font-weight: 700;
}

.monthly-marketing h3 {
    color: #000;
    font-weight: 600;
}

/* MONTHLY MARKETING */

/* Updated Home Page Footer */

.block-1-display {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
}

.block-1-text-icon img {
    margin-right: 20px;
}

.block-3-display {
    display: flex;
    justify-content: space-between;
    height: 400px;
    gap: 40px;
}

.block-1-text-icon,
.block-3-icon-text {
    display: flex;
    height: 100px;
}

.block-3-icon-text img {
    margin-right: 20px;
}

.block-3-text-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-3-text-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-3-text-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* END Updated Home Page Footer */

@media (min-width: 0) and (max-width: 767px) {
    .custom_double_button {
        flex-direction: column;
    }

    .sublinks {
        display: flex;
        justify-content: center;
    }

    .support-quote-consult-btns {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        text-align: center;
    }

    .block-3-icon-text img {
        margin-right: 5px !important;
    }

    .ffm-committed-text,
    .ffm-team-text,
    .ffm-prof-text {
        font-size: 3em !important;
    }
}

@media (min-width: 0) and (max-width: 1023px) {
    .footer-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50% !important;
    }

    .new-age {
        display: none;
    }

    .new-age-mobile {
        background-image: url("/wp-content/uploads/2021/11/gray-scale.png");
        background-size: cover;
        height: fit-content;
        padding: 50px 0;
    }

    .digital-experts-display {
        height: fit-content;
    }

    .digital-experts-display {
        position: relative;
        margin: auto;
        text-align: center;
    }

    .new-age-mobile {
        padding: 50px;
    }

    .new-age-icon-text h4 {
        font-size: 1em;
    }

    .ffm-team-text,
    .ffm-prof-text {
        font-size: 4em;
    }

    .main-footer p {
        font-size: 0.7em;
    }

    .exp-matt {
        display: none;
    }

    .exp-matt-mobile {
        display: block;
    }

    /*     .arrow-infographic-mobile {
        display: block;
    }
    .arrow-infographic {
        display: none;
    } */
    .arrow-infographic {
        flex-flow: column;
        flex-direction: column-reverse;
        align-items: center;
    }

    .arrow-pic {
        display: none;
    }

    .arrow-pic-icons {
        width: 90%;
    }

    .arrow-pic-icons img {
        position: static;
        width: 100%;
    }

    .arrow-elements {
        width: 80%;
        justify-content: center;
    }

    .arrow-text-elements {
        width: 80%;
    }

    .arrow-icons {
        justify-content: center;
    }

    .we-are-top>div,
    .we-are-bottom>div {
        padding-bottom: 30px;
    }

    .exp-matt-text {
        width: 100%;
    }

    .team-pic {
        text-align: center;
        margin-top: 50px;
    }

    .exp-link {
        position: relative;
    }

    .marketing-btn {
        width: fit-content;
        margin-top: 30px;
    }

    .exp-matt-text {
        margin-top: 50px;
        position: relative;
        padding: 50px;
        text-align: center;
    }

    .contact-info {
        height: fit-content;
    }

    .two-up-small-tablet {
        width: 100% !important;
        clear: none !important;
        float: none !important;
        left: 0 !important;
        right: 0 !important;
    }

    .block-1-display {
        text-align: center;
        font-size: x-large;
    }
}

@media (max-width: 767px) {

    .contact-info.one.fourth:last-child h3 {
        text-align: center;
    }

    .contact-info.one.fourth:last-child .one.block-3-display {
        justify-content: center;
    }

    .contact-info {
        height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 898px) {
    .support-quote-consult-btns img {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .we-are-marketing h3 {
        font-size: 1em;
    }

    .we-are-top>div,
    .we-are-bottom>div {
        padding: 1%;
    }

    .marketing-display h1,
    .marketing-display button {
        font-size: 1em;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .arrow-elements {
        width: 50%;
        display: flex;
        flex-direction: row-reverse;
        margin-left: -80px;
    }

    .arrow-pic-icons img {
        width: 200px;
    }

    .arrow-2 {
        top: 180px;
        right: -65px;
    }

    .arrow-3 {
        top: 230px;
        right: -65px;
    }

    .arrow-4 {
        top: 280px;
        right: -65px;
    }

    .arrow-5 {
        top: 330px;
        right: -65px;
    }

    .arrow-6 {
        top: 380px;
        right: -65px;
    }

    .arrow-7 {
        top: 430px;
        right: -65px;
    }

    .arrow-8 {
        top: 480px;
        right: -65px;
    }

    .arrow-9 {
        top: 530px;
        right: -65px;
    }

    .arrow-10 {
        top: 580px;
        right: -65px;
    }

    .arrow-11 {
        top: 630px;
        right: -65px;
    }

    .arrow-text-elements {
        padding-right: 50px;
    }

    .ffm-committed-text,
    .ffm-prof-text,
    .ffm-team-text {
        font-size: 4em;
    }

    .we-are-top>div,
    .we-are-bottom>div {
        padding: 1%;
    }

    .exp-matt {
        height: 655px;
    }

    .core-1 {
        right: 100px;
        top: 107px;
        width: 150px;
    }

    .core-2 {
        left: 45px;
        z-index: 3;
        top: 20px;
        width: 150px;
    }

    .core-3 {
        top: 244px;
        left: 105px;
        width: 150px;
    }

    .core-4 {
        right: 99px;
        top: 204px;
    }

    .core-5 {
        top: 104px;
        left: 62px;
        z-index: 2;
        width: 210px;
    }

    .core-6 {
        margin: auto;
        left: 0;
        right: 0;
        width: 150px;
        top: 23px;
    }

    .core-7 {
        right: 45px;
        z-index: -1;
        width: 150px;
        top: 20px;
    }

    .exp-matt-text {
        padding: 0 40px;
    }

    .marketing-btn {
        width: 100%;
    }

    .exp-link {
        bottom: 20px;
    }

    .digital-experts-display {
        position: relative;
        height: 500px;
        width: 1024px;
        margin: auto;
    }

    .experts-2 {
        top: -53px;
        left: 114px;
        bottom: 0;
        z-index: 1;
        width: 405px;
        margin: auto;
    }

    .experts-3 {
        top: 88px;
        left: 115px;
        bottom: 0;
        z-index: 1;
        width: 405px;
        margin: auto;
    }

    .experts-4 {
        top: 227px;
        left: 115px;
        bottom: 0;
        z-index: 1;
        width: 405px;
        margin: auto;
    }

    .experts-5 {
        top: 40px;
        right: 115px;
        bottom: 0;
        z-index: 1;
        width: 405px;
        margin: auto;
    }

    .experts-6 {
        top: -98px;
        right: 115px;
        bottom: 0;
        z-index: 1;
        width: 405px;
        margin: auto;
    }

    .experts-7 {
        top: -236px;
        right: 115px;
        bottom: 0;
        z-index: 1;
        width: 405px;
        margin: auto;
    }

    .experts-8 {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        width: 300px;
    }

    .new-age {
        height: 900px;
    }
}

@media (min-width: 1024px) {
    .arrow-infographic-mobile {
        display: none;
    }

    .new-age-mobile {
        display: none;
    }

    .exp-matt-mobile {
        display: none;
        padding-top: 100px;
    }
}

@media (min-width: 1200px) {
    .experts-2 {
        top: -62px;
        left: -68px;
        bottom: 0;
        z-index: 1;
        width: 576px;
        margin: auto;
    }

    .experts-3 {
        top: 140px;
        left: -68px;
        bottom: 0;
        z-index: 1;
        width: 576px;
        margin: auto;
    }

    .experts-4 {
        top: 341px;
        left: -68px;
        bottom: 0;
        z-index: 1;
        width: 576px;
        margin: auto;
    }

    .experts-5 {
        top: 39px;
        right: -68px;
        bottom: 0;
        z-index: 1;
        width: 576px;
        margin: auto;
    }

    .experts-6 {
        top: -157px;
        right: -68px;
        bottom: 0;
        z-index: 1;
        width: 576px;
        margin: auto;
    }

    .experts-7 {
        top: -359px;
        right: -68px;
        bottom: 0;
        z-index: 1;
        width: 576px;
        margin: auto;
    }

    .experts-8 {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        width: 455px;
    }

    .digital-experts-display {
        position: relative;
        height: 500px;
        width: 1024px;
        margin: auto;
    }

    .digital-experts-display-mobile {
        display: none;
    }

    .team-pic {
        padding-top: 20px;
    }

    .new-age {
        background-image: url("/wp-content/uploads/2021/11/gray-scale.png");
        background-size: cover;
        height: 980px;
        padding: 50px 0;
    }
}

/* END HOME PAGE UPDATED */

.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 #2aadac;
    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;
}

.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: 767px) {
    .general-content .container {
        display: block;
    }
}

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

.page-template-page-hosting .support-content {
    padding: 40px 10px 0px 10px;
}

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

.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: #26aeae;
    color: #fff;
}

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

.support-col:hover h2 {
    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 #26aeae;
    color: #26aeae !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: #26aeae;
    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: #26aeae !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 #26aeae;
    color: #26aeae;
    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: 24%;
}

.tabs ul li a:hover,
.tabs ul li.active a {
    background-color: #26aeae;
    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: 20px;
    top: 22px;
}

.ffm-solutions-02 {
    right: 0;
    left: 435px;
    top: 41px;
}

.ffm-solutions-03 {
    left: 39px;
    top: 227px;
}

.ffm-solutions-04 {
    right: 38px;
    top: 236px;
}

.ffm-solutions-05 {
    left: 25px;
    bottom: 9px;
}

.ffm-solutions-06 {
    right: 20px;
    bottom: 1px;
}

.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%;
}

@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;
    }
}

/* ---------- ABOUT US PAGE ---------- */
/* Updated About Us Page */
.articles-by-kenneth {
    display: flex;
    align-items: center;
}

.bordered {
    border: 1px solid #4db8b5;
}

.contact-form h3 {
    color: #fff;
}

.contact-form input[type="file"],
.contact-form .wpcf7-response-output {
    color: #000;
}

#ffm-footer p {
    color: #fff;
}

.time-pic {
    position: absolute;
    top: 44px;
    left: 106px;
}

.cost-pic {
    position: absolute;
    top: 40px;
    right: 110px;
}

.scope-pic {
    position: absolute;
    top: 50px;
    left: 110px;
}

.strat-pic {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-id-5059 p,
.page-id-3782 p {
    color: #000;
    font-weight: 500;
}

.page-id-5059 h2,
.page-id-5059 h3,
.page-id-3782 h2,
.page-id-3782 h3 {
    color: #00888a;
}

.about-us-scrum,
.about-section-scrum-text,
.ffm-text,
.ken-text {
    display: flex;
    justify-content: space-between;
    height: 350px;
    margin-bottom: 70px;
}

.time-scope-cost-display {
    height: 400px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-scope-cost-display-mobile {
    height: 400px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
}

.about-text-display {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-img-display {
    width: 45%;
    float: left;
}

.about-img-display-desktop {
    width: 45%;
    float: left;
    position: relative;
    display: flex;
    height: inherit;
}

.about-section-top100-ken {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0;
}

.about-section-top100-ken img:hover {
    -webkit-filter: brightness(120%);
}

.ffm-quote-text,
.ken-name {
    color: #19beb8;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
}

.time-scope-cost-text {
    width: 40%;
    border: solid 5px #9ad6b8;
    padding: 30px;
    border-radius: 9px;
    float: right;
}

.digital-text {
    color: #00888a;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.digital-text-display {
    text-align: center;
    margin-bottom: 50px;
}

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

.about-img-display-mobile {
    display: none;
}

.ffm-text-img {
    display: block;
}

@media (max-width: 540px) {
    .articles-by-kenneth {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .articles-by-kenneth img {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .about-section-top100-ken {
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        flex-direction: column !important;
        margin: 50px 0 !important;
    }

    .time-scope-cost-display-mobile {
        height: 400px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 550px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .about-section-top100-ken {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 100px 0 0;
    }

    .kenneth-quote {
        margin: 50px 0 135px;
    }

    .time-scope-cost-display {
        height: 400px;
        margin: 50px 0 140px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 768px) {

    .about-us-scrum,
    .about-section-scrum-text,
    .ffm-text,
    .ken-text {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%;
        margin-bottom: 70px;
    }

    .about-img-display {
        width: 100%;
        float: left;
    }

    .about-text-display {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .time-scope-cost-text {
        width: 100%;
        border: solid 5px #9ad6b8;
        padding: 30px;
        border-radius: 9px;
        float: right;
    }

    .time-scope-cost-display {
        height: 100%;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .about-img-display-mobile {
        display: block;
    }

    .ffm-text-img {
        display: none !important;
    }

    .about-section-top100-ken {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        margin: 50px 0;
    }
}

@media (min-width: 1280px) {
    .about-img-display-desktop {
        width: 45%;
        float: left;
        position: relative;
        display: flex;
        height: inherit;
    }

    .time-pic {
        position: absolute;
        top: 44px;
        left: 106px;
    }

    .cost-pic {
        position: absolute;
        top: 40px;
        right: 110px;
    }

    .scope-pic {
        position: absolute;
        top: 50px;
        left: 110px;
    }

    .strat-pic {
        position: absolute;
        top: 45%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .time-scope-cost-display {
        height: 400px;
        position: relative;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .time-scope-cost-display-mobile {
        display: none;
    }
}

@media (max-width: 1279px) {
    .time-scope-cost-display {
        display: none;
    }
}

/* End 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: #26aeae;
    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;
}

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

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

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

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

.services-col-img {
    background-color: #26aeae;
    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 ---------- */
/* .products .tp-bgimg { background-position:center -130px !important; } */
.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;
}

/* ---------- 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 #26aeae !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;
}

.heading-large {
    color: #4db8b5;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.heading-large.white {
    color: #fff;
}

.difference-content {
    /* Mason@FFM #28270: fix banner overlapping 9 blocks */
    margin-bottom: 1in;

    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: 500px;
    height: 500px;
}

.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: absolute;
}

.psych-colour-1 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
}

.psych-colour-2 {
    left: -180px;
    right: 0;
    margin: auto;
}

.psych-colour-3 {
    right: 85px;
}

.psych-colour-4 {
    right: 0;
    top: 82px;
}

.psych-colour-5 {
    right: 0;
    top: 258px;
}

.psych-colour-6 {
    right: 82px;
    top: 334px;
}

.psych-colour-7 {
    bottom: -7px;
    left: 78px;
}

.psych-colour-8 {
    bottom: 75px;
    left: -6px;
}

.psych-colour-9 {
    top: 84px;
    left: -5px;
}

.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: #26aeae;
    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;
}

/* Mason@FFM #31175: Don't highlight blocks anymore */
/* .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: #26aeae;
    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 h2,
.strategy-col h2,
.software-col h2,
.marketing-col h2 {
    font-size: 1.4em;
    margin-bottom: 15px !important;
    margin-top: 15px;
    text-transform: uppercase;
    color: #4db8b5 !important;
}

.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;
}

/* @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 (min-width: 1024px) and (max-width: 1199px) {

    .create-content,
    .digital-content,
    .cut-edge-content {
        font-size: 0.8em;
    }
}

@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 ---------- */
.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 {
    height: 55px;
}

.build-page .feature-block-software {
    cursor: pointer;
}

.build-page .software-details .feature-icon,
.build-page .software-details .feature-name {
    position: relative;
}

.build-page .software-details .feature-icon img {
    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 */
}

.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 img.feature-icon,
.build-page .feature-block-software p.feature-desc,
.build-page .feature-block-software span.read-more {
    float: left;
}

.build-page .feature-block-software img.feature-icon {
    margin: -12px 0 0 12px;
}

.build-page .feature-block-software p.feature-desc {
    padding-left: 5px;
}

.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;
}

.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,
.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 textarea,
.built-general-contact .request-form textarea {
    font-family: inherit;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.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: #4db8b5;
}

.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 .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 #4db8b5;
    color: #4db8b5;
}

.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: #4db8b5;
    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 {
    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 .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: 400px;
}

.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;
}

.division-details-flowin {
    color: #333;
    margin: 60px 0;
}

.division-details-flowin .heading {
    color: #333;
    font-size: 1.6em;
    line-height: 1em;
    text-transform: uppercase;
}

.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: 2px 2px 1px 2px;
    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: 759px;
    margin: 60px auto;
    position: relative;
    width: 758px;
}

.division-kpi-main {
    margin-top: 30px;
    padding-top: 334px;
    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 {
    left: 385px;
    top: -8px;
}

.division-kpi-02 {
    right: -17px;
    top: 119px;
}

.division-kpi-03 {
    bottom: 120px;
    right: -17px;
}

.division-kpi-04 {
    bottom: -7px;
    right: 113px;
}

.division-kpi-05 {
    bottom: -8px;
    left: 130px;
}

.division-kpi-06 {
    bottom: 124px;
    left: 1px;
}

.division-kpi-07 {
    left: 1px;
    top: 119px;
}

.division-kpi-08 {
    left: 130px;
    top: -8px;
}

.division-kpi-mobile {
    display: none;
}

.division-spiral {
    height: 389px;
    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-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: 85px;
}

.division-spiral-04 {
    left: 0;
    top: 133px;
}

.division-spiral-05 {
    left: 0;
    top: 181px;
}

.division-spiral-06 {
    left: 0;
    top: 229px;
}

.division-spiral-07 {
    left: 0;
    top: 277px;
}

.division-spiral-08 {
    left: 0;
    top: 325px;
}

.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;
    }

    .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;
    }

    .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;
    }

    .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(3) {
        margin: 20px 0;
    }

    .page-template-page-division .tabs-section {
        margin: 60px 0;
    }
}

/* ---------- 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;
}

.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: 45%;
}

.two-col ul {
    list-style: none;
}

.two-col ul li {
    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;
    box-sizing: border-box;
    display: table;
    margin-top: 20px;
    padding: 60px;
    min-height: 450px;
    table-layout: fixed;
}

.box .two-col {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 50px;
    position: relative;
    vertical-align: middle;
}

.box .two-col:first-child:before {
    background: #26aeae;
    content: "";
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
}

.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;
}

@media (max-width: 767px) {
    .page-template-page-landing .single-page-banner {
        display: block !important;
    }

    .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;
    }
}

/* ---------- 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;
}

/* ---------- CONTACT PAGE ---------- */
.articles-contact-link {
    text-decoration: none;
}

.contact-info h3 {
    color: #59bdb8;
    margin: 20px 0;
}

.contact-info {
    height: 400px;
}

.contact-options {
    color: #333;
    display: flex;
    margin: 40px 0;
}

.contact-option {
    cursor: pointer;
    padding-left: 1%;
    width: 25%;
}

.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: #82cabf;
}

.contact-option-2 span {
    background-color: #5cbbb7;
}

.contact-option-3 span {
    background-color: #0d8689;
}

.contact-option-4 span {
    background-color: #1a5e5f;
}

.contact-option div {
    float: left;
    font-size: 0.85em;
    padding-left: 5%;
    width: auto;
}

.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 {
    cursor: pointer;
    position: absolute;
}

.ig-contact-1:hover,
.ig-contact-2:hover,
.ig-contact-3:hover,
.ig-contact-4: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: 32px;
    right: 102px;
}

.ig-contact-4 {
    top: 130px;
    right: -2px;
}

.ig-contact-mobile {
    display: none;
    margin-bottom: 20px;
}

.ig-contact-mobile-icon {
    cursor: pointer;
    float: left;
    margin: 10px auto;
    text-align: center;
    width: 50%;
}

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

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

    .contact-options {
        display: block;
    }

    .contact-option {
        height: auto;
        width: 100%;
    }

    .contact-option:first-child {
        padding-left: 1%;
    }

    .contact-option span {
        width: auto;
    }

    .contact-option div {
        padding-bottom: 20px;
    }
}

/* ---------- BOOK A CONSULT PAGE ---------- */
.profile fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.profile fieldset legend {
    border-bottom: 1px solid #ddd;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}

.profile fieldset .row {
    margin-top: 10px;
}

.profile fieldset .row label {
    display: inline;
    margin-top: 0;
}

.profile fieldset .row.required label:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}

/* ---------- FOOTER ---------- */
.follow-us {
    background-image: url("/wp-content/uploads/2021/05/FFMImageBlock4.jpg");
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    margin-top: 60px;
}

.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 h2 {
    border-bottom: 1px solid #2bc1c1;
    color: #fff;
    font-size: 3.7em;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.follow-us .one img.follow-custom-img {
    margin-top: 20px;
    width: 55px;
    height: 50px;
    border-radius: 0;
}

.follow-us .one img.follow-custom-img:hover {
    height: auto;
    border-radius: 50%;
}

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

.logos,
.logos2 {
    background-color: #eee;
    padding: 0 0 60px 0;
    margin-top: 30px;
}

.logos2 {
    background-color: #fff;
}

.logos h1,
.logos2 h1 {
    border-bottom: 1px solid #ccc;
    font-size: 2em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.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;
}

/* 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 {
    background-image: url(/wp-content/uploads/2021/09/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 {
    background-image: url(/wp-content/uploads/2021/09/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;
}

.logo-list-2 img {
    width: 100px;
}

.logo-list-2 img:hover {
    -webkit-filter: brightness(110%);
}

/* Show all */
/* Show All */
.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 {
    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 {
    padding: 20px 0;
}

.show-all:after,
.show-all-2:after {
    content: "\225A";
    font-size: 1.5em;
    position: absolute;
    bottom: 13px;
    left: 43px;
}

.hide-all:before,
.hide-all-2: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;
    }
}

/* LOGIN */
.flex-box {
    display: flex;
}

.login-display div:nth-child(1) {
    padding-right: 10px;
}

.login-display div:nth-child(2) {
    padding-left: 10px;
}

.row.login-display {
    display: flex;
    align-items: top;
    margin-bottom: 50px;
}

.new-users,
.registered-users {
    display: flex;
    align-items: center;
    min-height: 250px !important;
}

.new-users {
    background-color: #f1f1f1;
}

.registered-users {
    background-color: #e1e1e1;
}

.new-cust {
    background: url(/wp-content/uploads/2021/08/NewCustomerIcon.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 95% 90%;
    transition: background-size 0.5s;
}

.returning-cust {
    background: url(/wp-content/uploads/2021/08/ReturingCustomerIcon.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 95% 90%;
    transition: background-size 0.5s;
}

.new-cust:hover,
.returning-cust:hover {
    background-size: 70px;
}

@media (max-width: 767px) {
    .flex-box {
        display: block;
    }
}

@media (max-width: 1023px) {
    .row.login-display {
        display: flex;
        align-items: top;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .row.login-display div {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* 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;
}

.su-spoiler-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.su-spoiler-icon {
    top: 9px !important;
}

.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;
}

@media (max-width: 1355px) {

    /* .home-slider, */
    .single-page-banner,
    .home-social {
        display: none !important;
    }

    header.main-header {
        padding-bottom: 25px;
        position: relative;
    }

    a.logo {
        background: url("img/fresh-focus-media-dark.png") no-repeat left top / 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: 30px;
    }

    .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;
    }
}

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: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.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: -0.5em;
}

sub {
    bottom: -0.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: 0.35em 0.625em 0.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 {
    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-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;
}

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

.gap-bottom.triple {
    margin-bottom: 30px;
}

.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: 0.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;
    }
}

.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;
    color: #fff;
}

a,
a:visited {
    color: #489ac1;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

a:hover,
a:focus {
    color: #198d98;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1,
.h1 {
    color: #4db8b5;
    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: 0.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: 0.1em;
    left: -2em;
    width: 2em;
    text-align: center;
    padding: 0.3em 0.1em 0.1em;
    font-size: 0.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: 0.4em;
    left: 0.1em;
    z-index: -1;
}

blockquote:after {
    content: "\e036";
    color: #000;
    font-size: 6em;
    display: block;
    position: absolute;
    top: 0.4em;
    right: 0.1em;
    z-index: -1;
}

cite {
    display: block;
    position: relative;
    left: -1em;
    margin-top: 0.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 0.3em;
    margin: 0 0.2em;
    font-weight: 400;
    line-height: inherit;
}

pre {
    color: #f2f2f2;
    background: #050505;
    font-size: 1em;
    line-height: 1.28571em;
    padding: 0.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: 0.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 0.25s;
    -moz-transition: font 0.25s;
    -o-transition: font 0.25s;
    transition: font 0.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: #3498db;
}

.black {
    color: black;
}

.wpcf7-quiz-label {
    color: white;
}

.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-family: "posh-typeface";
    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: 0.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: 0.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: -0.75em;
}

ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
    width: 0.75em;
}

.icon-muted {
    color: #eee;
}

.icon-border {
    border: solid 1px #eee;
    padding: 0.2em 0.25em 0.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: 0.3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: 0.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: 0.18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: 0.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: 0.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: 0.05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: 0.2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: 0.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 #26aeae solid;
    color: #26aeae;
    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: auto;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.btn:hover,
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: #26aeae;
    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: 0.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: 0.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: 0.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 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.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: 0.25em 1em;
    background: transparent;
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.5;
    -webkit-transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.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 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.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: 0.8em;
}

.breadcrumbs li {
    display: inline-block;
    padding: 0.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 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: 0.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: 0.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: 0.3em;
    content: "\f00d";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2em 0.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: 0.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: 0.3em;
    content: "\f00d";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2em 0.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: 0.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: 0.9em;
}

table tfoot tr th {
    font-size: 1em;
}

table tfoot tr td {
    background: #e0e0e0;
    color: #5a5a5a;
    font-size: 0.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: #26aeae;
    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: 0.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: 0.8em;
    font-size: 1em;
    line-height: 1.5;
    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 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: 6em;
}

/* .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: 0.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 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 #26aeae;
}

.post header {
    margin-bottom: 20px;
}

.post header a {
    text-decoration: none;
}

.post header a:hover {
    text-decoration: underline;
}

.post header h2 {
    margin: 0.25em 0 0.5em;
    font-size: 2.2em;
}

.post .meta {
    font-size: 0.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 0.1em;
    padding-left: 1.3em;
    margin-left: 0.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 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.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 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.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 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.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: 0.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: capitalize;
    font-size: 1em;
    color: #f9f9f9;
    font-weight: 700;
}

footer p {
    color: #bbb !important;
    font-weight: 700 !important;
}

footer.main-footer {
    -webkit-background-size: contain;
    background-size: contain;
    padding: 30px 0 20px;
    font-family: "Quicksand";
    font-weight: 800;
}

footer.main-footer img {
    height: fit-content !important;
}

footer .contact-form {
    padding: 0 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 20px;
    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: 0.25em 0;
}

footer.subfooter nav ul li a {
    padding: 0.25em 1.25em 0.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 {}

.sublinks {
    display: flex;
}

.footer-map {
    position: relative;
    padding: 173px 0;
    margin-top: 40px;
    height: 0;
    overflow: hidden;
}

@media (min-width: 767px) and (max-width: 1008px) {
    .footer-map {
        padding: 153px 0;
    }
}

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

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: #26aeae;
    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: #2aadac;
}

.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: 500 !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 {
        max-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: 300;
    }

    .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: 0.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 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.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;
}

/* 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;
    }

    /* 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.1em !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; } */
.home-btn:hover {
    cursor: pointer;
}

/* @media (max-width:1280px) and (min-width:1024px) {
		.nav-bar ul li { margin-left:17px;  }
			.nav-bar ul li a { font-size:13px; }
	} */

/* Core Values Styling */

.core-title {
    padding-bottom: 10px;
    text-transform: uppercase;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 200px) {

    .team-driven,
    .person-core {
        margin-top: -20px;
    }

    .core-img>img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .core-desktop {
        display: none;
    }

    .core-tablet {
        display: block;
    }

    .core-value-ffm>img {
        display: block;
    }

    .core-styling {
        border: #83c9be 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;
        display: flex;
        height: 300px;
        align-items: flex-end;
    }

    .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: #83c9be 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-styling>img {
        width: 65px;
        height: 60px;
        object-fit: contain;
    }

    .core-value-ffm>img {
        object-fit: cover;
        height: 100%;
    }

    .core-styling {
        border: #83c9be 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-desktop {
        display: block;
    }
}

/* 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;
}

/* Article Single Page */
.articles-link img {
    border: 2px solid #3dc3f1;
}

/* Media Page */
.socials-mirror i {
    color: #51afae;
    font-size: 30px;
    margin: 0 5px;
}

.socials-good i {
    color: #51afae;
    font-size: 30px;
    margin: 0 5px;
}

.socials-corporate i {
    color: #51afae;
    font-size: 30px;
    margin: 0 5px;
}

.socials-business i {
    color: #51afae;
    font-size: 30px;
    margin: 0 5px;
}

.socials-exeleon i {
    color: #51afae;
    font-size: 30px;
    margin: 0 5px;
}

.socials-cio i {
    color: #51afae;
    font-size: 30px;
    margin: 0 5px;
}

.socials-top100 i {
    color: #51afae;
    font-size: 30px;
    margin: 0 5px;
}

.image-article>img {
    height: 280px;
    object-position: top;
}

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

.image-article-mobile {
    display: none;
}

.articles-title {
    text-align: center;
    text-transform: uppercase;
}

.entry-title-post {
    color: #26aeae;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    font-family: "Quicksand";
    text-transform: none !important;
    margin: 0;
}

.article-read-more {
    color: #51bce9;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
}

.row-article .two.thirds,
.row-article .one.third {
    padding: 0px 10px;
}

.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: #26aeae;
    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: #26aeae;
    font-weight: bolder !important;
    font-family: "Quicksand";
}

.top100-link,
.top100-link:visited {
    color: #26aeae;
}

@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;
    }

    .articles-title {
        font-size: 50px;
        padding-bottom: 0;
    }

    .entry-title-post {
        text-align: center;
    }
}

/* Fresh Focus Letters */
.fresh-letters img,
.focus-letters img {
    padding-bottom: 30px;
}

.ig-fresh {
    margin-top: 50px;
}

/* Contact Form Updated Page Styling */
.contact-option img {
    width: 95px;
    height: 95px;
    object-fit: contain;
}

.text-edit-contact {
    text-align: center;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.contact-img {
    width: 400px;
    border-radius: 50%;
}

.contact-heading-main {
    text-transform: uppercase;
}

.contact-option.contact_rook a,
.contact-option.contact_rook a:visited {
    color: #000;
    text-decoration: none;
}

/* Marketing Main Page Styling */
.marketing-infog-2 h4 {
    font-weight: 600;
}

.block-images {
    display: flex;
    height: 100%;
    object-fit: cover;
    background-position: center;
}

.revalance-block h4,
.revalance-block li {
    color: #fff;
}

/* Marketing Main Page Styling */

/* Mason@FFM #28968: Fix the marketing page

   Previously this used page-id selectors, like these would only be on
   The page with id 6490. This was the proverbial needle in the haystack.
   It would be smarter to apply this with more general class selectors.

   Update 09/03/22: removed page-specific selectors, replaced with "marketing-styling-context"

*/

.marketing-infog-2 h4 {
    font-weight: 600;
}

.block-images {
    display: flex;
    height: 100%;
    object-fit: cover;
    background-position: center;
}

.marketing-styling-context .single-page .container h1 {
    margin-top: 50px;
}

.revalance-block h4,
.revalance-block li {
    color: #fff;
}

.marketing-styling-context h4 {
    line-height: 1.1;
}

.marketing-styling-context ul {
    list-style: none;
    margin: 0;
    text-align: center;
}

/* Mason@FFM #28968: Fix the wheels

	Same thing as above :/
*/

.marketing-styling-context .single-page .container h1 {
    margin-top: 50px;
}

.marketing-styling-context h4 {
    line-height: 1.1;
}

.marketing-styling-context ul {
    list-style: none;
    margin: 0;
    text-align: center;
}

/* Marketing Infog 1 */
.marketing-infog-1 {
    height: 965px;
    width: 768px;
    margin: auto;
    position: relative;
}

.marketing-infog-1 img,
.marketing-infog-1 h4 {
    position: absolute;
}

.market-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 408px;
}

.market-circle {
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    margin: auto;
}

.market-block-1 {
    position: absolute;
    left: 0;
    right: 0;
    width: 185px;
    margin: auto;
    top: 55px;
}

.market-block-1 img {
    position: absolute;
    width: 35px;
}

.market-block-1 h4 {
    position: absolute;
    left: 35px;
}

.market-block-1 p {
    position: absolute;
    left: 35px;
    top: 20px;
}

.market-block-2 {
    position: absolute;
    right: 25px;
    top: 190px;
    width: 185px;
    margin: auto;
}

.market-block-2 img {
    position: absolute;
    width: 35px;
}

.market-block-2 h4 {
    position: absolute;
    left: 35px;
}

.market-block-2 p {
    position: absolute;
    left: 35px;
    top: 40px;
}

.market-block-3 {
    position: absolute;
    right: -55px;
    width: 185px;
    margin: auto;
    top: 370px;
}

.market-block-3 img {
    position: absolute;
    width: 35px;
}

.market-block-3 h4 {
    position: absolute;
    left: 35px;
}

.market-block-3 p {
    position: absolute;
    left: 35px;
    top: 40px;
}

.market-block-4 {
    position: absolute;
    right: -20px;
    width: 185px;
    margin: auto;
    top: 559px;
}

.market-block-4 img {
    position: absolute;
    width: 35px;
}

.market-block-4 h4 {
    position: absolute;
    left: 35px;
}

.market-block-4 p {
    position: absolute;
    left: 35px;
    top: 40px;
}

.market-block-5 {
    position: absolute;
    left: 0;
    right: 0;
    width: 185px;
    margin: auto;
    bottom: 260px;
}

.market-block-5 img {
    position: absolute;
    width: 35px;
}

.market-block-5 h4 {
    position: absolute;
    left: 35px;
}

.market-block-5 p {
    position: absolute;
    left: 35px;
    top: 40px;
}

.market-block-6 {
    position: absolute;
    left: 0px;
    width: 185px;
    margin: auto;
    bottom: 363px;
}

.market-block-6 img {
    position: absolute;
    width: 35px;
}

.market-block-6 h4 {
    position: absolute;
    left: 35px;
}

.market-block-6 p {
    position: absolute;
    left: 35px;
    top: 80px;
}

.market-block-7 {
    position: absolute;
    left: -55px;
    width: 185px;
    margin: auto;
    top: 370px;
}

.market-block-7 img {
    position: absolute;
    width: 35px;
}

.market-block-7 h4 {
    position: absolute;
    left: 35px;
}

.market-block-7 p {
    position: absolute;
    left: 35px;
    top: 80px;
}

.market-block-8 {
    position: absolute;
    left: 1px;
    top: 190px;
    width: 185px;
    margin: auto;
}

.market-block-8 img {
    position: absolute;
    width: 35px;
}

.market-block-8 h4 {
    position: absolute;
    left: 35px;
}

.market-block-8 p {
    position: absolute;
    left: 35px;
    top: 20px;
}

/* Marketing Blocks */
.cut-edge-display,
.create-display,
.digital-display,
.market-empower-display {
    display: flex;
}

.cut-edge-content h4,
.create-content h4,
.digital-content h4,
.market-content h4,
.market-empower-content h4 {
    color: #60b9b3;
}

.cut-edge-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.create-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.digital-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.market-empower-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

/* Marketing Infog 2 */
.marketing-infog-2 {
    width: 768px;
    height: 865px;
    margin: auto;
    position: relative;
}

.market-mix-circle {
    position: relative;
}

.market-mix-circle-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    width: fit-content;
    top: 285px;
    z-index: 1;
    font-size: 36px;
}

.market-mix-circle-img {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
}

.market-mix-circle-img-2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 375px;
    width: 150px;
}

.product-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: fit-content;
}

.product-block h4 {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    top: 60px;
}

.product-block-img {
    width: 300px;
}

.product-block-list {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    top: 90px;
}

.people-block {
    position: absolute;
    right: 3px;
    top: 77px;
    margin: auto;
    width: fit-content;
}

.people-block h4 {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    top: 60px;
}

.people-circle-img {
    width: 245px;
}

.people-circle-list {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    top: 90px;
}

.physical-block {
    position: absolute;
    right: -65px;
    top: 320px;
    margin: auto;
    width: fit-content;
}

.physical-block-img {
    width: 245px;
}

.physical-block h4 {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    top: 60px;
}

.people-block-list {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    top: 90px;
}

.process-block {
    position: absolute;
    right: 80px;
    top: 528px;
    margin: auto;
    width: fit-content;
}

.process-block h4 {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    top: 82px;
}

.process-block-img {
    width: 265px;
}

.process-block-list {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    top: 125px;
}

.promo-block {
    position: absolute;
    left: 90px;
    bottom: 55px;
    margin: auto;
    width: fit-content;
}

.promo-block h4 {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    top: 60px;
}

.promo-block-img {
    width: 300px;
}

.promo-block-list {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    top: 90px;
}

.location-block {
    position: absolute;
    left: -67px;
    top: 320px;
    margin: auto;
    width: fit-content;
}

.location-block h4 {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    top: 50px;
}

.location-block-img {
    width: 300px;
}

.location-block-list {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    top: 75px;
}

.price-block {
    position: absolute;
    top: 89px;
    margin: auto;
    width: fit-content;
}

.price-block h4 {
    position: absolute;
    left: -66px;
    right: 0;
    width: fit-content;
    margin: auto;
    top: 50px;
}

.price-block-list {
    position: absolute;
    left: -72px;
    right: 0;
    margin: auto;
    width: auto;
    top: 75px;
}

.revalance-block {
    position: relative;
    width: 768px;
    height: 500px;
    margin: auto;
}

.revelance-block li {
    color: #fff;
}

.revelance-block h4 {
    color: #fff;
}

.goal-set-block {
    position: absolute;
    left: -110px;
    top: 13px;
    margin: auto;
    width: fit-content;
}

.goal-set-content {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: fit-content;
    top: 28px;
}

.goal-set-content ul,
.tactics-content ul,
.evaluate-content ul {
    font-size: 14px;
}

.goal-img-1 {
    position: absolute;
    left: 0;
    width: 160px;
    right: 0;
    margin: auto;
    top: -10px;
}

.goal-img-2 {
    width: 315px;
}

.tactics-block {
    position: absolute;
    right: 5px;
    left: 0;
    margin: auto;
    width: fit-content;
    top: 10px;
}

.tactics-content {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: fit-content;
    top: 30px;
}

.tactics-img-1 {
    position: absolute;
    left: 0;
    width: 160px;
    right: 0;
    margin: auto;
    top: -10px;
}

.tactics-img-2 {
    width: 315px;
}

.evaluate-block {
    position: absolute;
    right: -90px;
    margin: auto;
    top: 15px;
    width: fit-content;
}

.evaluate-content {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: fit-content;
    top: 30px;
}

.evaluate-img-1 {
    position: absolute;
    left: 0;
    width: 160px;
    right: 0;
    margin: auto;
    top: -10px;
}

.evaluate-img-2 {
    width: 315px;
}

.spectrum-block {
    position: absolute;
    right: 69px;
    top: 140px;
    margin: auto;
    width: fit-content;
}

.spectrum-content {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: fit-content;
    top: 86px;
}

.spectrum-img-1 {
    position: absolute;
    left: 0;
    width: 160px;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.spectrum-img-2 {
    width: 315px;
}

.measure-block {
    position: absolute;
    left: 58px;
    top: 140px;
    margin: auto;
    width: fit-content;
}

.measure-content {
    right: 57px;
    top: 66px;
    margin: auto;
    width: fit-content;
    position: absolute;
}

.measure-img-1 {
    position: absolute;
    left: 0;
    width: 160px;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.measure-img-2 {
    width: 315px;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .revelance-title {
        font-size: 33px;
    }

    .marketing-infog-1,
    .cut-edge-display,
    .create-display,
    .digital-display,
    .market-empower-display,
    .revalance-block,
    .marketing-infog-2 {
        display: none;
    }

    .marketing-infog-2-tab-mobile,
    .revalance-block-tab-mobile,
    .marketing-infog-1-mobile {
        display: block;
    }
}

@media (min-width: 1024px) {

    .marketing-infog-1,
    .revalance-block,
    .marketing-infog-2 {
        display: block;
    }

    .cut-edge-display,
    .create-display,
    .digital-display,
    .market-empower-display {
        display: flex;
    }

    .marketing-infog-2-tab-mobile,
    .revalance-block-tab-mobile,
    .marketing-infog-1-mobile,
    .cut-edge-display-mobile,
    .create-display-mobile,
    .digital-display-mobile,
    .market-empower-display-mobile {
        display: none;
    }
}

/* 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/FFM-Icon.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: #59bdb8;
    font-size: 20em;
    font-weight: 700;
}

.number-design {
    border-right: 5px solid #59bdb8;
}

.error-page-number-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text-design h2 {
    color: #59bdb8;
    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: #59bdb8;
    background: transparent;
}

.return-btn {
    border-radius: 20px;
    background: #59bdb8;
    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;
    }
}

/* Creative Design Updated */
.page-id-3807 .logos2 {
    display: none;
}

.creative-design-infog-1 {
    position: relative;
    width: 1024px;
    height: 800px;
    margin: -135px auto;
}

.creative-design-8,
.creative-design-6,
.creative-design-7,
.creative-design-5,
.creative-design-4,
.creative-design-2,
.creative-design-3 {
    position: absolute;
}

.creative-design-8 {
    width: 306px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.creative-design-6 {
    width: 205px;
    right: 200px;
    top: 481px;
}

.creative-design-7 {
    left: 0;
    right: -22px;
    margin: auto;
    width: 115px;
    bottom: 123px;
}

.creative-design-5 {
    width: 205px;
    right: 176px;
    top: 260px;
}

.creative-design-4 {
    width: 205px;
    left: 217px;
    top: 474px;
}

.creative-design-2 {
    width: 205px;
    left: 212px;
    top: 260px;
}

.creative-design-3 {
    width: 75px;
    left: 0;
    right: 0;
    top: 125px;
    margin: auto;
}

@media (min-width: 0) and (max-width: 1023px) {
    .creative-design-infog-1-mobile {
        display: block;
    }

    .creative-design-infog-1 {
        display: none;
    }
}

@media (min-width: 1024px) {
    .creative-design-infog-1-mobile {
        display: none;
    }

    .creative-design-infog-1 {
        display: block;
    }
}

/* Biz Dev Updated */
.page-id-3876 h2:not(.heading-format) {
    color: #60b9b3;
    margin-top: 40px;
}

.lighbulb-infog {
    width: 1000px;
    height: 700px;
    margin: 75px auto 0;
    position: relative;
}

img.light-infog1 {
    position: absolute;
    width: 340px;
    right: 65px;
    top: 450px;
}

img.light-infog2 {
    position: absolute;
    width: 340px;
    top: 280px;
    right: 0;
}

img.light-infog3 {
    position: absolute;
    width: 120px;
    left: 0;
    right: 0;
    margin: auto;
    top: 540px;
}

img.light-infog4 {
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    top: 455px;
    margin: auto;
}

img.light-infog5 {
    position: absolute;
    width: 340px;
    right: 0;
    top: 120px;
}

img.light-infog6 {
    position: absolute;
    width: 365px;
    margin: auto;
    left: 0;
    right: 0;
    top: 280px;
}

img.light-infog7 {
    width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    top: 365px;
    margin: auto;
}

img.light-infog8 {
    position: absolute;
    width: 385px;
    left: 0;
    right: 0;
    margin: auto;
    top: 195px;
}

img.light-infog11 {
    position: absolute;
    width: 300px;
    top: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

img.light-infog13 {
    position: absolute;
    width: 340px;
    left: 45px;
    top: 28px;
}

img.light-infog9 {
    position: absolute;
    width: 375px;
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
}

img.light-infog12 {
    position: absolute;
    width: 340px;
    left: 0;
    top: 200px;
}

img.light-infog10 {
    position: absolute;
    width: 340px;
    top: 375px;
    left: 55px;
}

.biz-dev-blocks img {
    width: 450px;
}

.biz-dev-blocks {
    text-align: center;
    margin-top: 55px;
}

.lightbulb-infog-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .biz-dev-text {
        margin-top: 30px !important;
    }

    .create-content,
    .cut-edge-content,
    .digital-content {
        padding: 10px;
    }

    .lightbulb-infog-mobile {
        display: block;
        margin-top: 50px;
    }

    .lighbulb-infog {
        display: none;
    }

    .page-id-3876 h2:not(.heading-format) {
        color: #60b9b3;
        margin-top: 0px;
    }

    .wow.fadeIn.strategy-business-development-mobile.align-center {
        margin: 50px 0;
    }
}

/* Discover Page */
.image-text-display {
    display: flex;
    align-items: center;
}

.discover-infog-1-display {
    position: relative;
    width: 1000px;
    height: 1000px;
    margin: -175px auto;
}

.disc-ig-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 400px;
}

.disc-ig-2 {
    position: absolute;
    width: 141px;
    left: 57px;
    right: 0;
    margin: auto;
    top: 192px;
}

.disc-ig-3 {
    position: absolute;
    width: 161px;
    right: 212px;
    top: 255px;
}

.disc-ig-4 {
    position: absolute;
    width: 223px;
    right: 106px;
    top: 382px;
}

.disc-ig-5 {
    position: absolute;
    width: 240px;
    right: 120px;
    top: 572px;
}

.disc-ig-6 {
    position: absolute;
    width: 155px;
    right: 300px;
    top: 647px;
}

.disc-ig-7 {
    position: absolute;
    width: 125px;
    right: 557px;
    top: 636px;
}

.disc-ig-8 {
    position: absolute;
    width: 205px;
    right: 629px;
    top: 393px;
}

.disc-ig-10 {
    position: absolute;
    width: 225px;
    right: 629px;
    top: 571px;
}

.disc-ig-9 {
    position: absolute;
    width: 185px;
    left: 240px;
    margin: auto;
    top: 263px;
}

.discover-infog-2-display.text-center {
    width: 1000px;
    height: 500px;
    margin: 145px auto 290px;
    position: relative;
}

img.disc-ig2-1.wow.bounceIn {
    width: 400px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 99;
    /* Mason@FFM #30210: oh no you don't */
}

img.disc-ig2-2.wow.bounceIn {
    width: 240px;
    position: absolute;
    right: 244px;
    margin: auto;
    top: 50px;
    z-index: 1;
}

img.disc-ig2-3.wow.bounceIn {
    width: 240px;
    position: absolute;
    left: 246px;
    margin: auto;
    bottom: -55px;
    z-index: 1;
}

img.disc-ig2-4.wow.bounceIn {
    width: 240px;
    position: absolute;
    right: 246px;
    margin: auto;
    bottom: -55px;
    z-index: 1;
}

img.disc-ig2-5.wow.bounceIn {
    width: 240px;
    position: absolute;
    left: 255px;
    margin: auto;
    top: 50px;
    z-index: 1;
}

img.disc-ig2-10.wow.bounceIn {
    position: absolute;
    width: 400px;
    top: -83px;
    right: 0;
    left: 0;
    margin: auto;
}

img.disc-ig2-9.wow.bounceIn {
    position: absolute;
    width: 240px;
    top: 8px;
    right: 101px;
    margin: auto;
    z-index: 0;
}

img.disc-ig2-8.wow.bounceIn {
    position: absolute;
    width: 240px;
    top: 201px;
    right: 83px;
    margin: auto;
    z-index: 0;
}

img.disc-ig2-6.wow.bounceIn {
    position: absolute;
    width: 240px;
    bottom: -222px;
    right: 141px;
    margin: auto;
    z-index: 0;
}

img.disc-ig2-7.wow.bounceIn {
    position: absolute;
    width: 240px;
    bottom: -23px;
    right: 101px;
    margin: auto;
    z-index: 0;
}

img.disc-ig2-11.wow.bounceIn {
    position: absolute;
    width: 301px;
    top: 0;
    left: 101px;
    margin: auto;
    z-index: 0;
}

img.disc-ig2-12.wow.bounceIn {
    position: absolute;
    width: 284px;
    top: 152px;
    left: 45px;
    margin: auto;
    z-index: 0;
}

img.disc-ig2-13.wow.bounceIn {
    position: absolute;
    width: 284px;
    top: 357px;
    left: 72px;
    margin: auto;
    z-index: 0;
}

img.disc-ig2-14.wow.bounceIn {
    position: absolute;
    width: 243px;
    top: 410px;
    left: 216px;
    margin: auto;
    z-index: 0;
}

img.disc-ig2-15.wow.bounceIn {
    position: absolute;
    width: 290px;
    top: 518px;
    left: 13px;
    right: 0;
    margin: auto;
    z-index: 0;
}

.image-text-display div {
    padding: 30px;
}

.discover-infog-1-mobile {
    display: none;
}

.discover-infog-1-display {
    display: block;
}

.discover-infog-2-mobile {
    display: none;
}

.discover-infog-2-display {
    display: block;
}

@media (max-width: 1023px) {
    .discover-infog-1-mobile {
        display: block;
    }

    .discover-infog-1-display {
        display: none;
    }

    .discover-infog-2-mobile {
        display: block;
    }

    .discover-infog-2-display {
        display: none;
    }

    .image-text-display {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-text-display div {
        width: 100% !important;
    }
}

/* Custom Solutions Page */
.apple-android img {
    width: 100px;
}

.business-solutions img {
    max-width: 500px;
}

.business-solutions-display.text-center {
    width: 1000px;
    height: 500px;
    margin: 200px auto 300px;
    position: relative;
}

img.biz-sol-1.wow.bounceIn {
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

img.biz-sol-2.wow.bounceIn {
    width: 300px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 97px;
}

img.biz-sol-14.wow.bounceIn {
    width: 190px;
    position: absolute;
    z-index: 8;
    top: 155px;
    left: 0;
    right: 0;
    margin: auto;
}

img.biz-sol-10.wow.bounceIn {
    position: absolute;
    width: 300px;
    top: 600px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
}

img.biz-sol-11.wow.bounceIn {
    width: 337px;
    position: absolute;
    top: -71px;
    left: -288px;
    right: 0;
    margin: auto;
    z-index: 24;
}

img.biz-sol-3.wow.bounceIn {
    width: 268px;
    right: 112px;
    top: -58px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

img.biz-sol-4.wow.bounceIn {
    width: 300px;
    position: absolute;
    top: 346px;
    left: 186px;
}

img.biz-sol-5.wow.bounceIn {
    width: 318px;
    position: absolute;
    top: -102px;
    right: 184px;
    z-index: 2;
}

img.biz-sol-6.wow.bounceIn {
    width: 352px;
    position: absolute;
    bottom: -49px;
    right: 165px;
}

img.biz-sol-7.wow.bounceIn {
    width: 240px;
    position: absolute;
    top: 117px;
    right: 136px;
}

img.biz-sol-8.wow.bounceIn {
    width: 381px;
    position: absolute;
    bottom: -60px;
    left: -5px;
    right: 0;
    margin: auto;
}

img.biz-sol-12.wow.bounceIn {
    width: 230px;
    position: absolute;
    top: 201px;
    left: 127px;
}

img.biz-sol-13.wow.bounceIn {
    width: 300px;
    position: absolute;
    top: -87px;
    right: 22px;
    left: 0;
    margin: auto;
    z-index: 8;
}

img.biz-sol-9.wow.bounceIn {
    position: absolute;
    left: 139px;
    width: 242px;
    top: 40px;
}

.business-solutions-mobile {
    display: none;
}

.business-solutions-display {
    display: block;
}

@media (max-width: 539px) {
    .apple-android img {
        width: 50px;
    }
}

@media (max-width: 1024px) {
    .business-solutions-mobile {
        display: block;
    }

    .business-solutions-display {
        display: none;
    }
}

.responsive-navigation_nav ul,
.responsive-navigation_nav li {
    display: block;
    padding: 10px;
}

/* Web Design Updated Page */
.web-design-infog-1 {
    width: 1000px;
    height: 800px;
    position: relative;
    margin: 0 auto -125px;
}

.web-design-9 {
    width: 405px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
}

.web-design-2 {
    width: 125px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -42px;
}

.web-design-3 {
    width: 250px;
    position: absolute;
    top: 70px;
    right: 98px;
}

.web-design-4 {
    position: absolute;
    right: 79px;
    top: 315px;
    width: 250px;
}

.web-design-5 {
    width: 210px;
    position: absolute;
    bottom: 159px;
    right: 225px;
}

.web-design-6 {
    width: 150px;
    position: absolute;
    left: 283px;
    bottom: 169px;
}

.web-design-7 {
    position: absolute;
    top: 316px;
    left: 101px;
    width: 250px;
}

.web-design-8 {
    position: absolute;
    top: 96px;
    left: 136px;
    width: 250px;
}

.content-strategy-infographic {
    max-width: 600px;
    margin: 50px auto 0;
}

.process-evolution-infographic {
    max-width: 800px;
    margin: 50px auto 0;
}

.web-design-infog-1 {
    display: block;
}

.web-design-infog-1-mobile {
    display: none;
}

.contStrat-1 {
    width: 150px;
    position: absolute;
    left: 0;
    right: -230px;
    bottom: -223px;
    top: 0;
    margin: auto;
    z-index: 0;
}

.content-strategy-infographic {
    width: 1000px;
    height: 1000px;
    position: relative;
    margin: -140px auto -150px;
}

.contStrat-2 {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -310px;
    top: 0;
    margin: auto;
}

.contStrat-3 {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: -310px;
    bottom: 0;
    margin: auto;
}

.contStrat-4 {
    width: 150px;
    position: absolute;
    right: 0;
    left: -213px;
    top: -223px;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.contStrat-5 {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 30;
}

.contStrat-6 {
    width: 150px;
    position: absolute;
    left: -300px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contStrat-7 {
    width: 120px;
    position: absolute;
    bottom: 646px;
    left: 94px;
}

.contStrat-8 {
    width: 120px;
    position: absolute;
    bottom: 424px;
    left: -21px;
}

.contStrat-9 {
    width: 120px;
    position: absolute;
    bottom: 516px;
    left: -6px;
}

.contStrat-10 {
    width: 120px;
    position: absolute;
    bottom: 688px;
    left: 158px;
}

.contStrat-11 {
    width: 120px;
    position: absolute;
    left: 0;
    right: -181px;
    top: -482px;
    bottom: 0;
    margin: auto;
}

.contStrat-12 {
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    top: -530px;
    bottom: 0;
    margin: auto;
}

.contStrat-13 {
    width: 120px;
    position: absolute;
    bottom: 334px;
    left: 5px;
}

.contStrat-14 {
    width: 120px;
    position: absolute;
    bottom: 593px;
    left: 20px;
}

.contStrat-15 {
    width: 120px;
    position: absolute;
    right: 0;
    left: -181px;
    bottom: -482px;
    top: 0;
    margin: auto;
}

.contStrat-16 {
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -530px;
    top: 0;
    margin: auto;
}

.contStrat-17 {
    width: 120px;
    position: absolute;
    top: 646px;
    right: 77px;
}

.contStrat-18 {
    width: 120px;
    position: absolute;
    top: 506px;
    right: -14px;
}

.contStrat-19 {
    width: 120px;
    position: absolute;
    top: 334px;
    right: 5px;
}

.contStrat-20 {
    width: 120px;
    position: absolute;
    top: 252px;
    right: 61px;
}

.contStrat-21 {
    width: 120px;
    position: absolute;
    top: 411px;
    right: -21px;
}

.contStrat-22 {
    width: 114px;
    position: absolute;
    top: 593px;
    right: 8px;
}

.contStrat-23 {
    width: 120px;
    position: absolute;
    bottom: 252px;
    left: 61px;
}

.contStrat-25 {
    width: 150px;
    position: absolute;
    right: 0;
    left: -213px;
    bottom: -223px;
    top: 0;
    margin: auto;
    z-index: 0;
}

.contStrat-26 {
    width: 150px;
    position: absolute;
    left: 0;
    right: -213px;
    top: -223px;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.contStrat-27 {
    width: 150px;
    position: absolute;
    right: -300px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contStrat-24 {
    width: 120px;
    position: absolute;
    top: 688px;
    right: 158px;
}

.content-strategy-infographic {
    display: block;
}

.content-strategy-infographic-mobile {
    display: none;
}

.process-evolution-infographic {
    position: relative;
    max-width: 1200px;
    height: 250px;
    margin: auto;
}

img.proEv-1 {
    position: absolute;
    width: 345px;
    left: 125px;
}

img.proEv-2 {
    position: absolute;
    width: 345px;
    left: -65px;
}

img.proEv-3 {
    position: absolute;
    width: 345px;
    left: 509px;
    top: -8px;
}

img.proEv-4 {
    position: absolute;
    width: 345px;
    left: 715px;
    top: -12px;
}

img.proEv-5 {
    position: absolute;
    width: 345px;
    left: 313px;
}

img.proEv-6 {
    position: absolute;
    width: 404px;
    right: -93px;
    top: -6px;
}

.process-evolution-infographic {
    display: block;
}

.process-evolution-infographic-mobile {
    display: none;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .web-design-infog-1 {
        display: none;
    }

    .web-design-infog-1-mobile {
        display: block;
        margin-bottom: 50px;
    }

    .content-strategy-infographic {
        display: none;
    }

    .content-strategy-infographic-mobile {
        display: block;
        margin-bottom: 50px;
    }
}

@media (max-width: 1300px) {
    .process-evolution-infographic {
        display: none;
    }

    .process-evolution-infographic-mobile {
        display: block;
        margin-bottom: 50px;
    }
}

/* Innovation Page */
.innovation-infog-2 {
    width: 900px;
    height: 915px;
    margin: auto;
    position: relative;
}

.innovation-infog-1 {
    position: relative;
    width: 1000px;
    height: 1000px;
    margin: -85px auto 0;
}

.innov-infog-2 {
    width: 228px;
    position: absolute;
    top: 126px;
    left: 249px;
}

.innov-infog-4 {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    margin: auto;
}

.innov-infog-3 {
    width: 239px;
    position: absolute;
    top: 115px;
    right: 279px;
}

.innov-infog-6 {
    width: 336px;
    position: absolute;
    top: 406px;
    right: 45px;
}

.innov-infog-5 {
    width: 285px;
    position: absolute;
    top: 214px;
    right: 103px;
}

.innov-infog-7 {
    width: 325px;
    position: absolute;
    top: 603px;
    right: 70px;
}

.innov-infog-8 {
    width: 233px;
    position: absolute;
    top: 685px;
    left: 519px;
}

.innov-infog-11 {
    width: 304px;
    position: absolute;
    top: 417px;
    left: 45px;
}

.innov-infog-9 {
    width: 240px;
    position: absolute;
    top: 685px;
    left: 266px;
}

.innov-infog-10 {
    width: 305px;
    position: absolute;
    top: 582px;
    left: 97px;
}

.innov-infog-12 {
    width: 300px;
    position: absolute;
    top: 225px;
    left: 89px;
}

.innov-infog-14 {
    width: 116px;
    position: absolute;
    right: 287px;
    top: 475px;
}

.innov-infog-13 {
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 325px;
    margin: auto;
}

.innov-infog-15 {
    width: 330px;
    position: absolute;
    left: 288px;
    top: 484px;
}

.innovation-infog-1 {
    display: block;
}

.innovation-infog-1-mobile {
    display: none;
}

.engageStrat-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
    width: 200px;
}

.engageStrat-2 {
    position: absolute;
    bottom: 159px;
    right: 68px;
    width: 150px;
}

.engageStrat-3 {
    position: absolute;
    bottom: 146px;
    left: 68px;
    width: 150px;
}

.engageStrat-4 {
    position: absolute;
    width: 240px;
    right: 222px;
    top: 115px;
}

.engageStrat-5 {
    position: absolute;
    width: 250px;
    right: 117px;
    top: 236px;
}

.engageStrat-6 {
    position: absolute;
    width: 240px;
    right: 222px;
    bottom: 115px;
}

.engageStrat-7 {
    position: absolute;
    width: 250px;
    right: 117px;
    top: 443px;
}

.engageStrat-8 {
    position: absolute;
    width: 240px;
    left: 207px;
    bottom: 115px;
}

.engageStrat-9 {
    position: absolute;
    width: 270px;
    left: 108px;
    bottom: 443px;
}

.engageStrat-10 {
    position: absolute;
    width: 250px;
    left: 102px;
    bottom: 236px;
}

.engageStrat-11 {
    position: absolute;
    width: 240px;
    left: 222px;
    top: 115px;
}

.engageStrat-12 {
    position: absolute;
    width: 515px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.engageStrat-13 {
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.innovation-infog-2 {
    display: block;
}

.innovation-infog-2-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .innovation-infog-1 {
        display: none;
    }

    .innovation-infog-1-mobile {
        display: block;
    }

    .innovation-infog-2 {
        display: none;
    }

    .innovation-infog-2-mobile {
        display: block;
    }
}

/* Style Header Updated */
div#responsive_navigation {
    height: 500px;
    overflow-y: scroll;
}

.show-drop {
    display: block !important;
}

.hide-drop {
    display: none !important;
}

/* Digital Marketing Page */
.digi-market-infog-1-display {
    width: 1000px;
    height: 700px;
    position: relative;
    margin: 50px auto 100px;
    transform: scale(0.8);
}

.digiMark-1 {
    width: 200px;
    position: absolute;
    left: 6px;
    right: 0;
    top: -37px;
    margin: auto;
}

.digiMark-2 {
    width: 300px;
    position: absolute;
    right: 64px;
    top: 50px;
}

.digiMark-3 {
    width: 350px;
    position: absolute;
    top: 48px;
    left: 57px;
}

.digiMark-4 {
    width: 200px;
    position: absolute;
    bottom: -87px;
    left: 0;
    right: -47px;
    margin: auto;
}

.digiMark-5 {
    width: 350px;
    position: absolute;
    left: -27px;
    top: 309px;
}

.digiMark-9 {
    position: absolute;
    margin: auto;
    left: 0;
    top: 100px;
    right: 0;
    width: 500px;
}

.digiMark-8 {
    width: 250px;
    position: absolute;
    right: 41px;
    top: 258px;
}

.digiMark-7 {
    width: 350px;
    position: absolute;
    bottom: 86px;
    right: -7px;
}

.digiMark-6 {
    width: 350px;
    position: absolute;
    left: 11px;
    bottom: 56px;
}

.digi-market-infog-2 {
    width: 1000px;
    height: 1000px;
    top: 70px;
    margin: 0 auto -530px;
    position: relative;
}

.digi-market-3 {
    width: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
}

.digi-market-4 {
    width: 350px;
    position: absolute;
    right: 45px;
    top: -25px;
}

.digi-market-5 {
    width: 350px;
    position: absolute;
    right: 8px;
    top: 110px;
}

.digi-market-6 {
    width: 350px;
    position: absolute;
    right: 8px;
    top: 207px;
}

.digi-market-7 {
    width: 350px;
    position: absolute;
    right: 55px;
    top: 309px;
}

.digi-market-8 {
    width: 350px;
    position: absolute;
    left: 55px;
    top: 309px;
}

.digi-market-1 {
    width: 350px;
    position: absolute;
    left: 8px;
    top: 207px;
    z-index: 1;
}

.digi-market-2 {
    width: 350px;
    position: absolute;
    left: 3px;
    top: 110px;
    z-index: 1;
}

.digi-market-9 {
    width: 350px;
    position: absolute;
    left: 45px;
    top: -25px;
}

.digi-market-infog-1-display,
.digi-market-infog-2 {
    display: block;
}

.digi-market-infog-1-mobile,
.digi-market-infog-2-mobile {
    display: none;
}

@media (max-width: 1024px) {

    .digi-market-infog-1-display,
    .digi-market-infog-2 {
        display: none;
    }

    .digi-market-infog-1-mobile,
    .digi-market-infog-2-mobile {
        display: block;
    }
}

/* Veiner Member Pages */
.page-template-page-kerby,
.page-template-page-kerby-pay {}

.page-template-page-kerby-member,
.page-template-page-kerby-member-pay {}

.page-template-page-kerby .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 {
    display: none !important;
}

.page-template-page-kerby .single-page,
.page-template-page-kerby-pay .single-page,
.page-template-page-kerby-member .single-page,
.page-template-page-kerby-member-pay .single-page {
    margin-top: 0;
}

.page-template-page-kerby h1,
.page-template-page-kerby-pay h1,
.page-template-page-kerby-member h1,
.page-template-page-kerby-member-pay h1 {
    font-size: 2em;
    margin-bottom: 0.75em !important;
}

.page-template-page-kerby .flex-box {
    display: flex;
    margin-bottom: 2em;
}

.page-template-page-kerby .group_block {
    background-color: #f1f1f1;
}

.page-template-page-kerby .individual_block {
    background-color: #e1e1e1;
}

.page-template-page-kerby .individual_block .content {
    /* background: url("img/character-bw.png") no-repeat right 0px bottom 0px / 35px; */
}

.page-template-page-kerby .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-kerby-member .pm_paddingVertical120 {
    padding-top: 40px !important;
}

.page-template-page-kerby .group_block {
    background: none;
}

.page-template-page-kerby .group_block .content {
    background-color: #f1f1f1;
}

.page-template-page-kerby .individual_block {
    background: none;
}

.page-template-page-kerby .individual_block .content {
    background-color: #e1e1e1 !important;
}

.page-template-page-kerby .group_block img,
.flex-box .individual_block img {
    max-height: 80px;
    width: auto;
}

.page-template-page-kerby h2,
.page-template-page-kerby-member 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-kerby .btn-group:hover {
    border-color: #fff;
}

.page-template-page-kerby .btn-individual {
    background-color: #a31382;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
}

.page-template-page-kerby .btn-individual:hover {
    border-color: #fff;
}

.page-template-page-kerby .group_block .container-box:not(.inactive) {
    border: 1px solid #ff8000;
}

.page-template-page-kerby .individual_block .container-box:not(.inactive) {
    border: 1px solid #a31382;
}

.page-template-page-kerby .container-box.inactive {
    border: 1px solid #999;
    opacity: 0.5;
}

.page-template-page-kerby .container-box.inactive .btn {
    background-color: #999 !important;
}

.page-template-page-kerby .container-box.inactive .btn:hover {
    background-color: #666 !important;
}

.page-template-page-kerby fieldset,
.page-template-page-kerby-member 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-kerby label,
.page-template-page-kerby-member label {
    margin-top: 0.75em;
}

.page-template-page-kerby input,
.page-template-page-kerby-member input {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.page-template-page-kerby 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-kerby-member input[type="radio"] {
    height: 1.5em;
    width: 1.5em;
}

.page-template-page-kerby .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-pay button.create-account {
    background: #3ec3f1;
    color: #fff;
}

.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-kerby .tc,
.page-template-page-kerby-member .tc {
    cursor: pointer;
}

.page-template-page-kerby .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-kerby-member .register-tc {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding-left: 62px;
}

.page-template-page-kerby-pay .twelfth,
.page-template-page-kerby-member-pay .twelfth {
    margin-bottom: 0.75em;
}

.page-template-page-kerby-pay .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 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;
}

.agree-row {
    display: flex;
    align-items: center;
}

.agree-row div {
    margin-right: 15px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    .logo-list .one.sixth,
    .logo-list .one.fifth {
        display: block;
        height: auto;
        margin: 20px 0;
    }
}

/* Mason@FFM #30870: Stuff for CRRA article */

.article-subheading {
    color: #09b1ba;
    font-family: "Quicksand", sans-serif;
}

.article-subsubheading {
    font-family: "Quicksand", sans-serif;
}

.article-subsubsubheading {
    color: #09b1ba;
}

.wp-image-5045 {
    transform: scale(0.7) rotate(22.5deg);
    box-shadow: -3px -1px 20px 6px #999;
}

/* Mason@FFM #31174: Logo was not clickable */

a.logo {
    pointer-events: all;
}

/* Mason@FFM #31174: Follow Us icons were breaking on separate row */
.follow-us .row {
    display: flex;
}

body .uwy.userway_p6 .uai {
    top: 90% !important;
}

#userwayAccessibilityIcon {
    min-width: 44px;
}

.thank-you-img {
    margin: 10em auto 0 auto;
    text-align: center;
}

.thank-you-img img {
    height: 300px;
}

.thank-you-title {
    color: #4db8b5;
    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: #4db8b5;
    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;
}

.heading-format {
    color: #4db8b5;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.heading-format2 {
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.1em;
    margin-bottom: 20px;
}

/* FFM REFER A FRIEND PAGE */

.padding-form-bottom {
    padding-bottom: 15px;
}

.refer-submit-button {
    color: white !important;
    border: 1px solid white !important;
    background-color: #6ccacc !important;
    transition: 0.3s;
}

.refer-submit-button:hover {
    color: #6ccacc !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: #6ccacc;
    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: #6ccacc;
    background-color: white;
    border: 1px solid #6ccacc;
}

.bottom-page-buttons-refer a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.bottom-page-buttons-refer a:hover {
    color: #6ccacc !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;
    }
}

.revelance-title {
    color: black !important;
}

.wow {
    visibility: visible !important;
}

.new-info-text div {
    z-index: 2;
    position: relative;
}

.fix-formatting-stuff {
    width: 97%;
}

.menu-item-7895 img {
    filter: none !important;
}

/* SEO SEM PAGE REDEVELOPMENT */

.seo-sem-bg {
    background: url('/wp-content/uploads/2023/06/Banner.jpg') no-repeat center center;
    background-size: cover;
    height: 400px;
    width: 100%;
}

@media only screen and (max-width: 1354px) {
    .seo-sem-bg {
        display: none;
    }
}

.seo-sem-ig-container {
    width: 900px;
    position: relative;
    height: 700px;
    margin: 0 auto;
    margin-top: 250px;

}

@media only screen and (min-width: 900px) {
    .seosem-ig1 {
        position: absolute;
        width: 450px;
        left: 25%;
    }

    .seosem-ig2 {
        position: absolute;
        width: 22%;
        left: 357px;
        top: -158px;
    }

    .seosem-ig3 {
        position: absolute;
        width: 42%;
        left: 571px;
        top: -61px;
    }

    .seosem-ig4 {
        position: absolute;
        width: 34%;
        left: 648px;
        top: 155px;
    }

    .seosem-ig5 {
        position: absolute;
        width: 42%;
        left: 590px;
        top: 340px;
    }

    .seosem-ig6 {
        position: absolute;
        width: 20%;
        left: 381px;
        top: 403px;
    }

    .seosem-ig7 {
        position: absolute;
        width: 34%;
        left: 19px;
        top: 335px;
    }

    .seosem-ig8 {
        position: absolute;
        width: 40%;
        left: -69px;
        top: 185px;
    }

    .seosem-ig9 {
        position: absolute;
        width: 37%;
        left: 14px;
        top: -33px;
    }
}

@media only screen and (max-width: 1286px) {
    .seo-sem-ig-container {
        display: none;
    }

    .mobile-seosem-ig {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 15px;
    }
}

@media only screen and (min-width: 1287px) {
    .mobile-seosem-ig {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {}

.box50 {
    width: 600px;
}

@media only screen and (max-width: 1500px) {
    .mobile-reverse {
        flex-direction: column-reverse;
    }

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

    .box50 {
        width: 100% !important;
    }

    .box50-text {
        width: 70% !important;
    }
}

@media only screen and (max-width: 500px) {
    .more-wide {
        width: 90% !important;
    }
}

@media only screen and (max-width: 700px) {
    .box50-text {
        width: 90% !important;
    }

    .more-wide2 {
        width: 80% !important;
    }
}

/* FFM Support Plans Page styling */
.top-text {
    text-align: center;
    color: #000 !important;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 1em;
    width: 60%;
    font-weight: 300;
}

.logos-support {}

.logo-text-support {
    color: black;
    text-align: center;
    margin: 5px;
}

.flex-row-support {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.each-box {
    width: 20%;
    padding-bottom: 10px;
    transition: 0.3s;
    margin-left: 32px;
    margin-right: 32px;
}

.each-box:hover {
    background-color: lightgray;
    border-radius: 5px;
}

.bottom-header {
    color: #a8d3cd;
    text-align: center;
}

.bottom-info-images {
    width: 23%;
}

.bottom-info-images2 {
    width: 14.6%;
}

.formatted-support {
    width: 60%;
    margin: 0 auto;
}

.formatted-support-popup {
    width: 80%;
    margin: 0 auto;
}

.center-block2 {
    display: flex;
    justify-content: center;

}

.icons-support {
    width: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.icons-support:hover {
    filter: invert(81%) sepia(59%) saturate(314%) hue-rotate(126deg) brightness(83%) contrast(92%);
    background-color: transparent !important;
}

.column-stuff {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 5%;
}

.icons-container {
    width: 60%;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .icons-container {
        width: 80% !important;
    }

    .top-text {
        width: 80% !important;
    }

    .each-box {
        width: 28% !important;
    }
}

@media only screen and (max-width: 950px) {
    .mobile-support2 {
        display: none;
    }

    .bottom-info-images {
        width: 39%;
    }

    .bottom-info-images2 {
        width: 22.2%;
    }

    .column-stuff {
        width: 13%;
    }

    .need-some-margin {
        margin-left: 8%;
    }
}

@media only screen and (min-width: 950px) {
    .mobile-support {
        display: none;
    }
}

.formatted-support2 {
    width: 350px;
    margin: 0 auto;
}

.main-banner-support {
    background: url('/wp-content/uploads/2023/10/shutterstock_368997863-scaled.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0;
    max-width: 100%;
    height: 436px;
}

@media only screen and (max-width: 768px) {
    .main-banner-support {
        display: none !important;
    }

}

@media only screen and (max-width: 1350px) and (min-width: 768px) {
    .main-banner-support {
        height: 400px !important;
    }
}

.top-flex-popup {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.support-popup-img {
    width: 18%;
}

.support-hr {
    background-color: black;
    margin-bottom: 20px;
    background-image: linear-gradient(90deg, #4db8b5, transparent);
}

.popmake-close {
    transition: 0.3s;
}

.popmake-close:hover {
    background-color: #4db8b5 !important;
    color: white !important;
}

.new-info-text {
    transition: 0.3s;
}

.new-info-text:hover {
    filter: invert(81%) sepia(59%) saturate(314%) hue-rotate(126deg) brightness(83%) contrast(92%);
}

.menu-item-7878 img {
    filter: none !important;
}

/* 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;
}

.new-block-home-partners {
    background: url('/wp-content/uploads/2025/01/Bakcground.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
}

.each-box-12 {
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 1130px) {
    .no-margin-top-mobile {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .smaller-text-mobile {
        font-size: 2.5em !important;
    }

    .no-margin-top-mobile {
        display: none !important;
    }

    .new-block-home-2023 {
        height: 500px !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: 0px;
}

.error404 a.logo {
    background: url('/wp-content/uploads/2016/08/fresh-focus-media-dark.png') no-repeat left top / 200px 87px !important;
}

/** New infographic on homepage that is from the rookconnect homepage the spiral ig */
.spiral-circle-3-mobile {
    position: relative;
}

@media only screen and (max-width: 1200px) and (min-width: 540px) {
    .spiral-ig {
        display: none !important;
    }
}

.spiral-circle-3 {
    position: relative;
}

.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;
}

.people-icon {
    position: absolute;
    left: 150px;
    top: 31px;
}

.people-text {
    position: absolute;
    left: 120px;
    top: 95px;
    width: 100px;
}

.empower-text {
    position: absolute;
    left: 81px;
    top: 115px;
}

.lightbulb-icon {
    position: absolute;
    right: 35px;
    top: 41px;
}

.tech-text {
    position: absolute;
    right: -5px;
    top: 94px;
    width: 135px;
}

.experts-text {
    position: absolute;
    right: -15px;
    top: 116px;
}

.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: 328px;
    top: 37px;
}

.pro-text {
    position: absolute;
    top: 100px;
    right: 269px;
    width: 181px;
}

.hands-text {
    position: absolute;
    top: 120px;
    right: 268px;
}

.new-point-1 {
    position: absolute;
    left: 357px;
    top: 41px;
}

.new-point-2 {
    position: absolute;
    left: 330px;
    top: 95px;
    width: 105px;
}

.new-point-3 {
    position: absolute;
    right: 41px;
    top: 119px;
}

@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;
    }

    .people-icon {
        position: absolute;
        left: 76px;
        top: 12px;
    }

    .people-text {
        position: absolute;
        left: 56px;
        top: 74px;
        width: 90px;
    }

    .empower-text {
        position: absolute;
        left: 14px;
        top: 89px;
    }

    .lightbulb-icon {
        position: absolute;
        right: 67px;
        top: 17px;
    }

    .tech-text {
        position: absolute;
        right: 33px;
        top: 73px;
        width: 121px;
    }

    .experts-text {
        position: absolute;
        right: 19px;
        top: 89px;
    }

    .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: 257px;
        top: 13px;
    }

    .pro-text {
        position: absolute;
        top: 76px;
        right: 211px;
        width: 156px;
    }

    .hands-text {
        position: absolute;
        top: 91px;
        right: 200px;
    }

    .new-point-1 {
        position: absolute;
        left: 284px;
        top: 13px;
    }

    .new-point-2 {
        position: absolute;
        left: 263px;
        top: 73px;
        width: 94px;
    }

    .new-point-3 {
        position: absolute;
        right: 19px;
        top: 92px;
    }
}

@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: -70px;
        margin: auto;
        width: 35px;
    }

    .new-point-2-mobile {
        position: absolute;
        top: 141px;
        left: 0;
        right: 0;
        margin: auto;
        width: 94px;
    }

    .new-point-3-mobile {
        position: absolute;
        top: 157px;
        left: 0;
        right: 0;
        margin: auto;
        width: 115px;
    }

    .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: -293px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 32px;
    }

    .people-text-mobile {
        position: absolute;
        top: -238px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 91px;
    }

    .experts-text-mobile {
        position: absolute;
        top: -166px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 114px;
    }

    .lightbulb-icon-mobile {
        position: absolute;
        bottom: 33px;
        left: 0;
        right: 0;
        margin: auto;
        width: 33px;
    }

    .tech-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 19px;
        margin: auto;
        width: 117px;
    }

    .empower-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -42px;
        margin: auto;
        width: 133px;
    }

    .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: 85px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 33px;
    }

    .pro-text-mobile {
        position: absolute;
        top: 140px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 145px;
    }

    .hands-text-mobile {
        position: absolute;
        top: 212px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 150px;
    }
}

@media (min-width: 411px) and (max-width: 540px) {
    .new-point-1-mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -70px;
        margin: auto;
        width: 35px;
    }

    .new-point-2-mobile {
        position: absolute;
        top: 165px;
        left: 0;
        right: 0;
        margin: auto;
        width: 94px;
    }

    .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);
        width: 100%;
    }

    .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;
        width: 32px;
    }

    .people-text-mobile {
        position: absolute;
        top: -274px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 91px;
    }

    .experts-text-mobile {
        position: absolute;
        top: -150px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .lightbulb-icon-mobile {
        position: absolute;
        bottom: 33px;
        left: 0;
        right: 0;
        margin: auto;
        width: 33px;
    }

    .tech-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 19px;
        margin: auto;
        width: 117px;
    }

    .empower-text-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -70px;
        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: 85px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 33px;
    }

    .pro-text-mobile {
        position: absolute;
        top: 140px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 145px;
    }

    .hands-text-mobile {
        position: absolute;
        top: 240px;
        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;
    }
}

/** -------------------------------------------------------------------------------------------------- */
/** New about us page first infographic styles and page styles */

.new-about-us-container {
    width: 700px;
    position: relative;
    height: 750px;
    margin: 0 auto;
}

.new-about-us-infog1 {
    position: absolute;
    top: 37%;
    left: 39.5%;
    width: 160px;
}

.new-about-us-infog2 {
    position: absolute;
    left: 15%;
    top: 0%;
    width: 500px;
}

.new-about-us-infog3 {
    position: absolute;
    left: -1%;
    top: 15%;
    width: 275px;
}

.new-about-us-infog4 {
    position: absolute;
    top: 60%;
    left: 15%;
    width: 500px;
}

.new-about-us-infog5 {
    position: absolute;
    left: 61%;
    top: 15%;
    width: 338px;
}

@media only screen and (max-width: 900px) {
    .new-about-us-container {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
    .dont-display-desktop {
        display: none;
    }
}

.two-part-about-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.each-side-about-us {
    width: 50%;

}

.each-side-about-us2 {
    width: 50%;
    padding: 100px;
}

.each-side-about-us2 p {
    font-size: 1.4em;
    font-weight: 400;
}

.each-side-about-us2 h2 {
    color: #67b3b9;
}

@media only screen and (max-width: 1700px) {
    .each-side-about-us2 {
        padding: 50px !important;
    }
}

@media only screen and (max-width: 1500px) {
    .each-side-about-us2 {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 1350px) {
    .each-side-about-us {
        width: 675px !important;
        padding: 10px !important;
        margin: 0 auto;
    }

    .each-side-about-us2 {
        width: 675px !important;
        padding: 10px !important;
        margin: 0 auto;
    }

    .reverse-column-about {
        flex-direction: column-reverse !important;
    }

    .each-side-about-us2 p,
    h2 {
        text-align: center;
    }

    .column-about {
        flex-direction: column !important;
    }
}

@media only screen and (max-width: 700px) {
    .each-side-about-us {
        width: 100% !important;
    }

    .each-side-about-us2 {
        width: 100% !important;
    }

    .each-side-about-us2 p {
        font-size: 1em;

    }

}

/** -------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
    .blog-post-flex-box {
        display: flex;
        /* width: 1280px; */
        margin: 0 auto;
        justify-content: center;
    }

    .blog-post-flex-box>div:first-child {
        flex-shrink: 0;
    }
}

.blog-post-flex-box a img {
    object-fit: scale-down;
}

@media only screen and (max-width: 1600px) {
    .articles-title {
        margin-top: 110px;
    }
}

.page-id-2 {
    overflow-x: hidden;
}

.hover-banner {
    transition: all 0.3s !important;
    opacity: 1 !important;
}

.hover-banner:hover {
    transform: scale(1.1);
}

/** New Social Media marketing page infog **/
.new-social-infog {
    width: 1172px;
    position: relative;
    margin: 0 auto;
    height: 1550px;
    margin-top: 40px;
}

.social-infog-1 {
    position: absolute;
    left: 563px;
    top: 10px;
    width: 430px;
}

.social-infog-2 {
    position: absolute;
    left: 178px;
    top: 121px;
    width: 430px;
}

.social-infog-3 {
    position: absolute;
    left: 563px;
    top: 288px;
    width: 430px;
}

.social-infog-4 {
    position: absolute;
    left: 179px;
    top: 457px;
    width: 430px;
}

.social-infog-5 {
    position: absolute;
    left: 563px;
    top: 625px;
    width: 430px;
}

.social-infog-6 {
    position: absolute;
    left: 179px;
    top: 794px;
    width: 430px;
}

.social-infog-7 {
    position: absolute;
    left: 563px;
    top: 963px;
    width: 430px;
}

.social-infog-8 {
    position: absolute;
    left: 180px;
    top: 1131px;
    width: 430px;
}

.social-infog-9 {
    position: absolute;
    left: 576px;
    top: 1299px;
    width: 63px;
}

@media only screen and (max-width: 1150px) {
    .new-social-infog {
        display: none !important;
    }
}

@media only screen and (min-width: 1150px) {
    .mobile-new-social {
        display: none !important;
    }
}

.new-infog-support {
    width: 800px;
    margin: 50 auto;
}

@media only screen and (max-width: 820px) {
    .new-infog-support {
        width: 350px !important;
    }
}

@media only screen and (max-width: 350px) {
    .new-infog-support {
        width: 300px !important;
    }
}

.new-infog-support-desktop {
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    height: 830px;
}

.new-infog-support-1 {
    position: absolute;
    width: 500px;
    left: 185px;
    z-index: 1;
}

.new-infog-support-2 {
    position: absolute;
    width: 390px;
    left: 549px;
    top: 9px;
}

.new-infog-support-3 {
    position: absolute;
    width: 530px;
    left: 407px;
    top: 313px;
    z-index: -1;
}

.new-infog-support-4 {
    position: absolute;
    width: 505px;
    top: 240px;
    z-index: -2;
    left: 160px;
}

.new-infog-support-5 {
    position: absolute;
    width: 300px;
    z-index: 5;
    left: 400px;
    top: 250px;
}

@media only screen and (max-width: 1100px) {
    .new-infog-support-desktop {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .new-infog-support {
        display: none;
    }
}

@media(max-width: 800px) {
    .follow-us .one img.follow-custom-img {
        margin-top: 10px;
        width: auto;
        height: 25px;
        border-radius: 0;
    }

    .follow-us .one img.follow-custom-img:hover {
        border-radius: 50%;
    }
}

@media (max-width: 1000px) {
    .video-wrapper {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }

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

/* .about-us-infographic {
    padding: 0px 0px 30px 0px;
}

.about-us-infographic img {
    width: 33%;
    height: auto;
}

@media(max-width: 800px) {
    .about-us-infographic img {
        width: 100%;
    }
} */

.postid-8531 .attachment-post-thumbnail,
.postid-8479 .attachment-post-thumbnail,
.postid-8459 .attachment-post-thumbnail,
.postid-8427 .attachment-post-thumbnail,
.postid-8739 .attachment-post-thumbnail,
.postid-8438 .attachment-post-thumbnail {
    display: none !important;
}

/* About us infographic start */
.ffm-infographic-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    margin: 10px 0px 50px;
}

.ffm-box {
    position: relative;
    background: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    max-width: 380px;
    width: 100%;
    padding: 40px 20px 110px;
    /* Increased bottom padding */
    box-sizing: border-box;
    text-align: center;
    overflow: visible;
    /* Allow icon to overflow */
}

.ffm-corner-img {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 140px;
    z-index: 2;
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); */
}

.ffm-box-content h3 {
    font-size: 24px;
    margin: 10px 0 5px;
}

.ffm-underline {
    width: 60px;
    height: 3px;
    background: #1c9aa6;
    margin: 10px auto 20px;
}

.ffm-box-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.ffm-icon-img {
    position: absolute;
    bottom: -65px;
    /* Push a bit further if needed */
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    border-radius: 20px;
    z-index: 3;
}
.mobile-home-slider {
    display: none;
}

/* Responsive */
@media (max-width: 1300px) {
    .ffm-infographic-wrapper {
        gap: 60px;
    }

    @media (max-width: 991px) {
        .ffm-box {
            max-width: 100%;
        }
    }

    /* About us infographic end */

    @media(max-width: 768px) {
        .desctop-home-slider {
            display: none;
        }

        .mobile-home-slider {
            display: block;
        }
    }

    a.blocks-col-link:hover {
        display: block;
        transform: scale(1.05);
    }
}


/* Green banner start */
.banner-icon-boxes {
    display: flex;
    justify-content: center;
    gap: 140px;
}
.banner-icon-box {
    width: 150px;
    height: 150px;
    padding: 5px;
    border: 2px solid white;
    border-radius: 10px;
    background: #000000ba;
    opacity: 0.7 !important;
    text-align: center;
}
.banner-icon-box:hover {
    opacity: 1 !important;
}
.banner-icon-box_title {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
}
.banner-icon-box img {
    padding: 10px 15px 5px;
    width: 100px;
}

@media (max-width: 1130px) {
    .banner-icon-boxes {
        gap: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .banner-icon-boxes {
        margin-bottom: 0;
    }
    .updated-green-banner .mobile-call-to-action {
        margin-top: 20px;
    }
}
@media (max-width: 670px) {
    .banner-icon-boxes {
        display: none;
    }
}

/* Green banner end */



/* Unique newsletter banner styles */
.ffm-newsletter-banner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
}

/* Right-side container for text and form */
.ffm-newsletter-banner .content-wrapper {
    width: 50%;
    padding: 0 40px;
    text-align: center;
    color: white;
    text-shadow: 2px 4px #000;
}

.ffm-newsletter-banner h2,
.ffm-newsletter-banner h3 {
    margin: 0 auto;
    max-width: 90%;
}

.ffm-newsletter-banner h2 {
    font-size: 4em;
    font-weight: 600;
}

.ffm-newsletter-banner h3 {
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
}

/* Form styles */
.ffm-newsletter-banner .wpcf7 {
    margin-top: 40px;
}

.ffm-newsletter-banner .wpcf7-form p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ffm-newsletter-banner input[type="email"] {
    padding: 15px 20px;
    border: none;
    max-width: 350px;
    width: 100%;
    font-size: 1em;
    background: white;
    color: #333;
}

.ffm-newsletter-banner input[type="submit"] {
    background: black;
    color: white;
    padding: 15px 30px;
    border: none;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ffm-newsletter-banner input[type="submit"]:hover {
    background: #222;
}

/* Responsive for tablets and below */
@media (max-width: 1024px) {
    .ffm-newsletter-banner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 60px 20px;
    }

    .ffm-newsletter-banner .content-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .ffm-newsletter-banner h2 {
        font-size: 2.8em;
    }

    .ffm-newsletter-banner h3 {
        font-size: 1.6em;
    }

    .ffm-newsletter-banner .wpcf7-form p {
        flex-direction: column;
        align-items: center;
    }

    .ffm-newsletter-banner input[type="email"],
    .ffm-newsletter-banner input[type="submit"] {
        width: 100%;
        max-width: 100%;
    }
}

/* Fix the layout breaking due to validation errors */
.ffm-newsletter-banner .wpcf7-form p {
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
}

/* Keep input and button side-by-side */
.ffm-newsletter-banner input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}

/* Error message positioning */
.ffm-newsletter-banner .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: red;
    font-size: 0.9em;
    width: 100%;
    text-align: left;
    padding-left: 5px;
}

/* If multiple fields, avoid overlap */
.ffm-newsletter-banner .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    max-width: 350px;
}

/* Prevent layout shift on error */
.ffm-newsletter-banner .wpcf7-form .wpcf7-response-output {
    display: none;
}

/* Keep mobile layout clean */
@media (max-width: 768px) {
    .ffm-newsletter-banner .wpcf7-form p {
        flex-direction: column;
        align-items: center;
    }

    .ffm-newsletter-banner .wpcf7-not-valid-tip {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 5px;
        text-align: center;
    }
}
