/*
 * pantex.energy.gov
 * v.1.0.1
 * tbyrd
 * kdavis
*/


/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; }
mark { background: none; }
select { max-width: 100%; }

/* The Grid
================================================== */
.col:after,
.clr:after,
.group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.col { display: block; float: left; margin: 0 0 2% 1.6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*percent grid*/
.span_1_of_1{width:100%}.span_2_of_2{width:100%}.span_1_of_2{width:49.2%}.span_3_of_3{width:100%}.span_2_of_3{width:66.1%}.span_1_of_3{width:32.2%}.span_4_of_4{width:100%}.span_3_of_4{width:74.6%}.span_2_of_4{width:49.2%}.span_1_of_4{width:23.8%}.span_5_of_5{width:100%}.span_4_of_5{width:79.68%}.span_3_of_5{width:59.36%}.span_2_of_5{width:39.04%}.span_1_of_5{width:18.72%}.span_6_of_6{width:100%}.span_5_of_6{width:83.06%}.span_4_of_6{width:66.13%}.span_3_of_6{width:49.2%}.span_2_of_6{width:32.26%}.span_1_of_6{width:15.33%}.span_7_of_7{width:100%}.span_6_of_7{width:85.48%}.span_5_of_7{width:70.97%}.span_4_of_7{width:56.45%}.span_3_of_7{width:41.92%}.span_2_of_7{width:27.42%}.span_1_of_7{width:12.91%}.span_8_of_8{width:100%}.span_7_of_8{width:87.3%}.span_6_of_8{width:74.6%}.span_5_of_8{width:61.9%}.span_4_of_8{width:49.2%}.span_3_of_8{width:36.5%}.span_2_of_8{width:23.8%}.span_1_of_8{width:11.1%}.span_9_of_9{width:100%}.span_8_of_9{width:88.71%}.span_7_of_9{width:77.42%}.span_6_of_9{width:66.13%}.span_5_of_9{width:54.84%}.span_4_of_9{width:43.55%}.span_3_of_9{width:32.26%}.span_2_of_9{width:20.97%}.span_1_of_9{width:9.68%}.span_10_of_10{width:100%}.span_9_of_10{width:89.84%}.span_8_of_10{width:79.68%}.span_7_of_10{width:69.52%}.span_6_of_10{width:59.36%}.span_5_of_10{width:49.2%}.span_4_of_10{width:39.04%}.span_3_of_10{width:28.88%}.span_2_of_10{width:18.72%}.span_1_of_10{width:8.56%}.span_11_of_11{width:100%}.span_10_of_11{width:90.7%}.span_9_of_11{width:81.47%}.span_8_of_11{width:72.24%}.span_7_of_11{width:63.01%}.span_6_of_11{width:53.78%}.span_5_of_11{width:44.55%}.span_4_of_11{width:35.32%}.span_3_of_11{width:26.09%}.span_2_of_11{width:16.86%}.span_1_of_11{width:7.63%}.span_12_of_12{width:100%}.span_11_of_12{width:91.46%}.span_10_of_12{width:83%}.span_9_of_12{width:74.54%}.span_8_of_12{width:66.08%}.span_7_of_12{width:57.62%}.span_6_of_12{width:49.16%}.span_5_of_12{width:40.7%}.span_4_of_12{width:32.24%}.span_3_of_12{width:23.78%}.span_2_of_12{width:15.32%}.span_1_of_12{width:6.86%}
/*clear float and remove left margin*/
.clr-margin { margin-left: 0 }
.count-1 { clear: both; margin-left: 0; }
.col-1,
.col.first { clear: both; margin-left: 0; }


/* Body & Main
================================================== */
body {background: #fff; color: #555; font: 14px/1.6 'Open Sans', "Helvetica", Arial; -webkit-font-smoothing: antialiased;}
body a { color: #0070c9; text-decoration: none; }
body a:hover {text-decoration: underline;}
.front #main {margin:0; padding: 0; margin-top: 15px;}
.not-front #main {margin-top: 55px;}
.not-front #primary {margin:0;padding:0;}
.not-front #main { padding: 0; margin-top: 50px;}
.not-front #secondary {margin:0; padding: 0; margin-top: 40px;}
.container { margin: 0 auto; width: 980px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.left-content { float: left; width: 640px;}
.sidebar-container { float: right; width: 300px; margin-top:50px;}
.sidebar-first {width: 300px; }
.left-content, .sidebar-container {display:inline;margin:0;padding:0;}
/* Commons
================================================== */
.clr:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clear { clear: both }
img {height: auto; max-width: 100%;}
blockquote { font-size: 1.4em; line-height: 1.5em; margin-bottom: 30px; position: relative; font-family: 'Georgia'; color:  #555; background: url("images/quote.png") left 4px no-repeat; padding-left: 50px; }
blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; }
blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }
pre { background: #ededed; padding: 20px; margin-bottom: 30px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-family: 'Verdana'; color: #666; }
address { letter-spacing: 1px; margin: 20px 0; }

/* Lists
================================================== */
ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */
h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #444; line-height: 1.4em; font-family: 'Helvetica Neue', Helvetica, Arial; }

h1 {
  font-size: 1.714em;
  margin: 0 0 20px;
}

h2 {
  font-size: 1.286em;
}

h3 {
  font-size: 1.286em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.857em;
}

h6 {
  font-size: 0.714em;
}
p { margin: 0 0 20px }
h1 a, h2 a, h3 a, h4 a { color: #000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {text-decoration: underline; }
em { font-style: italic }
strong { font-weight: 900;}
small { font-size: 80% }
hr { border: solid #eee; border-width: 1px 0 0; clear: both; height: 0; margin: 40px 0; }

/* Header
================================================== */
/*header*/
#header-wrap {width: 100%;background: #000; opacity: 0.8; height: 50px;float:left; position:fixed; top: 0; left:0;z-index: 9999;display:block;}
#header { text-align: left; position: relative; padding:0; height: 50px;}
/*logo*/
#logo img { display: block; width: 140px;padding-top: 5px; }
#logo a { color: #fff; font-size: 1.500em; text-decoration: none; }
/*fixed header*/
.is-sticky #header-wrap { width: 100%; overflow: visible !important; z-index: 999; }

/* Main Navigation
================================================== */
#main-menu > ul,
#main-menu > ul * { margin: 0; padding: 0; list-style: none; }
#main-menu > ul li { position: relative }
#main-menu > ul ul { position: absolute; display: none; top: 100%; left: 0; z-index: 10001; }
#main-menu > ul > li { float: left }
#main-menu > ul li:hover > ul,
#main-menu > ul li.sfHover > ul { display: block }
#main-menu > ul a { display: block; position: relative; }
#main-menu > ul ul ul { top: 0; left: 100%; }
#main-menu > ul { float: left }
#main-menu > ul ul { min-width: 160px;}
#main-menu > ul a { zoom: 1 }
#main-menu > ul li { position: relative; white-space: nowrap; white-space: normal; -webkit-transition: background .2s; transition: background .2s; }
#main-menu > ul li:hover,
#main-menu > ul li.sfHover { -webkit-transition: none; transition: none; }
#main-menu > ul .sf-mega { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
#main-menu > ul li:hover > .sf-mega,
#main-menu > ul li.sfHover > .sf-mega { display: block }

#main-menu.menu-main-container ul.menu li.last.leaf {width:17px;}
#main-menu.menu-main-container ul.menu li.last.leaf a {margin-top:15px;height:17px;width:17px;background:url('/sites/all/themes/pantex/images/searchglass.png') no-repeat center;text-indent:-9999px}
#main-menu.menu-main-container ul.menu li.last.leaf a {background-position:0px 0px; width:17px;}
#main-menu.menu-main-container ul.menu li.last.leaf a:hover {background-position:0px -17px; }

/*styling*/
#site-navigation-wrap { position: absolute; right: 0; top: 0; height: 50px;font-synthesis: none;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;}
#site-navigation #main-menu > ul li { display: block; float: left; height: 50px; line-height: 50px; margin:0; padding:0;}
#site-navigation #main-menu > ul > li {margin-left: 25px; }
#site-navigation #main-menu > ul > li:first-child { margin-left:0; }
#site-navigation #main-menu > ul a { color: #ddd; font-weight: 400; text-decoration: none; text-align: left; cursor: pointer; }
#site-navigation #main-menu > ul > li > a:hover,
#site-navigation #main-menu > ul > li.sfHover > a,
#site-navigation #main-menu > ul > li > a.active,
#site-navigation #main-menu > ul > li > a.active:hover { color: #fff; }

/*drop-down styles*/
#site-navigation #main-menu > ul ul { background: #222; font-size: 1em; }
#site-navigation #main-menu > ul ul li a { display: block; height: auto; line-height: 1.7em; padding: 10px; margin: 0px; border: 0px; text-transform: none; }
#site-navigation #main-menu > ul ul li a.sf-with-ul { padding-right: 23px; }
#site-navigation #main-menu > ul ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); line-height: 1.4em; height: auto; float: none; display: block; }
#site-navigation #main-menu > ul ul li > a:hover { color: #fff }
#site-navigation #main-menu > ul ul li:last-child { border: none; }
/*arrows*/
#site-navigation #main-menu > ul > li .fa-angle-down { margin-left: 5px }
#site-navigation #main-menu > ul > li ul li .fa-angle-right { position: absolute; top: 50%; right: 15px; height: 20px; line-height: 20px; margin-top: -10px; }

.mobileburger {
    background-color: transparent;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    float: right;
    margin: 0;
    width: 30px;
    height: 50px
}

.mobileburger span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    -moz-transition: background .4s;
    transition: background .4s
}

.mobileburger span, .mobileburger span:before, .mobileburger span:after {
    background-color: #fff;
    position: absolute;
    display: block;
    height: 0.17143rem;
    border-radius: 0.28571rem;
    transition: 0.3s;
}

.mobileburger span:hover {color:#ddd;background-color: #ddd;}

.mobileburger span:before, .mobileburger span:after {
    content: "";
    left: 0;
    width: 100%
}

.mobileburger span:before {
    top: -8px;
    -moz-transition: top .3s .3s, -moz-transform .3s, background .4s;
    transition: top .3s .3s, -webkit-transform .3s, background .4s;
    transition: top .3s .3s, transform .3s, background .4s
}

.mobileburger span:after {
    bottom: -8px;
    -moz-transition: bottom .3s .3s, -moz-transform .3s, background .4s;
    transition: bottom .3s .3s, -webkit-transform .3s, background .4s;
    transition: bottom .3s .3s, transform .3s, background .4s
}

.mobileburger.active span {
    background-color: transparent
}

.mobileburger.active span:before {
    -moz-transition: top .3s, -moz-transform .3s .3s;
    transition: top .3s, -webkit-transform .3s .3s;
    transition: top .3s, transform .3s .3s;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobileburger.active span:after {
    -moz-transition: bottom .3s, -moz-transform .3s .3s;
    transition: bottom .3s, -webkit-transform .3s .3s;
    transition: bottom .3s, transform .3s .3s;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-mlid-496 ul {display:none;}
#block-views-f19904fca66146686087a393c8d4c388 h2 {color: #555;margin-bottom: 5px;}
#block-views-f19904fca66146686087a393c8d4c388 .views-row {border-bottom: none;padding: 4px 0;}
#block-views-f19904fca66146686087a393c8d4c388 .view-footer a{color: #555;}

.menu-mlid-409 ul {display:none;}
#block-views-blog-related-posts-block h2 {color: #555;margin-bottom: 5px;}
#block-views-blog-related-posts-block .views-row {border-bottom: none;padding: 4px 0;}
#block-views-blog-related-posts-block .view-footer a{color: #555;}
#block-views-blog-posts-block .views-row {margin-bottom: 15px;}
#block-views-blog-posts-block .views-field-created {color: #888; font-size: 0.923em;margin-bottom: 15px;}
.node-type-blog ul.meta {color: #888; font-size: 0.923em;margin-bottom: 15px;}
#sidr-main ul {list-style: none;margin-left: 0;}
.pager-current {color: #555;font-size: 0.923em;font-weight: 400;}


/*hide responsive elements
================================================== */
#navigation-toggle, .sidr, #sidr-close { display: none }

/* header search form
================================================== */
#header .block-search {
    text-align: right;
    z-index: 1;
}

#header .block-search .block-inner {
    position: absolute;
    right: 0px;
}

#header .block-search .form-submit {
    margin: 0.333333em 0.75em;
    width: 32px;
    height: 40px;
    vertical-align: middle;
    display:none;
}

#header .block-search ::-webkit-input-placeholder {
    color: #4e4e4e;
}

#header .block-search ::-moz-placeholder {
    color: #4e4e4e;
    opacity: 1;
}

#header .block-search :-ms-input-placeholder {
    color: #4e4e4e;
}

#header .form-item-search-block-form {
    display: inline-block;
    width: 0;
}

#header #search-block-form input.form-submit,
#header #search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#header input[type="text"] {
    background: #bce3fa;
    border: none;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
    outline: 0;
    padding: .5em .75em;
    width: 100%;
}

#header.search-expanded #block-system-main-menu, #nav-header.search-expanded .menu-nav {
    opacity: .1;
    transition: opacity .3s;
}

#header.search-expanded .form-item-search-block-form {
    width: 15em;
    transition: width .3s;
}

@media (min-width:0) and (max-width:26.25em) {
    #header.search-expanded .form-item-search-block-form {
        max-width: 60%;
    }
}

#header.search-expanded input[type="text"] {
    display: inline;
}

.front .views-field h3.title a{}
.front .views-field-timestamp {font-size:0.846em;color: #888;margin-bottom: 5px;}

/* Sidebar
================================================== */
.sidebar-container .block { margin-bottom: 15px; }
.sidebar-container .block > h2 { font-size: 1.2em;  margin: 0 0 10px; }
/* FlexSlider
================================================== */
/* Necessary Styles*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin: 0; }
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
/*main*/
.flexslider-container { position: relative; overflow: hidden;}
.flexslider-container img { display: block; }
/* Homepage
================================================== */
#homepage-slider-wrap {max-height: 500px;width: 100%;}
#homepage-slider-wrap .flex-direction-nav li a { display: block; z-index: 9; position: absolute; top:50%; margin-top: -35px; height: 70px; line-height: 70px; width: 50px; text-align: center; opacity: 0.5; background: transparent; color: #fff; font-size: 21px; }
#homepage-slider-wrap .flex-direction-nav li a:hover { opacity: 0.5; background: #000; color: #fff; text-decoration: none; }
#homepage-slider-wrap .flex-direction-nav li a.flex-prev { left: 0; }
#homepage-slider-wrap .flex-direction-nav li a.flex-next { right: 0; }
.homepage-slide-inner { position: relative; }
.homepage-slide-content { display: block; position: absolute; top: 250px; left: 0; z-index: 9999;}
.homepage-slide-title { font-weight: bold; float: left; background: #222; opacity: 0.8; color:  #fff; font-size: 1.5em; padding: 15px 20px; text-transform: uppercase;}
.homepage-slide-caption {display:none; float: left; margin-top: 10px; background: #222; opacity: 0.8; font-size: 1.25em; font-weight: 600; color: #fff; padding: 15px 20px; }

#breadcrumbs {
  font-size: 0.846em;
  margin: 5px;
}


/* =Content
----------------------------------------------- */
#content-wrap {margin-bottom: 15px;}

.node h2.title{
  font-size: 1.750em;
  margin: 0;
}

h1.page-title {
  margin: 5px 0 10px;
  font-size: 1.5em;
}

#content .node-teaser {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.node-teaser p {
  margin-bottom: 1em;
}

.region-content-top {
  margin: 15px 0 20px;
}

#preface-wrap .block > h2,
.region-content-top .block > h2 {
  font-size: 1.5em;
  margin: 0 0 10px;
}

/* Preface
================================================== */
#preface-wrap { padding: 40px 0 0; }
#preface-wrap .block { margin-bottom: 20px }
#preface-wrap .span_1_of_3.col-1 { padding-right: 10px; }
#preface-wrap .span_1_of_3.col-2 { padding-left: 5px; padding-right: 5px; }
#preface-wrap .span_1_of_3.col-3 { padding-left: 10px; }

#cnsmap {float:right;padding-left: 10px;}

/* Footer
================================================== */
.container-12{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 960px;
    padding: 0 10px;
}

#footer-bottom .container-12 {border-top: 1px solid #ddd;padding-top: 25px;}
#footer-wrap { background: #fff; color: #555; padding: 30px 0 0; font-size: 0.875em;}
#footer-wrap input[type="text"],
#footer-wrap input[type="search"] { border:  none; }
#footer-wrap a { color: #555; }
#footer-wrap a:hover { color: #000; text-decoration: none; }
#footer-wrap .block > h2 { color:  #fff; font-size: 1.25em; margin: 0 0 15px; }
#footer-wrap .block > h2 span { background: #222; padding-right: 10px; }
#footer-wrap .block { margin-bottom: 30px }
#footer-wrap .span_1_of_3.col-1 { padding-right: 10px; }
#footer-wrap .span_1_of_3.col-2 { padding-left: 5px; padding-right: 5px; }
#footer-wrap .span_1_of_3.col-3 { padding-left: 10px; }
.footer-block > ul > li { padding: 2px 0; border-bottom: 1px solid #333; }
.footer-block > ul > li:first-child { border-top: 1px solid #333; }

#copyright-wrap { background: #111; padding: 20px 0; color: #888; text-align: left;}
#copyright-wrap a { color: #fff; }
#copyright-wrap span.pipe {padding-left: 4px; padding-right: 4px; color: #ddd;}
#copyright {float: left;}
#footer-menu {float: right;}
#footer-menu ul li {display: inline; list-style:none; border-left: 1px solid #888; padding: 0 0 0 0.618em; margin-left: 0.618em;}
#footer-menu .menu li.first {border-left:0;padding-left: 0; margin-left: 0;}
#footer-menu span.pipe {padding-left: 4px; padding-right: 4px; color: #ddd;}
#footer-menu, #copyright {display:inline;}


/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }

/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }

/*
#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }
*/

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  font-weight: 400;
  font-size: 0.929em;
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field .field-label {
  font-weight: 400;
}

.field-name-field-tags {
  margin: 0 0 15px 0;
}

.field-name-field-tags a{
  font-size: 0.929em;
  padding: 2px 6px;
  text-decoration: none;
}

.field-name-field-tags a:hover{
  text-decoration: underline;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url("images/comment-arrow.gif") no-repeat 0 center transparent;border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px;}

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #f6f6f6; border-right: 1px solid #f6f6f6; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}


body *{box-sizing:border-box;}
h1.page-title {font-weight:normal;}

h3 {font-weight: normal;font-size:1.8em;line-height:1.2;margin-bottom:10px;}
h4 {font-weight: normal;font-size:1.538em;line-height:1.2;margin-bottom:10px;}
h5 {font-weight: bold;font-size:1em;}

.page-node #content-wrap img { border: 0; padding: 0; height: auto; max-width: 100%; margin: 0; }

div#breadcrumbs {margin-bottom:0;}

.not-front div.views-row {border-bottom:1px solid #ddd;}
.not-front div.views-row.views-row-last {border-bottom:0;}

.not-front div.views-field.views-field-title-1 {font-size:1.1em;line-height:1.3;margin-bottom:3px;margin-top:10px}
.not-front div.views-field.views-field-timestamp {font-size:0.825em;color:#777;margin-bottom: 10px}
.not-front div.views-field.views-field-description {font-size:1em;color:#444;margin-bottom: 10px}

div.block.block-views h2 {font-weight: normal;margin-bottom:15px}


.homepage-slide-content { top:300px;}
.homepage-slide-title {
  font-weight: bold; float: left; background: 0; opacity: 1;color: #fff;font-size: 3.077em;
  padding: 20px; text-transform: none; text-shadow:.0em .0em .1em #000;line-height: 1.1;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.homepage-slide-content { top:280px;}
.homepage-slide-title { font-size:2.462em; padding-left: 20px;}
}

@media only screen and (max-width: 767px) {
  #homepage-slider-wrap {  max-height: 450px; top: 51px; height:auto;  }
  .homepage-slide-content { top:240px;}
  .homepage-slide-title { font-size:2.154em; padding-left: 20px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#homepage-slider-wrap {  max-height: 450px; top: 51px; height:auto;  }
.homepage-slide-content { top:180px;}
.homepage-slide-title { font-size:2.154em; padding-left: 0;}
}

@media only screen and (max-width: 480px) {
.homepage-slide-content { top:85px;}
.homepage-slide-title { font-size:1.615em; padding-left: 0;}
}



p.highlight-red {text-align:center;/*! font-weight: bold; */color:#ee3123;margin-bottom:5px;font-size: 1.308em;font-family: verdana;line-height: 1.3;}

div.strategic-goals {text-align:center;}
.page-node #content-wrap img {/*! border:0; */}
#homepage-slider-wrap {  max-height: 500px; top: 1px; height:auto;  }

#sidr-main ul {list-style: none;margin-left: 0;}

.imagecrop-news {width: 100%; height: 66px;overflow: hidden;margin-bottom: 5px;}
.imagecrop-news img { position:relative; margin-top:-50%;width:100%;height:100%}

.fixedphoto-head {width:100%;overflow:hidden;padding-right: 10px;margin-bottom: 20px;}

/*--- pss-edit-page   --*/
.page-node-1831.page-node-edit.node-type-ops-status div.form-item.form-type-textfield.form-item-title {display:none}
.page-node-1831.page-node-edit.node-type-ops-status fieldset#edit-field-shift-1-und-0-format.filter-wrapper.form-wrapper {display:none}
.page-node-1831.page-node-edit.node-type-ops-status fieldset#edit-field-shift-2-und-0-format.filter-wrapper.form-wrapper {display:none}
.page-node-1831.page-node-edit.node-type-ops-status fieldset#edit-field-shift-3-und-0-format.filter-wrapper.form-wrapper {display:none}
.page-node-1831.page-node-edit.node-type-ops-status .text-format-wrapper .description {margin-bottom: 2em}

.front div.view-footer {padding-top:24px}
.front .col-3 .content {border-top: 1px solid #ddd;padding-top:8px}
.front .col-3 .content .views-row-first {border:0;}
.front .col-3 .view-content img {padding:0;}
#footer-wrap ul {margin:0;}
#footer-wrap li.first{border:0;padding-left:0;margin-left:0}
#footer-wrap ul.menu {text-align: right;}
@media only screen and (max-width: 767px) { #footer-wrap ul.menu {text-align: center;} }

.not-front div#content-wrap {padding:0; margin-bottom: 15px;}

.not-front .view-team-bios  .views-row {clear:both;height:52px;}
.not-front .view-team-bios  .views-field-field-image {float:left;width:50px;padding:0;margin-right:10px;display:block;height: 50px;margin: 0;}
.not-front .view-team-bios  .views-field-field-image img{padding:5px;}
.not-front .view-team-bios  .views-field-title {padding-top:10px}
.not-front .sidebar-container {float:right;margin:0;padding:0;}

.social-icons{display:inline-block;margin:6px}

#block-views-front-page-press-releases-block { float: left;padding-right:10px;}
#block-views-front-page-press-releases-block h2 {color: #555;margin-bottom: 15px;}
#block-views-y12-news-feed-block-1 { float: left; width:50%; padding-left:10px;}
#block-views-y12-news-feed-block-1 h2 {color: #555;margin-bottom: 15px;}

#block-views-the-star-block {clear:both;padding-top:10px;}
#block-views-the-star-block div.views-row.views-row-first {border-top:0;min-height:auto;}


#block-views-press-releases-block {margin:0;padding:0;border:0;}
#block-views-press-releases-block. views-row {border-top: none;}

#block-views-press-releases-block .views-field-created {font-size: 0.825em;color: #555;margin-bottom:10px;padding-top: 5px;}
#block-views-press-releases-block span.views-label-field-tags {float: left;margin-bottom: 15px;margin-right: 5px;}
#block-views-press-releases-block .views-field-field-tags {font-size: 0.825em;
color: #555;
margin-right: 5px;margin-bottom: 15px;}

#block-views-press-releases-block .views-row {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dotted #ddd;}
#block-views-press-releases-block .views-row-first {border-top:0;}
#block-views-press-releases-block .views-row-last {}


#block-views-press-release-archive-block {margin-top: 0;margin-bottom: 15px;background: #fff;border: none;}
#block-views-press-release-archive-block .views-row {border-bottom:0;}

#block-views-press-release-archive-block .view-press-release-archive {margin-bottom: 15px;}

#block-views-press-release-archive-block .view-press-release-archive .views-row {
    margin-bottom: 15px;
}

#block-views-press-release-archive-block .view-press-release-archive .views-row-first {
    margin-top: 15px;
}

#block-views-press-release-archive-block .view-press-release-archive .views-row-last {
    margin-bottom: 25px;
}

#block-views-press-release-archive-block .view-press-release-archive h3 {
    font-size: 1.0em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 0;
}

#ops_status {background:#f2f2f2;padding:10px;margin-bottom:40px;outline: 5px solid #f2f2f2;}
#ops_status .view-header p {font-size:18px;margin-bottom:5px;}
#ops_status span.views-label-field-shift-1 {font-weight: bold;display:block;padding-top:5px;border-top:1px solid #ccc;}
#ops_status span.views-label-field-shift-2 {font-weight: bold;display:block;padding-top:5px;border-top:1px solid #ccc}
#ops_status span.views-label-field-shift-3 {font-weight: bold;display:block;padding-top:5px;border-top:1px solid #ccc}

.view-front-page-blog-posts .views-row {margin-bottom:10px;min-height: 60px;border-top: 1px solid #ddd;}
.view-front-page-blog-posts .views-row-last {border-bottom:1px solid #ddd;padding-bottom:10px}
.view-front-page-press-releases .views-row {margin-bottom:10px; min-height: 60px;	border-top: 1px solid #ddd;}
.view-front-page-press-releases .views-row-last {border-bottom:1px solid #ddd;padding-bottom:10px}

.page-node-1831.node-type-ops-status  div.field.field-name-field-shift-1 div.field-label {font-weight: bold;}
.page-node-1831.node-type-ops-status  div.field.field-name-field-shift-2 div.field-label {font-weight: bold;}
.page-node-1831.node-type-ops-status  div.field.field-name-field-shift-3 div.field-label {font-weight: bold;}

div#block-views-operational-status-block {margin-top: 15px}
div#block-views-operational-status-block div.views-field.views-field-nid {font-size: 13px;padding-top:6px;}

@media only screen and (max-width: 959px) {
  .not-front div.views-row {height:auto}
  .not-front div.views-row.views-row-first {min-height:auto}
  .front div.views-row-first {min-height:auto;}
  .front div.views-row {min-height:auto;}
}

@media only screen and (max-width: 757px) {
#block-views-front-page-press-releases-block { float: left; width:100%; padding-right:0;}
#block-views-y12-news-feed-block-1 { float: left; width:100%; padding-left:0;}
}

#social {height:26px;margin-bottom:0px;}
#social ul#socialicons {margin:8px 0}
#social #socialicons li { display: inline;height:26px;}
#social #socialicons li a {float:left;height:0;padding-top:26px;margin:0 12px;overflow:hidden;background: url(/sites/all/themes/pantex/images/social.png) no-repeat;}
#social #socialicons li a,
#social #socialicons li#facebook a 	{background-position:   0px -68px;width:24px;}
#social #socialicons li#twitter a 	{background-position: -34px -68px;width:24px; }
#social #socialicons li#youtube a    {background-position: -68px -68px;width:24px; }
#social #socialicons li#flickr a     {background-position:-102px -68px;width:24px; }
#social #socialicons li#facebook a:hover 	 {background-position: 0px -94px;width:24px;}
#social #socialicons li#twitter a:hover 	 {background-position: -34px -94px;width:24px; }
#social #socialicons li#youtube a:hover  {background-position:-68px -94px;width:24px; }
#social #socialicons li#flickr a:hover  {background-position:-102px -94px;width:24px; }
#social #socialicons li#linkedin a {background-position:-170px -68px;width:24px; }
#social #socialicons li#linkedin a:hover {background-position:-170px -94px;width:24px; }


#site-navigation #main-menu > ul ul {
	display:none
}

#homepage-slider-wrap:hover .flex-direction-nav li a.flex-prev {
background-image: url('/sites/all/themes/pantex/images/larrow.png');
}

#homepage-slider-wrap:hover .flex-direction-nav li a.flex-next {
background-image: url('/sites/all/themes/pantex/images/rarrow.png');
}

.not-front .view-team-bios div.views-row.views-row-first {
     border-top: 1px solid #ddd;
     min-height: 52px;
}

.view-front-page-fact-sheet img {border:1px solid #ccc;}
.view-front-page-fact-sheet a {font-size:16px;line-height:1.4}

#block-views-notice-to-suppliers-block {margin-bottom:0px !important;}
#block-views-notice-to-suppliers-block a {font-size:13px;margin-top:-15px;display:block;}

#block-views-press-releases-block div.views-field.views-field-created {margin-top: 0;padding-top: 0;}
#block-views-press-releases-block .views-row {margin-bottom:10px;padding-bottom:0px;border-bottom: 1px solid #ddd;}

#block-views-press-release-archive-block .view-press-release-archive h3 {font-size: 1.15em; border-top: 1px solid #ddd; border-bottom:0; padding-top: 10px;}

div.views-row h2.views-field.views-field-title.title  {font-weight:normal; margin-bottom: 5px;font-size: 1.5em;}
#block-views-blog-posts-block .views-row { margin-bottom: 15px;padding-bottom: 15px;}

.sidebar-container .block #social { height: 60px; margin-bottom: 0px; padding-top: 8px; border-top: 1px solid #ddd; margin-top: 10px; }

ol.search-results { margin-left: 0px;	margin-top: 20px;}
.search-results .search-info { display:none; }
.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0;	margin-bottom: 10px;  padding-top:5px}
.search-form div#edit-basic label {display:none;}
.search-form input#edit-keys.form-text {width:70%}
.search-form #edit-submit.form-submit {width:28%; font-weight:normal}

div.view.view-blog-posts.view-id-blog_posts  div.views-field.views-field-body div.field-content p img {width:100%;}

div.view-footer p.more {font-size:13px; margin-top:-15px}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
.clear, .clearfix {
    clear: both
}

.clear:after, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}


.menu-block-wrapper ul.menu {
	border: none;
	list-style: none;
	text-align: left;	;
	margin:5px 0 0 0;
	font-size:13px
}

.menu-block-wrapper ul.menu li {
	margin: 0;
	padding: 0;
	border-top:1px solid #ddd;
	padding:5px;
}

.menu-block-wrapper ul.menu li ul.menu li {
	padding-left:15px;
}

.menu-block-wrapper ul li.expanded {
	list-style-image: url(/misc/menu-expanded.png);
	list-style-type: circle;

	list-style-image:none;list-style-type:none;

	margin:0;
	padding:5px 0 0 0;
}

.menu-block-wrapper ul li.leaf {
	list-style-image: url(/misc/menu-leaf.png);
	list-style-type: square;
list-style-image:none;list-style-type:none;
	margin:0;
	padding-left: 0;
}

.menu-block-wrapper li.expanded, li.collapsed, li.leaf {
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

.menu-block-wrapper ul li.collapsed {
	list-style-image: url(/misc/menu-collapsed.png);
	list-style-type: disc;

	list-style-image:none;list-style-type:none;

	margin:0;
	padding: 3px 0;
}

@media only screen and (max-width: 767px) {
.sidebar-container {
	border-top: 5px solid #eee;
	padding-top: 10px !important;
}
}

h1.page-title {
	margin: 5px 0 10px;
	font-size: 2em;
/*--	margin-top: 24px;   --*/
	font-weight: normal;
}

#content-wrap {
	margin-left: 5px;
}

div.related-right {border-left:1px solid #ccc;padding-left:20px;margin-left:10px;float:right;width:25%;line-height:1.3 !important;}
div.related-right p:first-child {text-transform:uppercase;font-size:10px;margin-top:20px;margin-bottom:5px;}

ol { margin-left: 30px; }
p { margin-bottom: 1.5em; }
ul { margin-bottom: 1.5em; }
li > ul, li > ol {  margin-bottom: 2px; }
p + ul { margin-top: -1.3em; }
li + ul { margin-bottom: 2px; }
h3 + ul { margin-top: -.75em; }
p + ol { margin-top: -1.3em; }
li + ol { margin-bottom: 2px; }
h3 + ol { margin-top: -.75em; }

.h-divide {border-top:1px solid #ccc;margin-top:20p;padding-top:10px;}




.box {border:1px solid #bbb; padding:10px; border-radius:5px}
.padded {
    padding: 10px
}

.half-padded {
    padding: 5px
}

.double-padded {
    padding: 20px
}

.triple-padded {
    padding: 30px
}

.pad-top {
    padding-top: 10px
}

.half-pad-top {
    padding-top: 5px
}

.double-pad-top {
    padding-top: 20px
}

.triple-pad-top {
    padding-top: 30px
}

.pad-right {
    padding-right: 10px
}

.half-pad-right {
    padding-right: 5px
}

.double-pad-right {
    padding-right: 20px
}

.triple-pad-right {
    padding-right: 30px
}

.pad-bottom {
    padding-bottom: 10px
}

.half-pad-bottom {
    padding-bottom: 5px
}

.double-pad-bottom {
    padding-bottom: 20px
}

.triple-pad-bottom {
    padding-bottom: 30px
}

.pad-left {
    padding-left: 10px
}

.half-pad-left {
    padding-left: 5px
}

.double-pad-left {
    padding-left: 20px
}

.triple-pad-left {
    padding-left: 30px
}

.gapped {
    margin: 10px
}

.half-gapped {
    margin: 5px
}

.double-gapped {
    margin: 20px
}

.triple-gapped {
    margin: 30px
}

.gap-top {
    margin-top: 10px
}

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

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

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

.gap-right {
    margin-right: 10px
}

.half-gap-right {
    margin-right: 5px
}

.double-gap-right {
    margin-right: 20px
}

.triple-gap-right {
    margin-right: 30px
}

.gap-bottom {
    margin-bottom: 10px
}

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

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

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

.gap-left {
    margin-left: 10px
}

.half-gap-left {
    margin-left: 5px
}

.double-gap-left {
    margin-left: 20px
}

.triple-gap-left {
    margin-left: 30px
}

.offset {
    margin: -10px
}

.half-offset {
    margin: -5px
}

.double-offset {
    margin: -20px
}

.triple-offset {
    margin: -30px
}

.offset-top {
    margin-top: -10px
}

.half-offset-top {
    margin-top: -5px
}

.double-offset-top {
    margin-top: -20px
}

.triple-offset-top {
    margin-top: -30px
}

.offset-right {
    margin-right: -10px
}

.half-offset-right {
    margin-right: -5px
}

.double-offset-right {
    margin-right: -20px
}

.triple-offset-right {
    margin-right: -30px
}

.offset-bottom {
    margin-bottom: -10px
}

.half-offset-bottom {
    margin-bottom: -5px
}

.double-offset-bottom {
    margin-bottom: -20px
}

.triple-offset-bottom {
    margin-bottom: -30px
}

.offset-left {
    margin-left: -10px
}

.half-offset-left {
    margin-left: -5px
}

.double-offset-left {
    margin-left: -20px
}

.triple-offset-left {
    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%
}

.relative {
    position: relative
}

.static {
    position: static
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block;
    width: auto
}

.block {
    display: block
}

.hidden {
    display: none !important
}

.small {
    font-size: .8em
}

.medium {
    font-size: 1em
}

.large {
    font-size: 1.5em
}

.unstyled, .zero {
    margin: 0;
    padding: 0
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.pull-none {
    float: none
}

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

.unstyled {
    list-style: none
}

.truncate {
    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
}

.rotate-90 {
    display: inline-block;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-90-ctr {
    display: inline-block;
    width: auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rotate-180 {
    display: inline-block;
    width: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-180-ctr {
    display: inline-block;
    width: auto;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.rotate-270 {
    display: inline-block;
    width: auto;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.rotate-270-ctr {
    display: inline-block;
    width: auto;
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.rotate-360 {
    display: inline-block;
    width: auto;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.rotate-360-ctr {
    display: inline-block;
    width: auto;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.transition {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.no-transition {
    transition: none !important
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.row {
    clear: both;
    width: 100%
}

.row:after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

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

.one-up, .one-up-desktop {
    width: 100% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important
}

.two-up, .two-up-desktop {
    width: 50% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important
}

.three-up, .three-up-desktop {
    width: 33.33333% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important
}

.four-up, .four-up-desktop {
    width: 25% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important
}

.five-up, .five-up-desktop {
    width: 20% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important
}

.one-up:nth-child(1n + 1), .one-up-desktop:nth-child(1n + 1) {
    clear: both !important
}

.two-up:nth-child(2n + 1), .two-up-desktop:nth-child(2n + 1) {
    clear: both !important
}

.three-up:nth-child(3n + 1), .three-up-desktop:nth-child(3n + 1) {
    clear: both !important
}

.four-up:nth-child(4n + 1), .four-up-desktop:nth-child(4n + 1) {
    clear: both !important
}

.five-up:nth-child(5n + 1), .five-up-desktop:nth-child(5n + 1) {
    clear: both !important
}

@media (min-width:768px) and (max-width:1280px) {
    .one-up-ipad {
        width: 100% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .two-up-ipad {
        width: 50% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .three-up-ipad {
        width: 33.33333% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .four-up-ipad {
        width: 25% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }

    .five-up-ipad {
        width: 20% !important;
        clear: none !important;
        float: left !important;
        left: 0 !important;
        right: 0 !important
    }
}

@media (min-width:768px) and (max-width:1280px) and (min-width:768px) and (min-width:481px) {
    .one-up-ipad:nth-child(1n + 1) {
        clear: both !important
    }

    .two-up-ipad:nth-child(2n + 1) {
        clear: both !important
    }

    .three-up-ipad:nth-child(3n + 1) {
        clear: both !important
    }

    .four-up-ipad:nth-child(4n + 1) {
        clear: both !important
    }

    .five-up-ipad:nth-child(5n + 1) {
        clear: both !important
    }
}

@media (max-width:767px) and (min-width:481px) {
    .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
    }
}

@media (max-width:767px) and (min-width:481px) {
    .one-up-small-tablet:nth-child(1n + 1) {
        clear: both !important
    }

    .two-up-small-tablet:nth-child(2n + 1) {
        clear: both !important
    }

    .three-up-small-tablet:nth-child(3n + 1) {
        clear: both !important
    }

    .four-up-small-tablet:nth-child(4n + 1) {
        clear: both !important
    }

    .five-up-small-tablet:nth-child(5n + 1) {
        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:480px) {
    .one-up-mobile:nth-child(1n + 1) {
        clear: both !important
    }

    .two-up-mobile:nth-child(2n + 1) {
        clear: both !important
    }

    .three-up-mobile:nth-child(3n + 1) {
        clear: both !important
    }

    .four-up-mobile:nth-child(4n + 1) {
        clear: both !important
    }

    .five-up-mobile:nth-child(5n + 1) {
        clear: both !important
    }
}



.desktop-only {
    display: block
}

.ipad-only {
    display: none !important
}

.small-tablet-only {
    display: none !important
}

.mobile-only {
    display: none !important
}

@media (min-width:1025px) {
    .desktop-only {
        display: block !important
    }

    .ipad-only {
        display: none !important
    }

    .small-tablet-only {
        display: none !important
    }

    .mobile-only {
        display: none !important
    }

    .hide-on-desktop {
        display: none !important
    }

    .no-border-desktop {
        border: 0
    }

    .small-desktop {
        font-size: .8em
    }

    .medium-desktop {
        font-size: 1em
    }

    .large-desktop {
        font-size: 1.5em
    }

    .zero-desktop.padded, .zero-desktop.half-padded, .zero-desktop.double-padded,
    .zero-desktop.triple-padded {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-top, .zero-desktop.half-pad-top, .zero-desktop.double-pad-top,
    .zero-desktop.triple-pad-top {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-right, .zero-desktop.half-pad-right, .zero-desktop.double-pad-right,
    .zero-desktop.triple-pad-right {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-bottom, .zero-desktop.half-pad-bottom, .zero-desktop.double-pad-bottom,
    .zero-desktop.triple-pad-bottom {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.pad-left, .zero-desktop.half-pad-left, .zero-desktop.double-pad-left,
    .zero-desktop.triple-pad-left {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gapped, .zero-desktop.half-gapped, .zero-desktop.double-gapped,
    .zero-desktop.triple-gapped {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-top, .zero-desktop.half-gap-top, .zero-desktop.double-gap-top,
    .zero-desktop.triple-gap-top {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-right, .zero-desktop.half-gap-right, .zero-desktop.double-gap-right,
    .zero-desktop.triple-gap-right {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-bottom, .zero-desktop.half-gap-bottom, .zero-desktop.double-gap-bottom,
    .zero-desktop.triple-gap-bottom {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-desktop.gap-left, .zero-desktop.half-gap-left, .zero-desktop.double-gap-left,
    .zero-desktop.triple-gap-left {
        padding: 0 !important;
        margin: 0 !important
    }

    .padded-desktop {
        padding: 10px
    }

    .pad-top-desktop {
        padding-top: 10px
    }

    .pad-right-desktop {
        padding-right: 10px
    }

    .pad-bottom-desktop {
        padding-bottom: 10px
    }

    .pad-left-desktop {
        padding-left: 10px
    }

    .no-padding-desktop.padded, .no-padding-desktop.half-padded, .no-padding-desktop.double-padded,
    .no-padding-desktop.triple-padded, .no-padded-desktop.padded, .no-padded-desktop.half-padded,
    .no-padded-desktop.double-padded, .no-padded-desktop.triple-padded,
    .no-pad-desktop.padded, .no-pad-desktop.half-padded, .no-pad-desktop.double-padded,
    .no-pad-desktop.triple-padded {
        padding: 0 !important
    }

    .no-padding-desktop.pad-top, .no-padding-desktop.half-pad-top,
    .no-padding-desktop.double-pad-top, .no-padding-desktop.triple-pad-top,
    .no-padded-desktop.pad-top, .no-padded-desktop.half-pad-top, .no-padded-desktop.double-pad-top,
    .no-padded-desktop.triple-pad-top, .no-pad-desktop.pad-top, .no-pad-desktop.half-pad-top,
    .no-pad-desktop.double-pad-top, .no-pad-desktop.triple-pad-top {
        padding: 0 !important
    }

    .no-padding-desktop.pad-right, .no-padding-desktop.half-pad-right,
    .no-padding-desktop.double-pad-right, .no-padding-desktop.triple-pad-right,
    .no-padded-desktop.pad-right, .no-padded-desktop.half-pad-right,
    .no-padded-desktop.double-pad-right, .no-padded-desktop.triple-pad-right,
    .no-pad-desktop.pad-right, .no-pad-desktop.half-pad-right, .no-pad-desktop.double-pad-right,
    .no-pad-desktop.triple-pad-right {
        padding: 0 !important
    }

    .no-padding-desktop.pad-bottom, .no-padding-desktop.half-pad-bottom,
    .no-padding-desktop.double-pad-bottom, .no-padding-desktop.triple-pad-bottom,
    .no-padded-desktop.pad-bottom, .no-padded-desktop.half-pad-bottom,
    .no-padded-desktop.double-pad-bottom, .no-padded-desktop.triple-pad-bottom,
    .no-pad-desktop.pad-bottom, .no-pad-desktop.half-pad-bottom, .no-pad-desktop.double-pad-bottom,
    .no-pad-desktop.triple-pad-bottom {
        padding: 0 !important
    }

    .no-padding-desktop.pad-left, .no-padding-desktop.half-pad-left,
    .no-padding-desktop.double-pad-left, .no-padding-desktop.triple-pad-left,
    .no-padded-desktop.pad-left, .no-padded-desktop.half-pad-left,
    .no-padded-desktop.double-pad-left, .no-padded-desktop.triple-pad-left,
    .no-pad-desktop.pad-left, .no-pad-desktop.half-pad-left, .no-pad-desktop.double-pad-left,
    .no-pad-desktop.triple-pad-left {
        padding: 0 !important
    }

    .no-pad-top-desktop {
        padding-top: 0
    }

    .no-pad-right-desktop {
        padding-right: 0
    }

    .no-pad-bottom-desktop {
        padding-bottom: 0
    }

    .no-pad-left-desktop {
        padding-left: 0
    }

    .gapped-desktop {
        margin: 10px
    }

    .gap-top-desktop {
        margin-top: 10px
    }

    .gap-right-desktop {
        margin-right: 10px
    }

    .gap-bottom-desktop {
        margin-bottom: 10px
    }

    .gap-left-desktop {
        margin-left: 10px
    }

    .no-margin-desktop.gapped, .no-margin-desktop.half-gapped, .no-margin-desktop.double-gapped,
    .no-margin-desktop.triple-gapped, .no-gapped-desktop.gapped, .no-gapped-desktop.half-gapped,
    .no-gapped-desktop.double-gapped, .no-gapped-desktop.triple-gapped,
    .no-gap-desktop.gapped, .no-gap-desktop.half-gapped, .no-gap-desktop.double-gapped,
    .no-gap-desktop.triple-gapped {
        margin: 0 !important
    }

    .no-margin-desktop.gap-top, .no-margin-desktop.half-gap-top, .no-margin-desktop.double-gap-top,
    .no-margin-desktop.triple-gap-top, .no-gapped-desktop.gap-top,
    .no-gapped-desktop.half-gap-top, .no-gapped-desktop.double-gap-top,
    .no-gapped-desktop.triple-gap-top, .no-gap-desktop.gap-top, .no-gap-desktop.half-gap-top,
    .no-gap-desktop.double-gap-top, .no-gap-desktop.triple-gap-top {
        margin: 0 !important
    }

    .no-margin-desktop.gap-right, .no-margin-desktop.half-gap-right,
    .no-margin-desktop.double-gap-right, .no-margin-desktop.triple-gap-right,
    .no-gapped-desktop.gap-right, .no-gapped-desktop.half-gap-right,
    .no-gapped-desktop.double-gap-right, .no-gapped-desktop.triple-gap-right,
    .no-gap-desktop.gap-right, .no-gap-desktop.half-gap-right, .no-gap-desktop.double-gap-right,
    .no-gap-desktop.triple-gap-right {
        margin: 0 !important
    }

    .no-margin-desktop.gap-bottom, .no-margin-desktop.half-gap-bottom,
    .no-margin-desktop.double-gap-bottom, .no-margin-desktop.triple-gap-bottom,
    .no-gapped-desktop.gap-bottom, .no-gapped-desktop.half-gap-bottom,
    .no-gapped-desktop.double-gap-bottom, .no-gapped-desktop.triple-gap-bottom,
    .no-gap-desktop.gap-bottom, .no-gap-desktop.half-gap-bottom, .no-gap-desktop.double-gap-bottom,
    .no-gap-desktop.triple-gap-bottom {
        margin: 0 !important
    }

    .no-margin-desktop.gap-left, .no-margin-desktop.half-gap-left,
    .no-margin-desktop.double-gap-left, .no-margin-desktop.triple-gap-left,
    .no-gapped-desktop.gap-left, .no-gapped-desktop.half-gap-left,
    .no-gapped-desktop.double-gap-left, .no-gapped-desktop.triple-gap-left,
    .no-gap-desktop.gap-left, .no-gap-desktop.half-gap-left, .no-gap-desktop.double-gap-left,
    .no-gap-desktop.triple-gap-left {
        margin: 0 !important
    }

    .no-gap-top-desktop {
        margin-top: 0
    }

    .no-gap-right-desktop {
        margin-right: 0
    }

    .no-gap-bottom-desktop {
        margin-bottom: 0
    }

    .no-gap-left-desktop {
        margin-left: 0
    }

    .offset-desktop {
        margin: -10px
    }

    .offset-top-desktop {
        margin-top: -10px
    }

    .offset-right-desktop {
        margin-right: -10px
    }

    .offset-bottom-desktop {
        margin-bottom: -10px
    }

    .offset-left-desktop {
        margin-left: -10px
    }

    .no-offset-top-desktop {
        margin-top: 0
    }

    .no-offset-right-desktop {
        margin-right: 0
    }

    .no-offset-bottom-desktop {
        margin-bottom: 0
    }

    .no-offset-left-desktop {
        margin-left: 0
    }

    .half-padded-desktop {
        padding: 5px
    }

    .double-padded-desktop {
        padding: 20px
    }

    .triple-padded-desktop {
        padding: 30px
    }

    .half-pad-top-desktop {
        padding-top: 5px
    }

    .double-pad-top-desktop {
        padding-top: 20px
    }

    .triple-pad-top-desktop {
        padding-top: 30px
    }

    .half-pad-right-desktop {
        padding-right: 5px
    }

    .double-pad-right-desktop {
        padding-right: 20px
    }

    .triple-pad-right-desktop {
        padding-right: 30px
    }

    .half-pad-bottom-desktop {
        padding-bottom: 5px
    }

    .double-pad-bottom-desktop {
        padding-bottom: 20px
    }

    .triple-pad-bottom-desktop {
        padding-bottom: 30px
    }

    .half-pad-left-desktop {
        padding-left: 5px
    }

    .double-pad-left-desktop {
        padding-left: 20px
    }

    .triple-pad-left-desktop {
        padding-left: 30px
    }

    .half-gapped-desktop {
        margin: 5px
    }

    .double-gapped-desktop {
        margin: 20px
    }

    .triple-gapped-desktop {
        margin: 30px
    }

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

    .double-gap-top-desktop {
        margin-top: 20px
    }

    .triple-gap-top-desktop {
        margin-top: 30px
    }

    .half-gap-right-desktop {
        margin-right: 5px
    }

    .double-gap-right-desktop {
        margin-right: 20px
    }

    .triple-gap-right-desktop {
        margin-right: 30px
    }

    .half-gap-bottom-desktop {
        margin-bottom: 5px
    }

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

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

    .half-gap-left-desktop {
        margin-left: 5px
    }

    .double-gap-left-desktop {
        margin-left: 20px
    }

    .triple-gap-left-desktop {
        margin-left: 30px
    }

    .half-offset-desktop {
        margin: -5px
    }

    .double-offset-desktop {
        margin: -20px
    }

    .triple-offset-desktop {
        margin: -30px
    }

    .half-offset-top-desktop {
        margin-top: -5px
    }

    .double-offset-top-desktop {
        margin-top: -20px
    }

    .triple-offset-top-desktop {
        margin-top: -30px
    }

    .half-offset-right-desktop {
        margin-right: -5px
    }

    .double-offset-right-desktop {
        margin-right: -20px
    }

    .triple-offset-right-desktop {
        margin-right: -30px
    }

    .half-offset-bottom-desktop {
        margin-bottom: -5px
    }

    .double-offset-bottom-desktop {
        margin-bottom: -20px
    }

    .triple-offset-bottom-desktop {
        margin-bottom: -30px
    }

    .half-offset-left-desktop {
        margin-left: -5px
    }

    .double-offset-left-desktop {
        margin-left: -20px
    }

    .triple-offset-left-desktop {
        margin-left: -30px
    }

    .fixed-desktop {
        position: fixed
    }

    .fixed-top-desktop {
        position: fixed;
        top: 0
    }

    .fixed-right-desktop {
        position: fixed;
        right: 0
    }

    .fixed-bottom-desktop {
        position: fixed;
        bottom: 0
    }

    .fixed-left-desktop {
        position: fixed;
        left: 0
    }

    .fixed-middle-desktop {
        position: fixed;
        top: 50%
    }

    .fixed-center-desktop {
        position: fixed;
        left: 50%
    }

    .absolute-desktop {
        position: absolute
    }

    .absolute-top-desktop {
        position: absolute;
        top: 0
    }

    .absolute-right-desktop {
        position: absolute;
        right: 0
    }

    .absolute-bottom-desktop {
        position: absolute;
        bottom: 0
    }

    .absolute-left-desktop {
        position: absolute;
        left: 0
    }

    .absolute-middle-desktop {
        position: absolute;
        top: 50%
    }

    .absolute-center-desktop {
        position: absolute;
        left: 50%
    }

    .static-desktop {
        position: static
    }

    .inline-desktop {
        display: inline
    }

    .block-desktop {
        display: block
    }

    .clear-desktop {
        clear: both
    }

    .clear-desktop:after {
        content: " ";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden
    }

    .center-desktop {
        display: block;
        margin: 0 auto
    }

    .pull-right-desktop {
        float: right
    }

    .pull-left-desktop {
        float: left
    }

    .pull-none-desktop {
        float: none
    }

    .bordered-desktop {
        border: 1px solid #ddd
    }

    .border-top-desktop {
        border-top: 1px solid #ddd
    }

    .border-right-desktop {
        border-right: 1px solid #ddd
    }

    .border-bottom-desktop {
        border-bottom: 1px solid #ddd
    }

    .border-left-desktop {
        border-left: 1px solid #ddd
    }

    .align-top-desktop {
        display: table-cell;
        vertical-align: top
    }

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

    .align-bottom-desktop {
        display: table-cell;
        vertical-align: bottom
    }

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

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

    .justify-desktop {
        text-align: justify
    }

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

    .rotate-90-desktop {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .rotate-90-ctr-desktop {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .rotate-180-desktop {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .rotate-180-ctr-desktop {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .rotate-270-desktop {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .rotate-270-ctr-desktop {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-270deg);
        -moz-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    .rotate-360-desktop {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .rotate-360-ctr-desktop {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

    .one-column-desktop, .one-columns-desktop {
        column-count: 1
    }

    .two-column-desktop, .two-columns-desktop {
        column-count: 2
    }

    .three-column-desktop, .three-columns-desktop {
        column-count: 3
    }

    .four-column-desktop, .four-columns-desktop {
        column-count: 4
    }

    .five-column-desktop, .five-columns-desktop {
        column-count: 5
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .desktop-only {
        display: none !important
    }

    .ipad-only {
        display: block !important
    }

    .small-tablet-only {
        display: none !important
    }

    .mobile-only {
        display: none !important
    }

    .hide-on-ipad {
        display: none !important
    }

    .no-border-ipad {
        border: 0
    }

    .small-ipad {
        font-size: .8em
    }

    .medium-ipad {
        font-size: 1em
    }

    .large-ipad {
        font-size: 1.5em
    }

    .zero-ipad.padded, .zero-ipad.half-padded, .zero-ipad.double-padded,
    .zero-ipad.triple-padded {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.pad-top, .zero-ipad.half-pad-top, .zero-ipad.double-pad-top,
    .zero-ipad.triple-pad-top {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.pad-right, .zero-ipad.half-pad-right, .zero-ipad.double-pad-right,
    .zero-ipad.triple-pad-right {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.pad-bottom, .zero-ipad.half-pad-bottom, .zero-ipad.double-pad-bottom,
    .zero-ipad.triple-pad-bottom {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.pad-left, .zero-ipad.half-pad-left, .zero-ipad.double-pad-left,
    .zero-ipad.triple-pad-left {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gapped, .zero-ipad.half-gapped, .zero-ipad.double-gapped,
    .zero-ipad.triple-gapped {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gap-top, .zero-ipad.half-gap-top, .zero-ipad.double-gap-top,
    .zero-ipad.triple-gap-top {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gap-right, .zero-ipad.half-gap-right, .zero-ipad.double-gap-right,
    .zero-ipad.triple-gap-right {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gap-bottom, .zero-ipad.half-gap-bottom, .zero-ipad.double-gap-bottom,
    .zero-ipad.triple-gap-bottom {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-ipad.gap-left, .zero-ipad.half-gap-left, .zero-ipad.double-gap-left,
    .zero-ipad.triple-gap-left {
        padding: 0 !important;
        margin: 0 !important
    }

    .padded-ipad {
        padding: 10px
    }

    .pad-top-ipad {
        padding-top: 10px
    }

    .pad-right-ipad {
        padding-right: 10px
    }

    .pad-bottom-ipad {
        padding-bottom: 10px
    }

    .pad-left-ipad {
        padding-left: 10px
    }

    .no-padding-ipad.padded, .no-padding-ipad.half-padded, .no-padding-ipad.double-padded,
    .no-padding-ipad.triple-padded, .no-padded-ipad.padded, .no-padded-ipad.half-padded,
    .no-padded-ipad.double-padded, .no-padded-ipad.triple-padded, .no-pad-ipad.padded,
    .no-pad-ipad.half-padded, .no-pad-ipad.double-padded, .no-pad-ipad.triple-padded {
        padding: 0 !important
    }

    .no-padding-ipad.pad-top, .no-padding-ipad.half-pad-top, .no-padding-ipad.double-pad-top,
    .no-padding-ipad.triple-pad-top, .no-padded-ipad.pad-top, .no-padded-ipad.half-pad-top,
    .no-padded-ipad.double-pad-top, .no-padded-ipad.triple-pad-top,
    .no-pad-ipad.pad-top, .no-pad-ipad.half-pad-top, .no-pad-ipad.double-pad-top,
    .no-pad-ipad.triple-pad-top {
        padding: 0 !important
    }

    .no-padding-ipad.pad-right, .no-padding-ipad.half-pad-right, .no-padding-ipad.double-pad-right,
    .no-padding-ipad.triple-pad-right, .no-padded-ipad.pad-right, .no-padded-ipad.half-pad-right,
    .no-padded-ipad.double-pad-right, .no-padded-ipad.triple-pad-right,
    .no-pad-ipad.pad-right, .no-pad-ipad.half-pad-right, .no-pad-ipad.double-pad-right,
    .no-pad-ipad.triple-pad-right {
        padding: 0 !important
    }

    .no-padding-ipad.pad-bottom, .no-padding-ipad.half-pad-bottom,
    .no-padding-ipad.double-pad-bottom, .no-padding-ipad.triple-pad-bottom,
    .no-padded-ipad.pad-bottom, .no-padded-ipad.half-pad-bottom, .no-padded-ipad.double-pad-bottom,
    .no-padded-ipad.triple-pad-bottom, .no-pad-ipad.pad-bottom, .no-pad-ipad.half-pad-bottom,
    .no-pad-ipad.double-pad-bottom, .no-pad-ipad.triple-pad-bottom {
        padding: 0 !important
    }

    .no-padding-ipad.pad-left, .no-padding-ipad.half-pad-left, .no-padding-ipad.double-pad-left,
    .no-padding-ipad.triple-pad-left, .no-padded-ipad.pad-left, .no-padded-ipad.half-pad-left,
    .no-padded-ipad.double-pad-left, .no-padded-ipad.triple-pad-left,
    .no-pad-ipad.pad-left, .no-pad-ipad.half-pad-left, .no-pad-ipad.double-pad-left,
    .no-pad-ipad.triple-pad-left {
        padding: 0 !important
    }

    .no-pad-top-ipad {
        padding-top: 0
    }

    .no-pad-right-ipad {
        padding-right: 0
    }

    .no-pad-bottom-ipad {
        padding-bottom: 0
    }

    .no-pad-left-ipad {
        padding-left: 0
    }

    .gapped-ipad {
        margin: 10px
    }

    .gap-top-ipad {
        margin-top: 10px
    }

    .gap-right-ipad {
        margin-right: 10px
    }

    .gap-bottom-ipad {
        margin-bottom: 10px
    }

    .gap-left-ipad {
        margin-left: 10px
    }

    .no-margin-ipad.gapped, .no-margin-ipad.half-gapped, .no-margin-ipad.double-gapped,
    .no-margin-ipad.triple-gapped, .no-gapped-ipad.gapped, .no-gapped-ipad.half-gapped,
    .no-gapped-ipad.double-gapped, .no-gapped-ipad.triple-gapped, .no-gap-ipad.gapped,
    .no-gap-ipad.half-gapped, .no-gap-ipad.double-gapped, .no-gap-ipad.triple-gapped {
        margin: 0 !important
    }

    .no-margin-ipad.gap-top, .no-margin-ipad.half-gap-top, .no-margin-ipad.double-gap-top,
    .no-margin-ipad.triple-gap-top, .no-gapped-ipad.gap-top, .no-gapped-ipad.half-gap-top,
    .no-gapped-ipad.double-gap-top, .no-gapped-ipad.triple-gap-top,
    .no-gap-ipad.gap-top, .no-gap-ipad.half-gap-top, .no-gap-ipad.double-gap-top,
    .no-gap-ipad.triple-gap-top {
        margin: 0 !important
    }

    .no-margin-ipad.gap-right, .no-margin-ipad.half-gap-right, .no-margin-ipad.double-gap-right,
    .no-margin-ipad.triple-gap-right, .no-gapped-ipad.gap-right, .no-gapped-ipad.half-gap-right,
    .no-gapped-ipad.double-gap-right, .no-gapped-ipad.triple-gap-right,
    .no-gap-ipad.gap-right, .no-gap-ipad.half-gap-right, .no-gap-ipad.double-gap-right,
    .no-gap-ipad.triple-gap-right {
        margin: 0 !important
    }

    .no-margin-ipad.gap-bottom, .no-margin-ipad.half-gap-bottom, .no-margin-ipad.double-gap-bottom,
    .no-margin-ipad.triple-gap-bottom, .no-gapped-ipad.gap-bottom,
    .no-gapped-ipad.half-gap-bottom, .no-gapped-ipad.double-gap-bottom,
    .no-gapped-ipad.triple-gap-bottom, .no-gap-ipad.gap-bottom, .no-gap-ipad.half-gap-bottom,
    .no-gap-ipad.double-gap-bottom, .no-gap-ipad.triple-gap-bottom {
        margin: 0 !important
    }

    .no-margin-ipad.gap-left, .no-margin-ipad.half-gap-left, .no-margin-ipad.double-gap-left,
    .no-margin-ipad.triple-gap-left, .no-gapped-ipad.gap-left, .no-gapped-ipad.half-gap-left,
    .no-gapped-ipad.double-gap-left, .no-gapped-ipad.triple-gap-left,
    .no-gap-ipad.gap-left, .no-gap-ipad.half-gap-left, .no-gap-ipad.double-gap-left,
    .no-gap-ipad.triple-gap-left {
        margin: 0 !important
    }

    .no-gap-top-ipad {
        margin-top: 0
    }

    .no-gap-right-ipad {
        margin-right: 0
    }

    .no-gap-bottom-ipad {
        margin-bottom: 0
    }

    .no-gap-left-ipad {
        margin-left: 0
    }

    .offset-ipad {
        margin: -10px
    }

    .offset-top-ipad {
        margin-top: -10px
    }

    .offset-right-ipad {
        margin-right: -10px
    }

    .offset-bottom-ipad {
        margin-bottom: -10px
    }

    .offset-left-ipad {
        margin-left: -10px
    }

    .no-offset-top-ipad {
        margin-top: 0
    }

    .no-offset-right-ipad {
        margin-right: 0
    }

    .no-offset-bottom-ipad {
        margin-bottom: 0
    }

    .no-offset-left-ipad {
        margin-left: 0
    }

    .half-padded-ipad {
        padding: 5px
    }

    .double-padded-ipad {
        padding: 20px
    }

    .triple-padded-ipad {
        padding: 30px
    }

    .half-pad-top-ipad {
        padding-top: 5px
    }

    .double-pad-top-ipad {
        padding-top: 20px
    }

    .triple-pad-top-ipad {
        padding-top: 30px
    }

    .half-pad-right-ipad {
        padding-right: 5px
    }

    .double-pad-right-ipad {
        padding-right: 20px
    }

    .triple-pad-right-ipad {
        padding-right: 30px
    }

    .half-pad-bottom-ipad {
        padding-bottom: 5px
    }

    .double-pad-bottom-ipad {
        padding-bottom: 20px
    }

    .triple-pad-bottom-ipad {
        padding-bottom: 30px
    }

    .half-pad-left-ipad {
        padding-left: 5px
    }

    .double-pad-left-ipad {
        padding-left: 20px
    }

    .triple-pad-left-ipad {
        padding-left: 30px
    }

    .half-gapped-ipad {
        margin: 5px
    }

    .double-gapped-ipad {
        margin: 20px
    }

    .triple-gapped-ipad {
        margin: 30px
    }

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

    .double-gap-top-ipad {
        margin-top: 20px
    }

    .triple-gap-top-ipad {
        margin-top: 30px
    }

    .half-gap-right-ipad {
        margin-right: 5px
    }

    .double-gap-right-ipad {
        margin-right: 20px
    }

    .triple-gap-right-ipad {
        margin-right: 30px
    }

    .half-gap-bottom-ipad {
        margin-bottom: 5px
    }

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

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

    .half-gap-left-ipad {
        margin-left: 5px
    }

    .double-gap-left-ipad {
        margin-left: 20px
    }

    .triple-gap-left-ipad {
        margin-left: 30px
    }

    .half-offset-ipad {
        margin: -5px
    }

    .double-offset-ipad {
        margin: -20px
    }

    .triple-offset-ipad {
        margin: -30px
    }

    .half-offset-top-ipad {
        margin-top: -5px
    }

    .double-offset-top-ipad {
        margin-top: -20px
    }

    .triple-offset-top-ipad {
        margin-top: -30px
    }

    .half-offset-right-ipad {
        margin-right: -5px
    }

    .double-offset-right-ipad {
        margin-right: -20px
    }

    .triple-offset-right-ipad {
        margin-right: -30px
    }

    .half-offset-bottom-ipad {
        margin-bottom: -5px
    }

    .double-offset-bottom-ipad {
        margin-bottom: -20px
    }

    .triple-offset-bottom-ipad {
        margin-bottom: -30px
    }

    .half-offset-left-ipad {
        margin-left: -5px
    }

    .double-offset-left-ipad {
        margin-left: -20px
    }

    .triple-offset-left-ipad {
        margin-left: -30px
    }

    .fixed-ipad {
        position: fixed
    }

    .fixed-top-ipad {
        position: fixed;
        top: 0
    }

    .fixed-right-ipad {
        position: fixed;
        right: 0
    }

    .fixed-bottom-ipad {
        position: fixed;
        bottom: 0
    }

    .fixed-left-ipad {
        position: fixed;
        left: 0
    }

    .fixed-middle-ipad {
        position: fixed;
        top: 50%
    }

    .fixed-center-ipad {
        position: fixed;
        left: 50%
    }

    .absolute-ipad {
        position: absolute
    }

    .absolute-top-ipad {
        position: absolute;
        top: 0
    }

    .absolute-right-ipad {
        position: absolute;
        right: 0
    }

    .absolute-bottom-ipad {
        position: absolute;
        bottom: 0
    }

    .absolute-left-ipad {
        position: absolute;
        left: 0
    }

    .absolute-middle-ipad {
        position: absolute;
        top: 50%
    }

    .absolute-center-ipad {
        position: absolute;
        left: 50%
    }

    .static-ipad {
        position: static
    }

    .inline-ipad {
        display: inline
    }

    .block-ipad {
        display: block
    }

    .clear-ipad {
        clear: both
    }

    .clear-ipad:after {
        content: " ";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden
    }

    .center-ipad {
        display: block;
        margin: 0 auto
    }

    .pull-right-ipad {
        float: right
    }

    .pull-left-ipad {
        float: left
    }

    .pull-none-ipad {
        float: none
    }

    .bordered-ipad {
        border: 1px solid #ddd
    }

    .border-top-ipad {
        border-top: 1px solid #ddd
    }

    .border-right-ipad {
        border-right: 1px solid #ddd
    }

    .border-bottom-ipad {
        border-bottom: 1px solid #ddd
    }

    .border-left-ipad {
        border-left: 1px solid #ddd
    }

    .align-top-ipad {
        display: table-cell;
        vertical-align: top
    }

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

    .align-bottom-ipad {
        display: table-cell;
        vertical-align: bottom
    }

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

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

    .justify-ipad {
        text-align: justify
    }

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

    .rotate-90-ipad {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .rotate-90-ctr-ipad {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .rotate-180-ipad {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .rotate-180-ctr-ipad {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .rotate-270-ipad {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .rotate-270-ctr-ipad {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-270deg);
        -moz-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    .rotate-360-ipad {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .rotate-360-ipad {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

    .one-column-ipad, .one-columns-ipad {
        column-count: 1
    }

    .two-column-ipad, .two-columns-ipad {
        column-count: 2
    }

    .three-column-ipad, .three-columns-ipad {
        column-count: 3
    }

    .four-column-ipad, .four-columns-ipad {
        column-count: 4
    }

    .five-column-ipad, .five-columns-ipad {
        column-count: 5
    }



}

@media (max-width:767px) {
    .half:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .halves:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .third:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .thirds:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):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.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .halves.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .third.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .thirds.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .third.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .thirds.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
        left: 0
    }

    .half.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .halves.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .third.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .thirds.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .third.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .thirds.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
        right: 0
    }

    .half.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .halves.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .third.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .thirds.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .third.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .thirds.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fourths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .fifths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sixths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .seventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .sevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eighths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .ninths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .tenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .eleventh.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .elevenths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfth.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
    .twelfths.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
        margin-left: 0
    }

    .desktop-only {
        display: none !important
    }

    .ipad-only {
        display: none !important
    }

    .small-tablet-only {
        display: block !important
    }

    .mobile-only {
        display: none !important
    }

    .hide-on-small-tablet {
        display: none !important
    }

    .no-border-small-tablet {
        border: 0
    }

    .small-small-tablet {
        font-size: .8em
    }

    .medium-small-tablet {
        font-size: 1em
    }

    .large-small-tablet {
        font-size: 1.5em
    }

    .zero-small-tablet.padded, .zero-small-tablet.half-padded, .zero-small-tablet.double-padded,
    .zero-small-tablet.triple-padded {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.pad-top, .zero-small-tablet.half-pad-top, .zero-small-tablet.double-pad-top,
    .zero-small-tablet.triple-pad-top {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.pad-right, .zero-small-tablet.half-pad-right,
    .zero-small-tablet.double-pad-right, .zero-small-tablet.triple-pad-right {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.pad-bottom, .zero-small-tablet.half-pad-bottom,
    .zero-small-tablet.double-pad-bottom, .zero-small-tablet.triple-pad-bottom {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.pad-left, .zero-small-tablet.half-pad-left,
    .zero-small-tablet.double-pad-left, .zero-small-tablet.triple-pad-left {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gapped, .zero-small-tablet.half-gapped, .zero-small-tablet.double-gapped,
    .zero-small-tablet.triple-gapped {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gap-top, .zero-small-tablet.half-gap-top, .zero-small-tablet.double-gap-top,
    .zero-small-tablet.triple-gap-top {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gap-right, .zero-small-tablet.half-gap-right,
    .zero-small-tablet.double-gap-right, .zero-small-tablet.triple-gap-right {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gap-bottom, .zero-small-tablet.half-gap-bottom,
    .zero-small-tablet.double-gap-bottom, .zero-small-tablet.triple-gap-bottom {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-small-tablet.gap-left, .zero-small-tablet.half-gap-left,
    .zero-small-tablet.double-gap-left, .zero-small-tablet.triple-gap-left {
        padding: 0 !important;
        margin: 0 !important
    }

    .padded-small-tablet {
        padding: 10px
    }

    .pad-top-small-tablet {
        padding-top: 10px
    }

    .pad-right-small-tablet {
        padding-right: 10px
    }

    .pad-bottom-small-tablet {
        padding-bottom: 10px
    }

    .pad-left-small-tablet {
        padding-left: 10px
    }

    .no-padding-small-tablet.padded, .no-padding-small-tablet.half-padded,
    .no-padding-small-tablet.double-padded, .no-padding-small-tablet.triple-padded,
    .no-padded-small-tablet.padded, .no-padded-small-tablet.half-padded,
    .no-padded-small-tablet.double-padded, .no-padded-small-tablet.triple-padded,
    .no-pad-small-tablet.padded, .no-pad-small-tablet.half-padded,
    .no-pad-small-tablet.double-padded, .no-pad-small-tablet.triple-padded {
        padding: 0 !important
    }

    .no-padding-small-tablet.pad-top, .no-padding-small-tablet.half-pad-top,
    .no-padding-small-tablet.double-pad-top, .no-padding-small-tablet.triple-pad-top,
    .no-padded-small-tablet.pad-top, .no-padded-small-tablet.half-pad-top,
    .no-padded-small-tablet.double-pad-top, .no-padded-small-tablet.triple-pad-top,
    .no-pad-small-tablet.pad-top, .no-pad-small-tablet.half-pad-top,
    .no-pad-small-tablet.double-pad-top, .no-pad-small-tablet.triple-pad-top {
        padding: 0 !important
    }

    .no-padding-small-tablet.pad-right, .no-padding-small-tablet.half-pad-right,
    .no-padding-small-tablet.double-pad-right, .no-padding-small-tablet.triple-pad-right,
    .no-padded-small-tablet.pad-right, .no-padded-small-tablet.half-pad-right,
    .no-padded-small-tablet.double-pad-right, .no-padded-small-tablet.triple-pad-right,
    .no-pad-small-tablet.pad-right, .no-pad-small-tablet.half-pad-right,
    .no-pad-small-tablet.double-pad-right, .no-pad-small-tablet.triple-pad-right {
        padding: 0 !important
    }

    .no-padding-small-tablet.pad-bottom, .no-padding-small-tablet.half-pad-bottom,
    .no-padding-small-tablet.double-pad-bottom, .no-padding-small-tablet.triple-pad-bottom,
    .no-padded-small-tablet.pad-bottom, .no-padded-small-tablet.half-pad-bottom,
    .no-padded-small-tablet.double-pad-bottom, .no-padded-small-tablet.triple-pad-bottom,
    .no-pad-small-tablet.pad-bottom, .no-pad-small-tablet.half-pad-bottom,
    .no-pad-small-tablet.double-pad-bottom, .no-pad-small-tablet.triple-pad-bottom {
        padding: 0 !important
    }

    .no-padding-small-tablet.pad-left, .no-padding-small-tablet.half-pad-left,
    .no-padding-small-tablet.double-pad-left, .no-padding-small-tablet.triple-pad-left,
    .no-padded-small-tablet.pad-left, .no-padded-small-tablet.half-pad-left,
    .no-padded-small-tablet.double-pad-left, .no-padded-small-tablet.triple-pad-left,
    .no-pad-small-tablet.pad-left, .no-pad-small-tablet.half-pad-left,
    .no-pad-small-tablet.double-pad-left, .no-pad-small-tablet.triple-pad-left {
        padding: 0 !important
    }

    .no-pad-top-small-tablet {
        padding-top: 0
    }

    .no-pad-right-small-tablet {
        padding-right: 0
    }

    .no-pad-bottom-small-tablet {
        padding-bottom: 0
    }

    .no-pad-left-small-tablet {
        padding-left: 0
    }

    .gapped-small-tablet {
        margin: 10px
    }

    .gap-top-small-tablet {
        margin-top: 10px
    }

    .gap-right-small-tablet {
        margin-right: 10px
    }

    .gap-bottom-small-tablet {
        margin-bottom: 10px
    }

    .gap-left-small-tablet {
        margin-left: 10px
    }

    .no-margin-small-tablet.gapped, .no-margin-small-tablet.half-gapped,
    .no-margin-small-tablet.double-gapped, .no-margin-small-tablet.triple-gapped,
    .no-gapped-small-tablet.gapped, .no-gapped-small-tablet.half-gapped,
    .no-gapped-small-tablet.double-gapped, .no-gapped-small-tablet.triple-gapped,
    .no-gap-small-tablet.gapped, .no-gap-small-tablet.half-gapped,
    .no-gap-small-tablet.double-gapped, .no-gap-small-tablet.triple-gapped {
        margin: 0 !important
    }

    .no-margin-small-tablet.gap-top, .no-margin-small-tablet.half-gap-top,
    .no-margin-small-tablet.double-gap-top, .no-margin-small-tablet.triple-gap-top,
    .no-gapped-small-tablet.gap-top, .no-gapped-small-tablet.half-gap-top,
    .no-gapped-small-tablet.double-gap-top, .no-gapped-small-tablet.triple-gap-top,
    .no-gap-small-tablet.gap-top, .no-gap-small-tablet.half-gap-top,
    .no-gap-small-tablet.double-gap-top, .no-gap-small-tablet.triple-gap-top {
        margin: 0 !important
    }

    .no-margin-small-tablet.gap-right, .no-margin-small-tablet.half-gap-right,
    .no-margin-small-tablet.double-gap-right, .no-margin-small-tablet.triple-gap-right,
    .no-gapped-small-tablet.gap-right, .no-gapped-small-tablet.half-gap-right,
    .no-gapped-small-tablet.double-gap-right, .no-gapped-small-tablet.triple-gap-right,
    .no-gap-small-tablet.gap-right, .no-gap-small-tablet.half-gap-right,
    .no-gap-small-tablet.double-gap-right, .no-gap-small-tablet.triple-gap-right {
        margin: 0 !important
    }

    .no-margin-small-tablet.gap-bottom, .no-margin-small-tablet.half-gap-bottom,
    .no-margin-small-tablet.double-gap-bottom, .no-margin-small-tablet.triple-gap-bottom,
    .no-gapped-small-tablet.gap-bottom, .no-gapped-small-tablet.half-gap-bottom,
    .no-gapped-small-tablet.double-gap-bottom, .no-gapped-small-tablet.triple-gap-bottom,
    .no-gap-small-tablet.gap-bottom, .no-gap-small-tablet.half-gap-bottom,
    .no-gap-small-tablet.double-gap-bottom, .no-gap-small-tablet.triple-gap-bottom {
        margin: 0 !important
    }

    .no-margin-small-tablet.gap-left, .no-margin-small-tablet.half-gap-left,
    .no-margin-small-tablet.double-gap-left, .no-margin-small-tablet.triple-gap-left,
    .no-gapped-small-tablet.gap-left, .no-gapped-small-tablet.half-gap-left,
    .no-gapped-small-tablet.double-gap-left, .no-gapped-small-tablet.triple-gap-left,
    .no-gap-small-tablet.gap-left, .no-gap-small-tablet.half-gap-left,
    .no-gap-small-tablet.double-gap-left, .no-gap-small-tablet.triple-gap-left {
        margin: 0 !important
    }

    .no-gap-top-small-tablet {
        margin-top: 0
    }

    .no-gap-right-small-tablet {
        margin-right: 0
    }

    .no-gap-bottom-small-tablet {
        margin-bottom: 0
    }

    .no-gap-left-small-tablet {
        margin-left: 0
    }

    .offset-small-tablet {
        margin: -10px
    }

    .offset-top-small-tablet {
        margin-top: -10px
    }

    .offset-right-small-tablet {
        margin-right: -10px
    }

    .offset-bottom-small-tablet {
        margin-bottom: -10px
    }

    .offset-left-small-tablet {
        margin-left: -10px
    }

    .no-offset-top-small-tablet {
        margin-top: 0
    }

    .no-offset-right-small-tablet {
        margin-right: 0
    }

    .no-offset-bottom-small-tablet {
        margin-bottom: 0
    }

    .no-offset-left-small-tablet {
        margin-left: 0
    }

    .half-padded-small-tablet {
        padding: 5px
    }

    .double-padded-small-tablet {
        padding: 20px
    }

    .triple-padded-small-tablet {
        padding: 30px
    }

    .half-pad-top-small-tablet {
        padding-top: 5px
    }

    .double-pad-top-small-tablet {
        padding-top: 20px
    }

    .triple-pad-top-small-tablet {
        padding-top: 30px
    }

    .half-pad-right-small-tablet {
        padding-right: 5px
    }

    .double-pad-right-small-tablet {
        padding-right: 20px
    }

    .triple-pad-right-small-tablet {
        padding-right: 30px
    }

    .half-pad-bottom-small-tablet {
        padding-bottom: 5px
    }

    .double-pad-bottom-small-tablet {
        padding-bottom: 20px
    }

    .triple-pad-bottom-small-tablet {
        padding-bottom: 30px
    }

    .half-pad-left-small-tablet {
        padding-left: 5px
    }

    .double-pad-left-small-tablet {
        padding-left: 20px
    }

    .triple-pad-left-small-tablet {
        padding-left: 30px
    }

    .half-gapped-small-tablet {
        margin: 5px
    }

    .double-gapped-small-tablet {
        margin: 20px
    }

    .triple-gapped-small-tablet {
        margin: 30px
    }

    .half-gap-top-small-tablet {
        margin-top: 5px
    }

    .double-gap-top-small-tablet {
        margin-top: 20px
    }

    .triple-gap-top-small-tablet {
        margin-top: 30px
    }

    .half-gap-right-small-tablet {
        margin-right: 5px
    }

    .double-gap-right-small-tablet {
        margin-right: 20px
    }

    .triple-gap-right-small-tablet {
        margin-right: 30px
    }

    .half-gap-bottom-small-tablet {
        margin-bottom: 5px
    }

    .double-gap-bottom-small-tablet {
        margin-bottom: 20px
    }

    .triple-gap-bottom-small-tablet {
        margin-bottom: 30px
    }

    .half-gap-left-small-tablet {
        margin-left: 5px
    }

    .double-gap-left-small-tablet {
        margin-left: 20px
    }

    .triple-gap-left-small-tablet {
        margin-left: 30px
    }

    .half-offset-small-tablet {
        margin: -5px
    }

    .double-offset-small-tablet {
        margin: -20px
    }

    .triple-offset-small-tablet {
        margin: -30px
    }

    .half-offset-top-small-tablet {
        margin-top: -5px
    }

    .double-offset-top-small-tablet {
        margin-top: -20px
    }

    .triple-offset-top-small-tablet {
        margin-top: -30px
    }

    .half-offset-right-small-tablet {
        margin-right: -5px
    }

    .double-offset-right-small-tablet {
        margin-right: -20px
    }

    .triple-offset-right-small-tablet {
        margin-right: -30px
    }

    .half-offset-bottom-small-tablet {
        margin-bottom: -5px
    }

    .double-offset-bottom-small-tablet {
        margin-bottom: -20px
    }

    .triple-offset-bottom-small-tablet {
        margin-bottom: -30px
    }

    .half-offset-left-small-tablet {
        margin-left: -5px
    }

    .double-offset-left-small-tablet {
        margin-left: -20px
    }

    .triple-offset-left-small-tablet {
        margin-left: -30px
    }

    .fixed-small-tablet {
        position: fixed
    }

    .fixed-top-small-tablet {
        position: fixed;
        top: 0
    }

    .fixed-right-small-tablet {
        position: fixed;
        right: 0
    }

    .fixed-bottom-small-tablet {
        position: fixed;
        bottom: 0
    }

    .fixed-left-small-tablet {
        position: fixed;
        left: 0
    }

    .fixed-middle-small-tablet {
        position: fixed;
        top: 50%
    }

    .fixed-center-small-tablet {
        position: fixed;
        left: 50%
    }

    .absolute-small-tablet {
        position: absolute
    }

    .absolute-top-small-tablet {
        position: absolute;
        top: 0
    }

    .absolute-right-small-tablet {
        position: absolute;
        right: 0
    }

    .absolute-bottom-small-tablet {
        position: absolute;
        bottom: 0
    }

    .absolute-left-small-tablet {
        position: absolute;
        left: 0
    }

    .absolute-middle-small-tablet {
        position: absolute;
        top: 50%
    }

    .absolute-center-small-tablet {
        position: absolute;
        left: 50%
    }

    .static-small-tablet {
        position: static
    }

    .inline-small-tablet {
        display: inline
    }

    .block-small-tablet {
        display: block
    }

    .clear-small-tablet {
        clear: both
    }

    .clear-small-tablet:after {
        content: " ";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden
    }

    .center-small-tablet {
        display: block;
        margin: 0 auto
    }

    .pull-right-small-tablet {
        float: right
    }

    .pull-left-small-tablet {
        float: left
    }

    .pull-none-small-tablet {
        float: none
    }

    .bordered-small-tablet {
        border: 1px solid #ddd
    }

    .border-top-small-tablet {
        border-top: 1px solid #ddd
    }

    .border-right-small-tablet {
        border-right: 1px solid #ddd
    }

    .border-bottom-small-tablet {
        border-bottom: 1px solid #ddd
    }

    .border-left-small-tablet {
        border-left: 1px solid #ddd
    }

    .align-top-small-tablet {
        display: table-cell;
        vertical-align: top
    }

    .align-right-small-tablet {
        text-align: right
    }

    .align-bottom-small-tablet {
        display: table-cell;
        vertical-align: bottom
    }

    .align-left-small-tablet {
        text-align: left
    }

    .align-center-small-tablet {
        text-align: center
    }

    .justify-small-tablet {
        text-align: justify
    }

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

    .rotate-90-small-tablet {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .rotate-90-ctr-small-tablet {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .rotate-180-small-tablet {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .rotate-180-ctr-small-tablet {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .rotate-270-small-tablet {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .rotate-270-ctr-small-tablet {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-270deg);
        -moz-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    .rotate-360-small-tablet {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .rotate-360-ctr-small-tablet {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

    .one-column-small-tablet, .one-columns-small-tablet {
        column-count: 1
    }

    .two-column-small-tablet, .two-columns-small-tablet {
        column-count: 2
    }

    .three-column-small-tablet, .three-columns-small-tablet {
        column-count: 3
    }

    .four-column-small-tablet, .four-columns-small-tablet {
        column-count: 4
    }

    .five-column-small-tablet, .five-columns-small-tablet {
        column-count: 5
    }


}

@media (max-width:480px) {
    .half:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .halves:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .third:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .thirds:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths:not(.mobile):not(.one-up-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.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .halves.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .third.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .thirds.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .third.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .thirds.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
        left: 0
    }

    .half.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .halves.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .third.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .thirds.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .third.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .thirds.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
        right: 0
    }

    .half.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .halves.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .third.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .thirds.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .third.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .thirds.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fourths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .fifths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sixths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .seventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .sevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eighths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .ninths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .tenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .eleventh.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .elevenths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfth.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
    .twelfths.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
        margin-left: 0
    }

    .desktop-only {
        display: none !important
    }

    .ipad-only {
        display: none !important
    }

    .small-tablet-only {
        display: none !important
    }

    .mobile-only {
        display: block !important
    }

    .hide-on-small-tablet {
        display: block !important
    }

    .hide-on-mobile {
        display: none !important
    }

    .no-border-mobile {
        border: 0
    }

    .small-mobile {
        font-size: .8em
    }

    .medium-mobile {
        font-size: 1em
    }

    .large-mobile {
        font-size: 1.5em
    }

    .zero-mobile.padded, .zero-mobile.half-padded, .zero-mobile.double-padded,
    .zero-mobile.triple-padded {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.pad-top, .zero-mobile.half-pad-top, .zero-mobile.double-pad-top,
    .zero-mobile.triple-pad-top {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.pad-right, .zero-mobile.half-pad-right, .zero-mobile.double-pad-right,
    .zero-mobile.triple-pad-right {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.pad-bottom, .zero-mobile.half-pad-bottom, .zero-mobile.double-pad-bottom,
    .zero-mobile.triple-pad-bottom {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.pad-left, .zero-mobile.half-pad-left, .zero-mobile.double-pad-left,
    .zero-mobile.triple-pad-left {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gapped, .zero-mobile.half-gapped, .zero-mobile.double-gapped,
    .zero-mobile.triple-gapped {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gap-top, .zero-mobile.half-gap-top, .zero-mobile.double-gap-top,
    .zero-mobile.triple-gap-top {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gap-right, .zero-mobile.half-gap-right, .zero-mobile.double-gap-right,
    .zero-mobile.triple-gap-right {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gap-bottom, .zero-mobile.half-gap-bottom, .zero-mobile.double-gap-bottom,
    .zero-mobile.triple-gap-bottom {
        padding: 0 !important;
        margin: 0 !important
    }

    .zero-mobile.gap-left, .zero-mobile.half-gap-left, .zero-mobile.double-gap-left,
    .zero-mobile.triple-gap-left {
        padding: 0 !important;
        margin: 0 !important
    }

    .padded-mobile {
        padding: 10px
    }

    .pad-top-mobile {
        padding-top: 10px
    }

    .pad-right-mobile {
        padding-right: 10px
    }

    .pad-bottom-mobile {
        padding-bottom: 10px
    }

    .pad-left-mobile {
        padding-left: 10px
    }

    .no-padding-mobile.padded, .no-padding-mobile.half-padded, .no-padding-mobile.double-padded,
    .no-padding-mobile.triple-padded, .no-padded-mobile.padded, .no-padded-mobile.half-padded,
    .no-padded-mobile.double-padded, .no-padded-mobile.triple-padded,
    .no-pad-mobile.padded, .no-pad-mobile.half-padded, .no-pad-mobile.double-padded,
    .no-pad-mobile.triple-padded {
        padding: 0 !important
    }

    .no-padding-mobile.pad-top, .no-padding-mobile.half-pad-top, .no-padding-mobile.double-pad-top,
    .no-padding-mobile.triple-pad-top, .no-padded-mobile.pad-top, .no-padded-mobile.half-pad-top,
    .no-padded-mobile.double-pad-top, .no-padded-mobile.triple-pad-top,
    .no-pad-mobile.pad-top, .no-pad-mobile.half-pad-top, .no-pad-mobile.double-pad-top,
    .no-pad-mobile.triple-pad-top {
        padding: 0 !important
    }

    .no-padding-mobile.pad-right, .no-padding-mobile.half-pad-right,
    .no-padding-mobile.double-pad-right, .no-padding-mobile.triple-pad-right,
    .no-padded-mobile.pad-right, .no-padded-mobile.half-pad-right,
    .no-padded-mobile.double-pad-right, .no-padded-mobile.triple-pad-right,
    .no-pad-mobile.pad-right, .no-pad-mobile.half-pad-right, .no-pad-mobile.double-pad-right,
    .no-pad-mobile.triple-pad-right {
        padding: 0 !important
    }

    .no-padding-mobile.pad-bottom, .no-padding-mobile.half-pad-bottom,
    .no-padding-mobile.double-pad-bottom, .no-padding-mobile.triple-pad-bottom,
    .no-padded-mobile.pad-bottom, .no-padded-mobile.half-pad-bottom,
    .no-padded-mobile.double-pad-bottom, .no-padded-mobile.triple-pad-bottom,
    .no-pad-mobile.pad-bottom, .no-pad-mobile.half-pad-bottom, .no-pad-mobile.double-pad-bottom,
    .no-pad-mobile.triple-pad-bottom {
        padding: 0 !important
    }

    .no-padding-mobile.pad-left, .no-padding-mobile.half-pad-left,
    .no-padding-mobile.double-pad-left, .no-padding-mobile.triple-pad-left,
    .no-padded-mobile.pad-left, .no-padded-mobile.half-pad-left, .no-padded-mobile.double-pad-left,
    .no-padded-mobile.triple-pad-left, .no-pad-mobile.pad-left, .no-pad-mobile.half-pad-left,
    .no-pad-mobile.double-pad-left, .no-pad-mobile.triple-pad-left {
        padding: 0 !important
    }

    .no-pad-top-mobile {
        padding-top: 0
    }

    .no-pad-right-mobile {
        padding-right: 0
    }

    .no-pad-bottom-mobile {
        padding-bottom: 0
    }

    .no-pad-left-mobile {
        padding-left: 0
    }

    .gapped-mobile {
        margin: 10px
    }

    .gap-top-mobile {
        margin-top: 10px
    }

    .gap-right-mobile {
        margin-right: 10px
    }

    .gap-bottom-mobile {
        margin-bottom: 10px
    }

    .gap-left-mobile {
        margin-left: 10px
    }

    .no-margin-mobile.gapped, .no-margin-mobile.half-gapped, .no-margin-mobile.double-gapped,
    .no-margin-mobile.triple-gapped, .no-gapped-mobile.gapped, .no-gapped-mobile.half-gapped,
    .no-gapped-mobile.double-gapped, .no-gapped-mobile.triple-gapped,
    .no-gap-mobile.gapped, .no-gap-mobile.half-gapped, .no-gap-mobile.double-gapped,
    .no-gap-mobile.triple-gapped {
        margin: 0 !important
    }

    .no-margin-mobile.gap-top, .no-margin-mobile.half-gap-top, .no-margin-mobile.double-gap-top,
    .no-margin-mobile.triple-gap-top, .no-gapped-mobile.gap-top, .no-gapped-mobile.half-gap-top,
    .no-gapped-mobile.double-gap-top, .no-gapped-mobile.triple-gap-top,
    .no-gap-mobile.gap-top, .no-gap-mobile.half-gap-top, .no-gap-mobile.double-gap-top,
    .no-gap-mobile.triple-gap-top {
        margin: 0 !important
    }

    .no-margin-mobile.gap-right, .no-margin-mobile.half-gap-right,
    .no-margin-mobile.double-gap-right, .no-margin-mobile.triple-gap-right,
    .no-gapped-mobile.gap-right, .no-gapped-mobile.half-gap-right,
    .no-gapped-mobile.double-gap-right, .no-gapped-mobile.triple-gap-right,
    .no-gap-mobile.gap-right, .no-gap-mobile.half-gap-right, .no-gap-mobile.double-gap-right,
    .no-gap-mobile.triple-gap-right {
        margin: 0 !important
    }

    .no-margin-mobile.gap-bottom, .no-margin-mobile.half-gap-bottom,
    .no-margin-mobile.double-gap-bottom, .no-margin-mobile.triple-gap-bottom,
    .no-gapped-mobile.gap-bottom, .no-gapped-mobile.half-gap-bottom,
    .no-gapped-mobile.double-gap-bottom, .no-gapped-mobile.triple-gap-bottom,
    .no-gap-mobile.gap-bottom, .no-gap-mobile.half-gap-bottom, .no-gap-mobile.double-gap-bottom,
    .no-gap-mobile.triple-gap-bottom {
        margin: 0 !important
    }

    .no-margin-mobile.gap-left, .no-margin-mobile.half-gap-left, .no-margin-mobile.double-gap-left,
    .no-margin-mobile.triple-gap-left, .no-gapped-mobile.gap-left,
    .no-gapped-mobile.half-gap-left, .no-gapped-mobile.double-gap-left,
    .no-gapped-mobile.triple-gap-left, .no-gap-mobile.gap-left, .no-gap-mobile.half-gap-left,
    .no-gap-mobile.double-gap-left, .no-gap-mobile.triple-gap-left {
        margin: 0 !important
    }

    .no-gap-top-mobile {
        margin-top: 0
    }

    .no-gap-right-mobile {
        margin-right: 0
    }

    .no-gap-bottom-mobile {
        margin-bottom: 0
    }

    .no-gap-left-mobile {
        margin-left: 0
    }

    .offset-mobile {
        margin: -10px
    }

    .offset-top-mobile {
        margin-top: -10px
    }

    .offset-right-mobile {
        margin-right: -10px
    }

    .offset-bottom-mobile {
        margin-bottom: -10px
    }

    .offset-left-mobile {
        margin-left: -10px
    }

    .no-offset-top-mobile {
        margin-top: 0
    }

    .no-offset-right-mobile {
        margin-right: 0
    }

    .no-offset-bottom-mobile {
        margin-bottom: 0
    }

    .no-offset-left-mobile {
        margin-left: 0
    }

    .half-padded-mobile {
        padding: 5px
    }

    .double-padded-mobile {
        padding: 20px
    }

    .triple-padded-mobile {
        padding: 30px
    }

    .half-pad-top-mobile {
        padding-top: 5px
    }

    .double-pad-top-mobile {
        padding-top: 20px
    }

    .triple-pad-top-mobile {
        padding-top: 30px
    }

    .half-pad-right-mobile {
        padding-right: 5px
    }

    .double-pad-right-mobile {
        padding-right: 20px
    }

    .triple-pad-right-mobile {
        padding-right: 30px
    }

    .half-pad-bottom-mobile {
        padding-bottom: 5px
    }

    .double-pad-bottom-mobile {
        padding-bottom: 20px
    }

    .triple-pad-bottom-mobile {
        padding-bottom: 30px
    }

    .half-pad-left-mobile {
        padding-left: 5px
    }

    .double-pad-left-mobile {
        padding-left: 20px
    }

    .triple-pad-left-mobile {
        padding-left: 30px
    }

    .half-gapped-mobile {
        margin: 5px
    }

    .double-gapped-mobile {
        margin: 20px
    }

    .triple-gapped-mobile {
        margin: 30px
    }

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

    .double-gap-top-mobile {
        margin-top: 20px
    }

    .triple-gap-top-mobile {
        margin-top: 30px
    }

    .half-gap-right-mobile {
        margin-right: 5px
    }

    .double-gap-right-mobile {
        margin-right: 20px
    }

    .triple-gap-right-mobile {
        margin-right: 30px
    }

    .half-gap-bottom-mobile {
        margin-bottom: 5px
    }

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

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

    .half-gap-left-mobile {
        margin-left: 5px
    }

    .double-gap-left-mobile {
        margin-left: 20px
    }

    .triple-gap-left-mobile {
        margin-left: 30px
    }

    .half-offset-mobile {
        margin: -5px
    }

    .double-offset-mobile {
        margin: -20px
    }

    .triple-offset-mobile {
        margin: -30px
    }

    .half-offset-top-mobile {
        margin-top: -5px
    }

    .double-offset-top-mobile {
        margin-top: -20px
    }

    .triple-offset-top-mobile {
        margin-top: -30px
    }

    .half-offset-right-mobile {
        margin-right: -5px
    }

    .double-offset-right-mobile {
        margin-right: -20px
    }

    .triple-offset-right-mobile {
        margin-right: -30px
    }

    .half-offset-bottom-mobile {
        margin-bottom: -5px
    }

    .double-offset-bottom-mobile {
        margin-bottom: -20px
    }

    .triple-offset-bottom-mobile {
        margin-bottom: -30px
    }

    .half-offset-left-mobile {
        margin-left: -5px
    }

    .double-offset-left-mobile {
        margin-left: -20px
    }

    .triple-offset-left-mobile {
        margin-left: -30px
    }

    .fixed-mobile {
        position: fixed
    }

    .fixed-top-mobile {
        position: fixed;
        top: 0
    }

    .fixed-right-mobile {
        position: fixed;
        right: 0
    }

    .fixed-bottom-mobile {
        position: fixed;
        bottom: 0
    }

    .fixed-left-mobile {
        position: fixed;
        left: 0
    }

    .fixed-middle-mobile {
        position: fixed;
        top: 50%
    }

    .fixed-center-mobile {
        position: fixed;
        left: 50%
    }

    .absolute-mobile {
        position: absolute
    }

    .absolute-top-mobile {
        position: absolute;
        top: 0
    }

    .absolute-right-mobile {
        position: absolute;
        right: 0
    }

    .absolute-bottom-mobile {
        position: absolute;
        bottom: 0
    }

    .absolute-left-mobile {
        position: absolute;
        left: 0
    }

    .absolute-middle-mobile {
        position: absolute;
        top: 50%
    }

    .absolute-center-mobile {
        position: absolute;
        left: 50%
    }

    .static-mobile {
        position: static
    }

    .inline-mobile {
        display: inline
    }

    .block-mobile {
        display: block
    }

    .clear-mobile {
        clear: both
    }

    .clear-mobile:after {
        content: " ";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden
    }

    .center-mobile {
        display: block;
        margin: 0 auto
    }

    .pull-right-mobile {
        float: right
    }

    .pull-left-mobile {
        float: left
    }

    .pull-none-mobile {
        float: none
    }

    .bordered-mobile {
        border: 1px solid #ddd
    }

    .border-top-mobile {
        border-top: 1px solid #ddd
    }

    .border-right-mobile {
        border-right: 1px solid #ddd
    }

    .border-bottom-mobile {
        border-bottom: 1px solid #ddd
    }

    .border-left-mobile {
        border-left: 1px solid #ddd
    }

    .align-top-mobile {
        display: table-cell;
        vertical-align: top
    }

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

    .align-bottom-mobile {
        display: table-cell;
        vertical-align: bottom
    }

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

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

    .justify-mobile {
        text-align: justify
    }

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

    .rotate-90-mobile {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .rotate-90-ctr-mobile {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .rotate-180-mobile {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .rotate-180-ctr-mobile {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .rotate-270-mobile {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .rotate-270-ctr-mobile {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-270deg);
        -moz-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    .rotate-360-mobile {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .rotate-360-mobile {
        display: inline-block;
        width: auto;
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

    .one-column-mobile, .one-columns-mobile {
        column-count: 1
    }

    .two-column-mobile, .two-columns-mobile {
        column-count: 2
    }

    .three-column-mobile, .three-columns-mobile {
        column-count: 3
    }

    .four-column-mobile, .four-columns-mobile {
        column-count: 4
    }

    .five-column-mobile, .five-columns-mobile {
        column-count: 5
    }


}


