@import url("//fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400");
html, body,
div, span, i,
h1, h2, h3, h4, .banner p, h5, h6,
p, blockquote,
a, img,
ol, ul, li,
table, tbody, tfoot, thead,
tr, th, td,
footer, header,
menu, nav {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  outline: 0;
}

html.static {
  min-width: 1024px;
}

html.static .max {
  width: 1024px;
}

html.static .scroll-to-fixed-fixed {
  position: static !important;
}

html.static .scroll-to-fixed-fixed + div {
  display: none !important;
}

body {
  color: #666666;
  background: url(../img/bg.jpg) top center no-repeat;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.max {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
  clear: both;
}

hr.large {
  margin-top: 32px;
  margin-bottom: 32px;
}

hr.xlarge {
  margin-top: 48px;
  margin-bottom: 48px;
}

hr.fade-right {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), transparent);
}

hr.fade-left {
  border: 0;
  height: 1px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.25), transparent);
}

hr.fade {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);
}

.hr {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
  opacity: 0.25;
}

.hr.large {
  margin-top: 32px;
  margin-bottom: 32px;
}

.hr.xlarge {
  margin-top: 48px;
  margin-bottom: 48px;
}

.hr:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.hr span {
  background: white;
  color: black;
  padding: 4px 8px;
  z-index: 1;
  position: relative;
}

p {
  margin-bottom: 16px;
  line-height: 22px;
}

p:last-child {
  margin-bottom: 0;
}

br {
  line-height: 1;
}

a {
  color: #A50000;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.1s ease, color, 0.1s ease;
}

a:hover {
  color: #105390;
  text-decoration: none;
}

h1, h2, h3, h4, .banner p, h5, h6 {
  margin-bottom: 8px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 3.429rem;
}

h2, .h2 {
  font-size: 2.571rem;
}

h3, .h3 {
  font-size: 2.143rem;
}

h4, .banner p, .h4 {
  font-size: 1.714rem;
}

h5, .h5 {
  font-size: 1.143rem;
}

h6, .h6 {
  font-size: 1rem;
}

.bold, b {
  font-weight: bold;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-800 {
  font-weight: 800;
}

.weight-900 {
  font-weight: 900;
}

.weight-1000 {
  font-weight: 1000;
}

blockquote {
  font-family: "Georgia", serif;
  color: #666;
  font-style: italic;
  line-height: 1.8;
  border-left: 5px solid #ddd;
  padding-left: 1.5em;
  margin: 1em 0px;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

li {
  list-style: none;
}

ul.unordered-list {
  margin-left: 16px;
}

ul.unordered-list li {
  list-style: disc;
}

img {
  display: inline-block;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

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

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

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

.center {
  margin: 0 auto !important;
}

@media (max-width: 1280px) {
  .xlarge-align-left {
    text-align: left;
  }
  .xlarge-align-right {
    text-align: right;
  }
  .xlarge-align-center {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .large-align-left {
    text-align: left;
  }
  .large-align-right {
    text-align: right;
  }
  .large-align-center {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .medium-align-left {
    text-align: left;
  }
  .medium-align-right {
    text-align: right;
  }
  .medium-align-center {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .small-align-left {
    text-align: left;
  }
  .small-align-right {
    text-align: right;
  }
  .small-align-center {
    text-align: center;
  }
}

@media (max-width: 320px) {
  .xsmall-align-left {
    text-align: left;
  }
  .xsmall-align-right {
    text-align: right;
  }
  .xsmall-align-center {
    text-align: center;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.float-left, .left {
  float: left;
}

.float-right, .right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear, .clear-both {
  clear: both;
  display: table;
  zoom: 1;
}

.none, .display-none {
  display: none;
}

.block, .display-block {
  display: block;
}

.inline-block, .display-inline-block {
  display: inline-block;
}

.hide {
  visibility: hidden;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-225 {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.rotate-360 {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.color-primary {
  color: #ff77e4;
}

.color-secondary {
  color: #0dce79;
}

.color-alt {
  color: #ECF0F1;
}

.color-green {
  color: #22A565;
}

.color-blue {
  color: #105390;
}

.color-purple {
  color: #7346b4;
}

.color-red {
  color: #A50000;
}

.color-pink {
  color: #fd7aa3;
}

.color-orange {
  color: #FFAB00;
}

.color-yellow {
  color: #CDB100;
}

.color-white {
  color: white;
}

.color-grey {
  color: #303030;
}

.color-black {
  color: black;
}

.color-brown {
  color: #c8ad69;
}

.fill-primary {
  fill: #ff77e4;
}

.fill-secondary {
  fill: #0dce79;
}

.fill-alt {
  fill: #ECF0F1;
}

.fill-green {
  fill: #22A565;
}

.fill-blue {
  fill: #105390;
}

.fill-purple {
  fill: #7346b4;
}

.fill-red {
  fill: #A50000;
}

.fill-pink {
  fill: #fd7aa3;
}

.fill-orange {
  fill: #FFAB00;
}

.fill-yellow {
  fill: #CDB100;
}

.fill-white {
  fill: white;
}

.fill-grey {
  fill: #303030;
}

.fill-black {
  fill: black;
}

.fill-brown {
  fill: #c8ad69;
}

.border-primary {
  border: 1px solid #ff77e4;
}

.border-secondary {
  border: 1px solid #0dce79;
}

.border-alt {
  border: 1px solid #ECF0F1;
}

.border-green {
  border: 1px solid #22A565;
}

.border-blue {
  border: 1px solid #105390;
}

.border-purple {
  border: 1px solid #7346b4;
}

.border-red {
  border: 1px solid #A50000;
}

.border-pink {
  border: 1px solid #fd7aa3;
}

.border-orange {
  border: 1px solid #FFAB00;
}

.border-yellow {
  border: 1px solid #CDB100;
}

.border-white {
  border: 1px solid white;
}

.border-grey {
  border: 1px solid #303030;
}

.border-black {
  border: 1px solid black;
}

.border-brown {
  border: 1px solid #c8ad69;
}

.background-primary, .bg-primary {
  background: #ff77e4 !important;
}

.background-primary-dark, .bg-primary-dark {
  background: #ff5edf !important;
}

.background-primary-light, .bg-primary-light {
  background: #ff91e9 !important;
}

.background-secondary, .bg-secondary {
  background: #0dce79 !important;
}

.background-secondary-dark, .bg-secondary-dark {
  background: #0bb66b !important;
}

.background-secondary-light, .bg-secondary-light {
  background: #0fe687 !important;
}

.background-alt, .bg-alt {
  background: #ECF0F1 !important;
}

.background-alt-dark, .bg-alt-dark {
  background: #dde4e6 !important;
}

.background-alt-light, .bg-alt-light {
  background: #fbfcfc !important;
}

.background-green, .bg-green {
  background: #22A565 !important;
}

.background-green-dark, .bg-green-dark {
  background: #1e9058 !important;
}

.background-green-light, .bg-green-light {
  background: #26ba72 !important;
}

.background-blue, .bg-blue {
  background: #105390 !important;
}

.background-blue-dark, .bg-blue-dark {
  background: #0d4679 !important;
}

.background-blue-light, .bg-blue-light {
  background: #1360a7 !important;
}

.background-purple, .bg-purple {
  background: #7346b4 !important;
}

.background-purple-dark, .bg-purple-dark {
  background: #673fa2 !important;
}

.background-purple-light, .bg-purple-light {
  background: #8056bd !important;
}

.background-red, .bg-red {
  background: #A50000 !important;
}

.background-red-dark, .bg-red-dark {
  background: darkred !important;
}

.background-red-light, .bg-red-light {
  background: #bf0000 !important;
}

.background-pink, .bg-pink {
  background: #fd7aa3 !important;
}

.background-pink-dark, .bg-pink-dark {
  background: #fd6192 !important;
}

.background-pink-light, .bg-pink-light {
  background: #fd93b4 !important;
}

.background-orange, .bg-orange {
  background: #FFAB00 !important;
}

.background-orange-dark, .bg-orange-dark {
  background: #e69a00 !important;
}

.background-orange-light, .bg-orange-light {
  background: #ffb31a !important;
}

.background-yellow, .bg-yellow {
  background: #CDB100 !important;
}

.background-yellow-dark, .bg-yellow-dark {
  background: #b39b00 !important;
}

.background-yellow-light, .bg-yellow-light {
  background: #e7c700 !important;
}

.background-white, .bg-white {
  background: white !important;
}

.background-white-dark, .bg-white-dark {
  background: #f2f2f2 !important;
}

.background-white-light, .bg-white-light {
  background: white !important;
}

.background-grey, .bg-grey {
  background: #303030 !important;
}

.background-grey-dark, .bg-grey-dark {
  background: #232323 !important;
}

.background-grey-light, .bg-grey-light {
  background: #3d3d3d !important;
}

.background-black, .bg-black {
  background: black !important;
}

.background-black-dark, .bg-black-dark {
  background: black !important;
}

.background-black-light, .bg-black-light {
  background: #0d0d0d !important;
}

.background-brown, .bg-brown {
  background: #c8ad69 !important;
}

.background-brown-dark, .bg-brown-dark {
  background: #c1a356 !important;
}

.background-brown-light, .bg-brown-light {
  background: #cfb77c !important;
}

.background-gradient-primary, .bg-gradient-primary {
  color: #c4009d;
  background: #ff77e4;
  background: linear-gradient(to bottom, #ffc4f3, #ff77e4) !important;
}

.background-gradient-primary svg, .bg-gradient-primary svg {
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.background-gradient-secondary, .bg-gradient-secondary {
  color: white;
  background: #0dce79;
  background: linear-gradient(to bottom, #35f29f, #0dce79) !important;
}

.background-gradient-secondary svg, .bg-gradient-secondary svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-alt, .bg-gradient-alt {
  color: #859fa5;
  background: #ECF0F1;
  background: linear-gradient(to bottom, white, #ECF0F1) !important;
}

.background-gradient-alt svg, .bg-gradient-alt svg {
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.background-gradient-green, .bg-gradient-green {
  color: white;
  background: #22A565;
  background: linear-gradient(to bottom, #3dd78c, #22A565) !important;
}

.background-gradient-green svg, .bg-gradient-green svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-blue, .bg-gradient-blue {
  color: white;
  background: #105390;
  background: linear-gradient(to bottom, #187bd5, #105390) !important;
}

.background-gradient-blue svg, .bg-gradient-blue svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-purple, .bg-gradient-purple {
  color: white;
  background: #7346b4;
  background: linear-gradient(to bottom, #9c7bcc, #7346b4) !important;
}

.background-gradient-purple svg, .bg-gradient-purple svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-red, .bg-gradient-red {
  color: white;
  background: #A50000;
  background: linear-gradient(to bottom, #f20000, #A50000) !important;
}

.background-gradient-red svg, .bg-gradient-red svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-pink, .bg-gradient-pink {
  color: #c2033f;
  background: #fd7aa3;
  background: linear-gradient(to bottom, #fec5d7, #fd7aa3) !important;
}

.background-gradient-pink svg, .bg-gradient-pink svg {
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.background-gradient-orange, .bg-gradient-orange {
  color: white;
  background: #FFAB00;
  background: linear-gradient(to bottom, #ffc44d, #FFAB00) !important;
}

.background-gradient-orange svg, .bg-gradient-orange svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-yellow, .bg-gradient-yellow {
  color: white;
  background: #CDB100;
  background: linear-gradient(to bottom, #ffe01b, #CDB100) !important;
}

.background-gradient-yellow svg, .bg-gradient-yellow svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-white, .bg-gradient-white {
  color: #a6a6a6;
  background: white;
  background: linear-gradient(to bottom, white, #e6e6e6) !important;
}

.background-gradient-white svg, .bg-gradient-white svg {
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.background-gradient-grey, .bg-gradient-grey {
  color: #efefef;
  background: #303030;
  background: linear-gradient(to bottom, #565656, #303030) !important;
}

.background-gradient-grey svg, .bg-gradient-grey svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-black, .bg-gradient-black {
  color: #bfbfbf;
  background: black;
  background: linear-gradient(to bottom, #262626, black) !important;
}

.background-gradient-black svg, .bg-gradient-black svg {
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.background-gradient-brown, .bg-gradient-brown {
  color: #5d4c22;
  background: #c8ad69;
  background: linear-gradient(to bottom, #ddcca1, #c8ad69) !important;
}

.background-gradient-brown svg, .bg-gradient-brown svg {
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.z-1, .index-1 {
  position: relative;
  z-index: 1;
}

.z-2, .index-2 {
  position: relative;
  z-index: 2;
}

.z-3, .index-3 {
  position: relative;
  z-index: 3;
}

.z-4, .index-4 {
  position: relative;
  z-index: 4;
}

.z-5, .index-5 {
  position: relative;
  z-index: 5;
}

.z-6, .index-6 {
  position: relative;
  z-index: 6;
}

.z-7, .index-7 {
  position: relative;
  z-index: 7;
}

.z-8, .index-8 {
  position: relative;
  z-index: 8;
}

.z-9, .index-9 {
  position: relative;
  z-index: 9;
}

.z-10, .index-10 {
  position: relative;
  z-index: 10;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.round {
  border-radius: 4px;
}

.round-top, .ui-tabs .ui-tabs-nav li:first-of-type a, .ui-tabs .ui-tabs-nav li:last-of-type a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.round-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.round-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.round-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.round-top-left {
  border-top-left-radius: 4px;
}

.round-top-right {
  border-top-right-radius: 4px;
}

.round-bottom-right {
  border-bottom-right-radius: 4px;
}

.round-bottom-left {
  border-bottom-left-radius: 4px;
}

.depth-1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.depth-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.depth-3 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.depth-4 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.depth-5 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}

.depth-6 {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.circle {
  display: inline-block;
  border-radius: 50%;
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.fullscreen {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  overflow: hidden;
  position: relative;
}

.cover {
  background-size: cover;
  background-position: center;
}

.center-vertical-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.center-vertical-wrapper .center-vertical {
  display: inline-block;
  vertical-align: middle;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

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

.iframe {
  width: 100%;
  border: 0px;
}

.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}

html, body {
  height: 100%;
}

html {
  position: relative;
  z-index: -1;
}

.sticky-footer-pre {
  min-height: 100%;
  overflow: hidden;
}

.sticky-footer-pre + .footer {
  margin-top: -97px;
}

.no-space {
  font-size: 0;
}

.no-space * {
  font-size: 14px;
}

.pre-header {
  background: url(../img/bg-pre-header-grey.png) repeat-x;
  color: none;
  border-bottom: none;
  *zoom: 1;
}

.pre-header:before, .pre-header:after {
  content: '';
  display: table;
}

.pre-header:after {
  clear: both;
}

.pre-header a {
  color: none;
}

.pre-header a:hover {
  color: none;
}

.pre-header .contact-method {
  line-height: 24px;
  display: inline-block;
  margin-right: 16px;
}

.pre-header .contact-method:last-child {
  margin-right: 0px;
}

.header {
  background: none;
  border-top: none;
  top: 0;
  width: 100%;
  z-index: 10;
  position: relative;
  *zoom: 1;
}

.header:before, .header:after {
  content: '';
  display: table;
}

.header:after {
  clear: both;
}

.header .buttons {
  float: right;
  line-height: 100px;
}

.body {
  background: white;
  *zoom: 1;
}

.body:before, .body:after {
  content: '';
  display: table;
}

.body:after {
  clear: both;
}

.banner {
  padding-top: 64px;
  padding-bottom: 64px;
}

.banner h1 {
  margin-top: 0px;
}

.banner p {
  opacity: 0.75;
  margin-top: 0px;
}

.hero {
  background: linear-gradient(#e6e6e6, white);
  overflow: hidden;
  padding-top: 64px;
  text-align: center;
}

.hero img {
  display: block;
}

.hero p {
  max-width: 512px;
  margin: 0 auto;
  margin-bottom: 16px;
  font-size: 16px;
}

.hero .button {
  margin-bottom: 32px;
}

.hero.bg-image {
  background: linear-gradient(#105390, #0b3962);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 128px;
  padding-bottom: 128px;
  color: white;
  position: relative;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.hero.bg-image:before {
  background: black;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

.hero.bg-image > * {
  z-index: 1;
  position: relative;
}

.pre-footer {
  background: #0b3962;
  background: linear-gradient(#0b3962,  #105390);
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.pre-footer .menu {
  display: inline-block;
  white-space: nowrap;
}

.pre-footer .menu li {
  float: left;
  position: relative;
}

.pre-footer .menu li svg {
  fill: #bfbfbf;
}

.pre-footer .menu li a {
  padding: 4px 8px;
  color: #bfbfbf;
}

.pre-footer .menu li a:hover {
  color: white;
  text-decoration: none;
}

.pre-footer .menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #6d6d6d;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.pre-footer .menu li ul li {
  float: none;
  text-align: left;
}

.pre-footer .menu li ul li a {
  padding: 4px 8px;
}

.pre-footer .menu li ul li ul {
  top: 0px;
  left: 100%;
}

.pre-footer .menu li:hover > ul {
  display: block;
}

.footer {
  background: #1a1a1a;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  padding: 32px 0px;
  position: relative;
}

.footer a {
  color: white;
}

.footer a:hover {
  color: #105390;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.menu-wrapper .menu {
  *zoom: 1;
}

.menu-wrapper .menu:before, .menu-wrapper .menu:after {
  content: '';
  display: table;
}

.menu-wrapper .menu:after {
  clear: both;
}

.menu-wrapper .menu li {
  position: relative;
}

.menu-wrapper.menu-header {
  background: linear-gradient(#f20000, #A50000);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.menu-wrapper.menu-header .menu {
  display: inline-block;
}

.menu-wrapper.menu-header .menu li {
  float: left;
}

.menu-wrapper.menu-header .menu li a {
  color: white;
  background: none;
  box-shadow: none;
  display: block;
}

.menu-wrapper.menu-header .menu li a .icon-caret-down {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.menu-wrapper.menu-header .menu li:hover a {
  color: #CDB100;
  box-shadow: none;
}

.menu-wrapper.menu-header .menu li.current-menu-item a, .menu-wrapper.menu-header .menu li.current-menu-ancestor a {
  color: #CDB100;
  box-shadow: none;
}

.menu-wrapper.menu-header .menu li:hover ul {
  display: block;
}

.menu-wrapper.menu-header .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 100%;
}

.menu-wrapper.menu-header .menu li .sub-menu li {
  min-width: 100%;
  float: none;
  white-space: nowrap;
}

.menu-wrapper.menu-header .menu li .sub-menu li a {
  line-height: 1;
  display: block;
  text-align: left;
  padding: 16px;
  color: inherit;
  background: inherit;
  box-shadow: none;
}

.menu-wrapper.menu-header .menu li .sub-menu li:hover a {
  color: inherit;
  background: #e6e6e6;
  box-shadow: none;
}

.menu-wrapper.menu-header .menu li .sub-menu li.current-menu-item a {
  color: white;
  background: #156dbe;
  background: linear-gradient(#156dbe,  #105390);
  box-shadow: none;
}

.menu-wrapper.menu-header .menu li .sub-menu li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu-wrapper.menu-header .menu li .sub-menu li ul {
  left: 100%;
  top: 0;
  z-index: 4;
}

@media (max-width: 768px) {
  .menu-wrapper.menu-header .menu li .sub-menu li ul {
    left: 0px;
    top: 100%;
  }
}

.menu-wrapper.menu-header .menu li .sub-menu-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 54px;
  background: rgba(255, 255, 255, 0.1);
  display: none;
  text-align: center;
}

.menu-wrapper.menu-header .menu li .sub-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 768px) {
  .menu-wrapper.menu-header .menu li .sub-menu-toggle {
    display: block;
  }
}

.menu-wrapper.menu-header .menu li .sub-menu-toggle svg {
  height: 48px;
  width: 22px;
  fill: white;
}

@media (max-width: 768px) {
  .menu-wrapper.menu-header .menu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    background: white;
    padding: 0px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
    z-index: 999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .menu-wrapper.menu-header .menu li {
    float: none;
    position: relative;
  }
  .menu-wrapper.menu-header .menu li:hover a {
    box-shadow: none;
    background: #e6e6e6;
  }
  .menu-wrapper.menu-header .menu li a {
    color: black;
    width: 100%;
    margin: 0px;
    text-align: left;
    padding-left: 16px;
  }
  .menu-wrapper.menu-header .menu li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .menu-wrapper.menu-header .menu li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .menu-wrapper.menu-header .menu li .sub-menu {
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
  }
  .menu-wrapper.menu-header .menu li .sub-menu li {
    border-top: 0;
  }
  .menu-wrapper.menu-header .menu li .sub-menu li a {
    padding-left: 32px;
  }
  .menu-wrapper.menu-header .menu ul {
    right: 0px;
  }
}

.menu-wrapper.menu-header .menu-toggle {
  cursor: pointer;
  z-index: 99;
  float: right;
  padding: 15px;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.menu-wrapper.menu-header .menu-toggle:after {
  content: '';
  padding-top: 4px;
  border-bottom: 12px double white;
  border-top: 4px solid white;
  height: 8px;
  width: 24px;
  display: block;
}

@media (max-width: 768px) {
  .menu-wrapper.menu-header .menu-toggle {
    display: block;
  }
}

.menu-wrapper.menu-header:after {
  clear: both;
  display: table;
  content: '';
}

.footer .menu {
  background: none;
  box-shadow: none;
}

.footer .menu li a {
  color: rgba(255, 255, 255, 0.8);
  background: none;
  box-shadow: none;
}

.footer .menu li a .icon-caret-down {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.footer .menu li:hover a {
  color: #CDB100;
  background: none;
  box-shadow: none;
}

.footer .menu li.current-menu-item a {
  color: #CDB100;
  background: none;
  box-shadow: none;
}

.footer .menu li .sub-menu {
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer .menu li .sub-menu li a {
  line-height: 1;
  display: block;
  padding: 16px;
  color: inherit;
  background: inherit;
  box-shadow: none;
}

.footer .menu li .sub-menu li:hover a {
  color: inherit;
  background: #f2f2f2;
  box-shadow: none;
}

.footer .menu li .sub-menu li.current-menu-item a {
  color: inherit;
  background: inherit;
  box-shadow: none;
}

.panel:not(.widget) {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.panel-header {
  padding: 8px;
  background: linear-gradient(to bottom, white, #f2f2f2);
  border: 1px solid #d9d9d9;
  color: white;
}

.panel-content {
  overflow: hidden;
  padding: 8px;
  background: white;
  border: 1px solid rgba(128, 128, 128, 0.35);
  color: #404040;
}

.panel-header + .panel-content, .panel-content + .panel-header, .panel-header + .panel-header {
  border-top-width: 0px;
}

.accordion .panel {
  margin-bottom: 1px;
}

.accordion .panel:last-child {
  margin-bottom: 0px;
}

.accordion .panel .panel-header {
  cursor: pointer;
}

.tabs .panel-content {
  clear: left;
  border-top-width: 1px;
}

.tree {
  display: inline-block;
}

.tree li {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tree .node {
  transition: all 0.5s ease;
}

.tree .node:hover {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.tree ul {
  margin-left: 32px;
}

.tree ul li {
  position: relative;
}

.tree ul li:after {
  display: block;
  content: '';
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  left: -8px;
  top: -8px;
}

.callout {
  padding: 16px;
  border-left-width: 4px;
  border-left-style: solid;
  background: whitesmoke;
  position: relative;
  overflow: hidden;
}

.callout p {
  margin: 0;
  z-index: 1;
  position: relative;
}

.callout svg.icon-cancel {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px;
  left: auto;
}

.callout svg {
  top: 50%;
  left: 0px;
  margin-top: -64px;
  width: 128px;
  height: 128px;
  position: absolute;
  z-index: 0;
  opacity: 0.2;
}

.callout h1 {
  font-weight: 400;
  margin: 0px;
  z-index: 1;
  position: relative;
}

.callout h2 {
  font-weight: 400;
  margin: 0px;
  z-index: 1;
  position: relative;
}

.callout h3 {
  font-weight: 400;
  margin: 0px;
  z-index: 1;
  position: relative;
}

.callout h4, .callout .banner p, .banner .callout p {
  font-weight: 400;
  margin: 0px;
  z-index: 1;
  position: relative;
}

.callout h5 {
  font-weight: 400;
  margin: 0px;
  z-index: 1;
  position: relative;
}

.callout h6 {
  font-weight: 400;
  margin: 0px;
  z-index: 1;
  position: relative;
}

.callout.warning {
  background: #fff7e6;
  border-left-color: #FFAB00;
}

.callout.warning h1 {
  color: #FFAB00;
}

.callout.warning h2 {
  color: #FFAB00;
}

.callout.warning h3 {
  color: #FFAB00;
}

.callout.warning h4, .callout.warning .banner p, .banner .callout.warning p {
  color: #FFAB00;
}

.callout.warning h5 {
  color: #FFAB00;
}

.callout.warning h6 {
  color: #FFAB00;
}

.callout.warning p {
  color: #ffc44d;
}

.callout.warning svg {
  fill: #ffc44d;
}

.callout.danger {
  background: rgba(246, 230, 230, 0.5);
  border-left-color: #A50000;
  color: black;
}

.callout.danger h1 {
  color: #A50000;
}

.callout.danger h2 {
  color: #A50000;
}

.callout.danger h3 {
  color: #A50000;
}

.callout.danger h4, .callout.danger .banner p, .banner .callout.danger p {
  color: #A50000;
}

.callout.danger h5 {
  color: #A50000;
}

.callout.danger h6 {
  color: #A50000;
}

.callout.danger p {
  color: #f20000;
}

.callout.danger svg {
  fill: #f20000;
}

.callout.success {
  background: #e9f6f0;
  border-left-color: #22A565;
}

.callout.success h1 {
  color: #22A565;
}

.callout.success h2 {
  color: #22A565;
}

.callout.success h3 {
  color: #22A565;
}

.callout.success h4, .callout.success .banner p, .banner .callout.success p {
  color: #22A565;
}

.callout.success h5 {
  color: #22A565;
}

.callout.success h6 {
  color: #22A565;
}

.callout.success p {
  color: #3dd78c;
}

.callout.success svg {
  fill: #3dd78c;
}

.callout.info {
  background: #e7eef4;
  border-left-color: #105390;
}

.callout.info h1 {
  color: #105390;
}

.callout.info h2 {
  color: #105390;
}

.callout.info h3 {
  color: #105390;
}

.callout.info h4, .callout.info .banner p, .banner .callout.info p {
  color: #105390;
}

.callout.info h5 {
  color: #105390;
}

.callout.info h6 {
  color: #105390;
}

.callout.info p {
  color: #187bd5;
}

.callout.info svg {
  fill: #187bd5;
}

.notifications {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 9999;
}

.notifications .notification {
  padding: 8px;
  margin-bottom: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  opacity: 1;
  border-radius: 4px;
  box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.2), 0px 1px 8px rgba(0, 0, 0, 0.4);
  border: 1px solid black;
  width: 320px;
  padding-left: 56px;
  position: relative;
}

.notifications .notification p {
  margin: 0px;
  opacity: 0.6;
}

.notifications .notification h1 {
  font-weight: 400;
  margin: 0px;
}

.notifications .notification h2 {
  font-weight: 400;
  margin: 0px;
}

.notifications .notification h3 {
  font-weight: 400;
  margin: 0px;
}

.notifications .notification h4, .notifications .notification .banner p, .banner .notifications .notification p {
  font-weight: 400;
  margin: 0px;
}

.notifications .notification h5 {
  font-weight: 400;
  margin: 0px;
}

.notifications .notification h6 {
  font-weight: 400;
  margin: 0px;
}

.notifications .notification svg {
  fill: white;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 40px;
  height: 40px;
}

.notifications .notification svg.icon-cancel {
  width: 14px;
  height: 14px;
  top: 8px;
  right: 8px;
  left: auto;
  cursor: pointer;
}

.button {
  font-size: 1em;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  margin: 0px;
  border: 1px solid;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0.25s ease, color 0.25s ease;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.35);
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: white;
  background: #303030;
  border-color: #303030;
}

.button:hover {
  text-decoration: none;
  background: #4a4a4a;
  color: white;
}

.button:active, .button.active {
  box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.button.input {
  margin-left: -8px;
}

.button svg {
  height: 16px;
  width: 16px;
  fill: white;
  position: relative;
  top: -1px;
}

.button.split > .grid > .col {
  padding-left: 16px;
  padding-right: 16px;
}

.button.split > .grid > .col:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}

.button.split > .grid > .col:first-child {
  padding-left: 0;
}

.button.split > .grid > .col:last-child {
  padding-right: 0;
}

.button input[type=checkbox] {
  display: none;
}

.button input[type=radio] {
  display: none;
}

.button.xsmall {
  height: 24px;
  line-height: 22px;
  padding: 0px 8px;
  font-size: 12px;
}

.button.xsmall svg {
  width: 12px;
  height: 22px;
}

.button.xsmall.split .col {
  padding: 0 8px;
}

.button.small {
  height: 28px;
  line-height: 26px;
  padding: 0px 12px;
}

.button.small svg {
  width: 14px;
  height: 26px;
}

.button.small.split .col {
  padding: 0px 12px;
}

.button.large {
  height: 44px;
  line-height: 42px;
  padding: 0px 32px;
}

.button.large svg {
  width: 16px;
  height: 42px;
}

.button.large.split .col {
  padding: 0px 32px;
}

.button.xlarge {
  height: 52px;
  line-height: 50px;
  padding: 0px 44px;
  font-weight: bold;
}

.button.xlarge svg {
  width: 18px;
  height: 50px;
}

.button.xlarge.split .col {
  padding: 0px 44px;
}

.button.gradient {
  background: linear-gradient(to bottom, #4a4a4a, #303030);
}

.button.gradient:hover {
  background: linear-gradient(to bottom, #707070, #4a4a4a);
}

.button.outline {
  color: #303030;
  border-color: #303030;
  background: transparent;
  box-shadow: none;
}

.button.outline svg {
  fill: #303030;
}

.button.outline:hover {
  color: white;
  background: #3d3d3d;
}

.button.outline:hover svg {
  fill: white;
}

.button.shadow {
  box-shadow: 0px 4px 0px #171717;
  position: relative;
  top: -2px;
  height: 28px;
  line-height: 26px;
}

.button.shadow:active {
  box-shadow: 0px 2px 0px #171717;
  top: 0px;
}

.button.shadow.xsmall {
  height: 20px;
  line-height: 18px;
}

.button.shadow.xsmall svg {
  width: 12px;
  height: 18px;
}

.button.shadow.small {
  height: 24px;
  line-height: 22px;
}

.button.shadow.small svg {
  width: 14px;
  height: 22px;
}

.button.shadow.large {
  height: 40px;
  line-height: 38px;
}

.button.shadow.large svg {
  width: 16px;
  height: 38px;
}

.button.shadow.xlarge {
  height: 48px;
  line-height: 46px;
}

.button.shadow.xlarge svg {
  width: 18px;
  height: 46px;
}

.button.flat {
  box-shadow: none;
}

.button.gradient-primary {
  color: #c4009d;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  background: #ff77e4;
  background: linear-gradient(#ffc4f3, #ff77e4);
  border-color: #ff77e4;
  border-bottom-color: #ff44da;
}

.button.gradient-primary svg {
  fill: #c4009d;
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.button.gradient-primary:hover {
  background: linear-gradient(#fff7fd, #ffaaee);
}

.button.primary {
  color: white;
  border-color: #ff77e4;
  background: #ff77e4;
}

.button.primary svg {
  fill: white;
}

.button.primary:hover {
  background: #ffaaee;
}

.button.primary.outline {
  color: #ff77e4;
  background: transparent;
}

.button.primary.outline:hover {
  color: white;
  background: #ff77e4;
}

.button.primary.outline:hover svg {
  fill: white;
}

.button.primary.outline svg {
  fill: #ff77e4;
}

.button.primary.shadow {
  box-shadow: 0px 4px 0px #ff44da;
}

.button.primary.shadow:active {
  box-shadow: 0px 2px 0px #ff44da;
}

.button.primary.flat {
  box-shadow: none;
}

.button.gradient-secondary {
  color: white;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: #0dce79;
  background: linear-gradient(#35f29f, #0dce79);
  border-color: #0dce79;
  border-bottom-color: #0a9e5d;
}

.button.gradient-secondary svg {
  fill: white;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-secondary:hover {
  background: linear-gradient(#65f5b6, #1df194);
}

.button.secondary {
  color: white;
  border-color: #0dce79;
  background: #0dce79;
}

.button.secondary svg {
  fill: white;
}

.button.secondary:hover {
  background: #1df194;
}

.button.secondary.outline {
  color: #0dce79;
  background: transparent;
}

.button.secondary.outline:hover {
  color: white;
  background: #0dce79;
}

.button.secondary.outline:hover svg {
  fill: white;
}

.button.secondary.outline svg {
  fill: #0dce79;
}

.button.secondary.shadow {
  box-shadow: 0px 4px 0px #0a9e5d;
}

.button.secondary.shadow:active {
  box-shadow: 0px 2px 0px #0a9e5d;
}

.button.secondary.flat {
  box-shadow: none;
}

.button.gradient-alt {
  color: #859fa5;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  background: #ECF0F1;
  background: linear-gradient(white, #ECF0F1);
  border-color: #ECF0F1;
  border-bottom-color: #cfd9db;
}

.button.gradient-alt svg {
  fill: #859fa5;
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.button.gradient-alt:hover {
  background: linear-gradient(white, white);
}

.button.alt {
  color: white;
  border-color: #ECF0F1;
  background: #ECF0F1;
}

.button.alt svg {
  fill: white;
}

.button.alt:hover {
  background: white;
}

.button.alt.outline {
  color: #ECF0F1;
  background: transparent;
}

.button.alt.outline:hover {
  color: white;
  background: #ECF0F1;
}

.button.alt.outline:hover svg {
  fill: white;
}

.button.alt.outline svg {
  fill: #ECF0F1;
}

.button.alt.shadow {
  box-shadow: 0px 4px 0px #cfd9db;
}

.button.alt.shadow:active {
  box-shadow: 0px 2px 0px #cfd9db;
}

.button.alt.flat {
  box-shadow: none;
}

.button.gradient-green {
  color: white;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: #22A565;
  background: linear-gradient(#3dd78c, #22A565);
  border-color: #22A565;
  border-bottom-color: #197b4b;
}

.button.gradient-green svg {
  fill: white;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-green:hover {
  background: linear-gradient(#67e0a5, #2bcf7f);
}

.button.green, .button.success {
  color: white;
  border-color: #22A565;
  background: #22A565;
}

.button.green svg, .button.success svg {
  fill: white;
}

.button.green:hover, .button.success:hover {
  background: #2bcf7f;
}

.button.green.outline, .outline.button.success {
  color: #22A565;
  background: transparent;
}

.button.green.outline:hover, .outline.button.success:hover {
  color: white;
  background: #22A565;
}

.button.green.outline:hover svg, .outline.button.success:hover svg {
  fill: white;
}

.button.green.outline svg, .outline.button.success svg {
  fill: #22A565;
}

.button.green.shadow, .shadow.button.success {
  box-shadow: 0px 4px 0px #197b4b;
}

.button.green.shadow:active, .shadow.button.success:active {
  box-shadow: 0px 2px 0px #197b4b;
}

.button.green.flat, .flat.button.success {
  box-shadow: none;
}

.button.gradient-blue {
  color: white;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: #105390;
  background: linear-gradient(#187bd5, #105390);
  border-color: #105390;
  border-bottom-color: #0b3962;
}

.button.gradient-blue svg {
  fill: white;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-blue:hover {
  background: linear-gradient(#3794e9, #156dbe);
}

.button.blue, .button.info {
  color: white;
  border-color: #105390;
  background: #105390;
}

.button.blue svg, .button.info svg {
  fill: white;
}

.button.blue:hover, .button.info:hover {
  background: #156dbe;
}

.button.blue.outline, .outline.button.info {
  color: #105390;
  background: transparent;
}

.button.blue.outline:hover, .outline.button.info:hover {
  color: white;
  background: #105390;
}

.button.blue.outline:hover svg, .outline.button.info:hover svg {
  fill: white;
}

.button.blue.outline svg, .outline.button.info svg {
  fill: #105390;
}

.button.blue.shadow, .shadow.button.info {
  box-shadow: 0px 4px 0px #0b3962;
}

.button.blue.shadow:active, .shadow.button.info:active {
  box-shadow: 0px 2px 0px #0b3962;
}

.button.blue.flat, .flat.button.info {
  box-shadow: none;
}

.button.gradient-purple {
  color: white;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: #7346b4;
  background: linear-gradient(#9c7bcc, #7346b4);
  border-color: #7346b4;
  border-bottom-color: #5c388f;
}

.button.gradient-purple svg {
  fill: white;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-purple:hover {
  background: linear-gradient(#b7a0da, #8e69c4);
}

.button.purple {
  color: white;
  border-color: #7346b4;
  background: #7346b4;
}

.button.purple svg {
  fill: white;
}

.button.purple:hover {
  background: #8e69c4;
}

.button.purple.outline {
  color: #7346b4;
  background: transparent;
}

.button.purple.outline:hover {
  color: white;
  background: #7346b4;
}

.button.purple.outline:hover svg {
  fill: white;
}

.button.purple.outline svg {
  fill: #7346b4;
}

.button.purple.shadow {
  box-shadow: 0px 4px 0px #5c388f;
}

.button.purple.shadow:active {
  box-shadow: 0px 2px 0px #5c388f;
}

.button.purple.flat {
  box-shadow: none;
}

.button.gradient-red {
  color: white;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: #A50000;
  background: linear-gradient(#f20000, #A50000);
  border-color: #A50000;
  border-bottom-color: #720000;
}

.button.gradient-red svg {
  fill: white;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-red:hover {
  background: linear-gradient(#ff2525, #d80000);
}

.button.red, .button.alert {
  color: white;
  border-color: #A50000;
  background: #A50000;
}

.button.red svg, .button.alert svg {
  fill: white;
}

.button.red:hover, .button.alert:hover {
  background: #d80000;
}

.button.red.outline, .outline.button.alert {
  color: #A50000;
  background: transparent;
}

.button.red.outline:hover, .outline.button.alert:hover {
  color: white;
  background: #A50000;
}

.button.red.outline:hover svg, .outline.button.alert:hover svg {
  fill: white;
}

.button.red.outline svg, .outline.button.alert svg {
  fill: #A50000;
}

.button.red.shadow, .shadow.button.alert {
  box-shadow: 0px 4px 0px #720000;
}

.button.red.shadow:active, .shadow.button.alert:active {
  box-shadow: 0px 2px 0px #720000;
}

.button.red.flat, .flat.button.alert {
  box-shadow: none;
}

.button.gradient-pink {
  color: #c2033f;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  background: #fd7aa3;
  background: linear-gradient(#fec5d7, #fd7aa3);
  border-color: #fd7aa3;
  border-bottom-color: #fc4880;
}

.button.gradient-pink svg {
  fill: #c2033f;
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.button.gradient-pink:hover {
  background: linear-gradient(#fff8fa, #feacc6);
}

.button.pink {
  color: white;
  border-color: #fd7aa3;
  background: #fd7aa3;
}

.button.pink svg {
  fill: white;
}

.button.pink:hover {
  background: #feacc6;
}

.button.pink.outline {
  color: #fd7aa3;
  background: transparent;
}

.button.pink.outline:hover {
  color: white;
  background: #fd7aa3;
}

.button.pink.outline:hover svg {
  fill: white;
}

.button.pink.outline svg {
  fill: #fd7aa3;
}

.button.pink.shadow {
  box-shadow: 0px 4px 0px #fc4880;
}

.button.pink.shadow:active {
  box-shadow: 0px 2px 0px #fc4880;
}

.button.pink.flat {
  box-shadow: none;
}

.button.gradient-orange {
  color: white;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: #FFAB00;
  background: linear-gradient(#ffc44d, #FFAB00);
  border-color: #FFAB00;
  border-bottom-color: #cc8900;
}

.button.gradient-orange svg {
  fill: white;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-orange:hover {
  background: linear-gradient(#ffd580, #ffbc33);
}

.button.orange, .button.warning {
  color: white;
  border-color: #FFAB00;
  background: #FFAB00;
}

.button.orange svg, .button.warning svg {
  fill: white;
}

.button.orange:hover, .button.warning:hover {
  background: #ffbc33;
}

.button.orange.outline, .outline.button.warning {
  color: #FFAB00;
  background: transparent;
}

.button.orange.outline:hover, .outline.button.warning:hover {
  color: white;
  background: #FFAB00;
}

.button.orange.outline:hover svg, .outline.button.warning:hover svg {
  fill: white;
}

.button.orange.outline svg, .outline.button.warning svg {
  fill: #FFAB00;
}

.button.orange.shadow, .shadow.button.warning {
  box-shadow: 0px 4px 0px #cc8900;
}

.button.orange.shadow:active, .shadow.button.warning:active {
  box-shadow: 0px 2px 0px #cc8900;
}

.button.orange.flat, .flat.button.warning {
  box-shadow: none;
}

.button.gradient-yellow {
  color: white;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: #CDB100;
  background: linear-gradient(#ffe01b, #CDB100);
  border-color: #CDB100;
  border-bottom-color: #9a8500;
}

.button.gradient-yellow svg {
  fill: white;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-yellow:hover {
  background: linear-gradient(#ffe74d, #ffdc01);
}

.button.yellow {
  color: white;
  border-color: #CDB100;
  background: #CDB100;
}

.button.yellow svg {
  fill: white;
}

.button.yellow:hover {
  background: #ffdc01;
}

.button.yellow.outline {
  color: #CDB100;
  background: transparent;
}

.button.yellow.outline:hover {
  color: white;
  background: #CDB100;
}

.button.yellow.outline:hover svg {
  fill: white;
}

.button.yellow.outline svg {
  fill: #CDB100;
}

.button.yellow.shadow {
  box-shadow: 0px 4px 0px #9a8500;
}

.button.yellow.shadow:active {
  box-shadow: 0px 2px 0px #9a8500;
}

.button.yellow.flat {
  box-shadow: none;
}

.button.gradient-white {
  color: #a6a6a6;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  color: #404040;
  background: white;
  background: linear-gradient(white, #e6e6e6);
  border-color: #d9d9d9;
  border-bottom-color: #bfbfbf;
}

.button.gradient-white svg {
  fill: #a6a6a6;
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.button.gradient-white:hover {
  background: linear-gradient(#f2f2f2, #d9d9d9);
}

.button.white {
  color: #404040;
  border-color: #d9d9d9;
  background: white;
}

.button.white svg {
  fill: white;
}

.button.white:hover {
  background: #e6e6e6;
}

.button.white.outline {
  color: white;
  background: transparent;
}

.button.white.outline:hover {
  color: black;
  background: white;
}

.button.white.outline:hover svg {
  fill: white;
}

.button.white.outline svg {
  fill: white;
}

.button.white.shadow {
  box-shadow: 0px 4px 0px #e6e6e6;
}

.button.white.shadow:active {
  box-shadow: 0px 2px 0px #e6e6e6;
}

.button.white.flat {
  box-shadow: none;
}

.button.gradient-grey {
  color: #efefef;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: #303030;
  background: linear-gradient(#565656, #303030);
  border-color: #303030;
  border-bottom-color: #171717;
}

.button.gradient-grey svg {
  fill: #efefef;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-grey:hover {
  background: linear-gradient(#707070, #4a4a4a);
}

.button.grey {
  color: white;
  border-color: #303030;
  background: #303030;
}

.button.grey svg {
  fill: white;
}

.button.grey:hover {
  background: #4a4a4a;
}

.button.grey.outline {
  color: #303030;
  background: transparent;
}

.button.grey.outline:hover {
  color: white;
  background: #303030;
}

.button.grey.outline:hover svg {
  fill: white;
}

.button.grey.outline svg {
  fill: #303030;
}

.button.grey.shadow {
  box-shadow: 0px 4px 0px #171717;
}

.button.grey.shadow:active {
  box-shadow: 0px 2px 0px #171717;
}

.button.grey.flat {
  box-shadow: none;
}

.button.gradient-black {
  color: #bfbfbf;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  background: black;
  background: linear-gradient(#404040, black);
  border-color: black;
  border-bottom-color: black;
}

.button.gradient-black svg {
  fill: #bfbfbf;
  -webkit-filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.5));
}

.button.gradient-black:hover {
  background: linear-gradient(#595959, #1a1a1a);
}

.button.black {
  color: white;
  border-color: black;
  background: black;
}

.button.black svg {
  fill: white;
}

.button.black:hover {
  background: #1a1a1a;
}

.button.black.outline {
  color: black;
  background: transparent;
}

.button.black.outline:hover {
  color: white;
  background: black;
}

.button.black.outline:hover svg {
  fill: white;
}

.button.black.outline svg {
  fill: black;
}

.button.black.shadow {
  box-shadow: 0px 4px 0px black;
}

.button.black.shadow:active {
  box-shadow: 0px 2px 0px black;
}

.button.black.flat {
  box-shadow: none;
}

.button.gradient-brown {
  color: #5d4c22;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  background: #c8ad69;
  background: linear-gradient(#ddcca1, #c8ad69);
  border-color: #c8ad69;
  border-bottom-color: #ba9844;
}

.button.gradient-brown svg {
  fill: #5d4c22;
  -webkit-filter: drop-shadow(0px 1px rgba(255, 255, 255, 0.5));
}

.button.gradient-brown:hover {
  background: linear-gradient(#eae0c6, #d6c18e);
}

.button.brown {
  color: white;
  border-color: #c8ad69;
  background: #c8ad69;
}

.button.brown svg {
  fill: white;
}

.button.brown:hover {
  background: #d6c18e;
}

.button.brown.outline {
  color: #c8ad69;
  background: transparent;
}

.button.brown.outline:hover {
  color: white;
  background: #c8ad69;
}

.button.brown.outline:hover svg {
  fill: white;
}

.button.brown.outline svg {
  fill: #c8ad69;
}

.button.brown.shadow {
  box-shadow: 0px 4px 0px #ba9844;
}

.button.brown.shadow:active {
  box-shadow: 0px 2px 0px #ba9844;
}

.button.brown.flat {
  box-shadow: none;
}

.button.select.primary:after {
  border-top-color: white;
}

.button.select.secondary:after {
  border-top-color: #ddfdef;
}

.button.select.alt:after {
  border-top-color: white;
}

.button.select.green:after, .select.button.success:after {
  border-top-color: #d1f5e3;
}

.button.select.blue:after, .select.button.info:after {
  border-top-color: #aad1f6;
}

.button.select.purple:after {
  border-top-color: #fcfbfe;
}

.button.select.red:after, .select.button.alert:after {
  border-top-color: #ffa5a5;
}

.button.select.pink:after {
  border-top-color: white;
}

.button.select.orange:after, .select.button.warning:after {
  border-top-color: white;
}

.button.select.yellow:after {
  border-top-color: #fff8cd;
}

.button.select.white:after {
  border-top-color: white;
}

.button.select.grey:after {
  border-top-color: #b0b0b0;
}

.button.select.black:after {
  border-top-color: gray;
}

.button.select.brown:after {
  border-top-color: white;
}

.button.select.outline.primary:after {
  border-top-color: #ff77e4;
}

.button.select.outline.secondary:after {
  border-top-color: #0dce79;
}

.button.select.outline.alt:after {
  border-top-color: #ECF0F1;
}

.button.select.outline.green:after, .select.outline.button.success:after {
  border-top-color: #22A565;
}

.button.select.outline.blue:after, .select.outline.button.info:after {
  border-top-color: #105390;
}

.button.select.outline.purple:after {
  border-top-color: #7346b4;
}

.button.select.outline.red:after, .select.outline.button.alert:after {
  border-top-color: #A50000;
}

.button.select.outline.pink:after {
  border-top-color: #fd7aa3;
}

.button.select.outline.orange:after, .select.outline.button.warning:after {
  border-top-color: #FFAB00;
}

.button.select.outline.yellow:after {
  border-top-color: #CDB100;
}

.button.select.outline.white:after {
  border-top-color: white;
}

.button.select.outline.grey:after {
  border-top-color: #303030;
}

.button.select.outline.black:after {
  border-top-color: black;
}

.button.select.outline.brown:after {
  border-top-color: #c8ad69;
}

.button.select.outline:hover.primary:after {
  border-top-color: white;
}

.button.select.outline:hover.secondary:after {
  border-top-color: #ddfdef;
}

.button.select.outline:hover.alt:after {
  border-top-color: white;
}

.button.select.outline:hover.green:after, .select.outline.button.success:hover:after {
  border-top-color: #d1f5e3;
}

.button.select.outline:hover.blue:after, .select.outline.button.info:hover:after {
  border-top-color: #aad1f6;
}

.button.select.outline:hover.purple:after {
  border-top-color: #fcfbfe;
}

.button.select.outline:hover.red:after, .select.outline.button.alert:hover:after {
  border-top-color: #ffa5a5;
}

.button.select.outline:hover.pink:after {
  border-top-color: white;
}

.button.select.outline:hover.orange:after, .select.outline.button.warning:hover:after {
  border-top-color: white;
}

.button.select.outline:hover.yellow:after {
  border-top-color: #fff8cd;
}

.button.select.outline:hover.white:after {
  border-top-color: white;
}

.button.select.outline:hover.grey:after {
  border-top-color: #b0b0b0;
}

.button.select.outline:hover.black:after {
  border-top-color: gray;
}

.button.select.outline:hover.brown:after {
  border-top-color: white;
}

.button-group, .buttonset {
  display: inline-block;
}

.button-group .button, .buttonset .button {
  margin: 0 -2px;
}

.button-group .button:first-child, .buttonset .button:first-child {
  margin-left: 0px;
}

.button-group .button:last-child, .buttonset .button:last-child {
  margin-right: 0px;
}

.ribbon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.ribbon svg {
  heigth: 32px;
}

.ribbon.primary div {
  color: white;
  background: #ff77e4;
  border: 1px solid #ff77e4;
}

.ribbon.primary div svg {
  fill: white;
}

.ribbon.primary:before, .ribbon.primary:after {
  border: 17px solid #ff44da;
}

.ribbon.secondary div {
  color: white;
  background: #0dce79;
  border: 1px solid #0dce79;
}

.ribbon.secondary div svg {
  fill: white;
}

.ribbon.secondary:before, .ribbon.secondary:after {
  border: 17px solid #0a9e5d;
}

.ribbon.alt div {
  color: white;
  background: #ECF0F1;
  border: 1px solid #ECF0F1;
}

.ribbon.alt div svg {
  fill: white;
}

.ribbon.alt:before, .ribbon.alt:after {
  border: 17px solid #cfd9db;
}

.ribbon.green div {
  color: white;
  background: #22A565;
  border: 1px solid #22A565;
}

.ribbon.green div svg {
  fill: white;
}

.ribbon.green:before, .ribbon.green:after {
  border: 17px solid #197b4b;
}

.ribbon.blue div {
  color: white;
  background: #105390;
  border: 1px solid #105390;
}

.ribbon.blue div svg {
  fill: white;
}

.ribbon.blue:before, .ribbon.blue:after {
  border: 17px solid #0b3962;
}

.ribbon.purple div {
  color: white;
  background: #7346b4;
  border: 1px solid #7346b4;
}

.ribbon.purple div svg {
  fill: white;
}

.ribbon.purple:before, .ribbon.purple:after {
  border: 17px solid #5c388f;
}

.ribbon.red div {
  color: white;
  background: #A50000;
  border: 1px solid #A50000;
}

.ribbon.red div svg {
  fill: white;
}

.ribbon.red:before, .ribbon.red:after {
  border: 17px solid #720000;
}

.ribbon.pink div {
  color: white;
  background: #fd7aa3;
  border: 1px solid #fd7aa3;
}

.ribbon.pink div svg {
  fill: white;
}

.ribbon.pink:before, .ribbon.pink:after {
  border: 17px solid #fc4880;
}

.ribbon.orange div {
  color: white;
  background: #FFAB00;
  border: 1px solid #FFAB00;
}

.ribbon.orange div svg {
  fill: white;
}

.ribbon.orange:before, .ribbon.orange:after {
  border: 17px solid #cc8900;
}

.ribbon.yellow div {
  color: white;
  background: #CDB100;
  border: 1px solid #CDB100;
}

.ribbon.yellow div svg {
  fill: white;
}

.ribbon.yellow:before, .ribbon.yellow:after {
  border: 17px solid #9a8500;
}

.ribbon.white div {
  color: white;
  background: white;
  border: 1px solid white;
}

.ribbon.white div svg {
  fill: white;
}

.ribbon.white:before, .ribbon.white:after {
  border: 17px solid #e6e6e6;
}

.ribbon.grey div {
  color: white;
  background: #303030;
  border: 1px solid #303030;
}

.ribbon.grey div svg {
  fill: white;
}

.ribbon.grey:before, .ribbon.grey:after {
  border: 17px solid #171717;
}

.ribbon.black div {
  color: white;
  background: black;
  border: 1px solid black;
}

.ribbon.black div svg {
  fill: white;
}

.ribbon.black:before, .ribbon.black:after {
  border: 17px solid black;
}

.ribbon.brown div {
  color: white;
  background: #c8ad69;
  border: 1px solid #c8ad69;
}

.ribbon.brown div svg {
  fill: white;
}

.ribbon.brown:before, .ribbon.brown:after {
  border: 17px solid #ba9844;
}

.ribbon:before {
  content: '';
  display: block;
  position: absolute;
  left: -32px;
  top: 8px;
  border-right-width: 1.5em;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  border: 17px solid #171717;
  border-left-color: transparent !important;
}

.ribbon:after {
  content: '';
  display: block;
  position: absolute;
  right: -32px;
  top: 8px;
  border-right-width: 1.5em;
  box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
  border: 17px solid #171717;
  border-right-color: transparent !important;
}

.ribbon div {
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  padding: 0px 16px;
  color: white;
  background: grey;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"] {
  border: 1px solid #cccccc;
  background: white;
  height: 32px;
  font-size: 1em;
  font-family: inherit;
  padding: 0px 8px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  margin: 0px;
  transition: all 0.5s ease;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input.xsmall {
  height: 24px;
  font-size: 10px;
}

input.small {
  height: 28px;
  font-size: 12px;
}

input.large {
  height: 44px;
  font-size: 16px;
}

input.xlarge {
  height: 52px;
  font-size: 18px;
}

select {
  border: 1px solid #cccccc;
  background: white;
  height: 32px;
  font-size: 1em;
  font-family: inherit;
  padding: 0px 8px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  margin: 0px;
  border-radius: 0px;
  transition: all 0.5s ease;
}

select:focus {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

::-webkit-input-placeholder {
  color: #a6a6a6;
}

:-moz-placeholder {
  color: #a6a6a6;
}

::-moz-placeholder {
  color: #a6a6a6;
}

:-ms-input-placeholder {
  color: #a6a6a6;
}

textarea {
  resize: vertical;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding: 8px;
  font-size: 1em;
  font-family: inherit;
  transition: box-shadow 0.1s ease;
}

textarea:focus {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.checkbox {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: -4px;
  line-height: 16px;
  vertical-align: middle;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

.checkbox label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: linear-gradient(top, #222 0%, #45484d 100%);
}

.checkbox label:before {
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.checkbox label:hover:before {
  opacity: 0.3;
}

.checkbox + label {
  padding-left: 8px;
  cursor: pointer;
  margin-right: 16px;
}

.radio {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: -4px;
  line-height: 16px;
  vertical-align: middle;
}

.radio input[type="radio"] {
  display: none;
}

.radio input[type="radio"]:checked + label:before {
  opacity: 1;
}

.radio label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  border-radius: 50%;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: linear-gradient(top, #222 0%, #45484d 100%);
}

.radio label:before {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fcfff4;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}

.radio label:hover:before {
  opacity: 0.3;
}

.radio + label {
  padding-left: 8px;
  cursor: pointer;
  margin-right: 16px;
}

.toggle {
  width: 80px;
  height: 26px;
  background: #333;
  border-radius: 50px;
  position: relative;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.toggle input[type="checkbox"] {
  display: none;
}

.toggle input[type="checkbox"]:checked + label {
  left: 43px;
}

.toggle:before {
  content: 'ON';
  font: 12px/26px Arial, sans-serif;
  color: #22A565;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 0px 1px 0px black;
}

.toggle:after {
  content: 'OFF';
  font: 12px/26px Arial, sans-serif;
  color: black;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.toggle label {
  display: block;
  width: 34px;
  height: 20px;
  border-radius: 50px;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: white;
}

.select {
  overflow: hidden;
  border: 1px solid #cccccc;
  background: white;
  display: inline-block;
  position: relative;
  height: 32px;
  padding: 0px;
  vertical-align: middle;
}

.select select {
  border: 0px;
  margin: 0px;
  height: 30px;
  width: 100%;
  background: transparent;
  font-size: 1em;
  font-family: inherit;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 6px;
  padding-right: 44px;
  margin-right: -18px;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select select option {
  color: black;
  background: white;
  font: inherit;
}

.select:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid black;
  top: 12px;
  right: 10px;
  position: absolute;
  pointer-events: none;
}

.rating svg {
  width: 18px;
  height: 18px;
  fill: rgba(0, 0, 0, 0.25);
  display: block;
}

.rating svg:hover {
  fill: #F9B900;
}

.rating label {
  display: block;
  float: left;
  cursor: pointer;
}

.rating .hover svg {
  fill: #F9B900;
}

.rating input {
  display: none;
}

fieldset {
  display: block;
}

fieldset.group {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset.group input {
  display: block;
  margin: 0;
}

fieldset.group .icon {
  position: relative;
}

fieldset.group .icon svg {
  position: absolute;
  top: 8px;
  right: 8px;
  pointer-events: none;
}

fieldset.form {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset.form input:not([type="submit"]) {
  width: 100%;
}

fieldset.form textarea {
  width: 100%;
  min-height: 64px;
}

fieldset.form label {
  margin-bottom: 4px;
  display: block;
  color: #a6a6a6;
}

.drop-down-toggle {
  position: relative;
  display: inline-block;
}

div.drop-down {
  padding: 8px;
  white-space: normal;
}

div.drop-down hr {
  margin-left: -8px;
  margin-right: -8px;
}

.drop-down {
  position: absolute;
  top: 100%;
  z-index: 9;
  display: none;
  list-style: none;
  overflow: visible;
  padding: 4px 0;
  white-space: nowrap;
}

.drop-down.anchor-left {
  left: 0px;
}

.drop-down.anchor-left.tip {
  margin-top: 8px;
  border-top-left-radius: 0px;
}

.drop-down.anchor-left.tip:before {
  content: '';
  top: -8px;
  left: 3px;
  width: 16px;
  height: 16px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  z-index: -1;
}

.drop-down.anchor-right {
  right: 0px;
}

.drop-down.anchor-right.tip {
  margin-top: 8px;
  border-top-right-radius: 0px;
}

.drop-down.anchor-right.tip:before {
  content: '';
  top: -8px;
  right: 3px;
  width: 16px;
  height: 16px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  z-index: -1;
}

.drop-down.anchor-top {
  top: auto;
  bottom: 100%;
}

.drop-down.anchor-top.anchor-left {
  left: 0px;
}

.drop-down.anchor-top.anchor-left.tip {
  margin-top: 0px;
  margin-bottom: 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0px;
}

.drop-down.anchor-top.anchor-left.tip:before {
  content: '';
  top: auto;
  bottom: -8px;
  left: 3px;
  width: 16px;
  height: 16px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  z-index: -1;
}

.drop-down.anchor-top.anchor-right {
  right: 0px;
}

.drop-down.anchor-top.anchor-right.tip {
  margin-top: 0px;
  margin-bottom: 8px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
}

.drop-down.anchor-top.anchor-right.tip:before {
  content: '';
  top: auto;
  bottom: -8px;
  right: 3px;
  width: 16px;
  height: 16px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  z-index: -1;
}

.drop-down.width-xsmall {
  width: 160px;
}

.drop-down.width-small {
  width: 256px;
}

.drop-down.width-medium {
  width: 320px;
}

.drop-down.width-large {
  width: 480px;
}

.drop-down.width-xlarge {
  wdith: 600px;
}

.drop-down li a {
  padding: 6px 12px;
  display: block;
}

.drop-down hr {
  margin-left: -4px;
  margin-right: -4px;
}

.tooltip-toggle {
  position: relative;
}

.tooltip {
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  padding: 6px 8px;
  color: white;
  position: relative;
  opacity: 0.8;
  position: absolute;
  line-height: 1;
  pointer-events: none;
  display: none;
  z-index: 10;
  margin-top: -8px;
}

.tooltip:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
  border-bottom: 0px;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: 0px;
}

.tooltip:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(255, 255, 255, 0.8);
  border-bottom: 0px;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: 1px;
}

.tooltip.tooltip-right {
  margin-left: 8px;
  margin-top: 0px;
}

.tooltip.tooltip-right:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid black;
  border-left: 0px;
  top: 50%;
  right: 100%;
  left: initial;
  margin-top: -8px;
}

.tooltip.tooltip-bottom {
  margin-top: 8px;
}

.tooltip.tooltip-bottom:after {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
  border-top: 0px;
  top: initial;
  bottom: 100%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.tooltip.tooltip-left {
  margin-left: -8px;
  margin-top: 0px;
}

.tooltip.tooltip-left:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid black;
  top: 50%;
  left: 100%;
  right: initial;
  margin-top: -8px;
  margin-left: 0px;
  margin-right: -8px;
}

svg {
  width: 24px;
  height: 25px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  fill: currentColor;
}

svg .icon-medium {
  width: 14px;
}

svg .icon-large {
  width: 16px;
}

svg .icon-xlarge {
  width: 32px;
}

h1 svg {
  width: 48px;
  height: 48px;
}

h2 svg {
  width: 36px;
  height: 36px;
}

h3 svg {
  width: 30px;
  height: 30px;
}

h4 svg, .banner p svg {
  width: 24px;
  height: 24px;
}

h5 svg {
  width: 16px;
  height: 16px;
}

h6 svg {
  width: 14px;
  height: 14px;
}

.icon-xsmall {
  width: 16px;
  height: 16px;
}

.icon-small {
  width: 32px;
  height: 32px;
}

.icon-medium {
  width: 64px;
  height: 64px;
}

.icon-large {
  width: 128px;
  height: 128px;
}

.icon-xlarge {
  width: 196px;
  height: 196px;
}

.table {
  overflow: auto;
  width: 100%;
  border: 1px solid #cccccc;
}

.table table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}

.table table thead {
  background: #e6e6e6;
}

.table tr:nth-child(odd) > td {
  background: #f2f2f2;
}

.table th {
  padding: 8px 16px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

.table th:last-child {
  border-right: 0;
}

.table td {
  padding: 8px 16px;
  border-right: 1px solid #cccccc;
}

.table td:last-child {
  border-right: 0;
}

.pager ul {
  white-space: nowrap;
}

.pager ul:after {
  clear: both;
  content: '';
  display: block;
}

.pager li {
  display: inline-block;
  margin-right: -4px;
}

.pager li a {
  padding: 0px 12px;
  height: 32px;
  line-height: 32px;
  background: #e6e6e6;
  position: relative;
  border: 1px solid #cccccc;
  border-right: 0px;
}

.pager li a:hover {
  background: #105390;
  color: white;
}

.pager li:last-child a {
  border-right: 1px solid #cccccc;
}

.wizard ul {
  white-space: nowrap;
}

.wizard ul:after {
  clear: both;
  content: '';
  display: block;
}

.wizard ul li {
  margin-right: -4px;
  margin-bottom: -4px;
  display: inline-block;
}

.wizard ul li:first-child a {
  padding-left: 16px;
}

.wizard ul li a {
  background: #e6e6e6;
  position: relative;
  line-height: 30px;
  height: 32px;
  padding-right: 18px;
  padding-left: 32px;
  border: 1px solid #cccccc;
}

.wizard ul li a:hover {
  background: #105390;
  color: white;
}

.wizard ul li a:hover:after {
  background: #105390;
}

.wizard ul li a:after {
  position: absolute;
  top: 4px;
  right: -11px;
  z-index: 1;
  display: block;
  width: 22px;
  height: 22px;
  background: #e6e6e6;
  box-shadow: 1px -1px 0px #cccccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  transition: background 0.1s ease-out;
}

.breadcrumbs {
  background: linear-gradient(white, #f2f2f2);
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  margin-bottom: 32px;
}

.breadcrumbs ul {
  max-width: 1024px;
  margin: 0 auto;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li a {
  height: 32px;
  line-height: 30px;
  padding: 0px 4px;
}

.breadcrumbs li:before {
  content: '/';
  display: inline-block;
  margin: 0px 8px;
}

.breadcrumbs li:first-child a {
  padding-left: 16px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs li:last-child {
  padding-right: 16px;
}

.tags {
  overflow: hidden;
  font-size: 12px;
}

.tags li {
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
}

.tags li a {
  padding: 0px 8px;
  line-height: 22px;
  height: 24px;
  background: #1a1a1a;
  border: 1px solid #595959;
  border-radius: 4px;
  color: gray;
}

.tags li a:hover {
  text-decoration: none;
  background: #262626;
  border: 1px solid #A50000;
  color: white;
}

.comments li img {
  float: left;
  margin-right: 8px;
}

.comments li .fn {
  font-weight: bold;
}

.comments li p {
  margin-left: 34px;
  padding-left: 8px;
}

.comments li .reply {
  margin-left: 34px;
  padding-left: 8px;
}

.comments li .comment-body {
  margin-bottom: 32px;
}

.comments ul ul {
  margin-left: 32px;
  padding-left: 8px;
  position: relative;
}

.comments ul ul:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 64px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  top: -48px;
  left: -24px;
}

.comments .comment-notes {
  display: none;
}

.image-wrapper {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.image-wrapper img, .image-wrapper a:not(.button) {
  width: 100%;
}

.image-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 16px 32px;
}

.image-wrapper .caption h1 {
  margin-top: 0px;
}

.image-wrapper .caption h2 {
  margin-top: 0px;
}

.image-wrapper .caption h3 {
  margin-top: 0px;
}

.image-wrapper .caption h4, .image-wrapper .caption .banner p, .banner .image-wrapper .caption p {
  margin-top: 0px;
}

.image-wrapper .caption h5 {
  margin-top: 0px;
}

.image-wrapper .caption h6 {
  margin-top: 0px;
}

.image-wrapper .caption h3 {
  text-transform: uppercase;
}

.image-wrapper .caption h5 {
  margin-bottom: 16px;
}

.image-wrapper .caption p {
  color: #a6a6a6;
}

.image-wrapper .caption a.button {
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
}

.thumbnail {
  border: 4px solid white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.thumbnail:hover {
  box-shadow: 0px 1px 8px #105390;
}

.vignette {
  position: relative;
}

.vignette:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center center, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
}

.content img {
  height: auto !important;
}

.slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.slider .slides {
  position: relative;
  overflow: hidden;
}

.slider .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider .slides .slide .slide-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

.slider .slides .play-pause {
  position: absolute;
  z-index: 5;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.slider .slides .play-pause svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  fill: white;
}

.slider .slides .prev, .slider .slides .next {
  position: absolute;
  z-index: 99;
  top: 0px;
  bottom: 0px;
  opacity: 0.5;
  cursor: pointer;
  transition: all ease 0.25s;
  width: 64px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider .slides .prev svg, .slider .slides .next svg {
  fill: white;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

.slider .slides .prev:hover, .slider .slides .next:hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.slider .slides .prev {
  left: 0px;
}

.slider .slides .next {
  right: 0px;
}

.slider .slides .dots {
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  padding: 4px;
  z-index: 5;
}

.slider .slides .dots .dot {
  padding: 4px;
  display: inline-block;
}

.slider .slides .dots .dot:hover:before, .slider .slides .dots .dot.active:before {
  background: white;
}

.slider .slides .dots .dot:before {
  transition: all 0.5s ease;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.slider .thumbnails .thumbnail {
  display: block;
  float: left;
  height: 97px;
  background-size: cover;
  background-position: center center;
  width: 25%;
  position: relative;
  border: 0;
  border-radius: 0;
}

.slider .thumbnails .thumbnail:hover {
  box-shadow: none;
  outline: 1px solid white;
  z-index: 1;
}

.slider .thumbnails .thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

.slider .thumbnails .thumbnail span {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  text-align: center;
  display: block;
  text-shadow: 0px 1px 8px black;
}

.slider .thumbnails .thumbnail.active {
  outline: 1px solid white;
  z-index: 1;
}

.slider .thumbnails .thumbnail.active:before {
  background: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.5);
}

.ui-tabs .ui-tabs-nav {
  z-index: 1;
  position: relative;
}

.ui-tabs .ui-tabs-nav li {
  float: left;
}

.ui-tabs .ui-tabs-nav li:first-of-type a {
  border-top-right-radius: 0px !important;
}

.ui-tabs .ui-tabs-nav li:last-of-type a {
  border-top-left-radius: 0px !important;
  border-right: 1px solid #d9d9d9;
}

.ui-tabs .ui-tabs-nav li a {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 0px;
  background: linear-gradient(to bottom, white, #f2f2f2);
  padding: 8px;
  display: block;
}

.ui-tabs .ui-tabs-nav li a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .ui-tabs .ui-tabs-nav li a span {
    display: none;
  }
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
  margin-bottom: -1px !important;
  border-bottom: 1px solid white;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #105390;
  box-shadow: inset 0px 3px #105390;
  background: white;
  opacity: 1;
}

.ui-tabs .ui-tabs-panel {
  clear: left;
  border-top-width: 1px;
}

.ui-dialog {
  z-index: 9999;
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.5);
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.ui-dialog .ui-dialog-titlebar {
  background: #404040;
  background: linear-gradient(#404040,  #262626);
  position: relative;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: block;
  text-align: center;
  color: white;
  line-height: 32px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: rgba(255, 255, 255, 0.1);
  transition: all ease 0.25s;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  color: white;
  height: 32px;
  width: 32px;
  padding: 8px;
  cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close svg {
  height: 15px;
  width: 15px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ui-dialog .ui-dialog-content {
  background: white;
}

@media (max-width: 768px) {
  .ui-dialog {
    width: 100% !important;
  }
}

.ui-widget-overlay {
  background: black;
  opacity: 0.5;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* testing */
}

.flex .box {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex.padded {
  margin-left: -8px;
}

.flex.padded > div {
  padding-left: 8px;
  margin-bottom: 8px;
}

.flex.padded-xsmall {
  margin-left: -4px;
}

.flex.padded-xsmall > div {
  padding-left: 4px;
  margin-bottom: 4px;
}

.flex.padded-small {
  margin-left: -8px;
}

.flex.padded-small > div {
  padding-left: 8px;
  margin-bottom: 8px;
}

.flex.padded-medium {
  margin-left: -16px;
}

.flex.padded-medium > div {
  padding-left: 16px;
  margin-bottom: 16px;
}

.flex.padded-large {
  margin-left: -24px;
}

.flex.padded-large > div {
  padding-left: 24px;
  margin-bottom: 24px;
}

.flex.padded-xlarge {
  margin-left: -32px;
}

.flex.padded-xlarge > div {
  padding-left: 32px;
  margin-bottom: 32px;
}

.flex.padded-x1 {
  margin-left: -8px;
}

.flex.padded-x1 > div {
  padding-left: 8px;
  margin-bottom: 8px;
}

.flex.padded-x2 {
  margin-left: -16px;
}

.flex.padded-x2 > div {
  padding-left: 16px;
  margin-bottom: 16px;
}

.flex.padded-x3 {
  margin-left: -24px;
}

.flex.padded-x3 > div {
  padding-left: 24px;
  margin-bottom: 24px;
}

.flex.padded-x4 {
  margin-left: -32px;
}

.flex.padded-x4 > div {
  padding-left: 32px;
  margin-bottom: 32px;
}

.flex.padded-x5 {
  margin-left: -40px;
}

.flex.padded-x5 > div {
  padding-left: 40px;
  margin-bottom: 40px;
}

.flex.padded-x6 {
  margin-left: -48px;
}

.flex.padded-x6 > div {
  padding-left: 48px;
  margin-bottom: 48px;
}

.flex.padded-x7 {
  margin-left: -56px;
}

.flex.padded-x7 > div {
  padding-left: 56px;
  margin-bottom: 56px;
}

.flex.padded-x8 {
  margin-left: -64px;
}

.flex.padded-x8 > div {
  padding-left: 64px;
  margin-bottom: 64px;
}

.flex.padded-x9 {
  margin-left: -72px;
}

.flex.padded-x9 > div {
  padding-left: 72px;
  margin-bottom: 72px;
}

.flex.padded-x10 {
  margin-left: -80px;
}

.flex.padded-x10 > div {
  padding-left: 80px;
  margin-bottom: 80px;
}

.flex.padded-x11 {
  margin-left: -88px;
}

.flex.padded-x11 > div {
  padding-left: 88px;
  margin-bottom: 88px;
}

.flex.padded-x12 {
  margin-left: -96px;
}

.flex.padded-x12 > div {
  padding-left: 96px;
  margin-bottom: 96px;
}

.flex.padded-x13 {
  margin-left: -104px;
}

.flex.padded-x13 > div {
  padding-left: 104px;
  margin-bottom: 104px;
}

.flex.padded-x14 {
  margin-left: -112px;
}

.flex.padded-x14 > div {
  padding-left: 112px;
  margin-bottom: 112px;
}

.flex.padded-x15 {
  margin-left: -120px;
}

.flex.padded-x15 > div {
  padding-left: 120px;
  margin-bottom: 120px;
}

.flex.padded-x16 {
  margin-left: -128px;
}

.flex.padded-x16 > div {
  padding-left: 128px;
  margin-bottom: 128px;
}

.flex .box0 {
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.flex .box1 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex .box2 {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.flex .box3 {
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.flex .box4 {
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.flex .box5 {
  -webkit-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.flex .box6 {
  -webkit-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

.flex .box7 {
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.flex .box8 {
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.flex .box9 {
  -webkit-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

.flex .box10 {
  -webkit-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

@media (max-width: 800px) {
  .flex.responsive div[class*='box'] {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.flex .xlarge-box-1, .flex .box-1 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 8.33333%;
}

.flex .xlarge-box-2, .flex .box-2 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 16.66667%;
}

.flex .xlarge-box-3, .flex .box-3 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 25%;
}

.flex .xlarge-box-4, .flex .box-4 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 33.33333%;
}

.flex .xlarge-box-5, .flex .box-5 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 41.66667%;
}

.flex .xlarge-box-6, .flex .box-6 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 50%;
}

.flex .xlarge-box-7, .flex .box-7 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 58.33333%;
}

.flex .xlarge-box-8, .flex .box-8 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 66.66667%;
}

.flex .xlarge-box-9, .flex .box-9 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 75%;
}

.flex .xlarge-box-10, .flex .box-10 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 83.33333%;
}

.flex .xlarge-box-11, .flex .box-11 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 91.66667%;
}

.flex .xlarge-box-12, .flex .box-12 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100%;
}

@media (max-width: 1280px) {
  .flex .xlarge-box-1 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 8.33333%;
  }
  .flex .xlarge-box-2 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 16.66667%;
  }
  .flex .xlarge-box-3 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 25%;
  }
  .flex .xlarge-box-4 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 33.33333%;
  }
  .flex .xlarge-box-5 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 41.66667%;
  }
  .flex .xlarge-box-6 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 50%;
  }
  .flex .xlarge-box-7 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 58.33333%;
  }
  .flex .xlarge-box-8 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 66.66667%;
  }
  .flex .xlarge-box-9 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 75%;
  }
  .flex .xlarge-box-10 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 83.33333%;
  }
  .flex .xlarge-box-11 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 91.66667%;
  }
  .flex .xlarge-box-12 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
  }
}

@media (max-width: 1024px) {
  .flex .large-box-1 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 8.33333%;
  }
  .flex .large-box-2 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 16.66667%;
  }
  .flex .large-box-3 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 25%;
  }
  .flex .large-box-4 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 33.33333%;
  }
  .flex .large-box-5 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 41.66667%;
  }
  .flex .large-box-6 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 50%;
  }
  .flex .large-box-7 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 58.33333%;
  }
  .flex .large-box-8 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 66.66667%;
  }
  .flex .large-box-9 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 75%;
  }
  .flex .large-box-10 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 83.33333%;
  }
  .flex .large-box-11 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 91.66667%;
  }
  .flex .large-box-12 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .flex .medium-box-1 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 8.33333%;
  }
  .flex .medium-box-2 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 16.66667%;
  }
  .flex .medium-box-3 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 25%;
  }
  .flex .medium-box-4 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 33.33333%;
  }
  .flex .medium-box-5 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 41.66667%;
  }
  .flex .medium-box-6 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 50%;
  }
  .flex .medium-box-7 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 58.33333%;
  }
  .flex .medium-box-8 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 66.66667%;
  }
  .flex .medium-box-9 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 75%;
  }
  .flex .medium-box-10 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 83.33333%;
  }
  .flex .medium-box-11 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 91.66667%;
  }
  .flex .medium-box-12 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .flex .small-box-1 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 8.33333%;
  }
  .flex .small-box-2 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 16.66667%;
  }
  .flex .small-box-3 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 25%;
  }
  .flex .small-box-4 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 33.33333%;
  }
  .flex .small-box-5 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 41.66667%;
  }
  .flex .small-box-6 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 50%;
  }
  .flex .small-box-7 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 58.33333%;
  }
  .flex .small-box-8 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 66.66667%;
  }
  .flex .small-box-9 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 75%;
  }
  .flex .small-box-10 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 83.33333%;
  }
  .flex .small-box-11 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 91.66667%;
  }
  .flex .small-box-12 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
  }
}

@media (max-width: 320px) {
  .flex .xsmall-box-1 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 8.33333%;
  }
  .flex .xsmall-box-2 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 16.66667%;
  }
  .flex .xsmall-box-3 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 25%;
  }
  .flex .xsmall-box-4 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 33.33333%;
  }
  .flex .xsmall-box-5 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 41.66667%;
  }
  .flex .xsmall-box-6 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 50%;
  }
  .flex .xsmall-box-7 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 58.33333%;
  }
  .flex .xsmall-box-8 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 66.66667%;
  }
  .flex .xsmall-box-9 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 75%;
  }
  .flex .xsmall-box-10 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 83.33333%;
  }
  .flex .xsmall-box-11 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 91.66667%;
  }
  .flex .xsmall-box-12 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
  }
}

.flex .order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.flex .order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex .order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.flex .order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.flex .order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.flex .order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.flex .order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.flex .order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.flex .order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.flex .order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.flex .order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.flex .order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.flex .order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.flex .order-13 {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.flex .order-14 {
  -webkit-order: 14;
      -ms-flex-order: 14;
          order: 14;
}

.flex .order-15 {
  -webkit-order: 15;
      -ms-flex-order: 15;
          order: 15;
}

.flex .order-16 {
  -webkit-order: 16;
      -ms-flex-order: 16;
          order: 16;
}

.flex .order-17 {
  -webkit-order: 17;
      -ms-flex-order: 17;
          order: 17;
}

.flex .order-18 {
  -webkit-order: 18;
      -ms-flex-order: 18;
          order: 18;
}

.flex .order-19 {
  -webkit-order: 19;
      -ms-flex-order: 19;
          order: 19;
}

.flex .order-20 {
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20;
}

.flex .order-21 {
  -webkit-order: 21;
      -ms-flex-order: 21;
          order: 21;
}

.flex .order-22 {
  -webkit-order: 22;
      -ms-flex-order: 22;
          order: 22;
}

.flex .order-23 {
  -webkit-order: 23;
      -ms-flex-order: 23;
          order: 23;
}

.flex .order-24 {
  -webkit-order: 24;
      -ms-flex-order: 24;
          order: 24;
}

.flex .order-25 {
  -webkit-order: 25;
      -ms-flex-order: 25;
          order: 25;
}

.flex .order-26 {
  -webkit-order: 26;
      -ms-flex-order: 26;
          order: 26;
}

.flex .order-27 {
  -webkit-order: 27;
      -ms-flex-order: 27;
          order: 27;
}

.flex .order-28 {
  -webkit-order: 28;
      -ms-flex-order: 28;
          order: 28;
}

.flex .order-29 {
  -webkit-order: 29;
      -ms-flex-order: 29;
          order: 29;
}

.flex .order-30 {
  -webkit-order: 30;
      -ms-flex-order: 30;
          order: 30;
}

.flex .order-31 {
  -webkit-order: 31;
      -ms-flex-order: 31;
          order: 31;
}

.flex .order-32 {
  -webkit-order: 32;
      -ms-flex-order: 32;
          order: 32;
}

.flex .order-33 {
  -webkit-order: 33;
      -ms-flex-order: 33;
          order: 33;
}

.flex .order-34 {
  -webkit-order: 34;
      -ms-flex-order: 34;
          order: 34;
}

.flex .order-35 {
  -webkit-order: 35;
      -ms-flex-order: 35;
          order: 35;
}

.flex .order-36 {
  -webkit-order: 36;
      -ms-flex-order: 36;
          order: 36;
}

.flex .order-37 {
  -webkit-order: 37;
      -ms-flex-order: 37;
          order: 37;
}

.flex .order-38 {
  -webkit-order: 38;
      -ms-flex-order: 38;
          order: 38;
}

.flex .order-39 {
  -webkit-order: 39;
      -ms-flex-order: 39;
          order: 39;
}

.flex .order-40 {
  -webkit-order: 40;
      -ms-flex-order: 40;
          order: 40;
}

.flex .order-41 {
  -webkit-order: 41;
      -ms-flex-order: 41;
          order: 41;
}

.flex .order-42 {
  -webkit-order: 42;
      -ms-flex-order: 42;
          order: 42;
}

.flex .order-43 {
  -webkit-order: 43;
      -ms-flex-order: 43;
          order: 43;
}

.flex .order-44 {
  -webkit-order: 44;
      -ms-flex-order: 44;
          order: 44;
}

.flex .order-45 {
  -webkit-order: 45;
      -ms-flex-order: 45;
          order: 45;
}

.flex .order-46 {
  -webkit-order: 46;
      -ms-flex-order: 46;
          order: 46;
}

.flex .order-47 {
  -webkit-order: 47;
      -ms-flex-order: 47;
          order: 47;
}

.flex .order-48 {
  -webkit-order: 48;
      -ms-flex-order: 48;
          order: 48;
}

.flex .order-49 {
  -webkit-order: 49;
      -ms-flex-order: 49;
          order: 49;
}

.flex .order-50 {
  -webkit-order: 50;
      -ms-flex-order: 50;
          order: 50;
}

.flex .order-51 {
  -webkit-order: 51;
      -ms-flex-order: 51;
          order: 51;
}

.flex .order-52 {
  -webkit-order: 52;
      -ms-flex-order: 52;
          order: 52;
}

.flex .order-53 {
  -webkit-order: 53;
      -ms-flex-order: 53;
          order: 53;
}

.flex .order-54 {
  -webkit-order: 54;
      -ms-flex-order: 54;
          order: 54;
}

.flex .order-55 {
  -webkit-order: 55;
      -ms-flex-order: 55;
          order: 55;
}

.flex .order-56 {
  -webkit-order: 56;
      -ms-flex-order: 56;
          order: 56;
}

.flex .order-57 {
  -webkit-order: 57;
      -ms-flex-order: 57;
          order: 57;
}

.flex .order-58 {
  -webkit-order: 58;
      -ms-flex-order: 58;
          order: 58;
}

.flex .order-59 {
  -webkit-order: 59;
      -ms-flex-order: 59;
          order: 59;
}

.flex .order-60 {
  -webkit-order: 60;
      -ms-flex-order: 60;
          order: 60;
}

.flex .order-61 {
  -webkit-order: 61;
      -ms-flex-order: 61;
          order: 61;
}

.flex .order-62 {
  -webkit-order: 62;
      -ms-flex-order: 62;
          order: 62;
}

.flex .order-63 {
  -webkit-order: 63;
      -ms-flex-order: 63;
          order: 63;
}

.flex .order-64 {
  -webkit-order: 64;
      -ms-flex-order: 64;
          order: 64;
}

.flex .order-65 {
  -webkit-order: 65;
      -ms-flex-order: 65;
          order: 65;
}

.flex .order-66 {
  -webkit-order: 66;
      -ms-flex-order: 66;
          order: 66;
}

.flex .order-67 {
  -webkit-order: 67;
      -ms-flex-order: 67;
          order: 67;
}

.flex .order-68 {
  -webkit-order: 68;
      -ms-flex-order: 68;
          order: 68;
}

.flex .order-69 {
  -webkit-order: 69;
      -ms-flex-order: 69;
          order: 69;
}

.flex .order-70 {
  -webkit-order: 70;
      -ms-flex-order: 70;
          order: 70;
}

.flex .order-71 {
  -webkit-order: 71;
      -ms-flex-order: 71;
          order: 71;
}

.flex .order-72 {
  -webkit-order: 72;
      -ms-flex-order: 72;
          order: 72;
}

.flex .order-73 {
  -webkit-order: 73;
      -ms-flex-order: 73;
          order: 73;
}

.flex .order-74 {
  -webkit-order: 74;
      -ms-flex-order: 74;
          order: 74;
}

.flex .order-75 {
  -webkit-order: 75;
      -ms-flex-order: 75;
          order: 75;
}

.flex .order-76 {
  -webkit-order: 76;
      -ms-flex-order: 76;
          order: 76;
}

.flex .order-77 {
  -webkit-order: 77;
      -ms-flex-order: 77;
          order: 77;
}

.flex .order-78 {
  -webkit-order: 78;
      -ms-flex-order: 78;
          order: 78;
}

.flex .order-79 {
  -webkit-order: 79;
      -ms-flex-order: 79;
          order: 79;
}

.flex .order-80 {
  -webkit-order: 80;
      -ms-flex-order: 80;
          order: 80;
}

.flex .order-81 {
  -webkit-order: 81;
      -ms-flex-order: 81;
          order: 81;
}

.flex .order-82 {
  -webkit-order: 82;
      -ms-flex-order: 82;
          order: 82;
}

.flex .order-83 {
  -webkit-order: 83;
      -ms-flex-order: 83;
          order: 83;
}

.flex .order-84 {
  -webkit-order: 84;
      -ms-flex-order: 84;
          order: 84;
}

.flex .order-85 {
  -webkit-order: 85;
      -ms-flex-order: 85;
          order: 85;
}

.flex .order-86 {
  -webkit-order: 86;
      -ms-flex-order: 86;
          order: 86;
}

.flex .order-87 {
  -webkit-order: 87;
      -ms-flex-order: 87;
          order: 87;
}

.flex .order-88 {
  -webkit-order: 88;
      -ms-flex-order: 88;
          order: 88;
}

.flex .order-89 {
  -webkit-order: 89;
      -ms-flex-order: 89;
          order: 89;
}

.flex .order-90 {
  -webkit-order: 90;
      -ms-flex-order: 90;
          order: 90;
}

.flex .order-91 {
  -webkit-order: 91;
      -ms-flex-order: 91;
          order: 91;
}

.flex .order-92 {
  -webkit-order: 92;
      -ms-flex-order: 92;
          order: 92;
}

.flex .order-93 {
  -webkit-order: 93;
      -ms-flex-order: 93;
          order: 93;
}

.flex .order-94 {
  -webkit-order: 94;
      -ms-flex-order: 94;
          order: 94;
}

.flex .order-95 {
  -webkit-order: 95;
      -ms-flex-order: 95;
          order: 95;
}

.flex .order-96 {
  -webkit-order: 96;
      -ms-flex-order: 96;
          order: 96;
}

.flex .order-97 {
  -webkit-order: 97;
      -ms-flex-order: 97;
          order: 97;
}

.flex .order-98 {
  -webkit-order: 98;
      -ms-flex-order: 98;
          order: 98;
}

.flex .order-99 {
  -webkit-order: 99;
      -ms-flex-order: 99;
          order: 99;
}

.flex .order-100 {
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100;
}

.flex .box-0px {
  -webkit-flex: 0 0 0px;
      -ms-flex: 0 0 0px;
          flex: 0 0 0px;
}

.flex .box-8px {
  -webkit-flex: 0 0 8px;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
}

.flex .box-16px {
  -webkit-flex: 0 0 16px;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.flex .box-24px {
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.flex .box-32px {
  -webkit-flex: 0 0 32px;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

.flex .box-40px {
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

.flex .box-48px {
  -webkit-flex: 0 0 48px;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
}

.flex .box-56px {
  -webkit-flex: 0 0 56px;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
}

.flex .box-64px {
  -webkit-flex: 0 0 64px;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
}

.flex .box-72px {
  -webkit-flex: 0 0 72px;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
}

.flex .box-80px {
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.flex .box-88px {
  -webkit-flex: 0 0 88px;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
}

.flex .box-96px {
  -webkit-flex: 0 0 96px;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
}

.flex .box-104px {
  -webkit-flex: 0 0 104px;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
}

.flex .box-112px {
  -webkit-flex: 0 0 112px;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
}

.flex .box-120px {
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.flex .box-128px {
  -webkit-flex: 0 0 128px;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
}

.flex .box-136px {
  -webkit-flex: 0 0 136px;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
}

.flex .box-144px {
  -webkit-flex: 0 0 144px;
      -ms-flex: 0 0 144px;
          flex: 0 0 144px;
}

.flex .box-152px {
  -webkit-flex: 0 0 152px;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
}

.flex .box-160px {
  -webkit-flex: 0 0 160px;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

.flex .box-168px {
  -webkit-flex: 0 0 168px;
      -ms-flex: 0 0 168px;
          flex: 0 0 168px;
}

.flex .box-176px {
  -webkit-flex: 0 0 176px;
      -ms-flex: 0 0 176px;
          flex: 0 0 176px;
}

.flex .box-184px {
  -webkit-flex: 0 0 184px;
      -ms-flex: 0 0 184px;
          flex: 0 0 184px;
}

.flex .box-192px {
  -webkit-flex: 0 0 192px;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
}

.flex .box-200px {
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.flex .box-208px {
  -webkit-flex: 0 0 208px;
      -ms-flex: 0 0 208px;
          flex: 0 0 208px;
}

.flex .box-216px {
  -webkit-flex: 0 0 216px;
      -ms-flex: 0 0 216px;
          flex: 0 0 216px;
}

.flex .box-224px {
  -webkit-flex: 0 0 224px;
      -ms-flex: 0 0 224px;
          flex: 0 0 224px;
}

.flex .box-232px {
  -webkit-flex: 0 0 232px;
      -ms-flex: 0 0 232px;
          flex: 0 0 232px;
}

.flex .box-240px {
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}

.flex .box-248px {
  -webkit-flex: 0 0 248px;
      -ms-flex: 0 0 248px;
          flex: 0 0 248px;
}

.flex .box-256px {
  -webkit-flex: 0 0 256px;
      -ms-flex: 0 0 256px;
          flex: 0 0 256px;
}

.flex .box-264px {
  -webkit-flex: 0 0 264px;
      -ms-flex: 0 0 264px;
          flex: 0 0 264px;
}

.flex .box-272px {
  -webkit-flex: 0 0 272px;
      -ms-flex: 0 0 272px;
          flex: 0 0 272px;
}

.flex .box-280px {
  -webkit-flex: 0 0 280px;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}

.flex .box-288px {
  -webkit-flex: 0 0 288px;
      -ms-flex: 0 0 288px;
          flex: 0 0 288px;
}

.flex .box-296px {
  -webkit-flex: 0 0 296px;
      -ms-flex: 0 0 296px;
          flex: 0 0 296px;
}

.flex .box-304px {
  -webkit-flex: 0 0 304px;
      -ms-flex: 0 0 304px;
          flex: 0 0 304px;
}

.flex .box-312px {
  -webkit-flex: 0 0 312px;
      -ms-flex: 0 0 312px;
          flex: 0 0 312px;
}

.flex .box-320px {
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.flex .box-328px {
  -webkit-flex: 0 0 328px;
      -ms-flex: 0 0 328px;
          flex: 0 0 328px;
}

.flex .box-336px {
  -webkit-flex: 0 0 336px;
      -ms-flex: 0 0 336px;
          flex: 0 0 336px;
}

.flex .box-344px {
  -webkit-flex: 0 0 344px;
      -ms-flex: 0 0 344px;
          flex: 0 0 344px;
}

.flex .box-352px {
  -webkit-flex: 0 0 352px;
      -ms-flex: 0 0 352px;
          flex: 0 0 352px;
}

.flex .box-360px {
  -webkit-flex: 0 0 360px;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}

.flex .box-368px {
  -webkit-flex: 0 0 368px;
      -ms-flex: 0 0 368px;
          flex: 0 0 368px;
}

.flex .box-376px {
  -webkit-flex: 0 0 376px;
      -ms-flex: 0 0 376px;
          flex: 0 0 376px;
}

.flex .box-384px {
  -webkit-flex: 0 0 384px;
      -ms-flex: 0 0 384px;
          flex: 0 0 384px;
}

.flex .box-392px {
  -webkit-flex: 0 0 392px;
      -ms-flex: 0 0 392px;
          flex: 0 0 392px;
}

.flex .box-400px {
  -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}

.flex .box-408px {
  -webkit-flex: 0 0 408px;
      -ms-flex: 0 0 408px;
          flex: 0 0 408px;
}

.flex .box-416px {
  -webkit-flex: 0 0 416px;
      -ms-flex: 0 0 416px;
          flex: 0 0 416px;
}

.flex .box-424px {
  -webkit-flex: 0 0 424px;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
}

.flex .box-432px {
  -webkit-flex: 0 0 432px;
      -ms-flex: 0 0 432px;
          flex: 0 0 432px;
}

.flex .box-440px {
  -webkit-flex: 0 0 440px;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
}

.flex .box-448px {
  -webkit-flex: 0 0 448px;
      -ms-flex: 0 0 448px;
          flex: 0 0 448px;
}

.flex .box-456px {
  -webkit-flex: 0 0 456px;
      -ms-flex: 0 0 456px;
          flex: 0 0 456px;
}

.flex .box-464px {
  -webkit-flex: 0 0 464px;
      -ms-flex: 0 0 464px;
          flex: 0 0 464px;
}

.flex .box-472px {
  -webkit-flex: 0 0 472px;
      -ms-flex: 0 0 472px;
          flex: 0 0 472px;
}

.flex .box-480px {
  -webkit-flex: 0 0 480px;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}

.flex .box-488px {
  -webkit-flex: 0 0 488px;
      -ms-flex: 0 0 488px;
          flex: 0 0 488px;
}

.flex .box-496px {
  -webkit-flex: 0 0 496px;
      -ms-flex: 0 0 496px;
          flex: 0 0 496px;
}

.flex .box-504px {
  -webkit-flex: 0 0 504px;
      -ms-flex: 0 0 504px;
          flex: 0 0 504px;
}

.flex .box-512px {
  -webkit-flex: 0 0 512px;
      -ms-flex: 0 0 512px;
          flex: 0 0 512px;
}

.flex.reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex.row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex.row.reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex.column.reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

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

.flex.align-items-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

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

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

.ie9 .flex .xlarge-box-1, .ie9 .flex .box-1, .ie10 .flex .xlarge-box-1, .ie10 .flex .box-1, .ie11 .flex .xlarge-box-1, .ie11 .flex .box-1 {
  float: left;
  width: 8.33333%;
}

.ie9 .flex .xlarge-box-2, .ie9 .flex .box-2, .ie10 .flex .xlarge-box-2, .ie10 .flex .box-2, .ie11 .flex .xlarge-box-2, .ie11 .flex .box-2 {
  float: left;
  width: 16.66667%;
}

.ie9 .flex .xlarge-box-3, .ie9 .flex .box-3, .ie10 .flex .xlarge-box-3, .ie10 .flex .box-3, .ie11 .flex .xlarge-box-3, .ie11 .flex .box-3 {
  float: left;
  width: 25%;
}

.ie9 .flex .xlarge-box-4, .ie9 .flex .box-4, .ie10 .flex .xlarge-box-4, .ie10 .flex .box-4, .ie11 .flex .xlarge-box-4, .ie11 .flex .box-4 {
  float: left;
  width: 33.33333%;
}

.ie9 .flex .xlarge-box-5, .ie9 .flex .box-5, .ie10 .flex .xlarge-box-5, .ie10 .flex .box-5, .ie11 .flex .xlarge-box-5, .ie11 .flex .box-5 {
  float: left;
  width: 41.66667%;
}

.ie9 .flex .xlarge-box-6, .ie9 .flex .box-6, .ie10 .flex .xlarge-box-6, .ie10 .flex .box-6, .ie11 .flex .xlarge-box-6, .ie11 .flex .box-6 {
  float: left;
  width: 50%;
}

.ie9 .flex .xlarge-box-7, .ie9 .flex .box-7, .ie10 .flex .xlarge-box-7, .ie10 .flex .box-7, .ie11 .flex .xlarge-box-7, .ie11 .flex .box-7 {
  float: left;
  width: 58.33333%;
}

.ie9 .flex .xlarge-box-8, .ie9 .flex .box-8, .ie10 .flex .xlarge-box-8, .ie10 .flex .box-8, .ie11 .flex .xlarge-box-8, .ie11 .flex .box-8 {
  float: left;
  width: 66.66667%;
}

.ie9 .flex .xlarge-box-9, .ie9 .flex .box-9, .ie10 .flex .xlarge-box-9, .ie10 .flex .box-9, .ie11 .flex .xlarge-box-9, .ie11 .flex .box-9 {
  float: left;
  width: 75%;
}

.ie9 .flex .xlarge-box-10, .ie9 .flex .box-10, .ie10 .flex .xlarge-box-10, .ie10 .flex .box-10, .ie11 .flex .xlarge-box-10, .ie11 .flex .box-10 {
  float: left;
  width: 83.33333%;
}

.ie9 .flex .xlarge-box-11, .ie9 .flex .box-11, .ie10 .flex .xlarge-box-11, .ie10 .flex .box-11, .ie11 .flex .xlarge-box-11, .ie11 .flex .box-11 {
  float: left;
  width: 91.66667%;
}

.ie9 .flex .xlarge-box-12, .ie9 .flex .box-12, .ie10 .flex .xlarge-box-12, .ie10 .flex .box-12, .ie11 .flex .xlarge-box-12, .ie11 .flex .box-12 {
  float: left;
  width: 100%;
}

@media (max-width: 1280px) {
  .ie9 .flex .xlarge-box-1, .ie10 .flex .xlarge-box-1, .ie11 .flex .xlarge-box-1 {
    float: left;
    width: 8.33333%;
  }
  .ie9 .flex .xlarge-box-1:nth-child(12), .ie10 .flex .xlarge-box-1:nth-child(12), .ie11 .flex .xlarge-box-1:nth-child(12) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-2, .ie10 .flex .xlarge-box-2, .ie11 .flex .xlarge-box-2 {
    float: left;
    width: 16.66667%;
  }
  .ie9 .flex .xlarge-box-2:nth-child(6), .ie10 .flex .xlarge-box-2:nth-child(6), .ie11 .flex .xlarge-box-2:nth-child(6) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-3, .ie10 .flex .xlarge-box-3, .ie11 .flex .xlarge-box-3 {
    float: left;
    width: 25%;
  }
  .ie9 .flex .xlarge-box-3:nth-child(4), .ie10 .flex .xlarge-box-3:nth-child(4), .ie11 .flex .xlarge-box-3:nth-child(4) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-4, .ie10 .flex .xlarge-box-4, .ie11 .flex .xlarge-box-4 {
    float: left;
    width: 33.33333%;
  }
  .ie9 .flex .xlarge-box-4:nth-child(3), .ie10 .flex .xlarge-box-4:nth-child(3), .ie11 .flex .xlarge-box-4:nth-child(3) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-5, .ie10 .flex .xlarge-box-5, .ie11 .flex .xlarge-box-5 {
    float: left;
    width: 41.66667%;
  }
  .ie9 .flex .xlarge-box-5:nth-child(2), .ie10 .flex .xlarge-box-5:nth-child(2), .ie11 .flex .xlarge-box-5:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-6, .ie10 .flex .xlarge-box-6, .ie11 .flex .xlarge-box-6 {
    float: left;
    width: 50%;
  }
  .ie9 .flex .xlarge-box-6:nth-child(2), .ie10 .flex .xlarge-box-6:nth-child(2), .ie11 .flex .xlarge-box-6:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-7, .ie10 .flex .xlarge-box-7, .ie11 .flex .xlarge-box-7 {
    float: left;
    width: 58.33333%;
  }
  .ie9 .flex .xlarge-box-7:nth-child(2), .ie10 .flex .xlarge-box-7:nth-child(2), .ie11 .flex .xlarge-box-7:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-8, .ie10 .flex .xlarge-box-8, .ie11 .flex .xlarge-box-8 {
    float: left;
    width: 66.66667%;
  }
  .ie9 .flex .xlarge-box-8:nth-child(2), .ie10 .flex .xlarge-box-8:nth-child(2), .ie11 .flex .xlarge-box-8:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-9, .ie10 .flex .xlarge-box-9, .ie11 .flex .xlarge-box-9 {
    float: left;
    width: 75%;
  }
  .ie9 .flex .xlarge-box-9:nth-child(1), .ie10 .flex .xlarge-box-9:nth-child(1), .ie11 .flex .xlarge-box-9:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-10, .ie10 .flex .xlarge-box-10, .ie11 .flex .xlarge-box-10 {
    float: left;
    width: 83.33333%;
  }
  .ie9 .flex .xlarge-box-10:nth-child(1), .ie10 .flex .xlarge-box-10:nth-child(1), .ie11 .flex .xlarge-box-10:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-11, .ie10 .flex .xlarge-box-11, .ie11 .flex .xlarge-box-11 {
    float: left;
    width: 91.66667%;
  }
  .ie9 .flex .xlarge-box-11:nth-child(1), .ie10 .flex .xlarge-box-11:nth-child(1), .ie11 .flex .xlarge-box-11:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .xlarge-box-12, .ie10 .flex .xlarge-box-12, .ie11 .flex .xlarge-box-12 {
    float: left;
    width: 100%;
  }
  .ie9 .flex .xlarge-box-12:nth-child(1), .ie10 .flex .xlarge-box-12:nth-child(1), .ie11 .flex .xlarge-box-12:nth-child(1) {
    clear: left;
  }
}

@media (max-width: 1024px) {
  .ie9 .flex .large-box-1, .ie10 .flex .large-box-1, .ie11 .flex .large-box-1 {
    float: left;
    width: 8.33333%;
  }
  .ie9 .flex .large-box-1:nth-child(12), .ie10 .flex .large-box-1:nth-child(12), .ie11 .flex .large-box-1:nth-child(12) {
    clear: left;
  }
  .ie9 .flex .large-box-2, .ie10 .flex .large-box-2, .ie11 .flex .large-box-2 {
    float: left;
    width: 16.66667%;
  }
  .ie9 .flex .large-box-2:nth-child(6), .ie10 .flex .large-box-2:nth-child(6), .ie11 .flex .large-box-2:nth-child(6) {
    clear: left;
  }
  .ie9 .flex .large-box-3, .ie10 .flex .large-box-3, .ie11 .flex .large-box-3 {
    float: left;
    width: 25%;
  }
  .ie9 .flex .large-box-3:nth-child(4), .ie10 .flex .large-box-3:nth-child(4), .ie11 .flex .large-box-3:nth-child(4) {
    clear: left;
  }
  .ie9 .flex .large-box-4, .ie10 .flex .large-box-4, .ie11 .flex .large-box-4 {
    float: left;
    width: 33.33333%;
  }
  .ie9 .flex .large-box-4:nth-child(3), .ie10 .flex .large-box-4:nth-child(3), .ie11 .flex .large-box-4:nth-child(3) {
    clear: left;
  }
  .ie9 .flex .large-box-5, .ie10 .flex .large-box-5, .ie11 .flex .large-box-5 {
    float: left;
    width: 41.66667%;
  }
  .ie9 .flex .large-box-5:nth-child(2), .ie10 .flex .large-box-5:nth-child(2), .ie11 .flex .large-box-5:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .large-box-6, .ie10 .flex .large-box-6, .ie11 .flex .large-box-6 {
    float: left;
    width: 50%;
  }
  .ie9 .flex .large-box-6:nth-child(2), .ie10 .flex .large-box-6:nth-child(2), .ie11 .flex .large-box-6:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .large-box-7, .ie10 .flex .large-box-7, .ie11 .flex .large-box-7 {
    float: left;
    width: 58.33333%;
  }
  .ie9 .flex .large-box-7:nth-child(2), .ie10 .flex .large-box-7:nth-child(2), .ie11 .flex .large-box-7:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .large-box-8, .ie10 .flex .large-box-8, .ie11 .flex .large-box-8 {
    float: left;
    width: 66.66667%;
  }
  .ie9 .flex .large-box-8:nth-child(2), .ie10 .flex .large-box-8:nth-child(2), .ie11 .flex .large-box-8:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .large-box-9, .ie10 .flex .large-box-9, .ie11 .flex .large-box-9 {
    float: left;
    width: 75%;
  }
  .ie9 .flex .large-box-9:nth-child(1), .ie10 .flex .large-box-9:nth-child(1), .ie11 .flex .large-box-9:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .large-box-10, .ie10 .flex .large-box-10, .ie11 .flex .large-box-10 {
    float: left;
    width: 83.33333%;
  }
  .ie9 .flex .large-box-10:nth-child(1), .ie10 .flex .large-box-10:nth-child(1), .ie11 .flex .large-box-10:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .large-box-11, .ie10 .flex .large-box-11, .ie11 .flex .large-box-11 {
    float: left;
    width: 91.66667%;
  }
  .ie9 .flex .large-box-11:nth-child(1), .ie10 .flex .large-box-11:nth-child(1), .ie11 .flex .large-box-11:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .large-box-12, .ie10 .flex .large-box-12, .ie11 .flex .large-box-12 {
    float: left;
    width: 100%;
  }
  .ie9 .flex .large-box-12:nth-child(1), .ie10 .flex .large-box-12:nth-child(1), .ie11 .flex .large-box-12:nth-child(1) {
    clear: left;
  }
}

@media (max-width: 768px) {
  .ie9 .flex .medium-box-1, .ie10 .flex .medium-box-1, .ie11 .flex .medium-box-1 {
    float: left;
    width: 8.33333%;
  }
  .ie9 .flex .medium-box-1:nth-child(12), .ie10 .flex .medium-box-1:nth-child(12), .ie11 .flex .medium-box-1:nth-child(12) {
    clear: left;
  }
  .ie9 .flex .medium-box-2, .ie10 .flex .medium-box-2, .ie11 .flex .medium-box-2 {
    float: left;
    width: 16.66667%;
  }
  .ie9 .flex .medium-box-2:nth-child(6), .ie10 .flex .medium-box-2:nth-child(6), .ie11 .flex .medium-box-2:nth-child(6) {
    clear: left;
  }
  .ie9 .flex .medium-box-3, .ie10 .flex .medium-box-3, .ie11 .flex .medium-box-3 {
    float: left;
    width: 25%;
  }
  .ie9 .flex .medium-box-3:nth-child(4), .ie10 .flex .medium-box-3:nth-child(4), .ie11 .flex .medium-box-3:nth-child(4) {
    clear: left;
  }
  .ie9 .flex .medium-box-4, .ie10 .flex .medium-box-4, .ie11 .flex .medium-box-4 {
    float: left;
    width: 33.33333%;
  }
  .ie9 .flex .medium-box-4:nth-child(3), .ie10 .flex .medium-box-4:nth-child(3), .ie11 .flex .medium-box-4:nth-child(3) {
    clear: left;
  }
  .ie9 .flex .medium-box-5, .ie10 .flex .medium-box-5, .ie11 .flex .medium-box-5 {
    float: left;
    width: 41.66667%;
  }
  .ie9 .flex .medium-box-5:nth-child(2), .ie10 .flex .medium-box-5:nth-child(2), .ie11 .flex .medium-box-5:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .medium-box-6, .ie10 .flex .medium-box-6, .ie11 .flex .medium-box-6 {
    float: left;
    width: 50%;
  }
  .ie9 .flex .medium-box-6:nth-child(2), .ie10 .flex .medium-box-6:nth-child(2), .ie11 .flex .medium-box-6:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .medium-box-7, .ie10 .flex .medium-box-7, .ie11 .flex .medium-box-7 {
    float: left;
    width: 58.33333%;
  }
  .ie9 .flex .medium-box-7:nth-child(2), .ie10 .flex .medium-box-7:nth-child(2), .ie11 .flex .medium-box-7:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .medium-box-8, .ie10 .flex .medium-box-8, .ie11 .flex .medium-box-8 {
    float: left;
    width: 66.66667%;
  }
  .ie9 .flex .medium-box-8:nth-child(2), .ie10 .flex .medium-box-8:nth-child(2), .ie11 .flex .medium-box-8:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .medium-box-9, .ie10 .flex .medium-box-9, .ie11 .flex .medium-box-9 {
    float: left;
    width: 75%;
  }
  .ie9 .flex .medium-box-9:nth-child(1), .ie10 .flex .medium-box-9:nth-child(1), .ie11 .flex .medium-box-9:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .medium-box-10, .ie10 .flex .medium-box-10, .ie11 .flex .medium-box-10 {
    float: left;
    width: 83.33333%;
  }
  .ie9 .flex .medium-box-10:nth-child(1), .ie10 .flex .medium-box-10:nth-child(1), .ie11 .flex .medium-box-10:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .medium-box-11, .ie10 .flex .medium-box-11, .ie11 .flex .medium-box-11 {
    float: left;
    width: 91.66667%;
  }
  .ie9 .flex .medium-box-11:nth-child(1), .ie10 .flex .medium-box-11:nth-child(1), .ie11 .flex .medium-box-11:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .medium-box-12, .ie10 .flex .medium-box-12, .ie11 .flex .medium-box-12 {
    float: left;
    width: 100%;
  }
  .ie9 .flex .medium-box-12:nth-child(1), .ie10 .flex .medium-box-12:nth-child(1), .ie11 .flex .medium-box-12:nth-child(1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  .ie9 .flex .small-box-1, .ie10 .flex .small-box-1, .ie11 .flex .small-box-1 {
    float: left;
    width: 8.33333%;
  }
  .ie9 .flex .small-box-1:nth-child(12), .ie10 .flex .small-box-1:nth-child(12), .ie11 .flex .small-box-1:nth-child(12) {
    clear: left;
  }
  .ie9 .flex .small-box-2, .ie10 .flex .small-box-2, .ie11 .flex .small-box-2 {
    float: left;
    width: 16.66667%;
  }
  .ie9 .flex .small-box-2:nth-child(6), .ie10 .flex .small-box-2:nth-child(6), .ie11 .flex .small-box-2:nth-child(6) {
    clear: left;
  }
  .ie9 .flex .small-box-3, .ie10 .flex .small-box-3, .ie11 .flex .small-box-3 {
    float: left;
    width: 25%;
  }
  .ie9 .flex .small-box-3:nth-child(4), .ie10 .flex .small-box-3:nth-child(4), .ie11 .flex .small-box-3:nth-child(4) {
    clear: left;
  }
  .ie9 .flex .small-box-4, .ie10 .flex .small-box-4, .ie11 .flex .small-box-4 {
    float: left;
    width: 33.33333%;
  }
  .ie9 .flex .small-box-4:nth-child(3), .ie10 .flex .small-box-4:nth-child(3), .ie11 .flex .small-box-4:nth-child(3) {
    clear: left;
  }
  .ie9 .flex .small-box-5, .ie10 .flex .small-box-5, .ie11 .flex .small-box-5 {
    float: left;
    width: 41.66667%;
  }
  .ie9 .flex .small-box-5:nth-child(2), .ie10 .flex .small-box-5:nth-child(2), .ie11 .flex .small-box-5:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .small-box-6, .ie10 .flex .small-box-6, .ie11 .flex .small-box-6 {
    float: left;
    width: 50%;
  }
  .ie9 .flex .small-box-6:nth-child(2), .ie10 .flex .small-box-6:nth-child(2), .ie11 .flex .small-box-6:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .small-box-7, .ie10 .flex .small-box-7, .ie11 .flex .small-box-7 {
    float: left;
    width: 58.33333%;
  }
  .ie9 .flex .small-box-7:nth-child(2), .ie10 .flex .small-box-7:nth-child(2), .ie11 .flex .small-box-7:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .small-box-8, .ie10 .flex .small-box-8, .ie11 .flex .small-box-8 {
    float: left;
    width: 66.66667%;
  }
  .ie9 .flex .small-box-8:nth-child(2), .ie10 .flex .small-box-8:nth-child(2), .ie11 .flex .small-box-8:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .small-box-9, .ie10 .flex .small-box-9, .ie11 .flex .small-box-9 {
    float: left;
    width: 75%;
  }
  .ie9 .flex .small-box-9:nth-child(1), .ie10 .flex .small-box-9:nth-child(1), .ie11 .flex .small-box-9:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .small-box-10, .ie10 .flex .small-box-10, .ie11 .flex .small-box-10 {
    float: left;
    width: 83.33333%;
  }
  .ie9 .flex .small-box-10:nth-child(1), .ie10 .flex .small-box-10:nth-child(1), .ie11 .flex .small-box-10:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .small-box-11, .ie10 .flex .small-box-11, .ie11 .flex .small-box-11 {
    float: left;
    width: 91.66667%;
  }
  .ie9 .flex .small-box-11:nth-child(1), .ie10 .flex .small-box-11:nth-child(1), .ie11 .flex .small-box-11:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .small-box-12, .ie10 .flex .small-box-12, .ie11 .flex .small-box-12 {
    float: left;
    width: 100%;
  }
  .ie9 .flex .small-box-12:nth-child(1), .ie10 .flex .small-box-12:nth-child(1), .ie11 .flex .small-box-12:nth-child(1) {
    clear: left;
  }
}

@media (max-width: 320px) {
  .ie9 .flex .xsmall-box-1, .ie10 .flex .xsmall-box-1, .ie11 .flex .xsmall-box-1 {
    float: left;
    width: 8.33333%;
  }
  .ie9 .flex .xsmall-box-1:nth-child(12), .ie10 .flex .xsmall-box-1:nth-child(12), .ie11 .flex .xsmall-box-1:nth-child(12) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-2, .ie10 .flex .xsmall-box-2, .ie11 .flex .xsmall-box-2 {
    float: left;
    width: 16.66667%;
  }
  .ie9 .flex .xsmall-box-2:nth-child(6), .ie10 .flex .xsmall-box-2:nth-child(6), .ie11 .flex .xsmall-box-2:nth-child(6) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-3, .ie10 .flex .xsmall-box-3, .ie11 .flex .xsmall-box-3 {
    float: left;
    width: 25%;
  }
  .ie9 .flex .xsmall-box-3:nth-child(4), .ie10 .flex .xsmall-box-3:nth-child(4), .ie11 .flex .xsmall-box-3:nth-child(4) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-4, .ie10 .flex .xsmall-box-4, .ie11 .flex .xsmall-box-4 {
    float: left;
    width: 33.33333%;
  }
  .ie9 .flex .xsmall-box-4:nth-child(3), .ie10 .flex .xsmall-box-4:nth-child(3), .ie11 .flex .xsmall-box-4:nth-child(3) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-5, .ie10 .flex .xsmall-box-5, .ie11 .flex .xsmall-box-5 {
    float: left;
    width: 41.66667%;
  }
  .ie9 .flex .xsmall-box-5:nth-child(2), .ie10 .flex .xsmall-box-5:nth-child(2), .ie11 .flex .xsmall-box-5:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-6, .ie10 .flex .xsmall-box-6, .ie11 .flex .xsmall-box-6 {
    float: left;
    width: 50%;
  }
  .ie9 .flex .xsmall-box-6:nth-child(2), .ie10 .flex .xsmall-box-6:nth-child(2), .ie11 .flex .xsmall-box-6:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-7, .ie10 .flex .xsmall-box-7, .ie11 .flex .xsmall-box-7 {
    float: left;
    width: 58.33333%;
  }
  .ie9 .flex .xsmall-box-7:nth-child(2), .ie10 .flex .xsmall-box-7:nth-child(2), .ie11 .flex .xsmall-box-7:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-8, .ie10 .flex .xsmall-box-8, .ie11 .flex .xsmall-box-8 {
    float: left;
    width: 66.66667%;
  }
  .ie9 .flex .xsmall-box-8:nth-child(2), .ie10 .flex .xsmall-box-8:nth-child(2), .ie11 .flex .xsmall-box-8:nth-child(2) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-9, .ie10 .flex .xsmall-box-9, .ie11 .flex .xsmall-box-9 {
    float: left;
    width: 75%;
  }
  .ie9 .flex .xsmall-box-9:nth-child(1), .ie10 .flex .xsmall-box-9:nth-child(1), .ie11 .flex .xsmall-box-9:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-10, .ie10 .flex .xsmall-box-10, .ie11 .flex .xsmall-box-10 {
    float: left;
    width: 83.33333%;
  }
  .ie9 .flex .xsmall-box-10:nth-child(1), .ie10 .flex .xsmall-box-10:nth-child(1), .ie11 .flex .xsmall-box-10:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-11, .ie10 .flex .xsmall-box-11, .ie11 .flex .xsmall-box-11 {
    float: left;
    width: 91.66667%;
  }
  .ie9 .flex .xsmall-box-11:nth-child(1), .ie10 .flex .xsmall-box-11:nth-child(1), .ie11 .flex .xsmall-box-11:nth-child(1) {
    clear: left;
  }
  .ie9 .flex .xsmall-box-12, .ie10 .flex .xsmall-box-12, .ie11 .flex .xsmall-box-12 {
    float: left;
    width: 100%;
  }
  .ie9 .flex .xsmall-box-12:nth-child(1), .ie10 .flex .xsmall-box-12:nth-child(1), .ie11 .flex .xsmall-box-12:nth-child(1) {
    clear: left;
  }
}

.grid:before, .grid:after {
  content: '';
  display: table;
}

.grid:after {
  clear: both;
}

.grid + .grid:before {
  height: 8px;
}

.grid .col {
  float: left;
  transition: all 0.25s ease;
}

.grid.inline {
  font-size: 0;
}

.grid.inline .col {
  display: inline-block;
  float: none;
  font-size: 14px;
}

@media (min-width: 1280px) {
  .grid.fluid-xlarge {
    display: table;
    min-width: 100%;
    border-collapse: collapse;
  }
  .grid.fluid-xlarge .col {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .grid.fluid-xlarge .col.dynamic {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .grid.fluid-large {
    display: table;
    min-width: 100%;
    border-collapse: collapse;
  }
  .grid.fluid-large .col {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .grid.fluid-large .col.dynamic {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .grid.fluid-medium {
    display: table;
    min-width: 100%;
    border-collapse: collapse;
  }
  .grid.fluid-medium .col {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .grid.fluid-medium .col.dynamic {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .grid.fluid-small {
    display: table;
    min-width: 100%;
    border-collapse: collapse;
  }
  .grid.fluid-small .col {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .grid.fluid-small .col.dynamic {
    width: 100%;
  }
}

@media (min-width: 320px) {
  .grid.fluid-xsmall {
    display: table;
    min-width: 100%;
    border-collapse: collapse;
  }
  .grid.fluid-xsmall .col {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .grid.fluid-xsmall .col.dynamic {
    width: 100%;
  }
}

.grid.fluid {
  display: table;
  min-width: 100%;
  border-collapse: collapse;
}

.grid.fluid .col {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.grid.fluid .col.dynamic {
  width: 100%;
}

.grid.padded-xsmall {
  margin-left: -4px;
  margin-top: -4px;
}

.grid.padded-xsmall > .col {
  padding-left: 4px;
  padding-top: 4px;
}

.grid.padded-small {
  margin-left: -8px;
  margin-top: -8px;
}

.grid.padded-small > .col {
  padding-left: 8px;
  padding-top: 8px;
}

.grid.padded-medium {
  margin-left: -16px;
  margin-top: -16px;
}

.grid.padded-medium > .col {
  padding-left: 16px;
  padding-top: 16px;
}

.grid.padded-large {
  margin-left: -32px;
  margin-top: -32px;
}

.grid.padded-large > .col {
  padding-left: 32px;
  padding-top: 32px;
}

.grid.padded-xlarge {
  margin-left: -64px;
  margin-top: -64px;
}

.grid.padded-xlarge > .col {
  padding-left: 64px;
  padding-top: 64px;
}

.grid.padded {
  margin-left: -8px;
  margin-top: -8px;
}

.grid.padded > .col {
  padding-left: 8px;
  padding-top: 8px;
}

.grid.xlarge-1 > .col {
  width: 8.33333%;
}

.grid.xlarge-1 > .col:nth-child(12n + 13) {
  clear: left;
}

.grid.xlarge-2 > .col {
  width: 16.66667%;
}

.grid.xlarge-2 > .col:nth-child(6n + 7) {
  clear: left;
}

.grid.xlarge-3 > .col {
  width: 25%;
}

.grid.xlarge-3 > .col:nth-child(4n + 5) {
  clear: left;
}

.grid.xlarge-4 > .col {
  width: 33.33333%;
}

.grid.xlarge-4 > .col:nth-child(3n + 4) {
  clear: left;
}

.grid.xlarge-5 > .col {
  width: 41.66667%;
}

.grid.xlarge-5 > .col:nth-child(2n + 3) {
  clear: left;
}

.grid.xlarge-6 > .col {
  width: 50%;
}

.grid.xlarge-6 > .col:nth-child(2n + 3) {
  clear: left;
}

.grid.xlarge-7 > .col {
  width: 58.33333%;
}

.grid.xlarge-7 > .col:nth-child(2n + 3) {
  clear: left;
}

.grid.xlarge-8 > .col {
  width: 66.66667%;
}

.grid.xlarge-8 > .col:nth-child(2n + 3) {
  clear: left;
}

.grid.xlarge-9 > .col {
  width: 75%;
}

.grid.xlarge-9 > .col:nth-child(1n + 2) {
  clear: left;
}

.grid.xlarge-10 > .col {
  width: 83.33333%;
}

.grid.xlarge-10 > .col:nth-child(1n + 2) {
  clear: left;
}

.grid.xlarge-11 > .col {
  width: 91.66667%;
}

.grid.xlarge-11 > .col:nth-child(1n + 2) {
  clear: left;
}

.grid.xlarge-12 > .col {
  width: 100%;
}

.grid.xlarge-12 > .col:nth-child(1n + 2) {
  clear: left;
}

@media (max-width: 1280px) {
  .grid.xlarge-1 > .col {
    width: 8.33333%;
  }
  .grid.xlarge-1 > .col:nth-child(12n + 13) {
    clear: left;
  }
  .grid.xlarge-2 > .col {
    width: 16.66667%;
  }
  .grid.xlarge-2 > .col:nth-child(6n + 7) {
    clear: left;
  }
  .grid.xlarge-3 > .col {
    width: 25%;
  }
  .grid.xlarge-3 > .col:nth-child(4n + 5) {
    clear: left;
  }
  .grid.xlarge-4 > .col {
    width: 33.33333%;
  }
  .grid.xlarge-4 > .col:nth-child(3n + 4) {
    clear: left;
  }
  .grid.xlarge-5 > .col {
    width: 41.66667%;
  }
  .grid.xlarge-5 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.xlarge-6 > .col {
    width: 50%;
  }
  .grid.xlarge-6 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.xlarge-7 > .col {
    width: 58.33333%;
  }
  .grid.xlarge-7 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.xlarge-8 > .col {
    width: 66.66667%;
  }
  .grid.xlarge-8 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.xlarge-9 > .col {
    width: 75%;
  }
  .grid.xlarge-9 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.xlarge-10 > .col {
    width: 83.33333%;
  }
  .grid.xlarge-10 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.xlarge-11 > .col {
    width: 91.66667%;
  }
  .grid.xlarge-11 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.xlarge-12 > .col {
    width: 100%;
  }
  .grid.xlarge-12 > .col:nth-child(1n + 2) {
    clear: left;
  }
}

@media (max-width: 1024px) {
  .grid.large-1 > .col {
    width: 8.33333%;
  }
  .grid.large-1 > .col:nth-child(12n + 13) {
    clear: left;
  }
  .grid.large-2 > .col {
    width: 16.66667%;
  }
  .grid.large-2 > .col:nth-child(6n + 7) {
    clear: left;
  }
  .grid.large-3 > .col {
    width: 25%;
  }
  .grid.large-3 > .col:nth-child(4n + 5) {
    clear: left;
  }
  .grid.large-4 > .col {
    width: 33.33333%;
  }
  .grid.large-4 > .col:nth-child(3n + 4) {
    clear: left;
  }
  .grid.large-5 > .col {
    width: 41.66667%;
  }
  .grid.large-5 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.large-6 > .col {
    width: 50%;
  }
  .grid.large-6 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.large-7 > .col {
    width: 58.33333%;
  }
  .grid.large-7 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.large-8 > .col {
    width: 66.66667%;
  }
  .grid.large-8 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.large-9 > .col {
    width: 75%;
  }
  .grid.large-9 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.large-10 > .col {
    width: 83.33333%;
  }
  .grid.large-10 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.large-11 > .col {
    width: 91.66667%;
  }
  .grid.large-11 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.large-12 > .col {
    width: 100%;
  }
  .grid.large-12 > .col:nth-child(1n + 2) {
    clear: left;
  }
}

@media (max-width: 768px) {
  .grid.medium-1 > .col {
    width: 8.33333%;
  }
  .grid.medium-1 > .col:nth-child(12n + 13) {
    clear: left;
  }
  .grid.medium-2 > .col {
    width: 16.66667%;
  }
  .grid.medium-2 > .col:nth-child(6n + 7) {
    clear: left;
  }
  .grid.medium-3 > .col {
    width: 25%;
  }
  .grid.medium-3 > .col:nth-child(4n + 5) {
    clear: left;
  }
  .grid.medium-4 > .col {
    width: 33.33333%;
  }
  .grid.medium-4 > .col:nth-child(3n + 4) {
    clear: left;
  }
  .grid.medium-5 > .col {
    width: 41.66667%;
  }
  .grid.medium-5 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.medium-6 > .col {
    width: 50%;
  }
  .grid.medium-6 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.medium-7 > .col {
    width: 58.33333%;
  }
  .grid.medium-7 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.medium-8 > .col {
    width: 66.66667%;
  }
  .grid.medium-8 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.medium-9 > .col {
    width: 75%;
  }
  .grid.medium-9 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.medium-10 > .col {
    width: 83.33333%;
  }
  .grid.medium-10 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.medium-11 > .col {
    width: 91.66667%;
  }
  .grid.medium-11 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.medium-12 > .col {
    width: 100%;
  }
  .grid.medium-12 > .col:nth-child(1n + 2) {
    clear: left;
  }
}

@media (max-width: 480px) {
  .grid.small-1 > .col {
    width: 8.33333%;
  }
  .grid.small-1 > .col:nth-child(12n + 13) {
    clear: left;
  }
  .grid.small-2 > .col {
    width: 16.66667%;
  }
  .grid.small-2 > .col:nth-child(6n + 7) {
    clear: left;
  }
  .grid.small-3 > .col {
    width: 25%;
  }
  .grid.small-3 > .col:nth-child(4n + 5) {
    clear: left;
  }
  .grid.small-4 > .col {
    width: 33.33333%;
  }
  .grid.small-4 > .col:nth-child(3n + 4) {
    clear: left;
  }
  .grid.small-5 > .col {
    width: 41.66667%;
  }
  .grid.small-5 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.small-6 > .col {
    width: 50%;
  }
  .grid.small-6 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.small-7 > .col {
    width: 58.33333%;
  }
  .grid.small-7 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.small-8 > .col {
    width: 66.66667%;
  }
  .grid.small-8 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.small-9 > .col {
    width: 75%;
  }
  .grid.small-9 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.small-10 > .col {
    width: 83.33333%;
  }
  .grid.small-10 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.small-11 > .col {
    width: 91.66667%;
  }
  .grid.small-11 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.small-12 > .col {
    width: 100%;
  }
  .grid.small-12 > .col:nth-child(1n + 2) {
    clear: left;
  }
}

@media (max-width: 320px) {
  .grid.xsmall-1 > .col {
    width: 8.33333%;
  }
  .grid.xsmall-1 > .col:nth-child(12n + 13) {
    clear: left;
  }
  .grid.xsmall-2 > .col {
    width: 16.66667%;
  }
  .grid.xsmall-2 > .col:nth-child(6n + 7) {
    clear: left;
  }
  .grid.xsmall-3 > .col {
    width: 25%;
  }
  .grid.xsmall-3 > .col:nth-child(4n + 5) {
    clear: left;
  }
  .grid.xsmall-4 > .col {
    width: 33.33333%;
  }
  .grid.xsmall-4 > .col:nth-child(3n + 4) {
    clear: left;
  }
  .grid.xsmall-5 > .col {
    width: 41.66667%;
  }
  .grid.xsmall-5 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.xsmall-6 > .col {
    width: 50%;
  }
  .grid.xsmall-6 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.xsmall-7 > .col {
    width: 58.33333%;
  }
  .grid.xsmall-7 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.xsmall-8 > .col {
    width: 66.66667%;
  }
  .grid.xsmall-8 > .col:nth-child(2n + 3) {
    clear: left;
  }
  .grid.xsmall-9 > .col {
    width: 75%;
  }
  .grid.xsmall-9 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.xsmall-10 > .col {
    width: 83.33333%;
  }
  .grid.xsmall-10 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.xsmall-11 > .col {
    width: 91.66667%;
  }
  .grid.xsmall-11 > .col:nth-child(1n + 2) {
    clear: left;
  }
  .grid.xsmall-12 > .col {
    width: 100%;
  }
  .grid.xsmall-12 > .col:nth-child(1n + 2) {
    clear: left;
  }
}

.grid .xlarge-1:not(.grid) {
  width: 8.33333%;
}

.grid .xlarge-2:not(.grid) {
  width: 16.66667%;
}

.grid .xlarge-3:not(.grid) {
  width: 25%;
}

.grid .xlarge-4:not(.grid) {
  width: 33.33333%;
}

.grid .xlarge-5:not(.grid) {
  width: 41.66667%;
}

.grid .xlarge-6:not(.grid) {
  width: 50%;
}

.grid .xlarge-7:not(.grid) {
  width: 58.33333%;
}

.grid .xlarge-8:not(.grid) {
  width: 66.66667%;
}

.grid .xlarge-9:not(.grid) {
  width: 75%;
}

.grid .xlarge-10:not(.grid) {
  width: 83.33333%;
}

.grid .xlarge-11:not(.grid) {
  width: 91.66667%;
}

.grid .xlarge-12:not(.grid) {
  width: 100%;
}

@media (max-width: 1280px) {
  .grid > .xlarge-1:not(.grid) {
    width: 8.33333%;
  }
  .grid > .xlarge-2:not(.grid) {
    width: 16.66667%;
  }
  .grid > .xlarge-3:not(.grid) {
    width: 25%;
  }
  .grid > .xlarge-4:not(.grid) {
    width: 33.33333%;
  }
  .grid > .xlarge-5:not(.grid) {
    width: 41.66667%;
  }
  .grid > .xlarge-6:not(.grid) {
    width: 50%;
  }
  .grid > .xlarge-7:not(.grid) {
    width: 58.33333%;
  }
  .grid > .xlarge-8:not(.grid) {
    width: 66.66667%;
  }
  .grid > .xlarge-9:not(.grid) {
    width: 75%;
  }
  .grid > .xlarge-10:not(.grid) {
    width: 83.33333%;
  }
  .grid > .xlarge-11:not(.grid) {
    width: 91.66667%;
  }
  .grid > .xlarge-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .grid > .large-1:not(.grid) {
    width: 8.33333%;
  }
  .grid > .large-2:not(.grid) {
    width: 16.66667%;
  }
  .grid > .large-3:not(.grid) {
    width: 25%;
  }
  .grid > .large-4:not(.grid) {
    width: 33.33333%;
  }
  .grid > .large-5:not(.grid) {
    width: 41.66667%;
  }
  .grid > .large-6:not(.grid) {
    width: 50%;
  }
  .grid > .large-7:not(.grid) {
    width: 58.33333%;
  }
  .grid > .large-8:not(.grid) {
    width: 66.66667%;
  }
  .grid > .large-9:not(.grid) {
    width: 75%;
  }
  .grid > .large-10:not(.grid) {
    width: 83.33333%;
  }
  .grid > .large-11:not(.grid) {
    width: 91.66667%;
  }
  .grid > .large-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .grid > .medium-1:not(.grid) {
    width: 8.33333%;
  }
  .grid > .medium-2:not(.grid) {
    width: 16.66667%;
  }
  .grid > .medium-3:not(.grid) {
    width: 25%;
  }
  .grid > .medium-4:not(.grid) {
    width: 33.33333%;
  }
  .grid > .medium-5:not(.grid) {
    width: 41.66667%;
  }
  .grid > .medium-6:not(.grid) {
    width: 50%;
  }
  .grid > .medium-7:not(.grid) {
    width: 58.33333%;
  }
  .grid > .medium-8:not(.grid) {
    width: 66.66667%;
  }
  .grid > .medium-9:not(.grid) {
    width: 75%;
  }
  .grid > .medium-10:not(.grid) {
    width: 83.33333%;
  }
  .grid > .medium-11:not(.grid) {
    width: 91.66667%;
  }
  .grid > .medium-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .grid > .small-1:not(.grid) {
    width: 8.33333%;
  }
  .grid > .small-2:not(.grid) {
    width: 16.66667%;
  }
  .grid > .small-3:not(.grid) {
    width: 25%;
  }
  .grid > .small-4:not(.grid) {
    width: 33.33333%;
  }
  .grid > .small-5:not(.grid) {
    width: 41.66667%;
  }
  .grid > .small-6:not(.grid) {
    width: 50%;
  }
  .grid > .small-7:not(.grid) {
    width: 58.33333%;
  }
  .grid > .small-8:not(.grid) {
    width: 66.66667%;
  }
  .grid > .small-9:not(.grid) {
    width: 75%;
  }
  .grid > .small-10:not(.grid) {
    width: 83.33333%;
  }
  .grid > .small-11:not(.grid) {
    width: 91.66667%;
  }
  .grid > .small-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .grid > .xsmall-1:not(.grid) {
    width: 8.33333%;
  }
  .grid > .xsmall-2:not(.grid) {
    width: 16.66667%;
  }
  .grid > .xsmall-3:not(.grid) {
    width: 25%;
  }
  .grid > .xsmall-4:not(.grid) {
    width: 33.33333%;
  }
  .grid > .xsmall-5:not(.grid) {
    width: 41.66667%;
  }
  .grid > .xsmall-6:not(.grid) {
    width: 50%;
  }
  .grid > .xsmall-7:not(.grid) {
    width: 58.33333%;
  }
  .grid > .xsmall-8:not(.grid) {
    width: 66.66667%;
  }
  .grid > .xsmall-9:not(.grid) {
    width: 75%;
  }
  .grid > .xsmall-10:not(.grid) {
    width: 83.33333%;
  }
  .grid > .xsmall-11:not(.grid) {
    width: 91.66667%;
  }
  .grid > .xsmall-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .xlarge-1:not(.grid) {
    width: 8.33333%;
  }
  .xlarge-2:not(.grid) {
    width: 16.66667%;
  }
  .xlarge-3:not(.grid) {
    width: 25%;
  }
  .xlarge-4:not(.grid) {
    width: 33.33333%;
  }
  .xlarge-5:not(.grid) {
    width: 41.66667%;
  }
  .xlarge-6:not(.grid) {
    width: 50%;
  }
  .xlarge-7:not(.grid) {
    width: 58.33333%;
  }
  .xlarge-8:not(.grid) {
    width: 66.66667%;
  }
  .xlarge-9:not(.grid) {
    width: 75%;
  }
  .xlarge-10:not(.grid) {
    width: 83.33333%;
  }
  .xlarge-11:not(.grid) {
    width: 91.66667%;
  }
  .xlarge-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .large-1:not(.grid) {
    width: 8.33333%;
  }
  .large-2:not(.grid) {
    width: 16.66667%;
  }
  .large-3:not(.grid) {
    width: 25%;
  }
  .large-4:not(.grid) {
    width: 33.33333%;
  }
  .large-5:not(.grid) {
    width: 41.66667%;
  }
  .large-6:not(.grid) {
    width: 50%;
  }
  .large-7:not(.grid) {
    width: 58.33333%;
  }
  .large-8:not(.grid) {
    width: 66.66667%;
  }
  .large-9:not(.grid) {
    width: 75%;
  }
  .large-10:not(.grid) {
    width: 83.33333%;
  }
  .large-11:not(.grid) {
    width: 91.66667%;
  }
  .large-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .medium-1:not(.grid) {
    width: 8.33333%;
  }
  .medium-2:not(.grid) {
    width: 16.66667%;
  }
  .medium-3:not(.grid) {
    width: 25%;
  }
  .medium-4:not(.grid) {
    width: 33.33333%;
  }
  .medium-5:not(.grid) {
    width: 41.66667%;
  }
  .medium-6:not(.grid) {
    width: 50%;
  }
  .medium-7:not(.grid) {
    width: 58.33333%;
  }
  .medium-8:not(.grid) {
    width: 66.66667%;
  }
  .medium-9:not(.grid) {
    width: 75%;
  }
  .medium-10:not(.grid) {
    width: 83.33333%;
  }
  .medium-11:not(.grid) {
    width: 91.66667%;
  }
  .medium-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .small-1:not(.grid) {
    width: 8.33333%;
  }
  .small-2:not(.grid) {
    width: 16.66667%;
  }
  .small-3:not(.grid) {
    width: 25%;
  }
  .small-4:not(.grid) {
    width: 33.33333%;
  }
  .small-5:not(.grid) {
    width: 41.66667%;
  }
  .small-6:not(.grid) {
    width: 50%;
  }
  .small-7:not(.grid) {
    width: 58.33333%;
  }
  .small-8:not(.grid) {
    width: 66.66667%;
  }
  .small-9:not(.grid) {
    width: 75%;
  }
  .small-10:not(.grid) {
    width: 83.33333%;
  }
  .small-11:not(.grid) {
    width: 91.66667%;
  }
  .small-12:not(.grid) {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .xsmall-1:not(.grid) {
    width: 8.33333%;
  }
  .xsmall-2:not(.grid) {
    width: 16.66667%;
  }
  .xsmall-3:not(.grid) {
    width: 25%;
  }
  .xsmall-4:not(.grid) {
    width: 33.33333%;
  }
  .xsmall-5:not(.grid) {
    width: 41.66667%;
  }
  .xsmall-6:not(.grid) {
    width: 50%;
  }
  .xsmall-7:not(.grid) {
    width: 58.33333%;
  }
  .xsmall-8:not(.grid) {
    width: 66.66667%;
  }
  .xsmall-9:not(.grid) {
    width: 75%;
  }
  .xsmall-10:not(.grid) {
    width: 83.33333%;
  }
  .xsmall-11:not(.grid) {
    width: 91.66667%;
  }
  .xsmall-12:not(.grid) {
    width: 100%;
  }
}

.width-1 {
  width: 8.33333%;
}

.width-2 {
  width: 16.66667%;
}

.width-3 {
  width: 25%;
}

.width-4 {
  width: 33.33333%;
}

.width-5 {
  width: 41.66667%;
}

.width-6 {
  width: 50%;
}

.width-7 {
  width: 58.33333%;
}

.width-8 {
  width: 66.66667%;
}

.width-9 {
  width: 75%;
}

.width-10 {
  width: 83.33333%;
}

.width-11 {
  width: 91.66667%;
}

.width-12 {
  width: 100%;
}

.clear-nth-3 > .col:nth-child(3n +1) {
  clear: left;
}

.margin-xsmall {
  margin: 4px;
}

.padding-xsmall {
  padding: 4px;
}

.space-xsmall {
  margin-bottom: 4px;
}

.margin-top-xsmall {
  margin-top: 4px;
}

.padding-top-xsmall {
  padding-top: 4px;
}

.margin-top-none {
  margin-top: 0;
}

.padding-top-none {
  padding-top: 0;
}

.margin-right-xsmall {
  margin-right: 4px;
}

.padding-right-xsmall {
  padding-right: 4px;
}

.margin-right-none {
  margin-right: 0;
}

.padding-right-none {
  padding-right: 0;
}

.margin-bottom-xsmall {
  margin-bottom: 4px;
}

.padding-bottom-xsmall {
  padding-bottom: 4px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.margin-left-xsmall {
  margin-left: 4px;
}

.padding-left-xsmall {
  padding-left: 4px;
}

.margin-left-none {
  margin-left: 0;
}

.padding-left-none {
  padding-left: 0;
}

.margin-small {
  margin: 8px;
}

.padding-small {
  padding: 8px;
}

.space-small {
  margin-bottom: 8px;
}

.margin-top-small {
  margin-top: 8px;
}

.padding-top-small {
  padding-top: 8px;
}

.margin-top-none {
  margin-top: 0;
}

.padding-top-none {
  padding-top: 0;
}

.margin-right-small {
  margin-right: 8px;
}

.padding-right-small {
  padding-right: 8px;
}

.margin-right-none {
  margin-right: 0;
}

.padding-right-none {
  padding-right: 0;
}

.margin-bottom-small {
  margin-bottom: 8px;
}

.padding-bottom-small {
  padding-bottom: 8px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.margin-left-small {
  margin-left: 8px;
}

.padding-left-small {
  padding-left: 8px;
}

.margin-left-none {
  margin-left: 0;
}

.padding-left-none {
  padding-left: 0;
}

.margin-medium {
  margin: 16px;
}

.padding-medium {
  padding: 16px;
}

.space-medium {
  margin-bottom: 16px;
}

.margin-top-medium, .margin-top {
  margin-top: 16px;
}

.padding-top-medium, .padding-top {
  padding-top: 16px;
}

.margin-top-none {
  margin-top: 0;
}

.padding-top-none {
  padding-top: 0;
}

.margin-right-medium, .margin-right {
  margin-right: 16px;
}

.padding-right-medium, .padding-right {
  padding-right: 16px;
}

.margin-right-none {
  margin-right: 0;
}

.padding-right-none {
  padding-right: 0;
}

.margin-bottom-medium, .margin-bottom {
  margin-bottom: 16px;
}

.padding-bottom-medium, .padding-bottom {
  padding-bottom: 16px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.margin-left-medium, .margin-left {
  margin-left: 16px;
}

.padding-left-medium, .padding-left {
  padding-left: 16px;
}

.margin-left-none {
  margin-left: 0;
}

.padding-left-none {
  padding-left: 0;
}

.margin-large {
  margin: 24px;
}

.padding-large {
  padding: 24px;
}

.space-large {
  margin-bottom: 24px;
}

.margin-top-large {
  margin-top: 24px;
}

.padding-top-large {
  padding-top: 24px;
}

.margin-top-none {
  margin-top: 0;
}

.padding-top-none {
  padding-top: 0;
}

.margin-right-large {
  margin-right: 24px;
}

.padding-right-large {
  padding-right: 24px;
}

.margin-right-none {
  margin-right: 0;
}

.padding-right-none {
  padding-right: 0;
}

.margin-bottom-large {
  margin-bottom: 24px;
}

.padding-bottom-large {
  padding-bottom: 24px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.margin-left-large {
  margin-left: 24px;
}

.padding-left-large {
  padding-left: 24px;
}

.margin-left-none {
  margin-left: 0;
}

.padding-left-none {
  padding-left: 0;
}

.margin-xlarge {
  margin: 32px;
}

.padding-xlarge {
  padding: 32px;
}

.space-xlarge {
  margin-bottom: 32px;
}

.margin-top-xlarge {
  margin-top: 32px;
}

.padding-top-xlarge {
  padding-top: 32px;
}

.margin-top-none {
  margin-top: 0;
}

.padding-top-none {
  padding-top: 0;
}

.margin-right-xlarge {
  margin-right: 32px;
}

.padding-right-xlarge {
  padding-right: 32px;
}

.margin-right-none {
  margin-right: 0;
}

.padding-right-none {
  padding-right: 0;
}

.margin-bottom-xlarge {
  margin-bottom: 32px;
}

.padding-bottom-xlarge {
  padding-bottom: 32px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.margin-left-xlarge {
  margin-left: 32px;
}

.padding-left-xlarge {
  padding-left: 32px;
}

.margin-left-none {
  margin-left: 0;
}

.padding-left-none {
  padding-left: 0;
}

.margin-none {
  margin: 0;
}

.padding-none {
  padding: 0;
}

@media (max-width: 1280px) {
  .xlarge-margin-xsmall {
    margin: 4px;
  }
  .xlarge-padding-xsmall {
    padding: 4px;
  }
  .xlarge-margin-top-xsmall {
    margin-top: 4px;
  }
  .xlarge-padding-top-xsmall {
    padding-top: 4px;
  }
  .xlarge-margin-right-xsmall {
    margin-right: 4px;
  }
  .xlarge-padding-right-xsmall {
    padding-right: 4px;
  }
  .xlarge-margin-bottom-xsmall {
    margin-bottom: 4px;
  }
  .xlarge-padding-bottom-xsmall {
    padding-bottom: 4px;
  }
  .xlarge-margin-left-xsmall {
    margin-left: 4px;
  }
  .xlarge-padding-left-xsmall {
    padding-left: 4px;
  }
  .xlarge-margin-small {
    margin: 8px;
  }
  .xlarge-padding-small {
    padding: 8px;
  }
  .xlarge-margin-top-small {
    margin-top: 8px;
  }
  .xlarge-padding-top-small {
    padding-top: 8px;
  }
  .xlarge-margin-right-small {
    margin-right: 8px;
  }
  .xlarge-padding-right-small {
    padding-right: 8px;
  }
  .xlarge-margin-bottom-small {
    margin-bottom: 8px;
  }
  .xlarge-padding-bottom-small {
    padding-bottom: 8px;
  }
  .xlarge-margin-left-small {
    margin-left: 8px;
  }
  .xlarge-padding-left-small {
    padding-left: 8px;
  }
  .xlarge-margin-medium {
    margin: 16px;
  }
  .xlarge-padding-medium {
    padding: 16px;
  }
  .xlarge-margin-top-medium {
    margin-top: 16px;
  }
  .xlarge-padding-top-medium {
    padding-top: 16px;
  }
  .xlarge-margin-right-medium {
    margin-right: 16px;
  }
  .xlarge-padding-right-medium {
    padding-right: 16px;
  }
  .xlarge-margin-bottom-medium {
    margin-bottom: 16px;
  }
  .xlarge-padding-bottom-medium {
    padding-bottom: 16px;
  }
  .xlarge-margin-left-medium {
    margin-left: 16px;
  }
  .xlarge-padding-left-medium {
    padding-left: 16px;
  }
  .xlarge-margin-large {
    margin: 24px;
  }
  .xlarge-padding-large {
    padding: 24px;
  }
  .xlarge-margin-top-large {
    margin-top: 24px;
  }
  .xlarge-padding-top-large {
    padding-top: 24px;
  }
  .xlarge-margin-right-large {
    margin-right: 24px;
  }
  .xlarge-padding-right-large {
    padding-right: 24px;
  }
  .xlarge-margin-bottom-large {
    margin-bottom: 24px;
  }
  .xlarge-padding-bottom-large {
    padding-bottom: 24px;
  }
  .xlarge-margin-left-large {
    margin-left: 24px;
  }
  .xlarge-padding-left-large {
    padding-left: 24px;
  }
  .xlarge-margin-xlarge {
    margin: 32px;
  }
  .xlarge-padding-xlarge {
    padding: 32px;
  }
  .xlarge-margin-top-xlarge {
    margin-top: 32px;
  }
  .xlarge-padding-top-xlarge {
    padding-top: 32px;
  }
  .xlarge-margin-right-xlarge {
    margin-right: 32px;
  }
  .xlarge-padding-right-xlarge {
    padding-right: 32px;
  }
  .xlarge-margin-bottom-xlarge {
    margin-bottom: 32px;
  }
  .xlarge-padding-bottom-xlarge {
    padding-bottom: 32px;
  }
  .xlarge-margin-left-xlarge {
    margin-left: 32px;
  }
  .xlarge-padding-left-xlarge {
    padding-left: 32px;
  }
}

@media (max-width: 1024px) {
  .large-margin-xsmall {
    margin: 4px;
  }
  .large-padding-xsmall {
    padding: 4px;
  }
  .large-margin-top-xsmall {
    margin-top: 4px;
  }
  .large-padding-top-xsmall {
    padding-top: 4px;
  }
  .large-margin-right-xsmall {
    margin-right: 4px;
  }
  .large-padding-right-xsmall {
    padding-right: 4px;
  }
  .large-margin-bottom-xsmall {
    margin-bottom: 4px;
  }
  .large-padding-bottom-xsmall {
    padding-bottom: 4px;
  }
  .large-margin-left-xsmall {
    margin-left: 4px;
  }
  .large-padding-left-xsmall {
    padding-left: 4px;
  }
  .large-margin-small {
    margin: 8px;
  }
  .large-padding-small {
    padding: 8px;
  }
  .large-margin-top-small {
    margin-top: 8px;
  }
  .large-padding-top-small {
    padding-top: 8px;
  }
  .large-margin-right-small {
    margin-right: 8px;
  }
  .large-padding-right-small {
    padding-right: 8px;
  }
  .large-margin-bottom-small {
    margin-bottom: 8px;
  }
  .large-padding-bottom-small {
    padding-bottom: 8px;
  }
  .large-margin-left-small {
    margin-left: 8px;
  }
  .large-padding-left-small {
    padding-left: 8px;
  }
  .large-margin-medium {
    margin: 16px;
  }
  .large-padding-medium {
    padding: 16px;
  }
  .large-margin-top-medium {
    margin-top: 16px;
  }
  .large-padding-top-medium {
    padding-top: 16px;
  }
  .large-margin-right-medium {
    margin-right: 16px;
  }
  .large-padding-right-medium {
    padding-right: 16px;
  }
  .large-margin-bottom-medium {
    margin-bottom: 16px;
  }
  .large-padding-bottom-medium {
    padding-bottom: 16px;
  }
  .large-margin-left-medium {
    margin-left: 16px;
  }
  .large-padding-left-medium {
    padding-left: 16px;
  }
  .large-margin-large {
    margin: 24px;
  }
  .large-padding-large {
    padding: 24px;
  }
  .large-margin-top-large {
    margin-top: 24px;
  }
  .large-padding-top-large {
    padding-top: 24px;
  }
  .large-margin-right-large {
    margin-right: 24px;
  }
  .large-padding-right-large {
    padding-right: 24px;
  }
  .large-margin-bottom-large {
    margin-bottom: 24px;
  }
  .large-padding-bottom-large {
    padding-bottom: 24px;
  }
  .large-margin-left-large {
    margin-left: 24px;
  }
  .large-padding-left-large {
    padding-left: 24px;
  }
  .large-margin-xlarge {
    margin: 32px;
  }
  .large-padding-xlarge {
    padding: 32px;
  }
  .large-margin-top-xlarge {
    margin-top: 32px;
  }
  .large-padding-top-xlarge {
    padding-top: 32px;
  }
  .large-margin-right-xlarge {
    margin-right: 32px;
  }
  .large-padding-right-xlarge {
    padding-right: 32px;
  }
  .large-margin-bottom-xlarge {
    margin-bottom: 32px;
  }
  .large-padding-bottom-xlarge {
    padding-bottom: 32px;
  }
  .large-margin-left-xlarge {
    margin-left: 32px;
  }
  .large-padding-left-xlarge {
    padding-left: 32px;
  }
}

@media (max-width: 768px) {
  .medium-margin-xsmall {
    margin: 4px;
  }
  .medium-padding-xsmall {
    padding: 4px;
  }
  .medium-margin-top-xsmall {
    margin-top: 4px;
  }
  .medium-padding-top-xsmall {
    padding-top: 4px;
  }
  .medium-margin-right-xsmall {
    margin-right: 4px;
  }
  .medium-padding-right-xsmall {
    padding-right: 4px;
  }
  .medium-margin-bottom-xsmall {
    margin-bottom: 4px;
  }
  .medium-padding-bottom-xsmall {
    padding-bottom: 4px;
  }
  .medium-margin-left-xsmall {
    margin-left: 4px;
  }
  .medium-padding-left-xsmall {
    padding-left: 4px;
  }
  .medium-margin-small {
    margin: 8px;
  }
  .medium-padding-small {
    padding: 8px;
  }
  .medium-margin-top-small {
    margin-top: 8px;
  }
  .medium-padding-top-small {
    padding-top: 8px;
  }
  .medium-margin-right-small {
    margin-right: 8px;
  }
  .medium-padding-right-small {
    padding-right: 8px;
  }
  .medium-margin-bottom-small {
    margin-bottom: 8px;
  }
  .medium-padding-bottom-small {
    padding-bottom: 8px;
  }
  .medium-margin-left-small {
    margin-left: 8px;
  }
  .medium-padding-left-small {
    padding-left: 8px;
  }
  .medium-margin-medium {
    margin: 16px;
  }
  .medium-padding-medium {
    padding: 16px;
  }
  .medium-margin-top-medium {
    margin-top: 16px;
  }
  .medium-padding-top-medium {
    padding-top: 16px;
  }
  .medium-margin-right-medium {
    margin-right: 16px;
  }
  .medium-padding-right-medium {
    padding-right: 16px;
  }
  .medium-margin-bottom-medium {
    margin-bottom: 16px;
  }
  .medium-padding-bottom-medium {
    padding-bottom: 16px;
  }
  .medium-margin-left-medium {
    margin-left: 16px;
  }
  .medium-padding-left-medium {
    padding-left: 16px;
  }
  .medium-margin-large {
    margin: 24px;
  }
  .medium-padding-large {
    padding: 24px;
  }
  .medium-margin-top-large {
    margin-top: 24px;
  }
  .medium-padding-top-large {
    padding-top: 24px;
  }
  .medium-margin-right-large {
    margin-right: 24px;
  }
  .medium-padding-right-large {
    padding-right: 24px;
  }
  .medium-margin-bottom-large {
    margin-bottom: 24px;
  }
  .medium-padding-bottom-large {
    padding-bottom: 24px;
  }
  .medium-margin-left-large {
    margin-left: 24px;
  }
  .medium-padding-left-large {
    padding-left: 24px;
  }
  .medium-margin-xlarge {
    margin: 32px;
  }
  .medium-padding-xlarge {
    padding: 32px;
  }
  .medium-margin-top-xlarge {
    margin-top: 32px;
  }
  .medium-padding-top-xlarge {
    padding-top: 32px;
  }
  .medium-margin-right-xlarge {
    margin-right: 32px;
  }
  .medium-padding-right-xlarge {
    padding-right: 32px;
  }
  .medium-margin-bottom-xlarge {
    margin-bottom: 32px;
  }
  .medium-padding-bottom-xlarge {
    padding-bottom: 32px;
  }
  .medium-margin-left-xlarge {
    margin-left: 32px;
  }
  .medium-padding-left-xlarge {
    padding-left: 32px;
  }
}

@media (max-width: 480px) {
  .small-margin-xsmall {
    margin: 4px;
  }
  .small-padding-xsmall {
    padding: 4px;
  }
  .small-margin-top-xsmall {
    margin-top: 4px;
  }
  .small-padding-top-xsmall {
    padding-top: 4px;
  }
  .small-margin-right-xsmall {
    margin-right: 4px;
  }
  .small-padding-right-xsmall {
    padding-right: 4px;
  }
  .small-margin-bottom-xsmall {
    margin-bottom: 4px;
  }
  .small-padding-bottom-xsmall {
    padding-bottom: 4px;
  }
  .small-margin-left-xsmall {
    margin-left: 4px;
  }
  .small-padding-left-xsmall {
    padding-left: 4px;
  }
  .small-margin-small {
    margin: 8px;
  }
  .small-padding-small {
    padding: 8px;
  }
  .small-margin-top-small {
    margin-top: 8px;
  }
  .small-padding-top-small {
    padding-top: 8px;
  }
  .small-margin-right-small {
    margin-right: 8px;
  }
  .small-padding-right-small {
    padding-right: 8px;
  }
  .small-margin-bottom-small {
    margin-bottom: 8px;
  }
  .small-padding-bottom-small {
    padding-bottom: 8px;
  }
  .small-margin-left-small {
    margin-left: 8px;
  }
  .small-padding-left-small {
    padding-left: 8px;
  }
  .small-margin-medium {
    margin: 16px;
  }
  .small-padding-medium {
    padding: 16px;
  }
  .small-margin-top-medium {
    margin-top: 16px;
  }
  .small-padding-top-medium {
    padding-top: 16px;
  }
  .small-margin-right-medium {
    margin-right: 16px;
  }
  .small-padding-right-medium {
    padding-right: 16px;
  }
  .small-margin-bottom-medium {
    margin-bottom: 16px;
  }
  .small-padding-bottom-medium {
    padding-bottom: 16px;
  }
  .small-margin-left-medium {
    margin-left: 16px;
  }
  .small-padding-left-medium {
    padding-left: 16px;
  }
  .small-margin-large {
    margin: 24px;
  }
  .small-padding-large {
    padding: 24px;
  }
  .small-margin-top-large {
    margin-top: 24px;
  }
  .small-padding-top-large {
    padding-top: 24px;
  }
  .small-margin-right-large {
    margin-right: 24px;
  }
  .small-padding-right-large {
    padding-right: 24px;
  }
  .small-margin-bottom-large {
    margin-bottom: 24px;
  }
  .small-padding-bottom-large {
    padding-bottom: 24px;
  }
  .small-margin-left-large {
    margin-left: 24px;
  }
  .small-padding-left-large {
    padding-left: 24px;
  }
  .small-margin-xlarge {
    margin: 32px;
  }
  .small-padding-xlarge {
    padding: 32px;
  }
  .small-margin-top-xlarge {
    margin-top: 32px;
  }
  .small-padding-top-xlarge {
    padding-top: 32px;
  }
  .small-margin-right-xlarge {
    margin-right: 32px;
  }
  .small-padding-right-xlarge {
    padding-right: 32px;
  }
  .small-margin-bottom-xlarge {
    margin-bottom: 32px;
  }
  .small-padding-bottom-xlarge {
    padding-bottom: 32px;
  }
  .small-margin-left-xlarge {
    margin-left: 32px;
  }
  .small-padding-left-xlarge {
    padding-left: 32px;
  }
}

@media (max-width: 320px) {
  .xsmall-margin-xsmall {
    margin: 4px;
  }
  .xsmall-padding-xsmall {
    padding: 4px;
  }
  .xsmall-margin-top-xsmall {
    margin-top: 4px;
  }
  .xsmall-padding-top-xsmall {
    padding-top: 4px;
  }
  .xsmall-margin-right-xsmall {
    margin-right: 4px;
  }
  .xsmall-padding-right-xsmall {
    padding-right: 4px;
  }
  .xsmall-margin-bottom-xsmall {
    margin-bottom: 4px;
  }
  .xsmall-padding-bottom-xsmall {
    padding-bottom: 4px;
  }
  .xsmall-margin-left-xsmall {
    margin-left: 4px;
  }
  .xsmall-padding-left-xsmall {
    padding-left: 4px;
  }
  .xsmall-margin-small {
    margin: 8px;
  }
  .xsmall-padding-small {
    padding: 8px;
  }
  .xsmall-margin-top-small {
    margin-top: 8px;
  }
  .xsmall-padding-top-small {
    padding-top: 8px;
  }
  .xsmall-margin-right-small {
    margin-right: 8px;
  }
  .xsmall-padding-right-small {
    padding-right: 8px;
  }
  .xsmall-margin-bottom-small {
    margin-bottom: 8px;
  }
  .xsmall-padding-bottom-small {
    padding-bottom: 8px;
  }
  .xsmall-margin-left-small {
    margin-left: 8px;
  }
  .xsmall-padding-left-small {
    padding-left: 8px;
  }
  .xsmall-margin-medium {
    margin: 16px;
  }
  .xsmall-padding-medium {
    padding: 16px;
  }
  .xsmall-margin-top-medium {
    margin-top: 16px;
  }
  .xsmall-padding-top-medium {
    padding-top: 16px;
  }
  .xsmall-margin-right-medium {
    margin-right: 16px;
  }
  .xsmall-padding-right-medium {
    padding-right: 16px;
  }
  .xsmall-margin-bottom-medium {
    margin-bottom: 16px;
  }
  .xsmall-padding-bottom-medium {
    padding-bottom: 16px;
  }
  .xsmall-margin-left-medium {
    margin-left: 16px;
  }
  .xsmall-padding-left-medium {
    padding-left: 16px;
  }
  .xsmall-margin-large {
    margin: 24px;
  }
  .xsmall-padding-large {
    padding: 24px;
  }
  .xsmall-margin-top-large {
    margin-top: 24px;
  }
  .xsmall-padding-top-large {
    padding-top: 24px;
  }
  .xsmall-margin-right-large {
    margin-right: 24px;
  }
  .xsmall-padding-right-large {
    padding-right: 24px;
  }
  .xsmall-margin-bottom-large {
    margin-bottom: 24px;
  }
  .xsmall-padding-bottom-large {
    padding-bottom: 24px;
  }
  .xsmall-margin-left-large {
    margin-left: 24px;
  }
  .xsmall-padding-left-large {
    padding-left: 24px;
  }
  .xsmall-margin-xlarge {
    margin: 32px;
  }
  .xsmall-padding-xlarge {
    padding: 32px;
  }
  .xsmall-margin-top-xlarge {
    margin-top: 32px;
  }
  .xsmall-padding-top-xlarge {
    padding-top: 32px;
  }
  .xsmall-margin-right-xlarge {
    margin-right: 32px;
  }
  .xsmall-padding-right-xlarge {
    padding-right: 32px;
  }
  .xsmall-margin-bottom-xlarge {
    margin-bottom: 32px;
  }
  .xsmall-padding-bottom-xlarge {
    padding-bottom: 32px;
  }
  .xsmall-margin-left-xlarge {
    margin-left: 32px;
  }
  .xsmall-padding-left-xlarge {
    padding-left: 32px;
  }
}

.margin-x1 {
  margin: 8px;
}

.padding-x1 {
  padding: 8px;
}

.margin-top-x1 {
  margin-top: 8px;
}

.padding-top-x1 {
  padding-top: 8px;
}

.margin-right-x1 {
  margin-right: 8px;
}

.padding-right-x1 {
  padding-right: 8px;
}

.margin-bottom-x1 {
  margin-bottom: 8px;
}

.padding-bottom-x1 {
  padding-bottom: 8px;
}

.margin-left-x1 {
  margin-left: 8px;
}

.padding-left-x1 {
  padding-left: 8px;
}

.margin-x2, .margin {
  margin: 16px;
}

.padding-x2, .padding {
  padding: 16px;
}

.margin-top-x2 {
  margin-top: 16px;
}

.padding-top-x2 {
  padding-top: 16px;
}

.margin-right-x2 {
  margin-right: 16px;
}

.padding-right-x2 {
  padding-right: 16px;
}

.margin-bottom-x2 {
  margin-bottom: 16px;
}

.padding-bottom-x2 {
  padding-bottom: 16px;
}

.margin-left-x2 {
  margin-left: 16px;
}

.padding-left-x2 {
  padding-left: 16px;
}

.margin-x3 {
  margin: 24px;
}

.padding-x3 {
  padding: 24px;
}

.margin-top-x3 {
  margin-top: 24px;
}

.padding-top-x3 {
  padding-top: 24px;
}

.margin-right-x3 {
  margin-right: 24px;
}

.padding-right-x3 {
  padding-right: 24px;
}

.margin-bottom-x3 {
  margin-bottom: 24px;
}

.padding-bottom-x3 {
  padding-bottom: 24px;
}

.margin-left-x3 {
  margin-left: 24px;
}

.padding-left-x3 {
  padding-left: 24px;
}

.margin-x4 {
  margin: 32px;
}

.padding-x4 {
  padding: 32px;
}

.margin-top-x4 {
  margin-top: 32px;
}

.padding-top-x4 {
  padding-top: 32px;
}

.margin-right-x4 {
  margin-right: 32px;
}

.padding-right-x4 {
  padding-right: 32px;
}

.margin-bottom-x4 {
  margin-bottom: 32px;
}

.padding-bottom-x4 {
  padding-bottom: 32px;
}

.margin-left-x4 {
  margin-left: 32px;
}

.padding-left-x4 {
  padding-left: 32px;
}

.margin-x5 {
  margin: 40px;
}

.padding-x5 {
  padding: 40px;
}

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

.padding-top-x5 {
  padding-top: 40px;
}

.margin-right-x5 {
  margin-right: 40px;
}

.padding-right-x5 {
  padding-right: 40px;
}

.margin-bottom-x5 {
  margin-bottom: 40px;
}

.padding-bottom-x5 {
  padding-bottom: 40px;
}

.margin-left-x5 {
  margin-left: 40px;
}

.padding-left-x5 {
  padding-left: 40px;
}

.margin-x6 {
  margin: 48px;
}

.padding-x6 {
  padding: 48px;
}

.margin-top-x6 {
  margin-top: 48px;
}

.padding-top-x6 {
  padding-top: 48px;
}

.margin-right-x6 {
  margin-right: 48px;
}

.padding-right-x6 {
  padding-right: 48px;
}

.margin-bottom-x6 {
  margin-bottom: 48px;
}

.padding-bottom-x6 {
  padding-bottom: 48px;
}

.margin-left-x6 {
  margin-left: 48px;
}

.padding-left-x6 {
  padding-left: 48px;
}

.margin-x7 {
  margin: 56px;
}

.padding-x7 {
  padding: 56px;
}

.margin-top-x7 {
  margin-top: 56px;
}

.padding-top-x7 {
  padding-top: 56px;
}

.margin-right-x7 {
  margin-right: 56px;
}

.padding-right-x7 {
  padding-right: 56px;
}

.margin-bottom-x7 {
  margin-bottom: 56px;
}

.padding-bottom-x7 {
  padding-bottom: 56px;
}

.margin-left-x7 {
  margin-left: 56px;
}

.padding-left-x7 {
  padding-left: 56px;
}

.margin-x8 {
  margin: 64px;
}

.padding-x8 {
  padding: 64px;
}

.margin-top-x8 {
  margin-top: 64px;
}

.padding-top-x8 {
  padding-top: 64px;
}

.margin-right-x8 {
  margin-right: 64px;
}

.padding-right-x8 {
  padding-right: 64px;
}

.margin-bottom-x8 {
  margin-bottom: 64px;
}

.padding-bottom-x8 {
  padding-bottom: 64px;
}

.margin-left-x8 {
  margin-left: 64px;
}

.padding-left-x8 {
  padding-left: 64px;
}

.margin-x9 {
  margin: 72px;
}

.padding-x9 {
  padding: 72px;
}

.margin-top-x9 {
  margin-top: 72px;
}

.padding-top-x9 {
  padding-top: 72px;
}

.margin-right-x9 {
  margin-right: 72px;
}

.padding-right-x9 {
  padding-right: 72px;
}

.margin-bottom-x9 {
  margin-bottom: 72px;
}

.padding-bottom-x9 {
  padding-bottom: 72px;
}

.margin-left-x9 {
  margin-left: 72px;
}

.padding-left-x9 {
  padding-left: 72px;
}

.margin-x10 {
  margin: 80px;
}

.padding-x10 {
  padding: 80px;
}

.margin-top-x10 {
  margin-top: 80px;
}

.padding-top-x10 {
  padding-top: 80px;
}

.margin-right-x10 {
  margin-right: 80px;
}

.padding-right-x10 {
  padding-right: 80px;
}

.margin-bottom-x10 {
  margin-bottom: 80px;
}

.padding-bottom-x10 {
  padding-bottom: 80px;
}

.margin-left-x10 {
  margin-left: 80px;
}

.padding-left-x10 {
  padding-left: 80px;
}

.margin-x11 {
  margin: 88px;
}

.padding-x11 {
  padding: 88px;
}

.margin-top-x11 {
  margin-top: 88px;
}

.padding-top-x11 {
  padding-top: 88px;
}

.margin-right-x11 {
  margin-right: 88px;
}

.padding-right-x11 {
  padding-right: 88px;
}

.margin-bottom-x11 {
  margin-bottom: 88px;
}

.padding-bottom-x11 {
  padding-bottom: 88px;
}

.margin-left-x11 {
  margin-left: 88px;
}

.padding-left-x11 {
  padding-left: 88px;
}

.margin-x12 {
  margin: 96px;
}

.padding-x12 {
  padding: 96px;
}

.margin-top-x12 {
  margin-top: 96px;
}

.padding-top-x12 {
  padding-top: 96px;
}

.margin-right-x12 {
  margin-right: 96px;
}

.padding-right-x12 {
  padding-right: 96px;
}

.margin-bottom-x12 {
  margin-bottom: 96px;
}

.padding-bottom-x12 {
  padding-bottom: 96px;
}

.margin-left-x12 {
  margin-left: 96px;
}

.padding-left-x12 {
  padding-left: 96px;
}

.margin-x13 {
  margin: 104px;
}

.padding-x13 {
  padding: 104px;
}

.margin-top-x13 {
  margin-top: 104px;
}

.padding-top-x13 {
  padding-top: 104px;
}

.margin-right-x13 {
  margin-right: 104px;
}

.padding-right-x13 {
  padding-right: 104px;
}

.margin-bottom-x13 {
  margin-bottom: 104px;
}

.padding-bottom-x13 {
  padding-bottom: 104px;
}

.margin-left-x13 {
  margin-left: 104px;
}

.padding-left-x13 {
  padding-left: 104px;
}

.margin-x14 {
  margin: 112px;
}

.padding-x14 {
  padding: 112px;
}

.margin-top-x14 {
  margin-top: 112px;
}

.padding-top-x14 {
  padding-top: 112px;
}

.margin-right-x14 {
  margin-right: 112px;
}

.padding-right-x14 {
  padding-right: 112px;
}

.margin-bottom-x14 {
  margin-bottom: 112px;
}

.padding-bottom-x14 {
  padding-bottom: 112px;
}

.margin-left-x14 {
  margin-left: 112px;
}

.padding-left-x14 {
  padding-left: 112px;
}

.margin-x15 {
  margin: 120px;
}

.padding-x15 {
  padding: 120px;
}

.margin-top-x15 {
  margin-top: 120px;
}

.padding-top-x15 {
  padding-top: 120px;
}

.margin-right-x15 {
  margin-right: 120px;
}

.padding-right-x15 {
  padding-right: 120px;
}

.margin-bottom-x15 {
  margin-bottom: 120px;
}

.padding-bottom-x15 {
  padding-bottom: 120px;
}

.margin-left-x15 {
  margin-left: 120px;
}

.padding-left-x15 {
  padding-left: 120px;
}

.margin-x16 {
  margin: 128px;
}

.padding-x16 {
  padding: 128px;
}

.margin-top-x16 {
  margin-top: 128px;
}

.padding-top-x16 {
  padding-top: 128px;
}

.margin-right-x16 {
  margin-right: 128px;
}

.padding-right-x16 {
  padding-right: 128px;
}

.margin-bottom-x16 {
  margin-bottom: 128px;
}

.padding-bottom-x16 {
  padding-bottom: 128px;
}

.margin-left-x16 {
  margin-left: 128px;
}

.padding-left-x16 {
  padding-left: 128px;
}

@media (max-width: 1280px) {
  .xlarge-margin-x1 {
    margin: 8px;
  }
  .xlarge-padding-x1 {
    padding: 8px;
  }
  .xlarge-margin-top-x1 {
    margin-top: 8px;
  }
  .xlarge-padding-top-x1 {
    padding-top: 8px;
  }
  .xlarge-margin-right-x1 {
    margin-right: 8px;
  }
  .xlarge-padding-right-x1 {
    padding-right: 8px;
  }
  .xlarge-margin-bottom-x1 {
    margin-bottom: 8px;
  }
  .xlarge-padding-bottom-x1 {
    padding-bottom: 8px;
  }
  .xlarge-margin-left-x1 {
    margin-left: 8px;
  }
  .xlarge-padding-left-x1 {
    padding-left: 8px;
  }
  .xlarge-margin-x2 {
    margin: 16px;
  }
  .xlarge-padding-x2 {
    padding: 16px;
  }
  .xlarge-margin-top-x2 {
    margin-top: 16px;
  }
  .xlarge-padding-top-x2 {
    padding-top: 16px;
  }
  .xlarge-margin-right-x2 {
    margin-right: 16px;
  }
  .xlarge-padding-right-x2 {
    padding-right: 16px;
  }
  .xlarge-margin-bottom-x2 {
    margin-bottom: 16px;
  }
  .xlarge-padding-bottom-x2 {
    padding-bottom: 16px;
  }
  .xlarge-margin-left-x2 {
    margin-left: 16px;
  }
  .xlarge-padding-left-x2 {
    padding-left: 16px;
  }
  .xlarge-margin-x3 {
    margin: 24px;
  }
  .xlarge-padding-x3 {
    padding: 24px;
  }
  .xlarge-margin-top-x3 {
    margin-top: 24px;
  }
  .xlarge-padding-top-x3 {
    padding-top: 24px;
  }
  .xlarge-margin-right-x3 {
    margin-right: 24px;
  }
  .xlarge-padding-right-x3 {
    padding-right: 24px;
  }
  .xlarge-margin-bottom-x3 {
    margin-bottom: 24px;
  }
  .xlarge-padding-bottom-x3 {
    padding-bottom: 24px;
  }
  .xlarge-margin-left-x3 {
    margin-left: 24px;
  }
  .xlarge-padding-left-x3 {
    padding-left: 24px;
  }
  .xlarge-margin-x4 {
    margin: 32px;
  }
  .xlarge-padding-x4 {
    padding: 32px;
  }
  .xlarge-margin-top-x4 {
    margin-top: 32px;
  }
  .xlarge-padding-top-x4 {
    padding-top: 32px;
  }
  .xlarge-margin-right-x4 {
    margin-right: 32px;
  }
  .xlarge-padding-right-x4 {
    padding-right: 32px;
  }
  .xlarge-margin-bottom-x4 {
    margin-bottom: 32px;
  }
  .xlarge-padding-bottom-x4 {
    padding-bottom: 32px;
  }
  .xlarge-margin-left-x4 {
    margin-left: 32px;
  }
  .xlarge-padding-left-x4 {
    padding-left: 32px;
  }
  .xlarge-margin-x5 {
    margin: 40px;
  }
  .xlarge-padding-x5 {
    padding: 40px;
  }
  .xlarge-margin-top-x5 {
    margin-top: 40px;
  }
  .xlarge-padding-top-x5 {
    padding-top: 40px;
  }
  .xlarge-margin-right-x5 {
    margin-right: 40px;
  }
  .xlarge-padding-right-x5 {
    padding-right: 40px;
  }
  .xlarge-margin-bottom-x5 {
    margin-bottom: 40px;
  }
  .xlarge-padding-bottom-x5 {
    padding-bottom: 40px;
  }
  .xlarge-margin-left-x5 {
    margin-left: 40px;
  }
  .xlarge-padding-left-x5 {
    padding-left: 40px;
  }
  .xlarge-margin-x6 {
    margin: 48px;
  }
  .xlarge-padding-x6 {
    padding: 48px;
  }
  .xlarge-margin-top-x6 {
    margin-top: 48px;
  }
  .xlarge-padding-top-x6 {
    padding-top: 48px;
  }
  .xlarge-margin-right-x6 {
    margin-right: 48px;
  }
  .xlarge-padding-right-x6 {
    padding-right: 48px;
  }
  .xlarge-margin-bottom-x6 {
    margin-bottom: 48px;
  }
  .xlarge-padding-bottom-x6 {
    padding-bottom: 48px;
  }
  .xlarge-margin-left-x6 {
    margin-left: 48px;
  }
  .xlarge-padding-left-x6 {
    padding-left: 48px;
  }
  .xlarge-margin-x7 {
    margin: 56px;
  }
  .xlarge-padding-x7 {
    padding: 56px;
  }
  .xlarge-margin-top-x7 {
    margin-top: 56px;
  }
  .xlarge-padding-top-x7 {
    padding-top: 56px;
  }
  .xlarge-margin-right-x7 {
    margin-right: 56px;
  }
  .xlarge-padding-right-x7 {
    padding-right: 56px;
  }
  .xlarge-margin-bottom-x7 {
    margin-bottom: 56px;
  }
  .xlarge-padding-bottom-x7 {
    padding-bottom: 56px;
  }
  .xlarge-margin-left-x7 {
    margin-left: 56px;
  }
  .xlarge-padding-left-x7 {
    padding-left: 56px;
  }
  .xlarge-margin-x8 {
    margin: 64px;
  }
  .xlarge-padding-x8 {
    padding: 64px;
  }
  .xlarge-margin-top-x8 {
    margin-top: 64px;
  }
  .xlarge-padding-top-x8 {
    padding-top: 64px;
  }
  .xlarge-margin-right-x8 {
    margin-right: 64px;
  }
  .xlarge-padding-right-x8 {
    padding-right: 64px;
  }
  .xlarge-margin-bottom-x8 {
    margin-bottom: 64px;
  }
  .xlarge-padding-bottom-x8 {
    padding-bottom: 64px;
  }
  .xlarge-margin-left-x8 {
    margin-left: 64px;
  }
  .xlarge-padding-left-x8 {
    padding-left: 64px;
  }
  .xlarge-margin-x9 {
    margin: 72px;
  }
  .xlarge-padding-x9 {
    padding: 72px;
  }
  .xlarge-margin-top-x9 {
    margin-top: 72px;
  }
  .xlarge-padding-top-x9 {
    padding-top: 72px;
  }
  .xlarge-margin-right-x9 {
    margin-right: 72px;
  }
  .xlarge-padding-right-x9 {
    padding-right: 72px;
  }
  .xlarge-margin-bottom-x9 {
    margin-bottom: 72px;
  }
  .xlarge-padding-bottom-x9 {
    padding-bottom: 72px;
  }
  .xlarge-margin-left-x9 {
    margin-left: 72px;
  }
  .xlarge-padding-left-x9 {
    padding-left: 72px;
  }
  .xlarge-margin-x10 {
    margin: 80px;
  }
  .xlarge-padding-x10 {
    padding: 80px;
  }
  .xlarge-margin-top-x10 {
    margin-top: 80px;
  }
  .xlarge-padding-top-x10 {
    padding-top: 80px;
  }
  .xlarge-margin-right-x10 {
    margin-right: 80px;
  }
  .xlarge-padding-right-x10 {
    padding-right: 80px;
  }
  .xlarge-margin-bottom-x10 {
    margin-bottom: 80px;
  }
  .xlarge-padding-bottom-x10 {
    padding-bottom: 80px;
  }
  .xlarge-margin-left-x10 {
    margin-left: 80px;
  }
  .xlarge-padding-left-x10 {
    padding-left: 80px;
  }
  .xlarge-margin-x11 {
    margin: 88px;
  }
  .xlarge-padding-x11 {
    padding: 88px;
  }
  .xlarge-margin-top-x11 {
    margin-top: 88px;
  }
  .xlarge-padding-top-x11 {
    padding-top: 88px;
  }
  .xlarge-margin-right-x11 {
    margin-right: 88px;
  }
  .xlarge-padding-right-x11 {
    padding-right: 88px;
  }
  .xlarge-margin-bottom-x11 {
    margin-bottom: 88px;
  }
  .xlarge-padding-bottom-x11 {
    padding-bottom: 88px;
  }
  .xlarge-margin-left-x11 {
    margin-left: 88px;
  }
  .xlarge-padding-left-x11 {
    padding-left: 88px;
  }
  .xlarge-margin-x12 {
    margin: 96px;
  }
  .xlarge-padding-x12 {
    padding: 96px;
  }
  .xlarge-margin-top-x12 {
    margin-top: 96px;
  }
  .xlarge-padding-top-x12 {
    padding-top: 96px;
  }
  .xlarge-margin-right-x12 {
    margin-right: 96px;
  }
  .xlarge-padding-right-x12 {
    padding-right: 96px;
  }
  .xlarge-margin-bottom-x12 {
    margin-bottom: 96px;
  }
  .xlarge-padding-bottom-x12 {
    padding-bottom: 96px;
  }
  .xlarge-margin-left-x12 {
    margin-left: 96px;
  }
  .xlarge-padding-left-x12 {
    padding-left: 96px;
  }
  .xlarge-margin-x13 {
    margin: 104px;
  }
  .xlarge-padding-x13 {
    padding: 104px;
  }
  .xlarge-margin-top-x13 {
    margin-top: 104px;
  }
  .xlarge-padding-top-x13 {
    padding-top: 104px;
  }
  .xlarge-margin-right-x13 {
    margin-right: 104px;
  }
  .xlarge-padding-right-x13 {
    padding-right: 104px;
  }
  .xlarge-margin-bottom-x13 {
    margin-bottom: 104px;
  }
  .xlarge-padding-bottom-x13 {
    padding-bottom: 104px;
  }
  .xlarge-margin-left-x13 {
    margin-left: 104px;
  }
  .xlarge-padding-left-x13 {
    padding-left: 104px;
  }
  .xlarge-margin-x14 {
    margin: 112px;
  }
  .xlarge-padding-x14 {
    padding: 112px;
  }
  .xlarge-margin-top-x14 {
    margin-top: 112px;
  }
  .xlarge-padding-top-x14 {
    padding-top: 112px;
  }
  .xlarge-margin-right-x14 {
    margin-right: 112px;
  }
  .xlarge-padding-right-x14 {
    padding-right: 112px;
  }
  .xlarge-margin-bottom-x14 {
    margin-bottom: 112px;
  }
  .xlarge-padding-bottom-x14 {
    padding-bottom: 112px;
  }
  .xlarge-margin-left-x14 {
    margin-left: 112px;
  }
  .xlarge-padding-left-x14 {
    padding-left: 112px;
  }
  .xlarge-margin-x15 {
    margin: 120px;
  }
  .xlarge-padding-x15 {
    padding: 120px;
  }
  .xlarge-margin-top-x15 {
    margin-top: 120px;
  }
  .xlarge-padding-top-x15 {
    padding-top: 120px;
  }
  .xlarge-margin-right-x15 {
    margin-right: 120px;
  }
  .xlarge-padding-right-x15 {
    padding-right: 120px;
  }
  .xlarge-margin-bottom-x15 {
    margin-bottom: 120px;
  }
  .xlarge-padding-bottom-x15 {
    padding-bottom: 120px;
  }
  .xlarge-margin-left-x15 {
    margin-left: 120px;
  }
  .xlarge-padding-left-x15 {
    padding-left: 120px;
  }
  .xlarge-margin-x16 {
    margin: 128px;
  }
  .xlarge-padding-x16 {
    padding: 128px;
  }
  .xlarge-margin-top-x16 {
    margin-top: 128px;
  }
  .xlarge-padding-top-x16 {
    padding-top: 128px;
  }
  .xlarge-margin-right-x16 {
    margin-right: 128px;
  }
  .xlarge-padding-right-x16 {
    padding-right: 128px;
  }
  .xlarge-margin-bottom-x16 {
    margin-bottom: 128px;
  }
  .xlarge-padding-bottom-x16 {
    padding-bottom: 128px;
  }
  .xlarge-margin-left-x16 {
    margin-left: 128px;
  }
  .xlarge-padding-left-x16 {
    padding-left: 128px;
  }
}

@media (max-width: 1024px) {
  .large-margin-x1 {
    margin: 8px;
  }
  .large-padding-x1 {
    padding: 8px;
  }
  .large-margin-top-x1 {
    margin-top: 8px;
  }
  .large-padding-top-x1 {
    padding-top: 8px;
  }
  .large-margin-right-x1 {
    margin-right: 8px;
  }
  .large-padding-right-x1 {
    padding-right: 8px;
  }
  .large-margin-bottom-x1 {
    margin-bottom: 8px;
  }
  .large-padding-bottom-x1 {
    padding-bottom: 8px;
  }
  .large-margin-left-x1 {
    margin-left: 8px;
  }
  .large-padding-left-x1 {
    padding-left: 8px;
  }
  .large-margin-x2 {
    margin: 16px;
  }
  .large-padding-x2 {
    padding: 16px;
  }
  .large-margin-top-x2 {
    margin-top: 16px;
  }
  .large-padding-top-x2 {
    padding-top: 16px;
  }
  .large-margin-right-x2 {
    margin-right: 16px;
  }
  .large-padding-right-x2 {
    padding-right: 16px;
  }
  .large-margin-bottom-x2 {
    margin-bottom: 16px;
  }
  .large-padding-bottom-x2 {
    padding-bottom: 16px;
  }
  .large-margin-left-x2 {
    margin-left: 16px;
  }
  .large-padding-left-x2 {
    padding-left: 16px;
  }
  .large-margin-x3 {
    margin: 24px;
  }
  .large-padding-x3 {
    padding: 24px;
  }
  .large-margin-top-x3 {
    margin-top: 24px;
  }
  .large-padding-top-x3 {
    padding-top: 24px;
  }
  .large-margin-right-x3 {
    margin-right: 24px;
  }
  .large-padding-right-x3 {
    padding-right: 24px;
  }
  .large-margin-bottom-x3 {
    margin-bottom: 24px;
  }
  .large-padding-bottom-x3 {
    padding-bottom: 24px;
  }
  .large-margin-left-x3 {
    margin-left: 24px;
  }
  .large-padding-left-x3 {
    padding-left: 24px;
  }
  .large-margin-x4 {
    margin: 32px;
  }
  .large-padding-x4 {
    padding: 32px;
  }
  .large-margin-top-x4 {
    margin-top: 32px;
  }
  .large-padding-top-x4 {
    padding-top: 32px;
  }
  .large-margin-right-x4 {
    margin-right: 32px;
  }
  .large-padding-right-x4 {
    padding-right: 32px;
  }
  .large-margin-bottom-x4 {
    margin-bottom: 32px;
  }
  .large-padding-bottom-x4 {
    padding-bottom: 32px;
  }
  .large-margin-left-x4 {
    margin-left: 32px;
  }
  .large-padding-left-x4 {
    padding-left: 32px;
  }
  .large-margin-x5 {
    margin: 40px;
  }
  .large-padding-x5 {
    padding: 40px;
  }
  .large-margin-top-x5 {
    margin-top: 40px;
  }
  .large-padding-top-x5 {
    padding-top: 40px;
  }
  .large-margin-right-x5 {
    margin-right: 40px;
  }
  .large-padding-right-x5 {
    padding-right: 40px;
  }
  .large-margin-bottom-x5 {
    margin-bottom: 40px;
  }
  .large-padding-bottom-x5 {
    padding-bottom: 40px;
  }
  .large-margin-left-x5 {
    margin-left: 40px;
  }
  .large-padding-left-x5 {
    padding-left: 40px;
  }
  .large-margin-x6 {
    margin: 48px;
  }
  .large-padding-x6 {
    padding: 48px;
  }
  .large-margin-top-x6 {
    margin-top: 48px;
  }
  .large-padding-top-x6 {
    padding-top: 48px;
  }
  .large-margin-right-x6 {
    margin-right: 48px;
  }
  .large-padding-right-x6 {
    padding-right: 48px;
  }
  .large-margin-bottom-x6 {
    margin-bottom: 48px;
  }
  .large-padding-bottom-x6 {
    padding-bottom: 48px;
  }
  .large-margin-left-x6 {
    margin-left: 48px;
  }
  .large-padding-left-x6 {
    padding-left: 48px;
  }
  .large-margin-x7 {
    margin: 56px;
  }
  .large-padding-x7 {
    padding: 56px;
  }
  .large-margin-top-x7 {
    margin-top: 56px;
  }
  .large-padding-top-x7 {
    padding-top: 56px;
  }
  .large-margin-right-x7 {
    margin-right: 56px;
  }
  .large-padding-right-x7 {
    padding-right: 56px;
  }
  .large-margin-bottom-x7 {
    margin-bottom: 56px;
  }
  .large-padding-bottom-x7 {
    padding-bottom: 56px;
  }
  .large-margin-left-x7 {
    margin-left: 56px;
  }
  .large-padding-left-x7 {
    padding-left: 56px;
  }
  .large-margin-x8 {
    margin: 64px;
  }
  .large-padding-x8 {
    padding: 64px;
  }
  .large-margin-top-x8 {
    margin-top: 64px;
  }
  .large-padding-top-x8 {
    padding-top: 64px;
  }
  .large-margin-right-x8 {
    margin-right: 64px;
  }
  .large-padding-right-x8 {
    padding-right: 64px;
  }
  .large-margin-bottom-x8 {
    margin-bottom: 64px;
  }
  .large-padding-bottom-x8 {
    padding-bottom: 64px;
  }
  .large-margin-left-x8 {
    margin-left: 64px;
  }
  .large-padding-left-x8 {
    padding-left: 64px;
  }
  .large-margin-x9 {
    margin: 72px;
  }
  .large-padding-x9 {
    padding: 72px;
  }
  .large-margin-top-x9 {
    margin-top: 72px;
  }
  .large-padding-top-x9 {
    padding-top: 72px;
  }
  .large-margin-right-x9 {
    margin-right: 72px;
  }
  .large-padding-right-x9 {
    padding-right: 72px;
  }
  .large-margin-bottom-x9 {
    margin-bottom: 72px;
  }
  .large-padding-bottom-x9 {
    padding-bottom: 72px;
  }
  .large-margin-left-x9 {
    margin-left: 72px;
  }
  .large-padding-left-x9 {
    padding-left: 72px;
  }
  .large-margin-x10 {
    margin: 80px;
  }
  .large-padding-x10 {
    padding: 80px;
  }
  .large-margin-top-x10 {
    margin-top: 80px;
  }
  .large-padding-top-x10 {
    padding-top: 80px;
  }
  .large-margin-right-x10 {
    margin-right: 80px;
  }
  .large-padding-right-x10 {
    padding-right: 80px;
  }
  .large-margin-bottom-x10 {
    margin-bottom: 80px;
  }
  .large-padding-bottom-x10 {
    padding-bottom: 80px;
  }
  .large-margin-left-x10 {
    margin-left: 80px;
  }
  .large-padding-left-x10 {
    padding-left: 80px;
  }
  .large-margin-x11 {
    margin: 88px;
  }
  .large-padding-x11 {
    padding: 88px;
  }
  .large-margin-top-x11 {
    margin-top: 88px;
  }
  .large-padding-top-x11 {
    padding-top: 88px;
  }
  .large-margin-right-x11 {
    margin-right: 88px;
  }
  .large-padding-right-x11 {
    padding-right: 88px;
  }
  .large-margin-bottom-x11 {
    margin-bottom: 88px;
  }
  .large-padding-bottom-x11 {
    padding-bottom: 88px;
  }
  .large-margin-left-x11 {
    margin-left: 88px;
  }
  .large-padding-left-x11 {
    padding-left: 88px;
  }
  .large-margin-x12 {
    margin: 96px;
  }
  .large-padding-x12 {
    padding: 96px;
  }
  .large-margin-top-x12 {
    margin-top: 96px;
  }
  .large-padding-top-x12 {
    padding-top: 96px;
  }
  .large-margin-right-x12 {
    margin-right: 96px;
  }
  .large-padding-right-x12 {
    padding-right: 96px;
  }
  .large-margin-bottom-x12 {
    margin-bottom: 96px;
  }
  .large-padding-bottom-x12 {
    padding-bottom: 96px;
  }
  .large-margin-left-x12 {
    margin-left: 96px;
  }
  .large-padding-left-x12 {
    padding-left: 96px;
  }
  .large-margin-x13 {
    margin: 104px;
  }
  .large-padding-x13 {
    padding: 104px;
  }
  .large-margin-top-x13 {
    margin-top: 104px;
  }
  .large-padding-top-x13 {
    padding-top: 104px;
  }
  .large-margin-right-x13 {
    margin-right: 104px;
  }
  .large-padding-right-x13 {
    padding-right: 104px;
  }
  .large-margin-bottom-x13 {
    margin-bottom: 104px;
  }
  .large-padding-bottom-x13 {
    padding-bottom: 104px;
  }
  .large-margin-left-x13 {
    margin-left: 104px;
  }
  .large-padding-left-x13 {
    padding-left: 104px;
  }
  .large-margin-x14 {
    margin: 112px;
  }
  .large-padding-x14 {
    padding: 112px;
  }
  .large-margin-top-x14 {
    margin-top: 112px;
  }
  .large-padding-top-x14 {
    padding-top: 112px;
  }
  .large-margin-right-x14 {
    margin-right: 112px;
  }
  .large-padding-right-x14 {
    padding-right: 112px;
  }
  .large-margin-bottom-x14 {
    margin-bottom: 112px;
  }
  .large-padding-bottom-x14 {
    padding-bottom: 112px;
  }
  .large-margin-left-x14 {
    margin-left: 112px;
  }
  .large-padding-left-x14 {
    padding-left: 112px;
  }
  .large-margin-x15 {
    margin: 120px;
  }
  .large-padding-x15 {
    padding: 120px;
  }
  .large-margin-top-x15 {
    margin-top: 120px;
  }
  .large-padding-top-x15 {
    padding-top: 120px;
  }
  .large-margin-right-x15 {
    margin-right: 120px;
  }
  .large-padding-right-x15 {
    padding-right: 120px;
  }
  .large-margin-bottom-x15 {
    margin-bottom: 120px;
  }
  .large-padding-bottom-x15 {
    padding-bottom: 120px;
  }
  .large-margin-left-x15 {
    margin-left: 120px;
  }
  .large-padding-left-x15 {
    padding-left: 120px;
  }
  .large-margin-x16 {
    margin: 128px;
  }
  .large-padding-x16 {
    padding: 128px;
  }
  .large-margin-top-x16 {
    margin-top: 128px;
  }
  .large-padding-top-x16 {
    padding-top: 128px;
  }
  .large-margin-right-x16 {
    margin-right: 128px;
  }
  .large-padding-right-x16 {
    padding-right: 128px;
  }
  .large-margin-bottom-x16 {
    margin-bottom: 128px;
  }
  .large-padding-bottom-x16 {
    padding-bottom: 128px;
  }
  .large-margin-left-x16 {
    margin-left: 128px;
  }
  .large-padding-left-x16 {
    padding-left: 128px;
  }
}

@media (max-width: 768px) {
  .medium-margin-x1 {
    margin: 8px;
  }
  .medium-padding-x1 {
    padding: 8px;
  }
  .medium-margin-top-x1 {
    margin-top: 8px;
  }
  .medium-padding-top-x1 {
    padding-top: 8px;
  }
  .medium-margin-right-x1 {
    margin-right: 8px;
  }
  .medium-padding-right-x1 {
    padding-right: 8px;
  }
  .medium-margin-bottom-x1 {
    margin-bottom: 8px;
  }
  .medium-padding-bottom-x1 {
    padding-bottom: 8px;
  }
  .medium-margin-left-x1 {
    margin-left: 8px;
  }
  .medium-padding-left-x1 {
    padding-left: 8px;
  }
  .medium-margin-x2 {
    margin: 16px;
  }
  .medium-padding-x2 {
    padding: 16px;
  }
  .medium-margin-top-x2 {
    margin-top: 16px;
  }
  .medium-padding-top-x2 {
    padding-top: 16px;
  }
  .medium-margin-right-x2 {
    margin-right: 16px;
  }
  .medium-padding-right-x2 {
    padding-right: 16px;
  }
  .medium-margin-bottom-x2 {
    margin-bottom: 16px;
  }
  .medium-padding-bottom-x2 {
    padding-bottom: 16px;
  }
  .medium-margin-left-x2 {
    margin-left: 16px;
  }
  .medium-padding-left-x2 {
    padding-left: 16px;
  }
  .medium-margin-x3 {
    margin: 24px;
  }
  .medium-padding-x3 {
    padding: 24px;
  }
  .medium-margin-top-x3 {
    margin-top: 24px;
  }
  .medium-padding-top-x3 {
    padding-top: 24px;
  }
  .medium-margin-right-x3 {
    margin-right: 24px;
  }
  .medium-padding-right-x3 {
    padding-right: 24px;
  }
  .medium-margin-bottom-x3 {
    margin-bottom: 24px;
  }
  .medium-padding-bottom-x3 {
    padding-bottom: 24px;
  }
  .medium-margin-left-x3 {
    margin-left: 24px;
  }
  .medium-padding-left-x3 {
    padding-left: 24px;
  }
  .medium-margin-x4 {
    margin: 32px;
  }
  .medium-padding-x4 {
    padding: 32px;
  }
  .medium-margin-top-x4 {
    margin-top: 32px;
  }
  .medium-padding-top-x4 {
    padding-top: 32px;
  }
  .medium-margin-right-x4 {
    margin-right: 32px;
  }
  .medium-padding-right-x4 {
    padding-right: 32px;
  }
  .medium-margin-bottom-x4 {
    margin-bottom: 32px;
  }
  .medium-padding-bottom-x4 {
    padding-bottom: 32px;
  }
  .medium-margin-left-x4 {
    margin-left: 32px;
  }
  .medium-padding-left-x4 {
    padding-left: 32px;
  }
  .medium-margin-x5 {
    margin: 40px;
  }
  .medium-padding-x5 {
    padding: 40px;
  }
  .medium-margin-top-x5 {
    margin-top: 40px;
  }
  .medium-padding-top-x5 {
    padding-top: 40px;
  }
  .medium-margin-right-x5 {
    margin-right: 40px;
  }
  .medium-padding-right-x5 {
    padding-right: 40px;
  }
  .medium-margin-bottom-x5 {
    margin-bottom: 40px;
  }
  .medium-padding-bottom-x5 {
    padding-bottom: 40px;
  }
  .medium-margin-left-x5 {
    margin-left: 40px;
  }
  .medium-padding-left-x5 {
    padding-left: 40px;
  }
  .medium-margin-x6 {
    margin: 48px;
  }
  .medium-padding-x6 {
    padding: 48px;
  }
  .medium-margin-top-x6 {
    margin-top: 48px;
  }
  .medium-padding-top-x6 {
    padding-top: 48px;
  }
  .medium-margin-right-x6 {
    margin-right: 48px;
  }
  .medium-padding-right-x6 {
    padding-right: 48px;
  }
  .medium-margin-bottom-x6 {
    margin-bottom: 48px;
  }
  .medium-padding-bottom-x6 {
    padding-bottom: 48px;
  }
  .medium-margin-left-x6 {
    margin-left: 48px;
  }
  .medium-padding-left-x6 {
    padding-left: 48px;
  }
  .medium-margin-x7 {
    margin: 56px;
  }
  .medium-padding-x7 {
    padding: 56px;
  }
  .medium-margin-top-x7 {
    margin-top: 56px;
  }
  .medium-padding-top-x7 {
    padding-top: 56px;
  }
  .medium-margin-right-x7 {
    margin-right: 56px;
  }
  .medium-padding-right-x7 {
    padding-right: 56px;
  }
  .medium-margin-bottom-x7 {
    margin-bottom: 56px;
  }
  .medium-padding-bottom-x7 {
    padding-bottom: 56px;
  }
  .medium-margin-left-x7 {
    margin-left: 56px;
  }
  .medium-padding-left-x7 {
    padding-left: 56px;
  }
  .medium-margin-x8 {
    margin: 64px;
  }
  .medium-padding-x8 {
    padding: 64px;
  }
  .medium-margin-top-x8 {
    margin-top: 64px;
  }
  .medium-padding-top-x8 {
    padding-top: 64px;
  }
  .medium-margin-right-x8 {
    margin-right: 64px;
  }
  .medium-padding-right-x8 {
    padding-right: 64px;
  }
  .medium-margin-bottom-x8 {
    margin-bottom: 64px;
  }
  .medium-padding-bottom-x8 {
    padding-bottom: 64px;
  }
  .medium-margin-left-x8 {
    margin-left: 64px;
  }
  .medium-padding-left-x8 {
    padding-left: 64px;
  }
  .medium-margin-x9 {
    margin: 72px;
  }
  .medium-padding-x9 {
    padding: 72px;
  }
  .medium-margin-top-x9 {
    margin-top: 72px;
  }
  .medium-padding-top-x9 {
    padding-top: 72px;
  }
  .medium-margin-right-x9 {
    margin-right: 72px;
  }
  .medium-padding-right-x9 {
    padding-right: 72px;
  }
  .medium-margin-bottom-x9 {
    margin-bottom: 72px;
  }
  .medium-padding-bottom-x9 {
    padding-bottom: 72px;
  }
  .medium-margin-left-x9 {
    margin-left: 72px;
  }
  .medium-padding-left-x9 {
    padding-left: 72px;
  }
  .medium-margin-x10 {
    margin: 80px;
  }
  .medium-padding-x10 {
    padding: 80px;
  }
  .medium-margin-top-x10 {
    margin-top: 80px;
  }
  .medium-padding-top-x10 {
    padding-top: 80px;
  }
  .medium-margin-right-x10 {
    margin-right: 80px;
  }
  .medium-padding-right-x10 {
    padding-right: 80px;
  }
  .medium-margin-bottom-x10 {
    margin-bottom: 80px;
  }
  .medium-padding-bottom-x10 {
    padding-bottom: 80px;
  }
  .medium-margin-left-x10 {
    margin-left: 80px;
  }
  .medium-padding-left-x10 {
    padding-left: 80px;
  }
  .medium-margin-x11 {
    margin: 88px;
  }
  .medium-padding-x11 {
    padding: 88px;
  }
  .medium-margin-top-x11 {
    margin-top: 88px;
  }
  .medium-padding-top-x11 {
    padding-top: 88px;
  }
  .medium-margin-right-x11 {
    margin-right: 88px;
  }
  .medium-padding-right-x11 {
    padding-right: 88px;
  }
  .medium-margin-bottom-x11 {
    margin-bottom: 88px;
  }
  .medium-padding-bottom-x11 {
    padding-bottom: 88px;
  }
  .medium-margin-left-x11 {
    margin-left: 88px;
  }
  .medium-padding-left-x11 {
    padding-left: 88px;
  }
  .medium-margin-x12 {
    margin: 96px;
  }
  .medium-padding-x12 {
    padding: 96px;
  }
  .medium-margin-top-x12 {
    margin-top: 96px;
  }
  .medium-padding-top-x12 {
    padding-top: 96px;
  }
  .medium-margin-right-x12 {
    margin-right: 96px;
  }
  .medium-padding-right-x12 {
    padding-right: 96px;
  }
  .medium-margin-bottom-x12 {
    margin-bottom: 96px;
  }
  .medium-padding-bottom-x12 {
    padding-bottom: 96px;
  }
  .medium-margin-left-x12 {
    margin-left: 96px;
  }
  .medium-padding-left-x12 {
    padding-left: 96px;
  }
  .medium-margin-x13 {
    margin: 104px;
  }
  .medium-padding-x13 {
    padding: 104px;
  }
  .medium-margin-top-x13 {
    margin-top: 104px;
  }
  .medium-padding-top-x13 {
    padding-top: 104px;
  }
  .medium-margin-right-x13 {
    margin-right: 104px;
  }
  .medium-padding-right-x13 {
    padding-right: 104px;
  }
  .medium-margin-bottom-x13 {
    margin-bottom: 104px;
  }
  .medium-padding-bottom-x13 {
    padding-bottom: 104px;
  }
  .medium-margin-left-x13 {
    margin-left: 104px;
  }
  .medium-padding-left-x13 {
    padding-left: 104px;
  }
  .medium-margin-x14 {
    margin: 112px;
  }
  .medium-padding-x14 {
    padding: 112px;
  }
  .medium-margin-top-x14 {
    margin-top: 112px;
  }
  .medium-padding-top-x14 {
    padding-top: 112px;
  }
  .medium-margin-right-x14 {
    margin-right: 112px;
  }
  .medium-padding-right-x14 {
    padding-right: 112px;
  }
  .medium-margin-bottom-x14 {
    margin-bottom: 112px;
  }
  .medium-padding-bottom-x14 {
    padding-bottom: 112px;
  }
  .medium-margin-left-x14 {
    margin-left: 112px;
  }
  .medium-padding-left-x14 {
    padding-left: 112px;
  }
  .medium-margin-x15 {
    margin: 120px;
  }
  .medium-padding-x15 {
    padding: 120px;
  }
  .medium-margin-top-x15 {
    margin-top: 120px;
  }
  .medium-padding-top-x15 {
    padding-top: 120px;
  }
  .medium-margin-right-x15 {
    margin-right: 120px;
  }
  .medium-padding-right-x15 {
    padding-right: 120px;
  }
  .medium-margin-bottom-x15 {
    margin-bottom: 120px;
  }
  .medium-padding-bottom-x15 {
    padding-bottom: 120px;
  }
  .medium-margin-left-x15 {
    margin-left: 120px;
  }
  .medium-padding-left-x15 {
    padding-left: 120px;
  }
  .medium-margin-x16 {
    margin: 128px;
  }
  .medium-padding-x16 {
    padding: 128px;
  }
  .medium-margin-top-x16 {
    margin-top: 128px;
  }
  .medium-padding-top-x16 {
    padding-top: 128px;
  }
  .medium-margin-right-x16 {
    margin-right: 128px;
  }
  .medium-padding-right-x16 {
    padding-right: 128px;
  }
  .medium-margin-bottom-x16 {
    margin-bottom: 128px;
  }
  .medium-padding-bottom-x16 {
    padding-bottom: 128px;
  }
  .medium-margin-left-x16 {
    margin-left: 128px;
  }
  .medium-padding-left-x16 {
    padding-left: 128px;
  }
}

@media (max-width: 480px) {
  .small-margin-x1 {
    margin: 8px;
  }
  .small-padding-x1 {
    padding: 8px;
  }
  .small-margin-top-x1 {
    margin-top: 8px;
  }
  .small-padding-top-x1 {
    padding-top: 8px;
  }
  .small-margin-right-x1 {
    margin-right: 8px;
  }
  .small-padding-right-x1 {
    padding-right: 8px;
  }
  .small-margin-bottom-x1 {
    margin-bottom: 8px;
  }
  .small-padding-bottom-x1 {
    padding-bottom: 8px;
  }
  .small-margin-left-x1 {
    margin-left: 8px;
  }
  .small-padding-left-x1 {
    padding-left: 8px;
  }
  .small-margin-x2 {
    margin: 16px;
  }
  .small-padding-x2 {
    padding: 16px;
  }
  .small-margin-top-x2 {
    margin-top: 16px;
  }
  .small-padding-top-x2 {
    padding-top: 16px;
  }
  .small-margin-right-x2 {
    margin-right: 16px;
  }
  .small-padding-right-x2 {
    padding-right: 16px;
  }
  .small-margin-bottom-x2 {
    margin-bottom: 16px;
  }
  .small-padding-bottom-x2 {
    padding-bottom: 16px;
  }
  .small-margin-left-x2 {
    margin-left: 16px;
  }
  .small-padding-left-x2 {
    padding-left: 16px;
  }
  .small-margin-x3 {
    margin: 24px;
  }
  .small-padding-x3 {
    padding: 24px;
  }
  .small-margin-top-x3 {
    margin-top: 24px;
  }
  .small-padding-top-x3 {
    padding-top: 24px;
  }
  .small-margin-right-x3 {
    margin-right: 24px;
  }
  .small-padding-right-x3 {
    padding-right: 24px;
  }
  .small-margin-bottom-x3 {
    margin-bottom: 24px;
  }
  .small-padding-bottom-x3 {
    padding-bottom: 24px;
  }
  .small-margin-left-x3 {
    margin-left: 24px;
  }
  .small-padding-left-x3 {
    padding-left: 24px;
  }
  .small-margin-x4 {
    margin: 32px;
  }
  .small-padding-x4 {
    padding: 32px;
  }
  .small-margin-top-x4 {
    margin-top: 32px;
  }
  .small-padding-top-x4 {
    padding-top: 32px;
  }
  .small-margin-right-x4 {
    margin-right: 32px;
  }
  .small-padding-right-x4 {
    padding-right: 32px;
  }
  .small-margin-bottom-x4 {
    margin-bottom: 32px;
  }
  .small-padding-bottom-x4 {
    padding-bottom: 32px;
  }
  .small-margin-left-x4 {
    margin-left: 32px;
  }
  .small-padding-left-x4 {
    padding-left: 32px;
  }
  .small-margin-x5 {
    margin: 40px;
  }
  .small-padding-x5 {
    padding: 40px;
  }
  .small-margin-top-x5 {
    margin-top: 40px;
  }
  .small-padding-top-x5 {
    padding-top: 40px;
  }
  .small-margin-right-x5 {
    margin-right: 40px;
  }
  .small-padding-right-x5 {
    padding-right: 40px;
  }
  .small-margin-bottom-x5 {
    margin-bottom: 40px;
  }
  .small-padding-bottom-x5 {
    padding-bottom: 40px;
  }
  .small-margin-left-x5 {
    margin-left: 40px;
  }
  .small-padding-left-x5 {
    padding-left: 40px;
  }
  .small-margin-x6 {
    margin: 48px;
  }
  .small-padding-x6 {
    padding: 48px;
  }
  .small-margin-top-x6 {
    margin-top: 48px;
  }
  .small-padding-top-x6 {
    padding-top: 48px;
  }
  .small-margin-right-x6 {
    margin-right: 48px;
  }
  .small-padding-right-x6 {
    padding-right: 48px;
  }
  .small-margin-bottom-x6 {
    margin-bottom: 48px;
  }
  .small-padding-bottom-x6 {
    padding-bottom: 48px;
  }
  .small-margin-left-x6 {
    margin-left: 48px;
  }
  .small-padding-left-x6 {
    padding-left: 48px;
  }
  .small-margin-x7 {
    margin: 56px;
  }
  .small-padding-x7 {
    padding: 56px;
  }
  .small-margin-top-x7 {
    margin-top: 56px;
  }
  .small-padding-top-x7 {
    padding-top: 56px;
  }
  .small-margin-right-x7 {
    margin-right: 56px;
  }
  .small-padding-right-x7 {
    padding-right: 56px;
  }
  .small-margin-bottom-x7 {
    margin-bottom: 56px;
  }
  .small-padding-bottom-x7 {
    padding-bottom: 56px;
  }
  .small-margin-left-x7 {
    margin-left: 56px;
  }
  .small-padding-left-x7 {
    padding-left: 56px;
  }
  .small-margin-x8 {
    margin: 64px;
  }
  .small-padding-x8 {
    padding: 64px;
  }
  .small-margin-top-x8 {
    margin-top: 64px;
  }
  .small-padding-top-x8 {
    padding-top: 64px;
  }
  .small-margin-right-x8 {
    margin-right: 64px;
  }
  .small-padding-right-x8 {
    padding-right: 64px;
  }
  .small-margin-bottom-x8 {
    margin-bottom: 64px;
  }
  .small-padding-bottom-x8 {
    padding-bottom: 64px;
  }
  .small-margin-left-x8 {
    margin-left: 64px;
  }
  .small-padding-left-x8 {
    padding-left: 64px;
  }
  .small-margin-x9 {
    margin: 72px;
  }
  .small-padding-x9 {
    padding: 72px;
  }
  .small-margin-top-x9 {
    margin-top: 72px;
  }
  .small-padding-top-x9 {
    padding-top: 72px;
  }
  .small-margin-right-x9 {
    margin-right: 72px;
  }
  .small-padding-right-x9 {
    padding-right: 72px;
  }
  .small-margin-bottom-x9 {
    margin-bottom: 72px;
  }
  .small-padding-bottom-x9 {
    padding-bottom: 72px;
  }
  .small-margin-left-x9 {
    margin-left: 72px;
  }
  .small-padding-left-x9 {
    padding-left: 72px;
  }
  .small-margin-x10 {
    margin: 80px;
  }
  .small-padding-x10 {
    padding: 80px;
  }
  .small-margin-top-x10 {
    margin-top: 80px;
  }
  .small-padding-top-x10 {
    padding-top: 80px;
  }
  .small-margin-right-x10 {
    margin-right: 80px;
  }
  .small-padding-right-x10 {
    padding-right: 80px;
  }
  .small-margin-bottom-x10 {
    margin-bottom: 80px;
  }
  .small-padding-bottom-x10 {
    padding-bottom: 80px;
  }
  .small-margin-left-x10 {
    margin-left: 80px;
  }
  .small-padding-left-x10 {
    padding-left: 80px;
  }
  .small-margin-x11 {
    margin: 88px;
  }
  .small-padding-x11 {
    padding: 88px;
  }
  .small-margin-top-x11 {
    margin-top: 88px;
  }
  .small-padding-top-x11 {
    padding-top: 88px;
  }
  .small-margin-right-x11 {
    margin-right: 88px;
  }
  .small-padding-right-x11 {
    padding-right: 88px;
  }
  .small-margin-bottom-x11 {
    margin-bottom: 88px;
  }
  .small-padding-bottom-x11 {
    padding-bottom: 88px;
  }
  .small-margin-left-x11 {
    margin-left: 88px;
  }
  .small-padding-left-x11 {
    padding-left: 88px;
  }
  .small-margin-x12 {
    margin: 96px;
  }
  .small-padding-x12 {
    padding: 96px;
  }
  .small-margin-top-x12 {
    margin-top: 96px;
  }
  .small-padding-top-x12 {
    padding-top: 96px;
  }
  .small-margin-right-x12 {
    margin-right: 96px;
  }
  .small-padding-right-x12 {
    padding-right: 96px;
  }
  .small-margin-bottom-x12 {
    margin-bottom: 96px;
  }
  .small-padding-bottom-x12 {
    padding-bottom: 96px;
  }
  .small-margin-left-x12 {
    margin-left: 96px;
  }
  .small-padding-left-x12 {
    padding-left: 96px;
  }
  .small-margin-x13 {
    margin: 104px;
  }
  .small-padding-x13 {
    padding: 104px;
  }
  .small-margin-top-x13 {
    margin-top: 104px;
  }
  .small-padding-top-x13 {
    padding-top: 104px;
  }
  .small-margin-right-x13 {
    margin-right: 104px;
  }
  .small-padding-right-x13 {
    padding-right: 104px;
  }
  .small-margin-bottom-x13 {
    margin-bottom: 104px;
  }
  .small-padding-bottom-x13 {
    padding-bottom: 104px;
  }
  .small-margin-left-x13 {
    margin-left: 104px;
  }
  .small-padding-left-x13 {
    padding-left: 104px;
  }
  .small-margin-x14 {
    margin: 112px;
  }
  .small-padding-x14 {
    padding: 112px;
  }
  .small-margin-top-x14 {
    margin-top: 112px;
  }
  .small-padding-top-x14 {
    padding-top: 112px;
  }
  .small-margin-right-x14 {
    margin-right: 112px;
  }
  .small-padding-right-x14 {
    padding-right: 112px;
  }
  .small-margin-bottom-x14 {
    margin-bottom: 112px;
  }
  .small-padding-bottom-x14 {
    padding-bottom: 112px;
  }
  .small-margin-left-x14 {
    margin-left: 112px;
  }
  .small-padding-left-x14 {
    padding-left: 112px;
  }
  .small-margin-x15 {
    margin: 120px;
  }
  .small-padding-x15 {
    padding: 120px;
  }
  .small-margin-top-x15 {
    margin-top: 120px;
  }
  .small-padding-top-x15 {
    padding-top: 120px;
  }
  .small-margin-right-x15 {
    margin-right: 120px;
  }
  .small-padding-right-x15 {
    padding-right: 120px;
  }
  .small-margin-bottom-x15 {
    margin-bottom: 120px;
  }
  .small-padding-bottom-x15 {
    padding-bottom: 120px;
  }
  .small-margin-left-x15 {
    margin-left: 120px;
  }
  .small-padding-left-x15 {
    padding-left: 120px;
  }
  .small-margin-x16 {
    margin: 128px;
  }
  .small-padding-x16 {
    padding: 128px;
  }
  .small-margin-top-x16 {
    margin-top: 128px;
  }
  .small-padding-top-x16 {
    padding-top: 128px;
  }
  .small-margin-right-x16 {
    margin-right: 128px;
  }
  .small-padding-right-x16 {
    padding-right: 128px;
  }
  .small-margin-bottom-x16 {
    margin-bottom: 128px;
  }
  .small-padding-bottom-x16 {
    padding-bottom: 128px;
  }
  .small-margin-left-x16 {
    margin-left: 128px;
  }
  .small-padding-left-x16 {
    padding-left: 128px;
  }
}

@media (max-width: 320px) {
  .xsmall-margin-x1 {
    margin: 8px;
  }
  .xsmall-padding-x1 {
    padding: 8px;
  }
  .xsmall-margin-top-x1 {
    margin-top: 8px;
  }
  .xsmall-padding-top-x1 {
    padding-top: 8px;
  }
  .xsmall-margin-right-x1 {
    margin-right: 8px;
  }
  .xsmall-padding-right-x1 {
    padding-right: 8px;
  }
  .xsmall-margin-bottom-x1 {
    margin-bottom: 8px;
  }
  .xsmall-padding-bottom-x1 {
    padding-bottom: 8px;
  }
  .xsmall-margin-left-x1 {
    margin-left: 8px;
  }
  .xsmall-padding-left-x1 {
    padding-left: 8px;
  }
  .xsmall-margin-x2 {
    margin: 16px;
  }
  .xsmall-padding-x2 {
    padding: 16px;
  }
  .xsmall-margin-top-x2 {
    margin-top: 16px;
  }
  .xsmall-padding-top-x2 {
    padding-top: 16px;
  }
  .xsmall-margin-right-x2 {
    margin-right: 16px;
  }
  .xsmall-padding-right-x2 {
    padding-right: 16px;
  }
  .xsmall-margin-bottom-x2 {
    margin-bottom: 16px;
  }
  .xsmall-padding-bottom-x2 {
    padding-bottom: 16px;
  }
  .xsmall-margin-left-x2 {
    margin-left: 16px;
  }
  .xsmall-padding-left-x2 {
    padding-left: 16px;
  }
  .xsmall-margin-x3 {
    margin: 24px;
  }
  .xsmall-padding-x3 {
    padding: 24px;
  }
  .xsmall-margin-top-x3 {
    margin-top: 24px;
  }
  .xsmall-padding-top-x3 {
    padding-top: 24px;
  }
  .xsmall-margin-right-x3 {
    margin-right: 24px;
  }
  .xsmall-padding-right-x3 {
    padding-right: 24px;
  }
  .xsmall-margin-bottom-x3 {
    margin-bottom: 24px;
  }
  .xsmall-padding-bottom-x3 {
    padding-bottom: 24px;
  }
  .xsmall-margin-left-x3 {
    margin-left: 24px;
  }
  .xsmall-padding-left-x3 {
    padding-left: 24px;
  }
  .xsmall-margin-x4 {
    margin: 32px;
  }
  .xsmall-padding-x4 {
    padding: 32px;
  }
  .xsmall-margin-top-x4 {
    margin-top: 32px;
  }
  .xsmall-padding-top-x4 {
    padding-top: 32px;
  }
  .xsmall-margin-right-x4 {
    margin-right: 32px;
  }
  .xsmall-padding-right-x4 {
    padding-right: 32px;
  }
  .xsmall-margin-bottom-x4 {
    margin-bottom: 32px;
  }
  .xsmall-padding-bottom-x4 {
    padding-bottom: 32px;
  }
  .xsmall-margin-left-x4 {
    margin-left: 32px;
  }
  .xsmall-padding-left-x4 {
    padding-left: 32px;
  }
  .xsmall-margin-x5 {
    margin: 40px;
  }
  .xsmall-padding-x5 {
    padding: 40px;
  }
  .xsmall-margin-top-x5 {
    margin-top: 40px;
  }
  .xsmall-padding-top-x5 {
    padding-top: 40px;
  }
  .xsmall-margin-right-x5 {
    margin-right: 40px;
  }
  .xsmall-padding-right-x5 {
    padding-right: 40px;
  }
  .xsmall-margin-bottom-x5 {
    margin-bottom: 40px;
  }
  .xsmall-padding-bottom-x5 {
    padding-bottom: 40px;
  }
  .xsmall-margin-left-x5 {
    margin-left: 40px;
  }
  .xsmall-padding-left-x5 {
    padding-left: 40px;
  }
  .xsmall-margin-x6 {
    margin: 48px;
  }
  .xsmall-padding-x6 {
    padding: 48px;
  }
  .xsmall-margin-top-x6 {
    margin-top: 48px;
  }
  .xsmall-padding-top-x6 {
    padding-top: 48px;
  }
  .xsmall-margin-right-x6 {
    margin-right: 48px;
  }
  .xsmall-padding-right-x6 {
    padding-right: 48px;
  }
  .xsmall-margin-bottom-x6 {
    margin-bottom: 48px;
  }
  .xsmall-padding-bottom-x6 {
    padding-bottom: 48px;
  }
  .xsmall-margin-left-x6 {
    margin-left: 48px;
  }
  .xsmall-padding-left-x6 {
    padding-left: 48px;
  }
  .xsmall-margin-x7 {
    margin: 56px;
  }
  .xsmall-padding-x7 {
    padding: 56px;
  }
  .xsmall-margin-top-x7 {
    margin-top: 56px;
  }
  .xsmall-padding-top-x7 {
    padding-top: 56px;
  }
  .xsmall-margin-right-x7 {
    margin-right: 56px;
  }
  .xsmall-padding-right-x7 {
    padding-right: 56px;
  }
  .xsmall-margin-bottom-x7 {
    margin-bottom: 56px;
  }
  .xsmall-padding-bottom-x7 {
    padding-bottom: 56px;
  }
  .xsmall-margin-left-x7 {
    margin-left: 56px;
  }
  .xsmall-padding-left-x7 {
    padding-left: 56px;
  }
  .xsmall-margin-x8 {
    margin: 64px;
  }
  .xsmall-padding-x8 {
    padding: 64px;
  }
  .xsmall-margin-top-x8 {
    margin-top: 64px;
  }
  .xsmall-padding-top-x8 {
    padding-top: 64px;
  }
  .xsmall-margin-right-x8 {
    margin-right: 64px;
  }
  .xsmall-padding-right-x8 {
    padding-right: 64px;
  }
  .xsmall-margin-bottom-x8 {
    margin-bottom: 64px;
  }
  .xsmall-padding-bottom-x8 {
    padding-bottom: 64px;
  }
  .xsmall-margin-left-x8 {
    margin-left: 64px;
  }
  .xsmall-padding-left-x8 {
    padding-left: 64px;
  }
  .xsmall-margin-x9 {
    margin: 72px;
  }
  .xsmall-padding-x9 {
    padding: 72px;
  }
  .xsmall-margin-top-x9 {
    margin-top: 72px;
  }
  .xsmall-padding-top-x9 {
    padding-top: 72px;
  }
  .xsmall-margin-right-x9 {
    margin-right: 72px;
  }
  .xsmall-padding-right-x9 {
    padding-right: 72px;
  }
  .xsmall-margin-bottom-x9 {
    margin-bottom: 72px;
  }
  .xsmall-padding-bottom-x9 {
    padding-bottom: 72px;
  }
  .xsmall-margin-left-x9 {
    margin-left: 72px;
  }
  .xsmall-padding-left-x9 {
    padding-left: 72px;
  }
  .xsmall-margin-x10 {
    margin: 80px;
  }
  .xsmall-padding-x10 {
    padding: 80px;
  }
  .xsmall-margin-top-x10 {
    margin-top: 80px;
  }
  .xsmall-padding-top-x10 {
    padding-top: 80px;
  }
  .xsmall-margin-right-x10 {
    margin-right: 80px;
  }
  .xsmall-padding-right-x10 {
    padding-right: 80px;
  }
  .xsmall-margin-bottom-x10 {
    margin-bottom: 80px;
  }
  .xsmall-padding-bottom-x10 {
    padding-bottom: 80px;
  }
  .xsmall-margin-left-x10 {
    margin-left: 80px;
  }
  .xsmall-padding-left-x10 {
    padding-left: 80px;
  }
  .xsmall-margin-x11 {
    margin: 88px;
  }
  .xsmall-padding-x11 {
    padding: 88px;
  }
  .xsmall-margin-top-x11 {
    margin-top: 88px;
  }
  .xsmall-padding-top-x11 {
    padding-top: 88px;
  }
  .xsmall-margin-right-x11 {
    margin-right: 88px;
  }
  .xsmall-padding-right-x11 {
    padding-right: 88px;
  }
  .xsmall-margin-bottom-x11 {
    margin-bottom: 88px;
  }
  .xsmall-padding-bottom-x11 {
    padding-bottom: 88px;
  }
  .xsmall-margin-left-x11 {
    margin-left: 88px;
  }
  .xsmall-padding-left-x11 {
    padding-left: 88px;
  }
  .xsmall-margin-x12 {
    margin: 96px;
  }
  .xsmall-padding-x12 {
    padding: 96px;
  }
  .xsmall-margin-top-x12 {
    margin-top: 96px;
  }
  .xsmall-padding-top-x12 {
    padding-top: 96px;
  }
  .xsmall-margin-right-x12 {
    margin-right: 96px;
  }
  .xsmall-padding-right-x12 {
    padding-right: 96px;
  }
  .xsmall-margin-bottom-x12 {
    margin-bottom: 96px;
  }
  .xsmall-padding-bottom-x12 {
    padding-bottom: 96px;
  }
  .xsmall-margin-left-x12 {
    margin-left: 96px;
  }
  .xsmall-padding-left-x12 {
    padding-left: 96px;
  }
  .xsmall-margin-x13 {
    margin: 104px;
  }
  .xsmall-padding-x13 {
    padding: 104px;
  }
  .xsmall-margin-top-x13 {
    margin-top: 104px;
  }
  .xsmall-padding-top-x13 {
    padding-top: 104px;
  }
  .xsmall-margin-right-x13 {
    margin-right: 104px;
  }
  .xsmall-padding-right-x13 {
    padding-right: 104px;
  }
  .xsmall-margin-bottom-x13 {
    margin-bottom: 104px;
  }
  .xsmall-padding-bottom-x13 {
    padding-bottom: 104px;
  }
  .xsmall-margin-left-x13 {
    margin-left: 104px;
  }
  .xsmall-padding-left-x13 {
    padding-left: 104px;
  }
  .xsmall-margin-x14 {
    margin: 112px;
  }
  .xsmall-padding-x14 {
    padding: 112px;
  }
  .xsmall-margin-top-x14 {
    margin-top: 112px;
  }
  .xsmall-padding-top-x14 {
    padding-top: 112px;
  }
  .xsmall-margin-right-x14 {
    margin-right: 112px;
  }
  .xsmall-padding-right-x14 {
    padding-right: 112px;
  }
  .xsmall-margin-bottom-x14 {
    margin-bottom: 112px;
  }
  .xsmall-padding-bottom-x14 {
    padding-bottom: 112px;
  }
  .xsmall-margin-left-x14 {
    margin-left: 112px;
  }
  .xsmall-padding-left-x14 {
    padding-left: 112px;
  }
  .xsmall-margin-x15 {
    margin: 120px;
  }
  .xsmall-padding-x15 {
    padding: 120px;
  }
  .xsmall-margin-top-x15 {
    margin-top: 120px;
  }
  .xsmall-padding-top-x15 {
    padding-top: 120px;
  }
  .xsmall-margin-right-x15 {
    margin-right: 120px;
  }
  .xsmall-padding-right-x15 {
    padding-right: 120px;
  }
  .xsmall-margin-bottom-x15 {
    margin-bottom: 120px;
  }
  .xsmall-padding-bottom-x15 {
    padding-bottom: 120px;
  }
  .xsmall-margin-left-x15 {
    margin-left: 120px;
  }
  .xsmall-padding-left-x15 {
    padding-left: 120px;
  }
  .xsmall-margin-x16 {
    margin: 128px;
  }
  .xsmall-padding-x16 {
    padding: 128px;
  }
  .xsmall-margin-top-x16 {
    margin-top: 128px;
  }
  .xsmall-padding-top-x16 {
    padding-top: 128px;
  }
  .xsmall-margin-right-x16 {
    margin-right: 128px;
  }
  .xsmall-padding-right-x16 {
    padding-right: 128px;
  }
  .xsmall-margin-bottom-x16 {
    margin-bottom: 128px;
  }
  .xsmall-padding-bottom-x16 {
    padding-bottom: 128px;
  }
  .xsmall-margin-left-x16 {
    margin-left: 128px;
  }
  .xsmall-padding-left-x16 {
    padding-left: 128px;
  }
}

*:last-child {
  margin-bottom: 0 !important;
}

.slider .slides {
  padding-bottom: 55.6%;
}

@media (max-width: 480px) {
  .slider .thumbnails .thumbnail {
    height: 38px;
    width: 100% !important;
  }
}

.slider .caption {
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  text-transform: uppercase;
}

#page-home .slider .slides {
  height: 0;
  padding-bottom: 69.3%;
}

#page-home .slider .slides .slide-bg-image {
  bottom: 64px;
}

#page-home .slider .slides .prev, #page-home .slider .slides .next {
  bottom: 64px;
}

#page-home .slider .slides h3 {
  position: absolute;
  bottom: 0;
  height: 64px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 16px;
  padding-top: 8px;
  left: 0;
  right: 0;
  padding-right: 110px;
  color: white;
  background: linear-gradient(#171717, #303030);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}

@media (max-width: 1024px) {
  #page-home .slider .slides h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #page-home .slider .slides h3 {
    font-size: 16px;
    padding-right: 0;
    text-align: center;
    height: 70px;
  }
}

#page-home .slider .slides .button {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  border-top-left-radius: 4px;
}

@media (max-width: 480px) {
  #page-home .slider .slides .button {
    left: 0;
    border-top-left-radius: 0;
  }
}

.slider-menu li {
  width: 20%;
  float: left;
}

.slider-menu li a {
  padding: 8px;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  min-height: 70px;
}

.slider-menu li a.active {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
  outline: 1px solid #646464;
}

.slider-menu li:last-child a {
  border-right: 0;
}

@media (max-width: 480px) {
  .slider-menu {
    text-align: center;
  }
  .slider-menu ul {
    display: inline-block;
  }
  .slider-menu ul li a {
    border-top-left-radius: 0;
    min-height: 0;
    height: 12px;
    width: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    padding: 0;
    border: 0;
    font-size: 0;
    margin: 8px;
  }
  .slider-menu ul li a.active {
    outline: 0;
    background: white;
  }
}

.panel .panel-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border: 0;
}

.panel .panel-header .button {
  text-transform: none;
}

.social {
  float: right;
  margin-top: 5px;
}

.social a {
  width: 24px;
  height: 24px;
  background-image: url(../img/social-icons.png);
  float: left;
  margin-right: 6px;
}

.social a.icon-facebook {
  background-position: 0 0;
}

.social a.icon-facebook:hover {
  background-position: 0 -24px;
}

.social a.icon-twitter {
  background-position: -24px 0;
}

.social a.icon-twitter:hover {
  background-position: -24px -24px;
}

.social a.icon-youtube {
  background-position: -48px 0;
}

.social a.icon-youtube:hover {
  background-position: -48px -24px;
}

.pre-header {
  height: 34px;
  position: relative;
}

.pre-header:before {
  background-image: url(../img/bg-pre-header-blue.png);
  content: '';
  position: absolute;
  right: 50%;
  margin-right: 512px;
  height: 34px;
  width: 100%;
  display: block;
}

.pre-header .pre-logo {
  width: 292px;
  float: left;
  background-image: url(../img/bg-pre-header-logo.png);
  background-position: top right;
  padding: 5px 0;
}

.pre-header .pre-logo img {
  float: left;
}

.pre-header .network {
  padding-top: 4px;
  padding-left: 4px;
  float: left;
}

.pre-header .network a {
  margin-right: 4px;
}

.pre-header .network img {
  max-height: 24px;
}

@media (max-width: 768px) {
  .pre-header .pre-logo {
    display: none;
  }
}

.header {
  padding: 8px 0;
}

.header .logo {
  float: left;
}

.header .partners {
  float: right;
  padding-top: 50px;
}

.header .partners img {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .header .partners {
    float: none;
    text-align: center;
  }
}

.header.scroll-to-fixed-fixed {
  width: 100% !important;
}

@media (min-width: 768px) {
  .header.scroll-to-fixed-fixed {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
  .header.scroll-to-fixed-fixed .menu-wrapper {
    line-height: 64px;
  }
  .header.scroll-to-fixed-fixed .menu-wrapper .menu-toggle {
    margin: 6px 0;
  }
  .header.scroll-to-fixed-fixed .buttons {
    line-height: 60px;
  }
  .header.scroll-to-fixed-fixed .logo {
    margin-top: -10px;
  }
  .header.scroll-to-fixed-fixed .logo img {
    width: 104px;
  }
  .header.scroll-to-fixed-fixed + div {
    height: 65px !important;
  }
}

@media (max-width: 768px) {
  .header.scroll-to-fixed-fixed {
    position: relative !important;
  }
  .header.scroll-to-fixed-fixed + div {
    display: none !important;
  }
}

.menu-wrapper.menu-icons li {
  width: 20%;
  float: left;
}

.menu-wrapper.menu-icons li a {
  text-align: center;
  padding: 16px 0;
  display: block;
  text-transform: uppercase;
  color: white;
}

.menu-wrapper.menu-icons li a svg {
  width: 32px;
  height: 32px;
  fill: linear-gradient(to bottom, #F4D9AA, #EDA750);
}

@media (max-width: 480px) {
  .menu-wrapper.menu-icons div {
    display: none;
  }
}

.menu-wrapper.menu-header {
  text-align: center;
  font-size: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 1000 !important;
}

.menu-wrapper.menu-header .menu {
  font-size: 14px;
}

.menu-wrapper.menu-header .menu li a {
  line-height: 56px;
  text-transform: uppercase;
  padding: 0 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-shadow: 0 -1 black;
  font-size: 16px;
}

.menu-wrapper.menu-header .menu li a .menu-image {
  max-width: none;
}

.menu-wrapper.menu-header .menu li:last-child a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-wrapper.menu-header .menu-toggle {
  border-radius: 4px;
  height: auto;
}

.menu-wrapper.menu-header .sub-menu-toggle {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .menu-wrapper.menu-header {
    position: relative !important;
  }
  .menu-wrapper.menu-header li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu-wrapper.menu-header li:last-child {
    border-bottom: 0;
  }
  .menu-wrapper.menu-header li.current_page_item > a:not(.sub-menu-toggle) {
    border-bottom: 0;
  }
  .menu-wrapper.menu-header .sub-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }
  .menu-wrapper.menu-header .sub-menu li {
    background: rgba(255, 255, 255, 0.1);
  }
  .menu-wrapper.menu-header + div {
    display: none !important;
  }
}

.pre-footer {
  opacity: 0.95;
  text-align: center;
  padding-top: 64px;
}

.pre-footer .menu-wrapper {
  display: inline-block;
}

.pre-footer .menu-wrapper > ul > li {
  padding: 0 32px;
}

@media (max-width: 768px) {
  .pre-footer .menu-wrapper > ul > li {
    width: 100%;
  }
}

.pre-footer .menu-wrapper > ul > li > a {
  text-align: left;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  text-transform: uppercase;
  color: white;
  line-height: 32px;
  margin-bottom: 8px;
}

.pre-footer .menu-wrapper > ul > li > ul {
  display: block;
  position: relative;
  background: none;
  box-shadow: none;
}

.pre-footer .menu-wrapper > ul > li > ul > li {
  padding: 0;
}

.pre-footer .menu-wrapper > ul > li > ul > li > a {
  padding: 0;
  border: 0;
  color: #88a9c8;
  line-height: 24px;
}

.pre-footer .menu-wrapper > ul > li > ul > li > a:hover {
  border: 0;
  color: white;
}

.footer {
  opacity: 0.95;
}

.footer .partners {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}

.footer .partners li {
  display: inline-block;
}

.footer .partners a {
  padding: 0 12px;
  width: 12.5%;
}

.footer .partners a img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: -webkit-filter ease .5s;
}

.footer .partners a img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.footer .logo img {
  width: 80px;
}

.footer .menu a {
  padding: 4px 0;
  display: block;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 8px;
}

.wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap input[type=text], .wpcf7 .wpcf7-form-control-wrap input[type=email], .wpcf7 .wpcf7-form-control-wrap input[type=tel], .wpcf7 .wpcf7-form-control-wrap select {
  width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
}

.wpcf7 .wpcf7-form-control-wrap.services {
  margin-top: 8px;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox {
  margin-bottom: 8px;
  font-size: 12px;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  float: left;
  width: 33%;
  margin: 0 0 4px 0 !important;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox:after {
  clear: both;
  display: table;
  content: '';
}

.wpcf7 .wpcf7-not-valid-tip {
  background: #A50000;
  padding: 4px 8px;
  color: white;
  display: block;
}

.wpcf7 .wpcf7-validation-errors {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.wpcf7 .wpcf7-not-valid {
  border: 1px solid #A50000;
  box-shadow: 0px 0px 4px rgba(165, 0, 0, 0.5);
}

.wpcf7 br {
  display: none;
}

.wpcf7 textarea {
  display: block;
}

.wpcf7 .wpcf7-response-output {
  margin: 24px 0 0;
  color: white;
  border: 0;
  padding: 8px;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #22A565;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #A50000;
}

#page-404 .content {
  padding: 160px 32px;
}

#page-404 .content svg {
  width: 160px;
  height: 160px;
}

#page-404 .content h1 {
  margin-top: 0;
}

#page-404 .search-form {
  margin-top: 32px;
}

#page-404 .search-form .search-field {
  margin-right: -4px;
  font-size: 18px;
}

#page-404 .search-form .search-submit svg {
  width: 24px;
  height: 24px;
}

#google_translate_element {
  float: right;
  margin-right: 8px;
}

.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  height: 24px;
}

.advertisement-floating {
  transition: none !important;
  float: left;
  position: relative;
  width: 100%;
}

.advertisement-floating img {
  position: absolute;
  left: 100%;
  max-width: none;
  margin-left: 8px;
}

.date {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  float: left;
  padding: 8px 16px;
  text-align: center;
}

.date .day {
  font-size: 24px;
  font-weight: bold;
}

.date .month-year {
  font-weight: bold;
}

.content table {
  width: 100%;
  border-collapse: collapse;
}

.content ul {
  list-style: disc outside;
  padding-left: 16px;
  margin-bottom: 16px;
  line-height: 22px;
}

.content li {
  list-style: disc outside;
}

.category-posts li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  margin-bottom: 11px;
}

.category-posts li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.category-posts li h4, .category-posts li .banner p, .banner .category-posts li p {
  margin: 0;
}

.category-posts li p {
  margin: 0;
}

.category-posts li a {
  font-weight: bold;
  color: #A50000;
}

h1, h2, h3, h4, .banner p, h5, h6 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #1763a2;
}

h1 {
  font-size: 32px;
  line-height: 36px;
}

h2 {
  font-size: 26px;
  line-height: 30px;
}

h3 {
  font-size: 24px;
  line-height: 26px;
}

h4, .banner p {
  font-size: 20px;
  line-height: 22px;
}

h5 {
  font-size: 18px;
  line-height: 20px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .sidebar .panel-content {
    height: auto !important;
  }
}

.menu-sidebar li {
  list-style: none;
}

.menu-sidebar li a {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  display: block;
}

.menu-sidebar li a svg {
  width: 16px;
  height: 12px;
  margin-left: -16px;
}

.menu-sidebar li li a {
  padding-left: 32px;
}

.menu-sidebar li li li a {
  padding-left: 48px;
}

.menu-sidebar li li li li a {
  padding-left: 64px;
}

.div-login {
  font-family: "Segoe UI",Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 8px;
  margin: 0;
  background: #125c98 url(//media.mycustomevent.com/em_LiRoughRiders/img/gradient-blue-btn-strip.png) 0 0 repeat-x;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-sizing: border-box;
  float: right;
  margin: 5px;
}

.div-login:hover {
  background: #b30a0a url(//media.mycustomevent.com/em_LiRoughRiders/img/gradient-red-tab-strip.png) 0 0 repeat-x;
}

.btn-login {
  display: block;
  padding: 0 18px 0 0;
  background: transparent url(//media.mycustomevent.com/em_LiRoughRiders/img/icn-btn-arrow.png) right center no-repeat;
  color: white;
  text-decoration: none;
}

.btn-login:hover {
  color: white;
}

.mega-menu {
  margin-bottom: 800px !important;
  background: #A50000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}

.mega-menu ul {
  font-size: 0;
}

.mega-menu ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.mega-menu ul li.has-children:hover > a {
  position: relative;
}

.mega-menu ul li.has-children:hover > a:before {
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.mega-menu ul li.has-children:hover > a:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #595959;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.mega-menu ul li:hover > a {
  background: #720000;
}

.mega-menu ul li:hover .sub-menu {
  display: block;
}

.mega-menu ul li a {
  line-height: 56px;
  padding: 0 12px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  display: block;
}

.mega-menu ul li.width-full {
  position: static;
}

.mega-menu ul li .sub-menu {
  display: none;
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  top: 100%;
  left: 0;
  background: gray;
}

.mega-menu ul li .sub-menu.width-full {
  left: 0;
  right: 0;
}

.mega-menu ul li .sub-menu.width-full .grid {
  width: 100%;
}

.mega-menu ul li .sub-menu .title {
  background: #595959;
  padding: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

.mega-menu ul li .sub-menu .grid {
  display: table;
}

.mega-menu ul li .sub-menu .grid .col {
  display: table-cell;
  float: none;
  white-space: nowrap;
  vertical-align: top;
  font-size: 14px;
}

.mega-menu ul li .sub-menu .grid .col:not(:last-child) {
  border-right: 1px solid #737373;
}

.mega-menu ul li .sub-menu .grid .col ul li {
  display: block;
}

.mega-menu ul li .sub-menu .grid .col ul li.sub-title {
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.mega-menu ul li .sub-menu .grid .col ul li hr {
  margin: 0;
}

.mega-menu ul li .sub-menu .grid .col ul li a {
  font-size: 12px;
  text-transform: none;
  line-height: 1.35;
  padding: 8px;
  font-weight: normal;
  display: block;
}

.mega-menu ul li .sub-menu .grid .col ul li a:hover {
  background: #737373;
}


/* table styles */

/* Pulled from https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap.css#L2079-L2241 */
.table {
 width: 100%;
 max-width: 100%;
 margin-bottom: 1rem;
}
.table th,
.table td {
 padding: 0.75rem;
 border-top: 1px solid #eceeef;
}
.table thead th {
 vertical-align: bottom;
 border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
 border-top: 2px solid #eceeef;
}
.table .table {
 background-color: #fff;
}
.table-sm th,
.table-sm td {
 padding: 0.3rem;
}
.table-bordered {
 border: 1px solid #a7a7aa;
}
.table-bordered th,
.table-bordered td {
 border: 1px solid #a7a7aa;
}
.table-bordered thead th,
.table-bordered thead td {
 border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
 background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
 background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active > th,
.table-active > td {
 background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
 background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
 background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
 background-color: #dff0d8;
}
.table-hover .table-success:hover {
 background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
 background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
 background-color: #d9edf7;
}
.table-hover .table-info:hover {
 background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
 background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
 background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
 background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
 background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
 background-color: #f2dede;
}
.table-hover .table-danger:hover {
 background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
 background-color: #ebcccc;
}
.thead-inverse th {
 color: #fff;
 background-color: #292b2c;
}
.thead-default th {
 color: #464a4c;
 background-color: #eceeef;
}
.table-inverse {
 color: #fff;
 background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
 border-color: #fff;
}
.table-inverse.table-bordered {
 border: 0;
}
.table-responsive {
 display: block;
 width: 100%;
 overflow-x: auto;
 -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
 border: 0;
}